[Webkit-unassigned] [Bug 112531] Network Panel: .swf file is always presented as loading by XHR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 18 06:08:52 PDT 2013


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


Vsevolod Vlasov <vsevik at chromium.org> changed:

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




--- Comment #4 from Vsevolod Vlasov <vsevik at chromium.org>  2013-03-18 06:11:18 PST ---
(From update of attachment 193540)
View in context: https://bugs.webkit.org/attachment.cgi?id=193540&action=review

> Source/WebCore/inspector/InspectorPageAgent.cpp:322
> +        if (const_cast<CachedResource&>(cachedResource).resourceRequest().targetType() == ResourceRequest::TargetIsXHR)

Platform specific code is not acceptable here.
TargetIsXHR is supposed to be used in chromium network stack and should not be used by inspector.

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