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
/
chrome
/
browser
/
prefs
/
pref_service.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make PolicyService per-profile.
bauerb@chromium.org
2012-05-31
1
-6
/
+10
*
[protector] Specific handling of default values of protected prefs.
ivankr@chromium.org
2012-05-28
1
-0
/
+4
*
Resubmit r133740: Fix homepage migration for users who never changed their se...
tbreisacher@chromium.org
2012-04-26
1
-0
/
+4
*
Revert 133740 - Fix homepage migration for users who never changed their sett...
dpapad@chromium.org
2012-04-24
1
-4
/
+0
*
Fix homepage migration for users who never changed their settings.
tbreisacher@chromium.org
2012-04-24
1
-0
/
+4
*
Remove per-tab preference machinery.
falken@chromium.org
2012-03-26
1
-4
/
+0
*
Add policy to control "allow background apps"
bartfab@chromium.org
2012-03-19
1
-0
/
+4
*
Added textual notice to PrefService and WebDataService that third-party modif...
ivankr@chromium.org
2012-03-16
1
-0
/
+4
*
Add PrefService::GetInitializationStatus()
sail@chromium.org
2012-03-13
1
-0
/
+9
*
Reinitialize LocalState's CommandLinePrefStore after about_flags updates the ...
thestig@chromium.org
2012-01-24
1
-2
/
+11
*
Add more per-tab preferences.
mnaganov@chromium.org
2011-12-29
1
-0
/
+2
*
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...
bauerb@chromium.org
2011-12-27
1
-11
/
+2
*
Fixed the value of "controlledBy" for preferences when they're set by the user.
joaodasilva@chromium.org
2011-12-12
1
-0
/
+4
*
Introduce per-tab preferences service.
mnaganov@chromium.org
2011-11-22
1
-16
/
+11
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-3
/
+8
*
Reverts debugging code added in hopes of tracking crash. This also
sky@chromium.org
2011-08-24
1
-5
/
+0
*
Adds some debugging code in hopes of figuring out a crash. As far as I
sky@chromium.org
2011-08-23
1
-0
/
+5
*
base: Rename ValueType to something less redundant as _just_ Type.
tfarina@chromium.org
2011-08-12
1
-4
/
+4
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-15
/
+18
*
Move user cloud policy to BrowserProcess (was 6979011)
gfeher@chromium.org
2011-06-29
1
-10
/
+8
*
Adds async interface method, which is used by JsonPrefStore. Also see the bug...
altimofeev@chromium.org
2011-05-11
1
-25
/
+10
*
Refactor preference syncing.
zea@chromium.org
2011-05-09
1
-4
/
+67
*
Directly observe the disabled schemes policy instead of via a PrefMember.
bauerb@chromium.org
2011-04-27
1
-3
/
+0
*
Oops, we ended up with two PrefServiceDelegate definitions.
darin@chromium.org
2011-04-21
1
-2
/
+0
*
Fix the VS2005 build.
darin@chromium.org
2011-04-21
1
-8
/
+10
*
Fix build on MSVS 2005
apavlov@chromium.org
2011-04-21
1
-0
/
+2
*
This CL implements alternative asynchronous methods for profile and preferenc...
altimofeev@chromium.org
2011-04-19
1
-2
/
+24
*
Added DisabledSchemes policy.
joaodasilva@chromium.org
2011-04-18
1
-0
/
+3
*
Revert 81394 (broke sync_integration_tests and clang) - This CL implements al...
altimofeev@chromium.org
2011-04-13
1
-24
/
+2
*
This CL implements alternative asynchronous methods for profile and preferenc...
altimofeev@chromium.org
2011-04-13
1
-2
/
+24
*
Remove old ScopedUserPrefUpdate
battre@chromium.org
2011-04-12
1
-23
/
+3
*
Introduce a new way of using ScopedUserPrefUpdate that ensures notifications ...
battre@chromium.org
2011-03-30
1
-4
/
+22
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Let PrefStore::GetValue return a const Value* instead of Value* and add Persi...
battre@chromium.org
2011-03-25
1
-6
/
+5
*
Provide lazy CommitPendingWrites in addition to eager SavePersistentPrefs.
dilmah@chromium.org
2011-03-25
1
-0
/
+3
*
Fix missing change notifications of UserPrefStore
battre@chromium.org
2011-03-07
1
-5
/
+10
*
Added LevelOfControl to Preferences API's get() result
battre@chromium.org
2011-02-24
1
-0
/
+5
*
Make proxy settings one atomic dictionary in the PrefStores such that modific...
battre@chromium.org
2011-02-09
1
-0
/
+3
*
patch from issue 6286089
mnissler@chromium.org
2011-02-04
1
-2
/
+7
*
Pacify Coverity when reading kExtensionsPref dictionary
battre@chromium.org
2011-02-02
1
-4
/
+7
*
Rename Real* to Double* in values.* and dependent files
arv@chromium.org
2011-02-01
1
-6
/
+6
*
Make PrefValueStore non-refcounted.
mnissler@chromium.org
2011-01-28
1
-1
/
+1
*
Fix broken PrefService::preference_set() returning not all registered prefere...
battre@chromium.org
2011-01-27
1
-8
/
+11
*
Introduce incognito preference settings.
battre@chromium.org
2011-01-25
1
-10
/
+25
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
1
-2
/
+2
*
Handle policy refresh internally in ConfigurationPolicyPrefStore.
mnissler@chromium.org
2010-12-23
1
-2
/
+1
*
Migrate HostReferralList and StartupDNSPrefetchList from local_state to user ...
mirandac@chromium.org
2010-12-16
1
-1
/
+1
*
Revert 69320 - Migrate HostReferralList and StartupDNSPrefetchList from local...
mirandac@chromium.org
2010-12-15
1
-1
/
+1
*
Migrate HostReferralList and StartupDNSPrefetchList from local_state to user ...
mirandac@chromium.org
2010-12-15
1
-1
/
+1
*
Sanitize PrefStore interface.
mnissler@chromium.org
2010-12-09
1
-23
/
+11
[next]