Bug 113265

Summary: When a primary plugin is restarted, also start similar plugins
Product: WebKit Reporter: Dean Jackson <dino>
Component: Plug-insAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: esprehn+autocc, jonlee, ojan.autocc, thorton, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch thorton: review+

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.