summaryrefslogtreecommitdiffstats
path: root/content/common/indexed_db
Commit message (Expand)AuthorAgeFilesLines
* New IPC message parameters for IDB/Blob support.ericu@chromium.org2014-04-091-10/+44
* Misc. Indexed DB cleanup:pkasting@chromium.org2014-03-203-70/+78
* Fix "unreachable code" warnings (MSVC warning 4702) in content/.pkasting@chromium.org2014-03-192-7/+6
* Add safe blob-over-IPC transfer from browser->renderer for IDB.ericu@chromium.org2014-03-181-0/+3
* Use validating form of IPC enum macros for blink types.tsepez@chromium.org2014-02-111-3/+6
* IndexedDB: Use enums in Blink API and IPCjsbell@chromium.org2014-02-071-2/+3
* IndexedDB: Replace static_cast<size_t>(123) with 123u in tests/checksjsbell@chromium.org2014-01-241-6/+6
* IndexedDB: Only reset prefetch caches for cursors in same transactionjsbell@chromium.org2014-01-221-0/+2
* Revert of IndexedDB: Only reset prefetch caches for cursors in same transacti...mnissler@chromium.org2014-01-221-2/+0
* IndexedDB: Only reset prefetch caches for cursors in same transactionjsbell@chromium.org2014-01-221-0/+2
* Remove stale comment referring to Chrome Frame.grt@chromium.org2014-01-211-5/+0
* Make per-file message file reviewers consistent across owners.tsepez@chromium.org2014-01-171-1/+3
* IndexedDB: Replace passing identically-sized vectors with pairsjsbell@chromium.org2014-01-161-12/+8
* Explicitly implement copy ctor/assignment operator for IndexedDBKeyjsbell@chromium.org2014-01-132-0/+26
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-037-31/+31
* IndexedDB: Don't leak database proxy objectsjsbell@chromium.org2013-11-261-0/+14
* IndexedDB: Support binary keys in Chromium back-endjsbell@chromium.org2013-11-213-1/+26
* IndexedDB: Implement back-end for IDBCursor.continuePrimaryKey()jsbell@chromium.org2013-11-161-2/+3
* IndexedDB: move DataLoss enum out of WebIDBCallbacksjsbell@chromium.org2013-11-141-3/+2
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-078-49/+49
* Generate dataLossMessage from corruption stringsdgrogan@chromium.org2013-11-021-0/+1
* IndexedDB: Add defaults for switches on WebIDBKeyType (1/4)jsbell@chromium.org2013-10-012-0/+3
* Use builders to convert between WebKit and content IDB typesjamesr@chromium.org2013-07-207-144/+2
* Convert to new WebIDBTypes enums and accessorsjamesr@chromium.org2013-07-187-87/+112
* Add content/common/DEPS to burn down bad Blink usesjamesr@chromium.org2013-07-171-2/+0
* Add jln to OWNERS for IPC review.palmer@chromium.org2013-07-161-0/+1
* IndexedDB: Switch key/value handling from vector<char> to std::stringjsbell@chromium.org2013-07-101-6/+6
* Tell IDB frontend about data loss.dgrogan@chromium.org2013-06-251-0/+4
* Update the remaining includes of string16.h to its new location.tfarina@chromium.org2013-06-181-1/+1
* Origin identifiers are always ASCII, store as std::stringjamesr@chromium.org2013-06-181-3/+3
* Make security team OWNERS for all IPC *_messages*.h files.palmer@chromium.org2013-06-121-8/+8
* Use a direct include of strings headers in content/common/.avi@chromium.org2013-06-122-2/+2
* IndexedDB: Add unit test for key size estimatesjsbell@chromium.org2013-06-113-26/+102
* IndexedDB: Fix prefetching for string keysjsbell@chromium.org2013-06-101-1/+2
* Remove IDBCursorBackendInterface::deleteFunction (part 2/3)jsbell@chromium.org2013-06-031-6/+0
* Migrate the IndexedDB backend from Blink to Chromiumalecflett@chromium.org2013-05-312-13/+35
* Revert "Migrate the IndexedDB backend from Blink to Chromium"alecflett@chromium.org2013-05-302-35/+13
* Migrate the IndexedDB backend from Blink to Chromiumalecflett@chromium.org2013-05-302-13/+35
* Revert "Migrate the IndexedDB backend from Blink to Chromium"jsbell@chromium.org2013-05-302-35/+13
* Migrate the IndexedDB backend from Blink to Chromiumjsbell@chromium.org2013-05-302-13/+35
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-306-10/+10
* Revert "Migrate the IndexedDB backend from Blink to Chromium"jsbell@chromium.org2013-05-282-35/+13
* Migrate the IndexedDB backend from Blink to Chromiumjsbell@chromium.org2013-05-282-13/+35
* Revert 202215 "Migrate the IndexedDB backend from Blink to Chromium"xiyuan@chromium.org2013-05-252-35/+13
* Migrate the IndexedDB backend from Blink to Chromiumjsbell@chromium.org2013-05-242-13/+35
* Move indexeddb "common child" code out of content/common.alecflett@chromium.org2013-05-2212-2050/+0
* add placeholder switch handlers for upcoming WebIDBKey::MinTypealecflett@chromium.org2013-05-212-5/+6
* Remove Set* methods from IndexedDBKeyPathjsbell@chromium.org2013-05-203-46/+53
* Remove Set* methods from IndexedDBKeyalecflett@chromium.org2013-05-207-158/+236