Bug 9868 - Applications shown in Drosera's "Attach" window remain after exit
Summary: Applications shown in Drosera's "Attach" window remain after exit
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-12 02:10 PDT by Mark Rowe (bdash)
Modified: 2008-05-17 09:55 PDT (History)
0 users

See Also:


Attachments
Patch (2.67 KB, patch)
2006-07-12 02:17 PDT, Mark Rowe (bdash)
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2006-07-12 02:10:34 PDT
To reproduce:
1. Launch Drosera.
2. File -> Attach.
3. Launch WebKit nightly.
4. Note that WebKit is present in Drosera's Attach window.
5. Quit WebKit nightly.
6. Note that WebKit is *still* present in Drosera's Attach window.
Comment 1 Mark Rowe (bdash) 2006-07-12 02:17:59 PDT
Created attachment 9393 [details]
Patch

This patch listens for NSApplicationWillTerminateNotification, and sends WebScriptDebugServerWillUnloadNotification as a distributed notification if it arrives.  This doesn't handle the case where the application exits unexpectedly.
Comment 2 Timothy Hatcher 2006-07-12 02:26:35 PDT
Landed in r15382
Comment 3 Timothy Hatcher 2008-05-17 09:55:53 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.