RESOLVED FIXED80189
Basic IndexedDB shared worker test
https://bugs.webkit.org/show_bug.cgi?id=80189
Summary Basic IndexedDB shared worker test
David Grogan
Reported 2012-03-02 13:41:44 PST
Basic IndexedDB shared worker test
Attachments
Patch (8.01 KB, patch)
2012-03-02 13:52 PST, David Grogan
no flags
Patch (8.01 KB, patch)
2012-03-02 14:46 PST, David Grogan
no flags
Patch (7.91 KB, patch)
2012-03-02 15:57 PST, David Grogan
no flags
Patch for landing (17.01 KB, patch)
2012-03-05 13:00 PST, David Grogan
no flags
fix changelog (7.81 KB, patch)
2012-03-05 13:12 PST, David Grogan
no flags
David Grogan
Comment 1 2012-03-02 13:52:09 PST
David Grogan
Comment 2 2012-03-02 14:46:12 PST
David Grogan
Comment 3 2012-03-02 15:57:45 PST
David Grogan
Comment 4 2012-03-02 17:13:46 PST
Tony, could you review this? Josh and Michael, comments welcome. This test will be enabled in https://chromiumcodereview.appspot.com/9585031/
Tony Chang
Comment 5 2012-03-05 11:21:04 PST
Comment on attachment 129974 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=129974&action=review > LayoutTests/fast/js/resources/js-test-pre.js:476 > + worker.port.onmessage = function(evt) { worker.onmessage(evt); }; Nit: evt -> event > LayoutTests/storage/indexeddb/resources/shared.js:7 > + self.postMessage = function(msg) Nit: msg -> message > LayoutTests/storage/indexeddb/resources/shared.js:12 > + } Nit: semicolon > LayoutTests/storage/indexeddb/resources/shared.js:24 > + } Nit: semicolon
David Grogan
Comment 6 2012-03-05 13:00:30 PST
Created attachment 130187 [details] Patch for landing
David Grogan
Comment 7 2012-03-05 13:12:55 PST
Created attachment 130191 [details] fix changelog
WebKit Review Bot
Comment 8 2012-03-05 17:42:16 PST
Comment on attachment 130191 [details] fix changelog Clearing flags on attachment: 130191 Committed r109828: <http://trac.webkit.org/changeset/109828>
WebKit Review Bot
Comment 9 2012-03-05 17:42:21 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.