RESOLVED FIXED Bug 127541
IDB: Support IDBObjectStore.clear()
https://bugs.webkit.org/show_bug.cgi?id=127541
Summary IDB: Support IDBObjectStore.clear()
Brady Eidson
Reported 2014-01-23 21:22:05 PST
IDB: Support IDBObjectStore.clear() In radar as <rdar://problem/15779640>
Attachments
Patch v1 (24.01 KB, patch)
2014-01-23 21:27 PST, Brady Eidson
andersca: review+
Brady Eidson
Comment 1 2014-01-23 21:27:28 PST
Created attachment 222074 [details] Patch v1
WebKit Commit Bot
Comment 2 2014-01-23 21:29:15 PST
Attachment 222074 [details] did not pass style-queue: ERROR: Source/WebKit2/DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp:416: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/WebKit2/DatabaseProcess/IndexedDB/sqlite/UniqueIDBDatabaseBackingStoreSQLite.cpp:458: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] ERROR: Source/WebCore/Modules/indexeddb/IDBTransactionBackendOperations.cpp:188: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBServerConnection.cpp:412: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 4 in 16 files If any of these errors are false positives, please file a bug against check-webkit-style.
Brady Eidson
Comment 3 2014-01-23 21:40:52 PST
Note You need to log in before you can comment on or make changes to this bug.