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
*
Introduce a new framework for back-and-forth tracked preference migration
gab@chromium.org
2014-05-09
5
-77
/
+340
*
Commit changes after a reset.
erikwright@chromium.org
2014-04-07
2
-3
/
+5
*
Separate storage for protected preferences into Protected Preferences file.
erikwright@chromium.org
2014-03-29
1
-1
/
+3
*
Refactor TestingPrefStore to make it useful to some tests of load errors and ...
erikwright@chromium.org
2014-03-28
5
-65
/
+134
*
Delete some dead code.
thakis@chromium.org
2014-03-27
1
-7
/
+0
*
Change DCHECK_IS_ON() to DCHECK_IS_ON
wangxianzhu@chromium.org
2014-03-14
1
-7
/
+5
*
Add gab@ as prefs owner
gab@chromium.org
2014-02-07
1
-0
/
+1
*
Only report timings for PrefHashFilter::FilterSerializeData() if work is done.
gab@chromium.org
2014-01-31
1
-18
/
+2
*
Get rid of some uses of base::Create*Value
estade@chromium.org
2014-01-30
3
-20
/
+17
*
Add a unit test for JsonPrefStore::Remove.
dgrogan@chromium.org
2014-01-30
1
-0
/
+21
*
Add a Settings.FilterOnLoadTime histogram to observe time spent on this criti...
gab@chromium.org
2014-01-30
1
-2
/
+18
*
Only compute pref hashes when about to serialize preferences to disk.
gab@chromium.org
2014-01-21
2
-7
/
+11
*
rAc i18n: implement storage interface for libaddressinput
estade@chromium.org
2014-01-02
4
-21
/
+46
*
Remove the Value class names from the global namespace.
avi@chromium.org
2013-12-24
2
-7
/
+7
*
Fix a race condition in preference metric reporting.
erikwright@chromium.org
2013-12-23
5
-13
/
+83
*
Revert 242382 "Fix a race condition in preference metric reporting."
danakj@chromium.org
2013-12-23
5
-82
/
+13
*
Fix a race condition in preference metric reporting.
erikwright@chromium.org
2013-12-23
5
-13
/
+82
*
Change docs for DeprecatedGetPrefRegistry to point to the correct approach.
joi@chromium.org
2013-12-02
1
-0
/
+10
*
Remove JsonPrefStore pruning of empty values on write.
gab@chromium.org
2013-11-27
12
-184
/
+30
*
Introduce a temporary workaround to ensure tracked preferences set to empty l...
gab@chromium.org
2013-11-22
2
-0
/
+11
*
Clean up PrefServiceBuilder
isherman@chromium.org
2013-11-19
6
-186
/
+156
*
Change the PrefService::GetPreferenceValues() interface to return a scoped_ptr.
earthdok@chromium.org
2013-11-01
2
-9
/
+10
*
Move ScopedUserPrefUpdate to base/prefs.
derat@chromium.org
2013-10-30
3
-0
/
+225
*
Added the AutomaticProfileResetter service.
engedy@chromium.org
2013-10-02
2
-0
/
+23
*
Remove unused method PrefService::ReloadPersistentPrefs().
gab@chromium.org
2013-09-25
2
-10
/
+0
*
Prefs refactoring is done, removing myself from OWNERS.
joi@chromium.org
2013-09-16
1
-3
/
+0
*
Move ScopedClosureRunner to callback_helpers, add Reset.
avi@chromium.org
2013-08-30
1
-1
/
+1
*
Rename managed user prefs to supervised user prefs.
bauerb@chromium.org
2013-08-29
5
-69
/
+74
*
Add support for a managed user pref store to PrefService.
bauerb@chromium.org
2013-08-29
6
-8
/
+103
*
Switch prefs to use ObserverList::might_have_observers instead of ObserverLis...
caitkp@chromium.org
2013-08-26
13
-19
/
+19
*
Fix uninitialized member variable.
finnur@chromium.org
2013-08-23
1
-1
/
+2
*
Use a direct include of the message_loop header in base/.
avi@chromium.org
2013-07-18
2
-2
/
+2
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-1
/
+1
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-4
/
+3
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
2
-12
/
+12
*
Move Copy* into the base namespace.
brettw@chromium.org
2013-07-09
1
-4
/
+4
*
Move DeleteAfterReboot, Move, and ReplaceFile to base namespace
brettw@chromium.org
2013-07-01
1
-1
/
+1
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-1
/
+1
*
Make base compile with no "using base::Value" in values.h
brettw@chromium.org
2013-06-14
18
-167
/
+182
*
Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-14
1
-1
/
+1
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/.
dcheng@chromium.org
2013-06-13
1
-3
/
+1
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
2
-2
/
+2
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
4
-48
/
+39
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
3
-3
/
+3
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
3
-3
/
+3
*
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-05-31
6
-25
/
+20
*
Use base::MessageLoop in more files.
xhwang@chromium.org
2013-05-30
1
-1
/
+1
*
Eliminate BrowserProcess dependency from sign-in production code.
joi@chromium.org
2013-05-18
2
-0
/
+5
*
Revert 198844 "Move sequenced_task_runner to base/task"
dbeam@chromium.org
2013-05-08
1
-1
/
+1
[next]