[Webkit-unassigned] [Bug 61205] Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 06:08:50 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61205


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #96743|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #24 from Pavel Feldman <pfeldman at chromium.org>  2011-06-14 06:08:50 PST ---
(From update of attachment 96743)
View in context: https://bugs.webkit.org/attachment.cgi?id=96743&action=review

> Source/WebCore/inspector/InspectorResourceAgent.cpp:432
> +        *errorString = "No resource with given loaderId and identifier found";

Where is loaderId provided?

> Source/WebCore/inspector/InspectorResourceAgent.cpp:440
> +            *errorString = "No data found for resource with given loaderId and identifier";

ditto

> Source/WebCore/inspector/NetworkResourcesData.cpp:93
> +        resourceData->content.append(content);

Can we do it a bit more efficiently? (a builder?)

> Source/WebCore/inspector/front-end/NetworkPanel.js:814
> +                    resource.forbidContentRequestsFromNetworkAgent();

Can we clear the ids in this case?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list