Bug 71670

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

Yury Semikhatsky
Reported 2011-11-07 05:26:34 PST
Native worker inspector seems to have enough functionality to replace "fake" workers debugger by default.
Attachments
Patch (9.13 KB, patch)
2011-11-07 05:37 PST, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2011-11-07 05:37:58 PST
Pavel Feldman
Comment 2 2011-11-07 05:52:10 PST
Comment on attachment 113849 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=113849&action=review > Source/WebKit/chromium/src/js/DevTools.js:60 > + Preferences.sharedWorkersDebugNote = "To inspect shared workers go to Task Manager "; Extra space in the end. I'd suggest "Shared workers can be inspected in the Task Manager".
Yury Semikhatsky
Comment 3 2011-11-07 06:08:20 PST
Comment on attachment 113849 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=113849&action=review >> Source/WebKit/chromium/src/js/DevTools.js:60 > > Extra space in the end. I'd suggest "Shared workers can be inspected in the Task Manager". Fixed.
Yury Semikhatsky
Comment 4 2011-11-07 06:31:25 PST
Note You need to log in before you can comment on or make changes to this bug.