[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 05:36:35 PDT 2013


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





--- Comment #3 from pdeng6 <pan.deng at intel.com>  2013-03-18 05:39:02 PST ---
Root cause is that view of Resource type is different between CachedResource and Inspector. 
Currently, CachedRawResource are mapped to Inspector::XHRResource, while request from plugin is also another client of CachedRawResource, so that .swf and other resource initiated from plug-in are also mapped to XHRResource.

To avoid change the type view of CachedResource, I suggest to restrict RawResource => XHRResource mapping by specifying explicit XHR target.


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