Bug 24525

Summary: REGRESSION: Inspector window doesn't close when corresponding page window is closed
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: Web Inspector (Deprecated)Assignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 24106    
Bug Blocks:    
Attachments:
Description Flags
Fix for inspector window closing regression, v1. manyoso: review+

Description Dimitri Glazkov (Google) 2009-03-11 15:41:27 PDT
Because I recently made InspectorController ref-counted, it won't destruct naturally by itself when Page is destroyed. I will be fixing this shortly.
Comment 1 Dimitri Glazkov (Google) 2009-03-12 12:47:09 PDT
Created attachment 28541 [details]
Fix for inspector window closing regression, v1.

 WebCore/ChangeLog                         |   15 +++++++++++++++
 WebCore/inspector/InspectorController.cpp |   14 ++++++--------
 2 files changed, 21 insertions(+), 8 deletions(-)
Comment 2 Dimitri Glazkov (Google) 2009-03-12 12:55:17 PDT
Landed as http://trac.webkit.org/changeset/41643.