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
/
base
/
prefs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove using namespace from ObserverList.
brettw
2015-06-03
6
-7
/
+7
*
Add the ability to schedule any pending lossy prefs to be written.
benwells
2015-05-28
10
-2
/
+52
*
More base::Values-related bare pointer -> scoped_ptr conversions
estade
2015-05-12
2
-6
/
+5
*
Implement lossy pref behavior for JsonPrefStore.
raymes
2015-05-12
3
-27
/
+161
*
Revert of Implement lossy pref behavior for JsonPrefStore. (patchset #12 id:2...
robert.bradford
2015-05-11
3
-157
/
+16
*
Implement lossy pref behavior for JsonPrefStore.
raymes
2015-05-11
3
-16
/
+157
*
Add a test for pref flag conversion from registration flags to write flags.
raymes
2015-05-07
3
-9
/
+121
*
Add a PrefRegistrationFlags::LOSSY_PREF flag for writing lossy prefs
raymes
2015-05-06
15
-95
/
+205
*
base: Remove more use of MessageLoopProxy
skyostil
2015-05-05
2
-21
/
+15
*
base: Remove most uses of MessageLoopProxy
skyostil
2015-04-30
5
-78
/
+55
*
Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...
stevenjb
2015-04-29
6
-68
/
+97
*
base: Remove use of MessageLoopProxy
skyostil
2015-04-29
6
-97
/
+68
*
Add histograms to record the number of writes to the prefs file
raymes
2015-04-29
3
-2
/
+320
*
Move pref registration functions into PrefRegistrySimple
raymes
2015-04-27
2
-23
/
+145
*
Convert PrefSyncStatus into PrefRegistrationFlags
raymes
2015-04-24
3
-13
/
+61
*
Performance optimizations in preference maps.
bauerb
2015-04-23
2
-40
/
+44
*
Update {virtual,override} to follow C++11 style in base.
nick
2015-04-22
1
-4
/
+4
*
base: Stop passing a non-const ref to ObserverListBase::Iterator.
danakj
2015-03-09
2
-2
/
+2
*
base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes.
danakj
2015-03-07
1
-0
/
+1
*
Remove --pretty-print-prefs switch.
gab
2015-03-06
3
-32
/
+4
*
Split ValueSerializer into separate Serializer and Deserializer classes.
prashhir
2015-03-05
1
-7
/
+7
*
Stop pretty-printing pref JSON
hashimoto
2015-03-05
3
-1
/
+32
*
Log pref file size histogram on read rather than on write.
gab
2015-01-31
1
-21
/
+21
*
Cleanup: Remove some redundant container clear() calls.
thestig
2015-01-08
1
-1
/
+0
*
Nobody uses base::JsonPrefStore::ReadResult without a path
bratell
2015-01-07
1
-13
/
+2
*
Added checks for use after free of PrefService
battre
2015-01-05
1
-0
/
+14
*
Standardize usage of virtual/override/final specifiers in base/.
dcheng
2014-12-23
6
-9
/
+9
*
Allow managing Camera and Location for Supervised Users
khannans
2014-12-19
4
-0
/
+24
*
Change preference APIs to take std::string instead of const char*.
georgesak
2014-12-03
22
-246
/
+240
*
Implement chrome://local-state debug URL.
asvitkine
2014-11-25
2
-12
/
+24
*
Standardize usage of virtual/override/final in base/
dcheng
2014-10-21
17
-104
/
+96
*
Cleanup: Better constify some strings in base.
thestig
2014-10-21
1
-4
/
+4
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-15
1
-2
/
+2
*
replace OVERRIDE and FINAL with override and final in base/
mostynb
2014-10-07
14
-81
/
+81
*
Manual fixups for scoped_refptr operator T* removal in base/
dcheng
2014-08-28
2
-14
/
+18
*
Remove implicit conversions from scoped_refptr to T* in base/
dcheng
2014-08-27
1
-1
/
+1
*
Domain Reliability: Don't upload when metrics reporting is off.
ttuttle
2014-08-25
2
-10
/
+14
*
Move file_util to base/files/ directory.
brettw@chromium.org
2014-08-13
2
-2
/
+2
*
Weakly bind JsonPrefStore's async read task to avoid it coming back after shu...
gab@chromium.org
2014-07-28
1
-2
/
+4
*
Get rid of FileThreadDeserializer.
gab@chromium.org
2014-07-22
2
-128
/
+121
*
Decrement CreateDoubleValue count
estade@chromium.org
2014-07-19
3
-0
/
+18
*
Track size of files serialized by the JsonPrefStore.
gab@chromium.org
2014-07-16
1
-1
/
+24
*
Leftover cleanups from https://codereview.chromium.org/324493002 .
erikwright@chromium.org
2014-07-14
4
-6
/
+12
*
DCHECK(CalledOnValidThread()) for ScopedUserPrefUpdate
battre@chromium.org
2014-07-10
2
-1
/
+5
*
Expand the JsonPrefStore's interface to allow for an alternate filename to be...
gab@chromium.org
2014-06-20
3
-10
/
+249
*
Move preference MACs to the protected preference stores.
erikwright@chromium.org
2014-06-18
6
-13
/
+28
*
Implementation of leveldb-backed PrefStore.
dgrogan@chromium.org
2014-05-28
2
-0
/
+8
*
Revert 272671 "Implementation of leveldb-backed PrefStore."
sadrul@chromium.org
2014-05-24
2
-8
/
+0
*
Implementation of leveldb-backed PrefStore.
dgrogan@chromium.org
2014-05-24
2
-0
/
+8
*
Revert 271416 "Store a stacktrace of PrefService destruction in ..."
asvitkine@chromium.org
2014-05-20
11
-91
/
+0
[next]