[webkit-reviews] review granted: [Bug 59323] Web Inspector: worker messages should be routed to corresponding worker front-end : [Attachment 90919] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 25 09:07:37 PDT 2011
Pavel Feldman <pfeldman at chromium.org> has granted Yury Semikhatsky
<yurys at chromium.org>'s request for review:
Bug 59323: Web Inspector: worker messages should be routed to corresponding
worker front-end
https://bugs.webkit.org/show_bug.cgi?id=59323
Attachment 90919: Patch
https://bugs.webkit.org/attachment.cgi?id=90919&action=review
------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
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
More information about the webkit-reviews
mailing list