summaryrefslogtreecommitdiffstats
path: root/content/common/indexed_db/indexed_db_key.cc
Commit message (Expand)AuthorAgeFilesLines
* Misc. Indexed DB cleanup:pkasting@chromium.org2014-03-201-62/+69
* Fix "unreachable code" warnings (MSVC warning 4702) in content/.pkasting@chromium.org2014-03-191-2/+0
* Explicitly implement copy ctor/assignment operator for IndexedDBKeyjsbell@chromium.org2014-01-131-0/+23
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-2/+2
* IndexedDB: Support binary keys in Chromium back-endjsbell@chromium.org2013-11-211-1/+10
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-9/+9
* IndexedDB: Add defaults for switches on WebIDBKeyType (1/4)jsbell@chromium.org2013-10-011-0/+1
* Use builders to convert between WebKit and content IDB typesjamesr@chromium.org2013-07-201-67/+0
* Convert to new WebIDBTypes enums and accessorsjamesr@chromium.org2013-07-181-33/+42
* IndexedDB: Add unit test for key size estimatesjsbell@chromium.org2013-06-111-21/+29
* IndexedDB: Fix prefetching for string keysjsbell@chromium.org2013-06-101-1/+2
* Migrate the IndexedDB backend from Blink to Chromiumalecflett@chromium.org2013-05-311-5/+25
* Revert "Migrate the IndexedDB backend from Blink to Chromium"alecflett@chromium.org2013-05-301-25/+5
* Migrate the IndexedDB backend from Blink to Chromiumalecflett@chromium.org2013-05-301-5/+25
* Revert "Migrate the IndexedDB backend from Blink to Chromium"jsbell@chromium.org2013-05-301-25/+5
* Migrate the IndexedDB backend from Blink to Chromiumjsbell@chromium.org2013-05-301-5/+25
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-301-2/+2
* Revert "Migrate the IndexedDB backend from Blink to Chromium"jsbell@chromium.org2013-05-281-25/+5
* Migrate the IndexedDB backend from Blink to Chromiumjsbell@chromium.org2013-05-281-5/+25
* Revert 202215 "Migrate the IndexedDB backend from Blink to Chromium"xiyuan@chromium.org2013-05-251-25/+5
* Migrate the IndexedDB backend from Blink to Chromiumjsbell@chromium.org2013-05-241-5/+25
* add placeholder switch handlers for upcoming WebIDBKey::MinTypealecflett@chromium.org2013-05-211-3/+2
* Remove Set* methods from IndexedDBKeyalecflett@chromium.org2013-05-201-37/+109
* add placeholder switch handlers for upcoming WebIDBKey::MinTypealecflett@chromium.org2013-05-171-2/+4
* Update some #includes in content/common/indexed_db for headers in the new Pla...pilgrim@chromium.org2013-01-111-2/+2
* Move IndexedDBKey, IndexedDBKeyRange into content namespacejsbell@chromium.org2012-05-041-0/+4
* Iterate an array in O(n) rather than O(n^2) time during IDBKey conversion.jsbell@chromium.org2012-01-311-2/+4
* Distinguish null IDBKey (no value) and invalid IDBKey (value is not valid key)jsbell@chromium.org2012-01-261-4/+7
* Prep for landing WK76487jsbell@chromium.org2012-01-251-1/+4
* Move indexeddb code to its own directory inside of content/{browser,common,re...dgrogan@chromium.org2011-12-201-0/+79