Bug 127585

Summary: IDB: Support createIndex/deleteIndex
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-24 14:03:51 PST
IDB: Support createIndex/deleteIndex

Actual createIndex support in the front-end actually also uses openCursor, so index support is still a wildcard until cursor support is in.

In radar as <rdar://problem/15779642>
Comment 1 Brady Eidson 2014-01-24 14:08:36 PST
Created attachment 222154 [details]
Patch v1
Comment 2 WebKit Commit Bot 2014-01-24 14:10:21 PST
Attachment 222154 [details] did not pass style-queue:


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


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