summaryrefslogtreecommitdiffstats
path: root/content/browser/indexed_db/indexed_db_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversions from scoped_refptr to T* in content/browser/index...Daniel Cheng2014-08-261-14/+14
* IndexedDB: IndexedDBDatabase now always requires a factorycmumford@chromium.org2014-07-311-3/+4
* [IndexedDB] Use consistent enums on both sides of IPC.pritam.nikam@samsung.com2014-06-211-13/+12
* This is the master CL that contains the whole remaining Chromium side.ericu@chromium.org2014-06-041-7/+7
* IndexedDB: Prevent store/index deletion from racing ahead of usejsbell@chromium.org2014-05-221-18/+23
* Added IndexedDBTransactionTest::ScheduleNormalTask.cmumford@chromium.org2014-04-161-0/+62
* Make iterating over a corrupted IndexedDB fail.cmumford@chromium.org2014-04-161-2/+12
* Added IndexedDBTransactionTest::SchedulePreemptiveTask.cmumford@chromium.org2014-04-111-0/+61
* IndexedDBTransactionTest::Timeout now calls Timeout().cmumford@chromium.org2014-04-091-2/+9
* Resetting pending_preemptive_events_ in IndexedDBTransaction::Abort.cmumford@chromium.org2014-04-081-4/+51
* Running AbortTasks for read_write/read_only transactions.cmumford@chromium.org2014-04-041-2/+22
* IndexedDB: Don't timeout read-only transactionsjsbell@chromium.org2014-03-071-1/+33
* Revert of IndexedDB: Don't timeout read-only transactions (https://codereview...stgao@chromium.org2014-03-041-28/+1
* IndexedDB: Don't timeout read-only transactionsjsbell@chromium.org2014-03-041-1/+28
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* IndexedDB: Run abort tasks if backing store commit failsjsbell@chromium.org2013-12-111-0/+43
* IndexedDB: Timeout transactions if front-end is unresponsivejsbell@chromium.org2013-12-111-0/+82
* Revert 239543 "IndexedDB: Timeout transactions if front-end is u..."jsbell@chromium.org2013-12-091-82/+0
* IndexedDB: Timeout transactions if front-end is unresponsivejsbell@chromium.org2013-12-091-0/+82