Bug 99426 - Web Inspector: NMI Instrument InspectorOverlay. It costs us ~9Mb because it creates page size canvas.
Summary: Web Inspector: NMI Instrument InspectorOverlay. It costs us ~9Mb because it c...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-16 00:27 PDT by Ilya Tikhonovsky
Modified: 2012-10-16 00:57 PDT (History)
10 users (show)

See Also:


Attachments
Patch (4.37 KB, patch)
2012-10-16 00:31 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2012-10-16 00:27:37 PDT
We also need to fix InspectorOverlay in a separate patch.
The canvas has to be created on demand and released when it is not required.
Comment 1 Ilya Tikhonovsky 2012-10-16 00:31:28 PDT
Created attachment 168876 [details]
Patch
Comment 2 Yury Semikhatsky 2012-10-16 00:47:02 PDT
Comment on attachment 168876 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=168876&action=review

> Source/WebCore/ChangeLog:8
> +        We also need to fix InspectorOverlay in a separate patch.

Please describe here what was instrumented not only what has to be done.
Comment 3 Ilya Tikhonovsky 2012-10-16 00:57:48 PDT
Committed r131423: <http://trac.webkit.org/changeset/131423>