Bug 59468

Summary: Port Mozilla's IndexedDB tests: get() and put() basics
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: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch with changelog and layouttest
none
Patch none

Description Mark Pilgrim (Google) 2011-04-26 10:33:12 PDT
Original tests:
http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_put_get_values.html?force=1
http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_put_get_values_autoIncrement.html?force=1

This is a pair of tests ported from Mozilla's IndexedDB test suite. They test the basics of get() and put() with and without autoincremented keys. WebKit passes all these tests.
Comment 1 Mark Pilgrim (Google) 2011-04-26 10:35:44 PDT
Created attachment 91126 [details]
patch with changelog and layouttest
Comment 2 Tony Chang 2011-04-26 16:29:13 PDT
Comment on attachment 91126 [details]
patch with changelog and layouttest

Can these 2 tests be merged into a single test file to avoid test code duplication?
Comment 3 Mark Pilgrim (Google) 2011-04-27 13:11:07 PDT
Created attachment 91329 [details]
Patch
Comment 4 WebKit Commit Bot 2011-04-27 21:59:37 PDT
Comment on attachment 91329 [details]
Patch

Clearing flags on attachment: 91329

Committed r85151: <http://trac.webkit.org/changeset/85151>
Comment 5 WebKit Commit Bot 2011-04-27 21:59:43 PDT
All reviewed patches have been landed.  Closing bug.