index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
test
/
data
/
indexeddb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deleted testSporadicWrites IndexedDB performance test.
cmumford@chromium.org
2014-06-19
1
-94
/
+0
*
Using high resolution clock for IndexedDB perf tests.
jsbell@chromium.org
2014-01-13
2
-15
/
+22
*
IndexedDB: Make perf test scripts use a seeded PRNG
jsbell@chromium.org
2013-07-17
2
-6
/
+33
*
IndexedDB: Add performance test calling continue(key)
jsbell@chromium.org
2013-03-18
1
-0
/
+69
*
Implement commit and abort for WebIDBDatabaseCallbacks.
alecflett@chromium.org
2013-01-18
1
-0
/
+2
*
IndexedDB: Ensure performance tests can run in IE10.
jsbell@chromium.org
2012-12-19
3
-25
/
+38
*
Remove references to IDBDatabaseException and IDBRequest.errorCode
jsbell@chromium.org
2012-11-20
2
-7
/
+7
*
IndexedDB: remove setVersion from the endure test
dgrogan@chromium.org
2012-11-17
2
-30
/
+24
*
Add a test that simulates walking through multiple indexes to do a join in a ...
ericu@chromium.org
2012-10-02
2
-7
/
+106
*
Add optional read transactions to conflict with the sporadic write test.
ericu@chromium.org
2012-08-23
1
-13
/
+30
*
Convert the indexed db pyauto tests to content_browsertests.
jam@chromium.org
2012-08-20
7
-277
/
+0
*
Add url filter to idb perf tests
alecflett@chromium.org
2012-08-16
1
-1
/
+6
*
Add a read cache test.
ericu@chromium.org
2012-08-15
2
-23
/
+109
*
Make tests work in Firefox.
ericu@google.com
2012-08-07
3
-39
/
+66
*
Add deletion timing test.
ericu@chromium.org
2012-08-02
2
-23
/
+100
*
Reorder declaration vs. usage, build padToWidth on top of stringOfLength.
ericu@google.com
2012-08-01
2
-136
/
+139
*
Add more IDB perf tests, including cursor reads and log-style writes.
ericu@chromium.org
2012-07-31
2
-18
/
+289
*
Add read/write tests, index creation/deletion test.
ericu@google.com
2012-07-26
2
-68
/
+186
*
Add IDB perf tests for random read, with and without an index.
ericu@google.com
2012-07-26
2
-41
/
+146
*
Initial checkin of a perf test suite for Indexed Database. This just has a
ericu@chromium.org
2012-07-11
3
-0
/
+211
*
Update IndexedDB tests to use strings instead of deprecated numeric constants.
jsbell@chromium.org
2012-06-18
4
-23
/
+6
*
IndexedDB pyauto tests rely on restarting the browser and navigating to a new...
jsbell@chromium.org
2012-04-25
7
-66
/
+58
*
Initial stab at an "Endurance" test for IndexedDB
jsbell@chromium.org
2012-04-06
3
-0
/
+553
*
Move IndexedDB browser test data from chrome/ to content/
jsbell@chromium.org
2012-03-22
31
-1778
/
+0
*
Correct an IndexedDB test that creates a transaction within another transacti...
jsbell@chromium.org
2012-03-08
1
-2
/
+2
*
Use function as callback, not result of calling the function.
jsbell@chromium.org
2012-02-10
1
-1
/
+1
*
IndexedDB: Ensure database connections are closed on tab close.
jsbell@chromium.org
2012-01-25
2
-0
/
+79
*
Possible fix for flaky IndexedDB browser test - delete DB before setting it up.
jsbell@chromium.org
2012-01-11
1
-12
/
+17
*
Add plumbing necessary to read IDBIndex.multiEntry attribute.
jsbell@chromium.org
2012-01-04
2
-0
/
+38
*
IndexedDB: Expand prefetching browser test to cover index key cursors
hans@chromium.org
2011-12-19
1
-1
/
+34
*
Try to address flaxy IndexedDB pyauto tests.
jsbell@chromium.org
2011-12-14
2
-79
/
+136
*
Use correct callback type for deleteDatabase result
jsbell@chromium.org
2011-12-09
2
-0
/
+21
*
IndexedDB: Cursor pre-fetching.
hans@chromium.org
2011-12-02
3
-1
/
+409
*
IndexedDB: IPC support for compound (array) keys
jsbell@chromium.org
2011-11-09
2
-0
/
+185
*
Verify that VERSION_CHANGE transactions are rolled back after crash.
jsbell@chromium.org
2011-11-08
2
-0
/
+91
*
Update chromium tests for new IDBDatabase.transaction() restrictions. The tra...
jsbell@chromium.org
2011-10-27
3
-7
/
+10
*
Add IndexedDB persistence tests, for null object store key paths
jsbell@chromium.org
2011-09-27
2
-0
/
+60
*
Browser test for IndexedDB quota
dgrogan@chromium.org
2011-08-22
3
-5
/
+132
*
Make IndexedDB brower test work with updated api
dgrogan@chromium.org
2011-06-23
1
-2
/
+2
*
Re-enable IndexedDB browser tests.
hans@chromium.org
2011-06-15
2
-5
/
+4
*
Fix IndexedDBBrowserTestWithGCExposed.DatabaseCallbacksTest.
hans@chromium.org
2011-06-15
1
-1
/
+1
*
In IndexedDBDispatcherHost::OnChannelClosing(), reset dispatcher hosts on the...
hans@chromium.org
2011-06-14
2
-0
/
+24
*
Add IndexedDB browser test that causes a crash.
dgrogan@chromium.org
2011-03-17
2
-0
/
+27
*
Re-enable all the IndexedDB browser tests and update them to handle
jorlow@chromium.org
2011-02-15
8
-153
/
+154
*
Re-enable indexedDB browser tests after picking up WebKit revision 76531
andreip@chromium.org
2011-01-25
5
-9
/
+9
*
Fix IndexedDB race condition during shutdown.
hans@chromium.org
2011-01-21
3
-9
/
+11
*
IndexedDB: Update browser test after WebKit roll.
hans@chromium.org
2011-01-20
1
-5
/
+4
*
IndexedDB: Temporarily disable part of IndexedDBBrowsertest.TransactionGetTest.
hans@chromium.org
2011-01-20
1
-3
/
+5
*
IndexedDB: Support for Date object keys.
hans@chromium.org
2010-12-18
1
-3
/
+27
*
IndexedDB: Update browser tests to test for IDB exception codes.
hans@chromium.org
2010-12-17
1
-2
/
+13
[next]