Bug 98917 - Web Inspector: NMI instrument HTMLCanvas element.
Summary: Web Inspector: NMI instrument HTMLCanvas element.
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: 99001
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-10 09:18 PDT by Ilya Tikhonovsky
Modified: 2012-10-11 01:01 PDT (History)
18 users (show)

See Also:


Attachments
Patch (21.05 KB, patch)
2012-10-10 09:22 PDT, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff
for try bots (21.52 KB, patch)
2012-10-10 09: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-10 09:18:15 PDT
canvases retain a lot of memory for internal buffer.
Comment 1 Ilya Tikhonovsky 2012-10-10 09:22:53 PDT
Created attachment 168013 [details]
Patch
Comment 2 Ilya Tikhonovsky 2012-10-10 09:31:02 PDT
Created attachment 168014 [details]
for try bots
Comment 3 Yury Semikhatsky 2012-10-10 09:53:06 PDT
Comment on attachment 168014 [details]
for try bots

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

> LayoutTests/inspector/profiler/memory-instrumentation-test.js:35
> +InspectorTest.validateMemoryBlockSize = function(path, expectedSize)

expectedSize -> expectedMinimalSize
Comment 4 Ilya Tikhonovsky 2012-10-10 23:05:57 PDT
Committed r131017: <http://trac.webkit.org/changeset/131017>
Comment 5 Csaba Osztrogonác 2012-10-11 01:01:22 PDT
(In reply to comment #4)
> Committed r131017: <http://trac.webkit.org/changeset/131017>

The new test fails on JSC platforms - https://bugs.webkit.org/show_bug.cgi?id=99001