RESOLVED FIXED Bug 59323
Web Inspector: worker messages should be routed to corresponding worker front-end
https://bugs.webkit.org/show_bug.cgi?id=59323
Summary Web Inspector: worker messages should be routed to corresponding worker front...
Yury Semikhatsky
Reported 2011-04-25 08:40:58 PDT
Since we're going to have one front-end per inspected worker context, there should be a transport that would route worker messages to corresponding front-end.
Attachments
Patch (7.89 KB, patch)
2011-04-25 08:48 PDT, Yury Semikhatsky
pfeldman: review+
Patch for landing (7.98 KB, patch)
2011-04-25 09:27 PDT, Yury Semikhatsky
no flags
Yury Semikhatsky
Comment 1 2011-04-25 08:48:54 PDT
Early Warning System Bot
Comment 2 2011-04-25 08:58:10 PDT
Pavel Feldman
Comment 3 2011-04-25 09:07:38 PDT
Comment on attachment 90919 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90919&action=review > Source/WebCore/inspector/front-end/WorkerManager.js:82 > + workerId = parseInt(workerId, 10); parseInt(workerId) > Source/WebCore/inspector/front-end/WorkerManager.js:96 > + this.workerIdToWindow_[workerId] = window.open(url); this._workerIdToWindow
Yury Semikhatsky
Comment 4 2011-04-25 09:27:30 PDT
Created attachment 90920 [details] Patch for landing
Yury Semikhatsky
Comment 5 2011-04-25 09:48:17 PDT
Note You need to log in before you can comment on or make changes to this bug.