summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/indexeddb
Commit message (Expand)AuthorAgeFilesLines
* Deleted testSporadicWrites IndexedDB performance test.cmumford@chromium.org2014-06-191-94/+0
* Using high resolution clock for IndexedDB perf tests.jsbell@chromium.org2014-01-132-15/+22
* IndexedDB: Make perf test scripts use a seeded PRNGjsbell@chromium.org2013-07-172-6/+33
* IndexedDB: Add performance test calling continue(key)jsbell@chromium.org2013-03-181-0/+69
* Implement commit and abort for WebIDBDatabaseCallbacks.alecflett@chromium.org2013-01-181-0/+2
* IndexedDB: Ensure performance tests can run in IE10.jsbell@chromium.org2012-12-193-25/+38
* Remove references to IDBDatabaseException and IDBRequest.errorCodejsbell@chromium.org2012-11-202-7/+7
* IndexedDB: remove setVersion from the endure testdgrogan@chromium.org2012-11-172-30/+24
* Add a test that simulates walking through multiple indexes to do a join in a ...ericu@chromium.org2012-10-022-7/+106
* Add optional read transactions to conflict with the sporadic write test.ericu@chromium.org2012-08-231-13/+30
* Convert the indexed db pyauto tests to content_browsertests.jam@chromium.org2012-08-207-277/+0
* Add url filter to idb perf testsalecflett@chromium.org2012-08-161-1/+6
* Add a read cache test.ericu@chromium.org2012-08-152-23/+109
* Make tests work in Firefox.ericu@google.com2012-08-073-39/+66
* Add deletion timing test.ericu@chromium.org2012-08-022-23/+100
* Reorder declaration vs. usage, build padToWidth on top of stringOfLength.ericu@google.com2012-08-012-136/+139
* Add more IDB perf tests, including cursor reads and log-style writes.ericu@chromium.org2012-07-312-18/+289
* Add read/write tests, index creation/deletion test.ericu@google.com2012-07-262-68/+186
* Add IDB perf tests for random read, with and without an index.ericu@google.com2012-07-262-41/+146
* Initial checkin of a perf test suite for Indexed Database. This just has aericu@chromium.org2012-07-113-0/+211
* Update IndexedDB tests to use strings instead of deprecated numeric constants.jsbell@chromium.org2012-06-184-23/+6
* IndexedDB pyauto tests rely on restarting the browser and navigating to a new...jsbell@chromium.org2012-04-257-66/+58
* Initial stab at an "Endurance" test for IndexedDBjsbell@chromium.org2012-04-063-0/+553
* Move IndexedDB browser test data from chrome/ to content/jsbell@chromium.org2012-03-2231-1778/+0
* Correct an IndexedDB test that creates a transaction within another transacti...jsbell@chromium.org2012-03-081-2/+2
* Use function as callback, not result of calling the function.jsbell@chromium.org2012-02-101-1/+1
* IndexedDB: Ensure database connections are closed on tab close.jsbell@chromium.org2012-01-252-0/+79
* Possible fix for flaky IndexedDB browser test - delete DB before setting it up.jsbell@chromium.org2012-01-111-12/+17
* Add plumbing necessary to read IDBIndex.multiEntry attribute.jsbell@chromium.org2012-01-042-0/+38
* IndexedDB: Expand prefetching browser test to cover index key cursorshans@chromium.org2011-12-191-1/+34
* Try to address flaxy IndexedDB pyauto tests.jsbell@chromium.org2011-12-142-79/+136
* Use correct callback type for deleteDatabase resultjsbell@chromium.org2011-12-092-0/+21
* IndexedDB: Cursor pre-fetching.hans@chromium.org2011-12-023-1/+409
* IndexedDB: IPC support for compound (array) keysjsbell@chromium.org2011-11-092-0/+185
* Verify that VERSION_CHANGE transactions are rolled back after crash.jsbell@chromium.org2011-11-082-0/+91
* Update chromium tests for new IDBDatabase.transaction() restrictions. The tra...jsbell@chromium.org2011-10-273-7/+10
* Add IndexedDB persistence tests, for null object store key pathsjsbell@chromium.org2011-09-272-0/+60
* Browser test for IndexedDB quotadgrogan@chromium.org2011-08-223-5/+132
* Make IndexedDB brower test work with updated apidgrogan@chromium.org2011-06-231-2/+2
* Re-enable IndexedDB browser tests.hans@chromium.org2011-06-152-5/+4
* Fix IndexedDBBrowserTestWithGCExposed.DatabaseCallbacksTest.hans@chromium.org2011-06-151-1/+1
* In IndexedDBDispatcherHost::OnChannelClosing(), reset dispatcher hosts on the...hans@chromium.org2011-06-142-0/+24
* Add IndexedDB browser test that causes a crash.dgrogan@chromium.org2011-03-172-0/+27
* Re-enable all the IndexedDB browser tests and update them to handlejorlow@chromium.org2011-02-158-153/+154
* Re-enable indexedDB browser tests after picking up WebKit revision 76531andreip@chromium.org2011-01-255-9/+9
* Fix IndexedDB race condition during shutdown.hans@chromium.org2011-01-213-9/+11
* IndexedDB: Update browser test after WebKit roll.hans@chromium.org2011-01-201-5/+4
* IndexedDB: Temporarily disable part of IndexedDBBrowsertest.TransactionGetTest.hans@chromium.org2011-01-201-3/+5
* IndexedDB: Support for Date object keys.hans@chromium.org2010-12-181-3/+27
* IndexedDB: Update browser tests to test for IDB exception codes.hans@chromium.org2010-12-171-2/+13