[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
Fri Jul 13 02:18:53 PDT 2012


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





--- Comment #21 from ssseintr <ssseintr2 at gmail.com>  2012-07-13 02:18:52 PST ---
>>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.

Eric,

If I understood correctly, you are meaning like always RederObject will be created for HTMLPluginElement with size of 0x0, if it is really asked to display resize it to actual.

What will be the status if <object> elements parent is styled as 'display:none'
<div style='display:none'><object type='application/..'/><div>
(or)
<body style='display:none'> ... <object type='application/..'/> ..</body>

Also what happen to plugin elements which is initially not 'display:none', but changed to 'display:none' via JavaScript.

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