Bug 112115

Summary: Web Inspector: add memory instrumentation for ImageLoader
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, japhet, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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.