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
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
21
-0
/
+33
*
Add policy for blocking GCP printing.
abodenha@chromium.org
2011-10-31
5
-3
/
+23
*
Revert 107748 - Add policy for blocking GCP printing.
abodenha@chromium.org
2011-10-28
5
-16
/
+4
*
Display policy parsing errors in about:policy.
joaodasilva@chromium.org
2011-10-28
6
-36
/
+46
*
Add policy for blocking GCP printing.
abodenha@chromium.org
2011-10-28
5
-4
/
+16
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
20
-43
/
+44
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
2
-12
/
+10
*
Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...
jam@chromium.org
2011-10-27
2
-3
/
+2
*
Make test URLFetcher implementations not derive from the URLFetcher implement...
jam@chromium.org
2011-10-26
2
-23
/
+13
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
2
-4
/
+4
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
6
-37
/
+41
*
Rename network configuration policy as per Zhanyong's proposal.
mnissler@chromium.org
2011-10-25
3
-9
/
+10
*
Make policy errors available to display in about:policy.
joaodasilva@chromium.org
2011-10-25
14
-976
/
+1666
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
7
-85
/
+85
*
Readability review for joaodasilva
joaodasilva@chromium.org
2011-10-22
2
-30
/
+36
*
Remove RemoteAccessClientFirewallTraversal policy and code paths.
wez@chromium.org
2011-10-20
2
-4
/
+0
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
2
-2
/
+0
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
6
-39
/
+40
*
Move content_client.h into content/public.
joi@chromium.org
2011-10-18
1
-1
/
+1
*
Generate Chrome policy definition list from policy_templates.json.
joaodasilva@chromium.org
2011-10-13
27
-373
/
+93
*
Add a content::GetUserAgent() to wrap webkit_glue::GetUserAgent(), so
dpranke@chromium.org
2011-10-12
1
-2
/
+2
*
Make EnterpriseMetricsTest.* run on Chrome OS more smoothly.
satorux@chromium.org
2011-10-12
1
-0
/
+11
*
Fixed interaction of JavascriptEnabled and DefaultJavascriptSetting policies.
joaodasilva@chromium.org
2011-10-12
1
-4
/
+33
*
Fixed behavior of the bookmark bar visibility.
joaodasilva@chromium.org
2011-10-11
2
-21
/
+3
*
Lazy-initialize machine id and model for device policy.
mnissler@chromium.org
2011-10-10
3
-65
/
+61
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
2
-2
/
+2
*
Remove update delay in URLBlacklistManager for tests.
joaodasilva@chromium.org
2011-10-07
3
-21
/
+11
*
Introduce user and device policy for shipping network configuration.
mnissler@chromium.org
2011-10-06
3
-21
/
+51
*
Added a pyauto test for policy and preferences UI.
joaodasilva@chromium.org
2011-10-04
8
-19
/
+54
*
Changed policy/ code to use Bind/Callback.
joaodasilva@chromium.org
2011-10-04
15
-133
/
+113
*
net: Move UnescapeURLComponent() functions into net namespace.
tfarina@chromium.org
2011-10-02
1
-12
/
+12
*
Policy update notifications are now sent even when the policies haven't changed.
simo@google.com
2011-09-30
6
-37
/
+27
*
Move observers to ConfigurationPolicyProvider.
joaodasilva@chromium.org
2011-09-29
23
-280
/
+100
*
Recover from bad proxy settings pointing to non-proxy servers that reply anyway.
joaodasilva@chromium.org
2011-09-28
3
-14
/
+115
*
Retry fetching policies even if there is no dmtoken.
joaodasilva@chromium.org
2011-09-28
1
-2
/
+0
*
net: Put more functions from escape.h into net namespace.
tfarina@chromium.org
2011-09-22
1
-2
/
+2
*
Cosmetic cleanups in chrome/browser/policy/
joaodasilva@chromium.org
2011-09-21
65
-242
/
+277
*
Removed static class instances in chrome/browser/policy_status_info.*
simo@google.com
2011-09-20
3
-59
/
+59
*
Remove base/scoped_ptr.h
akalin@chromium.org
2011-09-18
3
-3
/
+3
*
Remove device_management_service_unittest.cc executable bit set by error in r...
maruel@chromium.org
2011-09-15
1
-0
/
+0
*
Fix uninitialized memory access in DeviceManagementServiceFailedRequestTest.
mnissler@chromium.org
2011-09-15
1
-0
/
+7
*
Implemented status section functionality for about:policy.
simo@google.com
2011-09-14
2
-14
/
+61
*
Fix a race on AsynchronousPolicyLoader destruction.
mnissler@chromium.org
2011-09-13
1
-1
/
+1
*
Retry contacting the dmserver if the first attempt failed due to a misconfigu...
joaodasilva@chromium.org
2011-09-13
4
-10
/
+33
*
Move URLFetcher from content/common to content/common/net.
willchan@chromium.org
2011-09-13
3
-3
/
+3
*
Fix Linux Views build breakage.
willchan@chromium.org
2011-09-13
3
-3
/
+3
*
Move URLFetcher from content/common to content/common/net.
willchan@chromium.org
2011-09-13
3
-3
/
+3
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-09-12
1
-1
/
+4
*
ConfigurationPolicyProvider refactoring:
simo@google.com
2011-09-12
31
-335
/
+197
*
Add policies for notifications exceptions.
markusheintz@chromium.org
2011-09-08
1
-0
/
+8
[next]