Bug 84256 - IndexedDB: build out implementation of get/getKey for IDBKeyRange
Summary: IndexedDB: build out implementation of get/getKey for IDBKeyRange
Status: RESOLVED DUPLICATE of bug 83638
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alec Flett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-18 11:04 PDT by Alec Flett
Modified: 2012-04-18 14:20 PDT (History)
3 users (show)

See Also:


Attachments
Patch (24.99 KB, patch)
2012-04-18 11:07 PDT, Alec Flett
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alec Flett 2012-04-18 11:04:59 PDT
IndexedDB: build out implementation of get/getKey for IDBKeyRange
Comment 1 Alec Flett 2012-04-18 11:07:10 PDT
Created attachment 137723 [details]
Patch
Comment 2 Alec Flett 2012-04-18 11:07:53 PDT
This is part 2 of 3, I think. jsbell - mind reviewing?
Comment 3 WebKit Review Bot 2012-04-18 11:15:14 PDT
Attachment 137723 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/ChangeLog:12:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Alec Flett 2012-04-18 14:20:10 PDT
decided to just implement this all in one go

*** This bug has been marked as a duplicate of bug 83638 ***