Bug 36455 - Make WebKit more resistant against plug-in crashes
Summary: Make WebKit more resistant against plug-in crashes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P1 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-22 11:26 PDT by Alexey Proskuryakov
Modified: 2010-03-22 11:46 PDT (History)
0 users

See Also:


Attachments
proposed patch (4.54 KB, patch)
2010-03-22 11:33 PDT, Alexey Proskuryakov
sullivan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-03-22 11:26:19 PDT
WebKit isn't always prepared for NetscapePluginInstanceProxy getting destroyed as a result of plugin host crashing.
Comment 1 Alexey Proskuryakov 2010-03-22 11:33:29 PDT
Created attachment 51314 [details]
proposed patch
Comment 2 John Sullivan 2010-03-22 11:41:46 PDT
Comment on attachment 51314 [details]
proposed patch

Robustness == good.
Comment 3 Alexey Proskuryakov 2010-03-22 11:46:18 PDT
Committed <http://trac.webkit.org/changeset/56351>.