Bug 60804

Summary: Port Mozilla's IndexedDB tests: cursors
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dgrogan, fishd, hans, pilgrim, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Mark Pilgrim (Google) 2011-05-13 14:21:36 PDT
Original test: http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_cursors.html?force=1

This is a port of a test from Mozilla's IndexedDB test suite. It creates an object store with a few records and exercises a variety of cursors going forward, backward, and over key ranges. It also updates records from the cursor and checks that the update stuck.

WebKit passes this test.
Comment 1 Mark Pilgrim (Google) 2011-05-13 14:22:46 PDT
Created attachment 93510 [details]
Patch
Comment 2 WebKit Commit Bot 2011-05-16 09:52:49 PDT
Comment on attachment 93510 [details]
Patch

Clearing flags on attachment: 93510

Committed r86579: <http://trac.webkit.org/changeset/86579>
Comment 3 WebKit Commit Bot 2011-05-16 09:52:54 PDT
All reviewed patches have been landed.  Closing bug.