[Webkit-unassigned] [Bug 45049] MASTER: Move plugin loading out of the renderers and into the DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 10:16:59 PDT 2012


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





--- Comment #18 from Eric Seidel <eric at webkit.org>  2012-07-12 10:16:55 PST ---
If others are interested, my next steps for this bug are to figure out exactly what FF does for NPAPI plugins.

Which likely means writing a (very simple) custom NPAPI plugin to test.

I want to see if FF will ever instantiate a plugin first at 0x0 size and then resize.  If it does (suggesting plugins would be OK with this behavior), then it would be easy for me to always request plugins at 0x0 from the DOM and then resize them once the renderers layout.  However, my current suspicion is that this behavior (although convenient for our implementation) would break plugins.

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