Bug 127541

Summary: IDB: Support IDBObjectStore.clear()
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, andersca, ap, commit-queue, jsbell, sam, thorton
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 124521    
Attachments:
Description Flags
Patch v1 andersca: review+

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