summaryrefslogtreecommitdiffstats
path: root/content/browser/indexed_db/indexed_db_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mock_special_storage_policy from webkit/ to content/public/test/pilgrim@chromium.org2014-04-301-3/+3
* Plumb request_context, ipc_process_id, and blob_storage_context through to wh...ericu@chromium.org2014-04-141-2/+7
* Added IndexedDBPendingConnection to group up a bunch of parameters that get p...ericu@chromium.org2014-03-181-15/+20
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-2/+1
* Unrevert 244240 "IndexedDBFactory now ForceCloses databases."cmumford@chromium.org2014-01-111-41/+51
* Revert 244240 "IndexedDBFactory now ForceCloses databases."jsbell@chromium.org2014-01-101-52/+41
* IndexedDBFactory now ForceCloses databases.cmumford@chromium.org2014-01-101-41/+52
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* IndexedDB: Failed open calls leak database objectsjsbell@chromium.org2013-12-111-2/+2
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-6/+6
* IndexedDB: Close backing store after a failed writejsbell@chromium.org2013-10-311-0/+39
* IndexedDB: Move IndexedDBFactoryTest unit tests to own filejsbell@chromium.org2013-10-201-0/+2
* IndexedDB: Ensure that closed connections are not usedjsbell@chromium.org2013-10-191-0/+4
* IndexedDB: Use leveldb::DestroyDB to delete backing storesjsbell@chromium.org2013-10-151-0/+25
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-5/+5
* IndexedDB: Remove unnecessary scoped_refptr<T>::get() callsjsbell@chromium.org2013-07-031-18/+8
* Convert WebIDBDatabaseImpl to IndexedDBConnectionjsbell@chromium.org2013-07-031-11/+9
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-6/+6
* Move IndexedDB from WEBKIT_DEPRECATED to dedicated threadjsbell@chromium.org2013-06-251-54/+65
* Use chromium logic for database identifier<->origin conversionsjamesr@chromium.org2013-06-191-6/+6
* Remove excess WebKit includes and WebData referencesalecflett@chromium.org2013-06-141-1/+0
* Remove content/browser dependency on many WebKit::WebIDB* classesalecflett@chromium.org2013-06-101-3/+6
* IndexedDB: Chromium coding-style cleanup of new back-end c/o cpplintjsbell@chromium.org2013-06-041-1/+1
* Migrate the IndexedDB backend from Blink to Chromiumalecflett@chromium.org2013-05-311-21/+13
* Revert "Migrate the IndexedDB backend from Blink to Chromium"alecflett@chromium.org2013-05-301-13/+21
* Migrate the IndexedDB backend from Blink to Chromiumalecflett@chromium.org2013-05-301-21/+13
* Revert "Migrate the IndexedDB backend from Blink to Chromium"jsbell@chromium.org2013-05-301-13/+21
* Migrate the IndexedDB backend from Blink to Chromiumjsbell@chromium.org2013-05-301-21/+13
* Move webkit/quota files to webkit/browser/quota or webkit/common/quotatzik@chromium.org2013-05-301-3/+3
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-301-1/+1
* Revert "Migrate the IndexedDB backend from Blink to Chromium"jsbell@chromium.org2013-05-281-13/+21
* Migrate the IndexedDB backend from Blink to Chromiumjsbell@chromium.org2013-05-281-21/+13
* Revert 202215 "Migrate the IndexedDB backend from Blink to Chromium"xiyuan@chromium.org2013-05-251-13/+21
* Migrate the IndexedDB backend from Blink to Chromiumjsbell@chromium.org2013-05-241-21/+13
* webkit: Merge fileapi::GetOriginURLFromIdentifier and DatabaseUtil::GetOrigin...tfarina@chromium.org2013-05-101-8/+6
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-4/+3
* Change include paths to use the new IDB header locations in Platformalecflett@chromium.org2013-05-021-1/+1
* Move non-webkit IndexedDB code out of in_process_webkit.alecflett@chromium.org2013-03-311-0/+203