RESOLVED FIXED 71670
[Chromium] Web Inspector: use native worker inspector instead of fake workers
https://bugs.webkit.org/show_bug.cgi?id=71670
Summary [Chromium] Web Inspector: use native worker inspector instead of fake workers
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.