Bug 90763 - [GTK] Fix inspector detach when inspector was attached by the client
Summary: [GTK] Fix inspector detach when inspector was attached by the client
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-07-09 01:31 PDT by Carlos Garcia Campos
Modified: 2012-07-09 08:12 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2012-07-09 01:33 PDT, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2012-07-09 01:31:16 PDT
When the inspector is detached, we are unconditionally removing it from the inspected view, but if the inspector was attached by the client, the parent might be another widget.
Comment 1 Carlos Garcia Campos 2012-07-09 01:33:17 PDT
Created attachment 151213 [details]
Patch
Comment 2 Carlos Garcia Campos 2012-07-09 08:12:05 PDT
Committed r122108: <http://trac.webkit.org/changeset/122108>