Bug 127546

Summary: IDB: support createIndex/deleteIndex messaging
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, commit-queue, sam, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 124521    
Attachments:
Description Flags
Patch v1 thorton: review+

Description Brady Eidson 2014-01-23 22:34:32 PST
IDB: support createIndex/deleteIndex messaging

This will just be Web -> Database -> Web process messaging and not actually affect the backing store.  That will be separate.
Comment 1 Brady Eidson 2014-01-23 22:37:02 PST
Created attachment 222080 [details]
Patch v1
Comment 2 WebKit Commit Bot 2014-01-23 22:38:05 PST
Attachment 222080 [details] did not pass style-queue:


ERROR: Source/WebKit2/DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp:449:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebKit2/DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp:473:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 2 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Brady Eidson 2014-01-24 10:42:40 PST
http://trac.webkit.org/changeset/162709