Bug 143811 - Web Inspector: Remove unnecessary intermediate object from DOMTreeOutline
Summary: Web Inspector: Remove unnecessary intermediate object from DOMTreeOutline
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-04-15 20:12 PDT by Joseph Pecoraro
Modified: 2015-04-16 10:33 PDT (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.76 KB, patch)
2015-04-15 20:13 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.