index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
extensions
/
browser
/
value_store
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extensions: Using common ValueStoreFactory for all value stores.
cmumford
2016-03-24
10
-54
/
+887
*
Extensions: Extract lazy leveldb operations into LazyLevelDb.
cmumford
2016-03-15
4
-344
/
+384
*
Extensions: Minor cleanup, formatting/lint errors.
cmumford
2016-03-14
1
-9
/
+7
*
Make extensions::DictionaryBuilder and extensions::ListValue unmovable.
dcheng
2016-02-27
1
-7
/
+9
*
extensions: Add out-of-line copy ctors for complex classes.
vmpstr
2016-02-27
2
-0
/
+4
*
Extensions: Logging value and db repair to UMA in different values.
cmumford
2016-01-07
4
-35
/
+61
*
Switch to standard integer types in extensions/browser/.
avi
2015-12-23
7
-1
/
+17
*
Use rvalue reference instead of extensions::DictionaryBuilder::pass()
limasdf
2015-12-19
1
-15
/
+16
*
Convert Pass()→std::move() in //extensions
dcheng
2015-12-18
6
-20
/
+34
*
Extensions: No longer creating a snapshot when iterating values.
cmumford
2015-12-14
2
-13
/
+9
*
ValueStore will now automatically repair corrupted db's.
cmumford
2015-12-12
7
-200
/
+292
*
ValueStore::Error is now an inline member (not a ptr) of ResultTypes.
cmumford
2015-12-01
11
-218
/
+159
*
Removed key member from ValueStore::Error.
cmumford
2015-11-30
8
-51
/
+26
*
Extensions: Checking for failure when reading settings from db.
cmumford
2015-11-16
1
-0
/
+1
*
LeveldbValueStore: Deleting db when open fails due to corruption.
cmumford
2015-11-10
2
-22
/
+42
*
[tracing] Add memory statistics from level db clients to tracing.
ssid
2015-11-06
2
-1
/
+47
*
Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/
ki.stfu
2015-10-12
1
-1
/
+1
*
Added UMA statistics logging for extensions leveldb open use.
cmumford
2015-07-13
6
-15
/
+41
*
Add more string_util functions to base namespace.
brettw
2015-06-24
1
-1
/
+2
*
Change JSONReader::ReadToValue to return a scoped_ptr
estade
2015-05-20
1
-4
/
+5
*
Convert JsonWriter::Write to taking a const ref for the in-param
estade
2015-05-16
3
-5
/
+4
*
Remove the eager opening of the leveldatabase from LeveldbValueStore's constr...
kalman
2015-04-09
1
-4
/
+0
*
leveldb: Reuse manifest (AKA logs) during open.
cmumford
2015-03-26
1
-0
/
+2
*
Mechanical rename of tracing includes (remaining bits)
primiano
2015-01-30
1
-1
/
+1
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
3
-7
/
+7
*
Standardize usage of virtual/override/final in extensions/
dcheng
2014-10-21
2
-36
/
+34
*
replace OVERRIDE and FINAL with override and final in extensions/
mostynb
2014-10-03
4
-30
/
+30
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in apps/ and ...
thestig
2014-09-10
3
-3
/
+3
*
Move tests from Chrome's unit_tests to extensions_unittests
jamescook@chromium.org
2014-08-02
1
-2
/
+2
*
Remove Create*Value (except CreateNullValue)
estade@chromium.org
2014-07-25
1
-2
/
+1
*
Get rid of the rest of CreateStringValue
estade@chromium.org
2014-07-18
4
-18
/
+15
*
Log error in ValueStore if JSON serialization during writing fails.
pneubeck@chromium.org
2014-06-16
2
-3
/
+9
*
Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...
jyasskin@chromium.org
2014-03-29
2
-21
/
+21
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
1
-1
/
+1
*
Move chrome/browser/value_store to extensions/value_store
jamescook@chromium.org
2014-03-01
18
-0
/
+2341