Bug 127541 - IDB: Support IDBObjectStore.clear()
Summary: IDB: Support IDBObjectStore.clear()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks: 124521
  Show dependency treegraph
 
Reported: 2014-01-23 21:22 PST by Brady Eidson
Modified: 2014-01-23 21:40 PST (History)
7 users (show)

See Also:


Attachments
Patch v1 (24.01 KB, patch)
2014-01-23 21:27 PST, Brady Eidson
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2014-01-23 21:22:05 PST
IDB: Support IDBObjectStore.clear()

In radar as <rdar://problem/15779640>
Comment 1 Brady Eidson 2014-01-23 21:27:28 PST
Created attachment 222074 [details]
Patch v1
Comment 2 WebKit Commit Bot 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.
Comment 3 Brady Eidson 2014-01-23 21:40:52 PST
http://trac.webkit.org/changeset/162690