[Webkit-unassigned] [Bug 30080] resource content not displayed for some resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 12:53:26 PDT 2009


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





--- Comment #2 from Patrick Mueller <pmuellr at yahoo.com>  2009-10-06 12:53:26 PDT ---
Jeroen, I'm wondering if those execBatch XHR calls are happening in the .swf
movie itself.  I poked around the resources available from the original site,
and didn't see any references to the execBatch urls.

This may explain why the resource content doesn't show up - there is a separate
path to obtain the resource than other paths the browser goes through to get
files.  Not that it's necessarily right, but it would explain a bit.

In fact, I just poked on the resource selectors, and noticed these execBatch
URLs are showing up under "Other".  As is the .swf file itself, presumably
loaded through an "embed" or "object" element (or whatever).

It's interesting that everything seems to be available for these resources,
except the actual content.  Maybe it won't take much to hook that up.  Will
need to investigate the plugin goop, I guess.

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