[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 21 02:45:56 PDT 2013


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





--- Comment #10 from pdeng6 <pan.deng at intel.com>  2013-03-21 02:48:23 PST ---
(In reply to comment #8)
> (From update of attachment 193764 [details])
> This way OPTIONS preflight requests will get Other type for XHRs.

thank you very much!
Right, preflight of xhr will get "Other" type in that way.
As preflight is transparent to loader client, I didn't find a way to know who it works for in current DocumentThreadLoader :(
So I added a method to know the type of ThreadableLoaderClient is XHR or not, and if it is true, tell ResourceAgent the type is "xhr" when receive the xhr preflight.
a test is also attached to make sure xhr preflight type.

thanks!
Pan

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