Bug 82181

Summary: [Chromium] Web Inspector: dedicated worker inspector is empty
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, creis, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

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>