RESOLVED FIXED 46734
Improve plug-in process lifecycle handling
https://bugs.webkit.org/show_bug.cgi?id=46734
Summary Improve plug-in process lifecycle handling
Anders Carlsson
Reported 2010-09-28 10:14:38 PDT
Improve plug-in process lifecycle handling
Attachments
Patch (8.20 KB, patch)
2010-09-28 10:20 PDT, Anders Carlsson
aroben: review+
Anders Carlsson
Comment 1 2010-09-28 10:20:26 PDT
Adam Roben (:aroben)
Comment 2 2010-09-28 10:26:54 PDT
Comment on attachment 69066 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=69066&action=review > WebKit2/WebProcess/Plugins/PluginProcessConnection.cpp:83 > + for (HashMap<uint64_t, PluginProxy*>::const_iterator it = m_plugins.begin(), end = m_plugins.end(); it != end; ++it) { > + PluginProxy* pluginProxy = it->second; > + > + pluginProxy->pluginProcessCrashed(); > + } You could iterate over just the values.
Anders Carlsson
Comment 3 2010-09-28 10:30:56 PDT
Note You need to log in before you can comment on or make changes to this bug.