RESOLVED FIXED Bug 88459
IndexedDB: Error codes, phase one
https://bugs.webkit.org/show_bug.cgi?id=88459
Summary IndexedDB: Error codes, phase one
Alec Flett
Reported 2012-06-06 14:51:55 PDT
IndexedDB: Error codes, phase one
Attachments
Patch (45.42 KB, patch)
2012-06-06 14:56 PDT, Alec Flett
no flags
Patch (45.34 KB, patch)
2012-06-07 09:59 PDT, Alec Flett
no flags
Patch (45.34 KB, patch)
2012-06-07 10:41 PDT, Alec Flett
no flags
Archive of layout-test-results from ec2-cq-02 (824.18 KB, application/zip)
2012-06-07 12:35 PDT, WebKit Review Bot
no flags
Alec Flett
Comment 1 2012-06-06 14:56:58 PDT
Alec Flett
Comment 2 2012-06-06 15:12:57 PDT
jsbell@ - quick sanity check? ChangeLog explains the details.
WebKit Review Bot
Comment 3 2012-06-06 23:33:14 PDT
Comment on attachment 146118 [details] Patch Attachment 146118 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/12922040
Alec Flett
Comment 4 2012-06-07 09:59:35 PDT
Joshua Bell
Comment 5 2012-06-07 10:27:27 PDT
Comment on attachment 146313 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=146313&action=review lgtm > Source/WebCore/Modules/indexeddb/IDBCursor.cpp:166 > + // FIXME: Can this happen? should this be an ASSERT? Agreed, this should be an ASSERT now. I think the m_gotValue check predates this and covers this case. > Source/WebCore/Modules/indexeddb/IDBCursor.cpp:200 > + // FIXME: Can this happen? should this be an ASSERT? Ditto. > Source/WebCore/Modules/indexeddb/IDBDatabaseBackendImpl.cpp:189 > + ASSERT(transactionPtr->mode() == IDBTransaction::VERSION_CHANGE); Not relevant to this CL, but nice to have.
Alec Flett
Comment 6 2012-06-07 10:41:45 PDT
Alec Flett
Comment 7 2012-06-07 10:42:30 PDT
tony@ - r? cq?
WebKit Review Bot
Comment 8 2012-06-07 12:35:31 PDT
Comment on attachment 146320 [details] Patch Rejecting attachment 146320 [details] from commit-queue. New failing tests: fast/table/multiple-captions-display.xhtml Full output: http://queues.webkit.org/results/12909372
WebKit Review Bot
Comment 9 2012-06-07 12:35:35 PDT
Created attachment 146360 [details] Archive of layout-test-results from ec2-cq-02 The attached test failures were seen while running run-webkit-tests on the commit-queue. Bot: ec2-cq-02 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.35-28-virtual-x86_64-with-Ubuntu-10.10-maverick
Alec Flett
Comment 10 2012-06-07 13:11:40 PDT
Comment on attachment 146320 [details] Patch argh, that has nothing to do with this patch. tony@, can we retry that? cq?
WebKit Review Bot
Comment 11 2012-06-07 14:11:55 PDT
Comment on attachment 146320 [details] Patch Clearing flags on attachment: 146320 Committed r119751: <http://trac.webkit.org/changeset/119751>
WebKit Review Bot
Comment 12 2012-06-07 14:12:02 PDT
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.