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
/
policy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 144450 - Introduce a new error code from the DM server - 402 - missing ...
pastarmovj@chromium.org
2012-07-02
12
-1
/
+63
*
Merge 143163 - Deprecate and re-wire the ClearSiteDataOnExit policy.
mnissler@chromium.org
2012-06-21
5
-7
/
+155
*
Add ManagedModePolicyProvider and extension API to get and set policies.
bauerb@chromium.org
2012-06-18
6
-0
/
+409
*
Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...
sergeyu@chromium.org
2012-06-16
1
-4
/
+4
*
Move guid generation from chrome/common/ to base/.
marja@chromium.org
2012-06-14
3
-6
/
+6
*
Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()
bashi@chromium.org
2012-06-13
3
-5
/
+28
*
Add a group policy controlling which sites can install extensions.
aa@chromium.org
2012-06-09
4
-0
/
+141
*
Retry to download the AppPack when the network changes.
joaodasilva@chromium.org
2012-06-08
2
-13
/
+70
*
Chrome OS: Update serial number key priority.
mnissler@chromium.org
2012-06-08
1
-8
/
+5
*
Removed the PolicyDefinitionList from the ConfigurationPolicyProvider interface.
joaodasilva@chromium.org
2012-06-07
22
-972
/
+24
*
Delete old policy code after AsyncPolicyLoader refactor.
joaodasilva@chromium.org
2012-06-06
13
-1117
/
+0
*
Make sure permanent policy errors are correctly propagated and consumed.
pastarmovj@chromium.org
2012-06-06
1
-2
/
+4
*
Implement the windows policy provider based on the AsyncPolicyLoader.
joaodasilva@chromium.org
2012-06-06
9
-235
/
+618
*
Implement the ConfigDirPolicyProvider based on the AsyncPolicyLoader.
joaodasilva@chromium.org
2012-06-05
6
-101
/
+515
*
Implement the mac policy provider based on the AsyncPolicyLoader.
joaodasilva@chromium.org
2012-06-05
7
-77
/
+607
*
Enable user policy handling through the new cloud policy stack.
mnissler@chromium.org
2012-06-05
19
-138
/
+1100
*
Add the AsyncPolicyProvider and AsyncPolicyLoader, which provide the same fun...
joaodasilva@chromium.org
2012-06-05
5
-0
/
+642
*
Fixing gcc 4.7 building problems.
shenhan@google.com
2012-06-05
1
-1
/
+3
*
Move the rest of the content\test headers that are used by embedders to conte...
jam@chromium.org
2012-06-04
2
-2
/
+2
*
Introduce maximal wait period for the lockbox to become ready.
pastarmovj@chromium.org
2012-06-04
1
-1
/
+4
*
Send try jobs that touch policy code to the linux_chromeos bot too.
joaodasilva@chromium.org
2012-06-04
1
-0
/
+15
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
15
-15
/
+15
*
Hook up the platform policy provider to the restrict signin pref.
atwilson@chromium.org
2012-06-02
2
-0
/
+5
*
Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...
asanka@chromium.org
2012-06-01
1
-0
/
+6
*
Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.
tedvessenes@gmail.com
2012-06-01
1
-6
/
+0
*
Merge mandatory and recommended policy providers on Windows.
joaodasilva@chromium.org
2012-06-01
6
-172
/
+190
*
Introduce a device setting controlling allowed connection types for AU.
mnissler@chromium.org
2012-06-01
3
-23
/
+92
*
Merge mandatory and recommended policy providers on the Mac.
joaodasilva@chromium.org
2012-05-31
4
-64
/
+28
*
Make PolicyService per-profile.
bauerb@chromium.org
2012-05-31
6
-11
/
+18
*
browser: Handle the registration of ChromeLauncher prefs outside of views.
tfarina@chromium.org
2012-05-30
2
-6
/
+4
*
Implement CloudPolicyStore for user policies on Chrome OS.
mnissler@chromium.org
2012-05-25
3
-0
/
+1016
*
Add CloudPolicyRefreshScheduler
mnissler@chromium.org
2012-05-25
3
-0
/
+609
*
Change the PrepareTrustedValues interface to return more information on the q...
pastarmovj@chromium.org
2012-05-25
3
-4
/
+6
*
Add CloudPolicyService
mnissler@chromium.org
2012-05-25
9
-0
/
+706
*
Move URLFetcherFactory from content to net
akalin@chromium.org
2012-05-25
1
-1
/
+1
*
Introduce CloudPolicyClient
mnissler@chromium.org
2012-05-24
10
-58
/
+888
*
Relanding http://codereview.chromium.org/10377115/ after some refactorings.
joaodasilva@chromium.org
2012-05-23
5
-57
/
+62
*
Change most content::URLFetcher references to net::URLFetcher
akalin@chromium.org
2012-05-23
3
-8
/
+8
*
Remove content::URLFetcherDelegate
akalin@chromium.org
2012-05-22
3
-10
/
+10
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
2
-2
/
+3
*
Revert "Refactored NetworkConfigurationUpdater to read policy from the Policy...
joaodasilva@chromium.org
2012-05-16
4
-61
/
+46
*
Load 3rd party policy on Linux.
joaodasilva@chromium.org
2012-05-16
3
-5
/
+121
*
Removed ConfigurationPolicyProvider::Provide().
joaodasilva@chromium.org
2012-05-16
26
-284
/
+361
*
Shutdown the policy providers while the policy handlers are still valid.
joaodasilva@chromium.org
2012-05-16
1
-0
/
+8
*
Refactored NetworkConfigurationUpdater to read policy from the PolicyService.
joaodasilva@chromium.org
2012-05-16
4
-51
/
+61
*
Refactored ConfigurationPolicyProvider to provide PolicyBundles instead of Po...
joaodasilva@chromium.org
2012-05-15
20
-476
/
+676
*
Added PolicyBundle to map policy namespaces to PolicyMaps.
joaodasilva@chromium.org
2012-05-11
4
-2
/
+370
*
Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/
akalin@chromium.org
2012-05-11
2
-4
/
+4
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-6
/
+5
*
Load dictionary policies on Windows.
joaodasilva@chromium.org
2012-05-10
3
-6
/
+25
[next]