WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2010-09-28 10:20:26 PDT
Created
attachment 69066
[details]
Patch
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
Committed
r68534
: <
http://trac.webkit.org/changeset/68534
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug