Bug 165929

Summary: IndexedDB: Add an "IDBCursorRecord" struct
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alecflett, commit-queue, jsbell
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 160306, 165928    
Attachments:
Description Flags
Patch none

Description Brady Eidson 2016-12-15 16:27:00 PST
IndexedDB: Add an "IDBCursorRecord" struct

It will encapsulate a key, primaryKey, and optional value.

This will be used to help prefetching records (https://bugs.webkit.org/show_bug.cgi?id=165928)
Comment 1 Brady Eidson 2016-12-15 16:36:52 PST
Created attachment 297252 [details]
Patch
Comment 2 WebKit Commit Bot 2016-12-15 17:21:01 PST
Comment on attachment 297252 [details]
Patch

Clearing flags on attachment: 297252

Committed r209893: <http://trac.webkit.org/changeset/209893>
Comment 3 WebKit Commit Bot 2016-12-15 17:21:05 PST
All reviewed patches have been landed.  Closing bug.