Bug 128008

Summary: IDB: openCursor() needs to prime the cursor with first position values
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, commit-queue, jsbell
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 124521    
Attachments:
Description Flags
Patch v1 ap: review+

Description Brady Eidson 2014-01-31 12:24:20 PST
IDB: openCursor() needs to prime the cursor with first position values

This is blocking work on finishing up cursors
Comment 1 Brady Eidson 2014-01-31 12:30:06 PST
Created attachment 222836 [details]
Patch v1
Comment 2 WebKit Commit Bot 2014-01-31 12:32:36 PST
Attachment 222836 [details] did not pass style-queue:


ERROR: Source/WebCore/Modules/indexeddb/IDBTransactionBackendOperations.cpp:157:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 17 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alexey Proskuryakov 2014-01-31 12:43:13 PST
Comment on attachment 222836 [details]
Patch v1

View in context: https://bugs.webkit.org/attachment.cgi?id=222836&action=review

> Source/WebKit2/ChangeLog:38
> +
> +
> +

Whitespace
Comment 4 Brady Eidson 2014-01-31 12:46:31 PST
http://trac.webkit.org/changeset/163187