RESOLVED FIXED 153561
Modern IDB: Fix many Index tests
https://bugs.webkit.org/show_bug.cgi?id=153561
Summary Modern IDB: Fix many Index tests
Brady Eidson
Reported 2016-01-27 14:47:02 PST
Modern IDB: Fix many Index tests 1 - Getting an Index record could return null instead of undefined 2 - We almost always entered the exact same index record into the database twice
Attachments
Patch v1 (10.21 KB, patch)
2016-01-27 14:55 PST, Brady Eidson
no flags
Patch v1 (10.21 KB, patch)
2016-01-27 14:58 PST, Brady Eidson
achristensen: review+
Brady Eidson
Comment 1 2016-01-27 14:55:35 PST
Created attachment 270049 [details] Patch v1
Brady Eidson
Comment 2 2016-01-27 14:58:09 PST
Created attachment 270050 [details] Patch v1
WebKit Commit Bot
Comment 3 2016-01-27 14:59:24 PST
Attachment 270050 [details] did not pass style-queue: ERROR: Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1242: One line control clauses should not use braces. [whitespace/braces] [4] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Alex Christensen
Comment 4 2016-01-27 15:00:43 PST
Comment on attachment 270050 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=270050&action=review r=me > Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1240 > + if (cursor->didComplete()) { { not necessary.
Brady Eidson
Comment 5 2016-01-27 15:04:02 PST
Note You need to log in before you can comment on or make changes to this bug.