[Webkit-unassigned] [Bug 131553] Snapshotted plugins may need to be restarted if style properties are changed after initial load of plugin.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 14 10:18:07 PDT 2014


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





--- Comment #11 from Jon Lee <jonlee at apple.com>  2014-04-14 10:18:27 PST ---
I have some concerns here that it’s possible for a plugin to resize thrice to get to a non snapshotted state with this patch.

- Plugin starts off small, decision = MaySnapshotWhenResized

- Plugin gets resized larger, decision = Snapshotted

- Plugin gets resized small again; we restart the plugin but decision remains Snapshotted

- Plugin gets resized large again; the plugin does not get snapshotted

I think we need to make sure that the restart path we’re allowing here is specifically the case where the plugin starts off at the default plugin size (300x150) and then gets resized later to a small size.

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