RESOLVED FIXED 113265
When a primary plugin is restarted, also start similar plugins
https://bugs.webkit.org/show_bug.cgi?id=113265
Summary When a primary plugin is restarted, also start similar plugins
Dean Jackson
Reported 2013-03-25 19:36:46 PDT
We have the ability to detect if a page has a primary plugin, and restart such a plugin if it has been snapshotted. In this case, we should also restart similar plugins in the page (from the same origins and with the same types). <rdar://problem/13486852>
Attachments
Patch (8.51 KB, patch)
2013-03-25 19:46 PDT, Dean Jackson
no flags
Patch (8.54 KB, patch)
2013-03-25 19:48 PDT, Dean Jackson
no flags
Patch (19.25 KB, patch)
2013-03-26 14:15 PDT, Dean Jackson
no flags
Patch (21.94 KB, patch)
2013-03-26 16:33 PDT, Dean Jackson
thorton: review+
Dean Jackson
Comment 1 2013-03-25 19:46:52 PDT
Dean Jackson
Comment 2 2013-03-25 19:48:55 PDT
Dean Jackson
Comment 3 2013-03-26 14:15:28 PDT
Tim Horton
Comment 4 2013-03-26 14:20:40 PDT
Comment on attachment 195159 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=195159&action=review > Source/WebKit2/WebProcess/WebProcess.h:288 > + String m_primaryPlugInPageOrigin; > + String m_primaryPlugInOrigin; > + String m_primaryPlugInMimeType; Why is this per-process?
Dean Jackson
Comment 5 2013-03-26 16:33:00 PDT
Dean Jackson
Comment 6 2013-03-26 16:34:27 PDT
Comment on attachment 195185 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=195185&action=review > Source/WebCore/ChangeLog:23 > + (WebCore): I will remove this line.
Dean Jackson
Comment 7 2013-03-26 17:16:06 PDT
Note You need to log in before you can comment on or make changes to this bug.