summaryrefslogtreecommitdiffstats
path: root/extensions/browser/value_store
Commit message (Expand)AuthorAgeFilesLines
* Extensions: Using common ValueStoreFactory for all value stores.cmumford2016-03-2410-54/+887
* Extensions: Extract lazy leveldb operations into LazyLevelDb.cmumford2016-03-154-344/+384
* Extensions: Minor cleanup, formatting/lint errors.cmumford2016-03-141-9/+7
* Make extensions::DictionaryBuilder and extensions::ListValue unmovable.dcheng2016-02-271-7/+9
* extensions: Add out-of-line copy ctors for complex classes.vmpstr2016-02-272-0/+4
* Extensions: Logging value and db repair to UMA in different values.cmumford2016-01-074-35/+61
* Switch to standard integer types in extensions/browser/.avi2015-12-237-1/+17
* Use rvalue reference instead of extensions::DictionaryBuilder::pass()limasdf2015-12-191-15/+16
* Convert Pass()→std::move() in //extensionsdcheng2015-12-186-20/+34
* Extensions: No longer creating a snapshot when iterating values.cmumford2015-12-142-13/+9
* ValueStore will now automatically repair corrupted db's.cmumford2015-12-127-200/+292
* ValueStore::Error is now an inline member (not a ptr) of ResultTypes.cmumford2015-12-0111-218/+159
* Removed key member from ValueStore::Error.cmumford2015-11-308-51/+26
* Extensions: Checking for failure when reading settings from db.cmumford2015-11-161-0/+1
* LeveldbValueStore: Deleting db when open fails due to corruption.cmumford2015-11-102-22/+42
* [tracing] Add memory statistics from level db clients to tracing.ssid2015-11-062-1/+47
* Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ki.stfu2015-10-121-1/+1
* Added UMA statistics logging for extensions leveldb open use.cmumford2015-07-136-15/+41
* Add more string_util functions to base namespace.brettw2015-06-241-1/+2
* Change JSONReader::ReadToValue to return a scoped_ptrestade2015-05-201-4/+5
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-163-5/+4
* Remove the eager opening of the leveldatabase from LeveldbValueStore's constr...kalman2015-04-091-4/+0
* leveldb: Reuse manifest (AKA logs) during open.cmumford2015-03-261-0/+2
* Mechanical rename of tracing includes (remaining bits)primiano2015-01-301-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-273-7/+7
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-212-36/+34
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-034-30/+30
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in apps/ and ...thestig2014-09-103-3/+3
* Move tests from Chrome's unit_tests to extensions_unittestsjamescook@chromium.org2014-08-021-2/+2
* Remove Create*Value (except CreateNullValue)estade@chromium.org2014-07-251-2/+1
* Get rid of the rest of CreateStringValueestade@chromium.org2014-07-184-18/+15
* Log error in ValueStore if JSON serialization during writing fails.pneubeck@chromium.org2014-06-162-3/+9
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-292-21/+21
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Move chrome/browser/value_store to extensions/value_storejamescook@chromium.org2014-03-0118-0/+2341