RESOLVED WONTFIX 94861
IndexedDB: Surface IO errors when deleting an object store
https://bugs.webkit.org/show_bug.cgi?id=94861
Summary IndexedDB: Surface IO errors when deleting an object store
David Grogan
Reported 2012-08-23 14:54:27 PDT
IndexedDB: Surface IO errors when deleting an object store
Attachments
Patch (9.50 KB, patch)
2012-08-23 14:55 PDT, David Grogan
no flags
David Grogan
Comment 1 2012-08-23 14:55:16 PDT
David Grogan
Comment 2 2012-08-23 14:57:03 PDT
Comment on attachment 160256 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=160256&action=review > Source/WebCore/Modules/indexeddb/IDBDatabaseBackendImpl.cpp:230 > + transaction->abort(); There is still is no way to give the frontend an informative error, correct?
WebKit Review Bot
Comment 3 2012-08-23 14:57:59 PDT
Attachment 160256 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/Modules/indexeddb/IDBBackin..." exit_code: 1 Source/WebCore/Modules/indexeddb/IDBDatabaseBackendImpl.cpp:228: 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.
David Grogan
Comment 4 2012-08-23 15:01:04 PDT
This is the patch I'm trying to come up with a browser test for. Is it still true that there's no way to give the frontend an informative error message when the backend decides to abort a transaction?
David Grogan
Comment 5 2012-11-30 11:01:58 PST
bug 100700 obviated this.
Note You need to log in before you can comment on or make changes to this bug.