Bug 127869

Summary: IDB: Index cursor preliminary support
Product: WebKit Reporter: Jon Lee <jonlee>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 124521    
Attachments:
Description Flags
Patch v1 sam: review+

Description Jon Lee 2014-01-29 16:30:16 PST
IDB: Index cursor advance() support

<rdar://problem/15941915>
Comment 1 Brady Eidson 2014-01-31 12:49:29 PST
The way advance() and iterate() are implemented, getting index cursors up and running *at all* will get both of those up and running partially.

Retitling this bug to:
IDB: Index cursor preliminary support

Retitling bug https://bugs.webkit.org/show_bug.cgi?id=127870 to:
IDB: Index cursor complete advance() and iterate() support
Comment 2 Brady Eidson 2014-01-31 14:04:44 PST
Created attachment 222847 [details]
Patch v1
Comment 3 Brady Eidson 2014-01-31 14:05:53 PST
Style bot has two legitimate complaints - Fixed locally.
Comment 4 WebKit Commit Bot 2014-01-31 14:06:58 PST
Attachment 222847 [details] did not pass style-queue:


ERROR: Source/WebKit2/DatabaseProcess/IndexedDB/sqlite/SQLiteIDBCursor.cpp:66:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebKit2/DatabaseProcess/IndexedDB/sqlite/SQLiteIDBCursor.cpp:113:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Brady Eidson 2014-01-31 14:13:45 PST
http://trac.webkit.org/changeset/163200