Bug 59914

Summary: WebKit2: Crash closing tab with docked Web Inspector
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: WebKit2Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, timothy
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
[PATCH] fix mitz: review+

Description Brian Weinstein 2011-05-01 22:01:25 PDT
There is a crash closing a tab with a docked web inspector. State isn't being torn down correctly, and the WindowMessageBroadcaster listener isn't being removed.

<rdar://problem/9359672>
Comment 1 Brian Weinstein 2011-05-01 22:09:25 PDT
Created attachment 91881 [details]
[PATCH] fix
Comment 2 mitz 2011-05-01 22:14:13 PDT
Comment on attachment 91881 [details]
[PATCH] fix

View in context: https://bugs.webkit.org/attachment.cgi?id=91881&action=review

> Source/WebKit2/ChangeLog:10
> +        didn't do the tear that is needed, but is called when we close the web inspector explcitly.

typo: “tear that”
Comment 3 Brian Weinstein 2011-05-01 22:44:45 PDT
Landed in r85457.
Comment 4 Adam Roben (:aroben) 2011-05-02 07:10:04 PDT
Can you make a test for this using TestWebKitAPI?