Bug 31070 - Crashes due to re-entry into WebCore from plug-in code during RenderWidget::destroy()
Summary: Crashes due to re-entry into WebCore from plug-in code during RenderWidget::d...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-11-03 10:43 PST by mitz
Modified: 2009-11-03 11:08 PST (History)
0 users

See Also:


Attachments
Defer changes to the widget hierarchy during attach(), detach() and recalcStyle() (15.07 KB, patch)
2009-11-03 10:44 PST, mitz
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2009-11-03 10:43:42 PST
<rdar://problem/7194735>
Patch, including test cases, forthcoming.
Comment 1 mitz 2009-11-03 10:44:46 PST
Created attachment 42396 [details]
Defer changes to the widget hierarchy during attach(), detach() and recalcStyle()
Comment 2 Beth Dakin 2009-11-03 10:52:44 PST
Comment on attachment 42396 [details]
Defer changes to the widget hierarchy during attach(), detach() and recalcStyle()

Eek! Thanks Dan!
Comment 3 mitz 2009-11-03 11:08:43 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/50470>