Bug 143811

Summary: Web Inspector: Remove unnecessary intermediate object from DOMTreeOutline
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: burg, commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-04-15 20:12:00 PDT
* SUMMARY
Remove unnecessary intermediate object from DOMTreeOutline.

this._eventSupport does nothing, since a TreeOutline is already a WebInspector.Object.
Comment 1 Joseph Pecoraro 2015-04-15 20:13:50 PDT
Created attachment 250893 [details]
[PATCH] Proposed Fix
Comment 2 Brian Burg 2015-04-16 07:58:30 PDT
Comment on attachment 250893 [details]
[PATCH] Proposed Fix

r=me

After working with this code in the past week, I'm convinced the tree outlines have a lot more cleanup potential. It would be great to split them into views and data sources, for example.
Comment 3 WebKit Commit Bot 2015-04-16 08:44:33 PDT
Comment on attachment 250893 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 250893

Committed r182888: <http://trac.webkit.org/changeset/182888>
Comment 4 WebKit Commit Bot 2015-04-16 08:44:38 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Timothy Hatcher 2015-04-16 10:33:08 PDT
(In reply to comment #2)
> Comment on attachment 250893 [details]
> [PATCH] Proposed Fix
> 
> r=me
> 
> After working with this code in the past week, I'm convinced the tree
> outlines have a lot more cleanup potential. It would be great to split them
> into views and data sources, for example.

As our oldest file, dating back to 2007, I'd say so!

I'd like to combine DataGrid and TreeOutline. They both do very similar things.