Bug 165929 - IndexedDB: Add an "IDBCursorRecord" struct
Summary: IndexedDB: Add an "IDBCursorRecord" struct
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 160306 165928
  Show dependency treegraph
 
Reported: 2016-12-15 16:27 PST by Brady Eidson
Modified: 2016-12-15 17:21 PST (History)
4 users (show)

See Also:


Attachments
Patch (16.33 KB, patch)
2016-12-15 16:36 PST, Brady Eidson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.