| Commit message (Expand) | Author | Age | Files | Lines |
* | Add most of the metadata-handling code for blobs. It's not quite all there, but | ericu@chromium.org | 2014-05-27 | 1 | -1/+2 |
* | Revert r271097 - "Add most of the metadata-handling code for blobs." | dpranke@chromium.org | 2014-05-17 | 1 | -2/+1 |
* | Add most of the metadata-handling code for blobs. It's not quite all there, but | ericu@chromium.org | 2014-05-16 | 1 | -1/+2 |
* | Revert 270016 "Add most of the metadata-handling code for blobs...." | dcheng@chromium.org | 2014-05-13 | 1 | -2/+1 |
* | Add most of the metadata-handling code for blobs. It's not quite all there, but | ericu@chromium.org | 2014-05-13 | 1 | -1/+2 |
* | This is the implementation of the primary and secondary blob journals for | ericu@chromium.org | 2014-05-01 | 1 | -0/+29 |
* | Fix "unreachable code" warnings (MSVC warning 4702) in content/. | pkasting@chromium.org | 2014-03-19 | 1 | -18/+11 |
* | Add IndexedDBBlobInfo class, to be used for IDB Blob support. | ericu@chromium.org | 2014-03-18 | 1 | -0/+4 |
* | Add the leveldb coding changes for IDB blob support. | ericu@chromium.org | 2014-03-14 | 1 | -4/+136 |
* | IndexedDB: Replace static_cast<size_t>(123) with 123u in tests/checks | jsbell@chromium.org | 2014-01-24 | 1 | -4/+2 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -18/+20 |
* | IndexedDB: Add some braces around multi-line if clauses | jsbell@chromium.org | 2013-12-12 | 1 | -10/+20 |
* | IndexedDB: Remove more dead code | jsbell@chromium.org | 2013-12-07 | 1 | -38/+0 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -16/+17 |
* | IndexedDB: Support binary keys in Chromium back-end | jsbell@chromium.org | 2013-11-21 | 1 | -0/+86 |
* | IndexedDB: Implement back-end for IDBCursor.continuePrimaryKey() | jsbell@chromium.org | 2013-11-16 | 1 | -0/+17 |
* | indexed_db_leveldb_coding: Remove three unused functions. | thakis@chromium.org | 2013-11-08 | 1 | -84/+0 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -12/+12 |
* | IndexedDB: Add defaults for switches on WebIDBKeyType (1/4) | jsbell@chromium.org | 2013-10-01 | 1 | -1/+2 |
* | IndexedDB: Optimize key comparisons | jsbell@chromium.org | 2013-09-03 | 1 | -52/+95 |
* | IndexedDB: Reformat the leveldb coding scheme documentation | jsbell@chromium.org | 2013-08-21 | 1 | -98/+96 |
* | IndexedDB: Miscellanous coding style cleanup | jsbell@chromium.org | 2013-08-13 | 1 | -26/+36 |
* | Use builders to convert between WebKit and content IDB types | jamesr@chromium.org | 2013-07-20 | 1 | -1/+0 |
* | IndexedDB: Convert remaining pointer-arithmetic decodes to StringPiece | jsbell@chromium.org | 2013-07-18 | 1 | -270/+203 |
* | Convert to new WebIDBTypes enums and accessors | jamesr@chromium.org | 2013-07-18 | 1 | -27/+37 |
* | IndexedDB: Switch key/value handling from vector<char> to std::string | jsbell@chromium.org | 2013-07-10 | 1 | -144/+137 |
* | Switch database/file_identifier to std::string, remove createFromDatabaseIden... | jamesr@chromium.org | 2013-07-03 | 1 | -6/+8 |
* | IndexedDB: Chromium Coding Style fixes - no default arguments | jsbell@chromium.org | 2013-06-26 | 1 | -2/+2 |
* | IndexedDB: Don't recompute key prefix type when comparing keys | jsbell@chromium.org | 2013-06-11 | 1 | -73/+83 |
* | Use a direct include of strings headers in content/browser/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Fix for uninitialized memory valgrind alerts in IndexedDB unit tests | jsbell@chromium.org | 2013-06-07 | 1 | -5/+5 |
* | IndexedDB: Eliminate interfaces for IndexedDB{Factory,Database,Cursor} | jsbell@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | IndexedDB: A handful of additional coding style corrections, c/o cpplint | jsbell@chromium.org | 2013-06-07 | 1 | -1/+0 |
* | IndexedDB: Correct non-const ref arguments | jsbell@chromium.org | 2013-06-06 | 1 | -30/+30 |
* | IndexedDB: Convert decoding functions to pass StringPieces vs. pointers | jsbell@chromium.org | 2013-06-06 | 1 | -412/+464 |
* | Revert 204391 "IndexedDB: Convert decoding functions to pass Str..." | thestig@chromium.org | 2013-06-06 | 1 | -464/+412 |
* | IndexedDB: Convert decoding functions to pass StringPieces vs. pointers | jsbell@chromium.org | 2013-06-06 | 1 | -412/+464 |
* | IndexedDB: Avoid copies by encoding into passed vector. | jsbell@chromium.org | 2013-06-01 | 1 | -119/+73 |
* | Migrate the IndexedDB backend from Blink to Chromium | alecflett@chromium.org | 2013-05-31 | 1 | -0/+1884 |
* | Revert "Migrate the IndexedDB backend from Blink to Chromium" | alecflett@chromium.org | 2013-05-30 | 1 | -1884/+0 |
* | Migrate the IndexedDB backend from Blink to Chromium | alecflett@chromium.org | 2013-05-30 | 1 | -0/+1884 |
* | Revert "Migrate the IndexedDB backend from Blink to Chromium" | jsbell@chromium.org | 2013-05-30 | 1 | -1884/+0 |
* | Migrate the IndexedDB backend from Blink to Chromium | jsbell@chromium.org | 2013-05-30 | 1 | -0/+1884 |
* | Revert "Migrate the IndexedDB backend from Blink to Chromium" | jsbell@chromium.org | 2013-05-28 | 1 | -1880/+0 |
* | Migrate the IndexedDB backend from Blink to Chromium | jsbell@chromium.org | 2013-05-28 | 1 | -0/+1880 |
* | Revert 202215 "Migrate the IndexedDB backend from Blink to Chromium" | xiyuan@chromium.org | 2013-05-25 | 1 | -1880/+0 |
* | Migrate the IndexedDB backend from Blink to Chromium | jsbell@chromium.org | 2013-05-24 | 1 | -0/+1880 |