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
*
Use a schema to decode 3rd party policy on windows, when present.
joaodasilva@chromium.org
2012-06-28
7
-172
/
+758
*
Introduce a new error code from the DM server - 402 - missing licenses.
pastarmovj@chromium.org
2012-06-27
12
-1
/
+63
*
RefCounted types should not have public destructors, delegate cleanup
rsleevi@chromium.org
2012-06-26
1
-2
/
+3
*
RefCounted types should not have public destructors, chromeos edition
rsleevi@chromium.org
2012-06-25
1
-1
/
+3
*
Remove TODOs from the code in accordance with the decision to not change the ...
pastarmovj@chromium.org
2012-06-25
2
-5
/
+0
*
Feature1:
xians@chromium.org
2012-06-25
1
-0
/
+3
*
Move cloud policy validation logic to a separate class.
mnissler@chromium.org
2012-06-25
10
-444
/
+1353
*
Load 3rd party policy on Windows.
joaodasilva@chromium.org
2012-06-25
3
-39
/
+292
*
Move email and domain canonicalization helper to common/net/gaia
mnissler@chromium.org
2012-06-25
3
-14
/
+9
*
If there is a device id use that instead of a new one for re-enrolling.
pastarmovj@chromium.org
2012-06-25
6
-7
/
+35
*
Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...
tedvessenes@gmail.com
2012-06-21
1
-6
/
+0
*
Revert 143384, too many uninit reports from Valgrind
rnk@chromium.org
2012-06-21
6
-34
/
+7
*
If there is a device id use that instead of a new one for re-enrolling.
pastarmovj@chromium.org
2012-06-21
6
-7
/
+34
*
Fix leaked weak ref in a test.
pastarmovj@chromium.org
2012-06-21
1
-1
/
+7
*
Remove old files that aren't used anymore.
joaodasilva@chromium.org
2012-06-20
2
-507
/
+0
*
Deprecate and re-wire the ClearSiteDataOnExit policy.
mnissler@chromium.org
2012-06-20
5
-7
/
+155
*
Move test_url_fetcher_factory.* from content/ to net/url_request
akalin@chromium.org
2012-06-19
3
-20
/
+20
*
Allow re-enrollment to the same domain in case of policy data loss.
pastarmovj@chromium.org
2012-06-19
5
-26
/
+57
*
Move content::URLFetcher static functions to net::URLFetcher
akalin@chromium.org
2012-06-19
2
-4
/
+4
*
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
[next]