Bug 141873 - Web Inspector: Lazily Create GeneralTreeElement Status Elements
Summary: Web Inspector: Lazily Create GeneralTreeElement Status Elements
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-02-21 18:16 PST by Joseph Pecoraro
Modified: 2015-02-22 08:49 PST (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (4.85 KB, patch)
2015-02-21 18:18 PST, 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-02-21 18:16:30 PST
* SUMMARY
Lazily Create GeneralTreeElement Status Elements.

We do not always need status elements, so we are creating a lot more elements then we need.

Soon the console we will have a lot of GeneralTreeElements with no need for status elements at all.
Comment 1 Joseph Pecoraro 2015-02-21 18:18:25 PST
Created attachment 247069 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2015-02-22 08:49:28 PST
Comment on attachment 247069 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 247069

Committed r180486: <http://trac.webkit.org/changeset/180486>
Comment 3 WebKit Commit Bot 2015-02-22 08:49:32 PST
All reviewed patches have been landed.  Closing bug.