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
/
chromeos
/
settings
Commit message (
Expand
)
Author
Age
Files
Lines
*
Validator now checks for presence of request_token in all cases.
atwilson@chromium.org
2013-02-15
2
-2
/
+10
*
Moving last generic Prefs implementation files to base/prefs/.
joi@chromium.org
2013-02-14
1
-1
/
+1
*
Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific.
joi@chromium.org
2013-02-12
2
-2
/
+2
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
2
-3
/
+3
*
Disable/enable echo for enterprise device.
oscarpan@google.com
2013-02-10
3
-0
/
+28
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
3
-4
/
+4
*
Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.
joi@chromium.org
2013-02-06
2
-4
/
+5
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-2
/
+4
*
chromeos: Support delaying suspend asynchronously.
derat@chromium.org
2013-01-29
2
-5
/
+0
*
Prevent a DCHECK when starting a chromeos=1 build with --stub-cros-settings.
joaodasilva@chromium.org
2013-01-16
3
-39
/
+14
*
Update other unittests to use newly added TestingBrowserProcess::GetGlobal().
dbeam@chromium.org
2013-01-04
2
-2
/
+2
*
Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.
joi@chromium.org
2012-12-22
4
-6
/
+6
*
Enable public accounts by default
bartfab@chromium.org
2012-12-10
1
-1
/
+1
*
Put local accounts device setting behind --enable-local-accounts
mnissler@chromium.org
2012-12-07
1
-6
/
+11
*
Mark device settings as trusted before sending change notifications
bartfab@chromium.org
2012-12-06
2
-8
/
+9
*
Add public accounts to UserManager
bartfab@chromium.org
2012-12-04
2
-1
/
+4
*
Revert 170507 - Add public accounts to UserManager
isherman@chromium.org
2012-11-30
2
-4
/
+1
*
Add public accounts to UserManager
bartfab@chromium.org
2012-11-30
2
-1
/
+4
*
Introduce test fixture base class for testing CrOS device settings.
mnissler@chromium.org
2012-11-23
6
-178
/
+182
*
Make sure the local state cache is in sync with the policy.
pastarmovj@chromium.org
2012-11-21
1
-3
/
+7
*
Reland: Wire up local account policy DBus calls in SessionManagerClient.
mnissler@chromium.org
2012-11-21
2
-20
/
+113
*
Add copy and assignment to FundamentalValue and StringValue.
estade@chromium.org
2012-11-20
4
-12
/
+12
*
Revert 168563 - Wire up local account policy DBus calls in SessionManagerClient.
sreeram@chromium.org
2012-11-19
2
-108
/
+20
*
Wire up local account policy DBus calls in SessionManagerClient.
mnissler@chromium.org
2012-11-19
2
-20
/
+108
*
Add support for initializing policy providers synchronously.
atwilson@chromium.org
2012-11-19
2
-10
/
+9
*
chrome/browser: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-17
2
-3
/
+3
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-2
/
+2
*
Add device policy definition for local accounts.
mnissler@chromium.org
2012-11-16
3
-0
/
+30
*
Hide error bubbles after a successful sign-in.
joaodasilva@chromium.org
2012-11-16
1
-0
/
+1
*
Revert 167808 - Get rid of use of CreateStringValue in chromeos/ directory.
kinaba@chromium.org
2012-11-15
4
-12
/
+12
*
Get rid of use of CreateStringValue in chromeos/ directory.
estade@chromium.org
2012-11-15
4
-12
/
+12
*
Move the bits of Prefs where production code has only trivially easy
joi@chromium.org
2012-10-22
2
-3
/
+2
*
Update all unit tests that override paths to use the ScopedPathOverride.
pastarmovj@chromium.org
2012-10-09
1
-13
/
+7
*
Extend the policy loading logic to tolerate temprary RTC errors.
pastarmovj@chromium.org
2012-10-02
5
-7
/
+69
*
Fix queued writes in DeviceSettingsProvider.
mnissler@chromium.org
2012-09-21
2
-4
/
+24
*
Factory reset screen is added
glotov@google.com
2012-09-17
2
-0
/
+3
*
Fix the unit test to run in a clean profile dir and add a new test to check p...
pastarmovj@chromium.org
2012-09-17
1
-0
/
+33
*
Remove unused files after SignedSettings is dead.
mnissler@chromium.org
2012-09-10
24
-3310
/
+0
*
Make OwnerKeyUtil thread safe as originally intended.
mnissler@chromium.org
2012-09-10
1
-2
/
+2
*
Implement new-style CloudPolicyStore for Chrome OS device policy.
mnissler@chromium.org
2012-09-10
6
-15
/
+20
*
Moving google_apis and GaiaClient to src/google_apis.
joi@chromium.org
2012-09-07
1
-1
/
+1
*
Switch from SignedSettings to DeviceSettingsService.
mnissler@chromium.org
2012-09-01
19
-862
/
+566
*
Revert 154457 - Switch from SignedSettings to DeviceSettingsService.
dmazzoni@chromium.org
2012-08-31
19
-566
/
+862
*
Switch from SignedSettings to DeviceSettingsService.
mnissler@chromium.org
2012-08-31
19
-862
/
+566
*
Chromium side change to add HandleLockScreen{Shown,Dismiss} methods for Sessi...
haruki@chromium.org
2012-08-30
2
-0
/
+6
*
Add DeviceSettingsService.
mnissler@chromium.org
2012-08-30
13
-0
/
+2240
*
Fix data roaming setting change notifications to the UI.
mnissler@chromium.org
2012-08-24
1
-4
/
+8
*
[cros] Force device settings reload after storing policy.
ivankr@chromium.org
2012-08-21
1
-2
/
+11
*
Added a timezone policy and pyauto tests for it.
pneubeck@chromium.org
2012-08-16
3
-0
/
+16
*
Fixes for handling of MockDBusThreadManager::GetSystemBus().
satorux@chromium.org
2012-08-13
2
-0
/
+5
[next]