[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
Thu Mar 28 09:45:36 PDT 2013


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





--- Comment #15 from Nate Chapin <japhet at chromium.org>  2013-03-28 09:43:45 PST ---
(From update of attachment 194208)
View in context: https://bugs.webkit.org/attachment.cgi?id=194208&action=review

>>> Source/WebCore/loader/ThreadableLoaderClient.h:54
>>> +        virtual bool isXMLHttpRequestClient() { return false; }
>> 
>> This is a layering violation.
> 
> I think we would better fix this, I uploaded two snapshots to access Youtube, there are a bunch of non-XHR resources are classified as XHR type.
> I'd like to achieve a perfect patch solve this, but seems not easy.
> @ap and japhet, any comments about the loader part?
> 
> thanks
> Pan

I'm not entirely convinced this is a layering violation. At least, it's no more of a violation than isDocumentThreadableLoaderClient() on the line above 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