Bug 82181 - [Chromium] Web Inspector: dedicated worker inspector is empty
Summary: [Chromium] Web Inspector: dedicated worker inspector is empty
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 02:50 PDT by Yury Semikhatsky
Modified: 2012-03-26 03:18 PDT (History)
11 users (show)

See Also:


Attachments
Patch (1.59 KB, patch)
2012-03-26 02:56 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-03-26 02:50:28 PDT
Inspector front-end for dedicated worker is a child window launched with window.open(<front-end url>). After http://crrev.com/126949 we started receiving "beforeunload" event for "about:blank" page before <front-end url> page is loaded. This breaks worker front-end.
Comment 1 Yury Semikhatsky 2012-03-26 02:56:14 PDT
Created attachment 133756 [details]
Patch
Comment 2 Yury Semikhatsky 2012-03-26 03:18:42 PDT
Committed r112072: <http://trac.webkit.org/changeset/112072>