Bug 164404 - IndexedDB 2.0: Implement new IDBCursor.continuePrimaryKey function
Summary: IndexedDB 2.0: Implement new IDBCursor.continuePrimaryKey function
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: 164504
Blocks: 160306
  Show dependency treegraph
 
Reported: 2016-11-03 21:51 PDT by Brady Eidson
Modified: 2016-11-09 15:33 PST (History)
1 user (show)

See Also:


Attachments
Patch (54.14 KB, patch)
2016-11-08 14:14 PST, Brady Eidson
achristensen: review+
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-11-03 21:51:35 PDT
IndexedDB 2.0: Implement new IDBCursor.continuePrimaryKey function
Comment 1 Brady Eidson 2016-11-08 14:14:17 PST
Created attachment 294183 [details]
Patch

Note: This will likely NOT apply to trunk because it builds upon multiple reviewed patches that haven't landed due to the tree closure.
Comment 2 Alex Christensen 2016-11-08 16:46:05 PST
Comment on attachment 294183 [details]
Patch

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

> LayoutTests/storage/indexeddb/modern/resources/idbcursor-continue-primary-key-1.js:489
> +// indexeddb_test(

What's all this commented-out code?
Comment 3 Brady Eidson 2016-11-08 17:56:50 PST
(In reply to comment #2)
> Comment on attachment 294183 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=294183&action=review
> 
> > LayoutTests/storage/indexeddb/modern/resources/idbcursor-continue-primary-key-1.js:489
> > +// indexeddb_test(
> 
> What's all this commented-out code?

Whoops! Sorry, it's gone, but I just didn't stage it.

Thanks.
Comment 4 Brady Eidson 2016-11-09 15:33:17 PST
https://trac.webkit.org/changeset/208500