summaryrefslogtreecommitdiffstats
path: root/content/browser/indexed_db
Commit message (Expand)AuthorAgeFilesLines
* Content changes for GetURL refactor.nasko@chromium.org2013-08-132-2/+3
* IndexedDB: Miscellanous coding style cleanupjsbell@chromium.org2013-08-133-30/+39
* Don't delete IndexedDB on some non-corruption I/O errors.dgrogan@chromium.org2013-08-096-27/+162
* Fix IDB browser crash when renderer is killed because of malformed IPC.dgrogan@chromium.org2013-07-242-1/+6
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-232-3/+1
* Add connection/transaction diagnostics to chrome://indexeddb-internalsjsbell@chromium.org2013-07-2212-74/+238
* Use builders to convert between WebKit and content IDB typesjamesr@chromium.org2013-07-201-1/+0
* IndexedDB: Convert remaining pointer-arithmetic decodes to StringPiecejsbell@chromium.org2013-07-183-358/+256
* Add a "Force Close" link and connection count to indexeddb-interanals.alecflett@chromium.org2013-07-184-32/+149
* Convert to new WebIDBTypes enums and accessorsjamesr@chromium.org2013-07-185-60/+68
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-182-2/+2
* [Indexed DB] Now supported in single process mode.benm@chromium.org2013-07-171-2/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-2/+2
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-5/+5
* IndexedDB: Coding conventions and cleanupjsbell@chromium.org2013-07-1314-191/+86
* Histogram detailed errors for IndexedDB reads.dgrogan@chromium.org2013-07-131-0/+1
* Better size formatting for indexeddb-internalsalecflett@chromium.org2013-07-131-1/+2
* IndexedDB: Test for "close" event when connection is force-closed.jsbell@chromium.org2013-07-121-12/+21
* add missing header in indexed_db_backing_store.ccmostynb@opera.com2013-07-111-0/+1
* IndexedDB: Validate store/index parametersjsbell@chromium.org2013-07-112-80/+144
* IndexedDB: Add test to ensure backing store closed after pending deletejsbell@chromium.org2013-07-112-66/+87
* IndexedDB: Remove transaction timer, just post tasksjsbell@chromium.org2013-07-102-19/+27
* Lazily allocate peer handles in the BrowserMessageFilter to reduce excessive zturner@chromium.org2013-07-101-2/+2
* IndexedDB: ContinueFunction -> Continuejsbell@chromium.org2013-07-106-18/+17
* IndexedDB: Switch key/value handling from vector<char> to std::stringjsbell@chromium.org2013-07-1028-887/+726
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-094-4/+4
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-3/+3
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-032-18/+18
* Switch database/file_identifier to std::string, remove createFromDatabaseIden...jamesr@chromium.org2013-07-0311-111/+103
* IndexedDB: Remove unnecessary scoped_refptr<T>::get() callsjsbell@chromium.org2013-07-0314-124/+94
* Parse and histogram LevelDB corruption errors.dgrogan@chromium.org2013-07-031-27/+94
* Convert WebIDBDatabaseImpl to IndexedDBConnectionjsbell@chromium.org2013-07-0314-614/+393
* Disable IndexedDBBrowserTest.ValueSizeTestsbc@chromium.org2013-07-021-1/+1
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-021-3/+3
* IndexedDB: Remove IndexedDBCallbacksWrapperjsbell@chromium.org2013-07-0117-806/+536
* IndexedDB: Eliminate IndexedDBDatabaseCallbacksWrapperjsbell@chromium.org2013-07-0117-159/+98
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-2/+2
* IndexedDB: Eliminate WebIDBCursor wrapperjsbell@chromium.org2013-06-298-121/+90
* IndexedDB: Eliminate WebIDBFactoryImpl wrapperjsbell@chromium.org2013-06-285-142/+46
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* IndexedDB: Remove uses of WebKit API types from back-end codejsbell@chromium.org2013-06-2815-76/+47
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-273-11/+11
* Move IndexedDB files out of in_process_webkitjsbell@chromium.org2013-06-2611-6/+2092
* IndexedDB: Chromium Coding Style fixes - no default argumentsjsbell@chromium.org2013-06-269-22/+32
* Histogram OS-level errors along with the method that encountered them.dgrogan@chromium.org2013-06-261-3/+25
* Tell IDB frontend about data loss.dgrogan@chromium.org2013-06-2510-24/+112
* Move IndexedDB from WEBKIT_DEPRECATED to dedicated threadjsbell@chromium.org2013-06-258-190/+229
* Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}.darin@chromium.org2013-06-253-6/+4
* IndexedDB: Miscellaneous back-end code cleanupjsbell@chromium.org2013-06-2410-109/+103
* Move ComputeDirectorySize to the base namespace.brettw@chromium.org2013-06-221-1/+1