Bug 112115 - Web Inspector: add memory instrumentation for ImageLoader
Summary: Web Inspector: add memory instrumentation for ImageLoader
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: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-12 01:29 PDT by Yury Semikhatsky
Modified: 2013-03-12 02:02 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.48 KB, patch)
2013-03-12 01:32 PDT, Yury Semikhatsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2013-03-12 01:29:17 PDT
Otherwise we miss CachedImage referenced by HTMLImageElement->m_imageLoader.image(). And if the CachedImage is not in the MemoryCache the instrumentation won't find it.
Comment 1 Yury Semikhatsky 2013-03-12 01:32:46 PDT
Created attachment 192665 [details]
Patch
Comment 2 WebKit Review Bot 2013-03-12 02:02:35 PDT
Comment on attachment 192665 [details]
Patch

Clearing flags on attachment: 192665

Committed r145501: <http://trac.webkit.org/changeset/145501>
Comment 3 WebKit Review Bot 2013-03-12 02:02:39 PDT
All reviewed patches have been landed.  Closing bug.