[webkit-reviews] review denied: [Bug 99178] DOM URL is flaky when workers are used : [Attachment 168423] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 13:34:22 PDT 2012


Alexey Proskuryakov <ap at webkit.org> has denied Allan Sandfeld Jensen
<allan.jensen at digia.com>'s request for review:
Bug 99178: DOM URL is flaky when workers are used
https://bugs.webkit.org/show_bug.cgi?id=99178

Attachment 168423: Patch
https://bugs.webkit.org/attachment.cgi?id=168423&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
As you are new to this code, I'll also mention that JSNoStaticTables is what
prevents sharing tables between objects and workers and ones on main thread.

Sharing a single object just isn't going to work for more reasons that just
method tables, as Geoff explained.


More information about the webkit-reviews mailing list