[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:19:36 PDT 2012


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





--- Comment #19 from Eric Seidel <eric at webkit.org>  2012-07-12 10:19:35 PST ---
To give context:  Currently in WebKit, plugins are handled largely by the webkit layer.  Because we don't know if something is going to be a plugin when we do the network request, we have to assume it will be, and we work hard to provide that plugin its final rendered size before making that request.  Depending on that final rendered size is what makes us need to do the load from the render object, and is what causes some of the slowdown in loading/parsing any page with plugins (extra style resolves, see bug 70009), as well as some of the complexity in the code.

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