[Webkit-unassigned] [Bug 91630] Web Inspector: Incorrect XHR responses when two async xhrs are sent synchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 06:14:32 PDT 2012


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


Vsevolod Vlasov <vsevik at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #158306|review?                     |review-
               Flag|                            |




--- Comment #24 from Vsevolod Vlasov <vsevik at chromium.org>  2012-08-14 06:15:01 PST ---
(From update of attachment 158306)
View in context: https://bugs.webkit.org/attachment.cgi?id=158306&action=review

> Source/WebCore/loader/SubresourceLoader.cpp:204
> +            m_isRevalidated = true;

Adding new field seems too intrusive, instrumentation call would be enough.
But after looking at it for a bit more I see that we already have a 304 check in InspectorResourceAgent::didReceiveResponse, we could just reuse it.

-- 
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