[webkit-reviews] review granted: [Bug 54085] Web Inspector: Network & Resource panels make multiple requests for images with co content : [Attachment 81818] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 09:37:48 PST 2011


Pavel Feldman <pfeldman at chromium.org> has granted Andrey Kosyakov
<caseq at chromium.org>'s request for review:
Bug 54085: Web Inspector: Network & Resource panels make multiple requests for
images with co content
https://bugs.webkit.org/show_bug.cgi?id=54085

Attachment 81818: patch
https://bugs.webkit.org/attachment.cgi?id=81818&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=81818&action=review

> Source/WebCore/inspector/Inspector.idl:103
> +	   [domain=Network] void resourceContent(in unsigned long frameId, in
String url, in boolean base64Encode, out boolean foundResource, out String
content);

foundResource -> success

> Source/WebCore/inspector/InspectorResourceAgent.cpp:506
> +void InspectorResourceAgent::resourceContent(unsigned long id, const String&
url, bool base64Encode, bool* resourceFound, String* content)

frameId?


More information about the webkit-reviews mailing list