[Webkit-unassigned] [Bug 25332] Bare .swf files loaded via plug-in fail to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 22 15:54:12 PDT 2009


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com
           Priority|P2                          |P3




------- Comment #2 from mrowe at apple.com  2009-04-22 15:54 PDT -------
Full-frame plug-ins are handled via instances of the PluginDocument subclass of
HTMLDocument, rather than HTMLDocument itself.  The standard HTML tokenizer is
entirely bypassed and DOM is explicitly created.  This difference in
implementation may be responsible for the difference in behavior.  It may be
related to the fact that PluginTokenizer::writeRawData calls
FrameLoaderClient::redirectDataToPlugin which seems like it may influence how
data is loaded.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list