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
*
Fix setting a proxy configuration via policy that specifies a .pac file.
danno@chromium.org
2010-12-29
2
-12
/
+13
*
Remove a dead type declaration overlooked when merging.
mnissler@chromium.org
2010-12-23
1
-2
/
+0
*
Observer interface for PolicyProviders
jkummerow@chromium.org
2010-12-23
16
-124
/
+196
*
Handle policy refresh internally in ConfigurationPolicyPrefStore.
mnissler@chromium.org
2010-12-23
10
-759
/
+964
*
Introduce a separate preference for 'proxy server mode'
battre@chromium.org
2010-12-23
8
-245
/
+277
*
Refactor the windows policy provider to use AsynchronousPolicyProvider.
danno@chromium.org
2010-12-23
13
-485
/
+522
*
(Re-landing http://codereview.chromium.org/5991003 after Chromium OS
kbr@chromium.org
2010-12-21
3
-1
/
+8
*
Revert 69753 - Added group policy for disabling all client-side 3D APIs in Ch...
chase@chromium.org
2010-12-20
3
-8
/
+1
*
Added group policy for disabling all client-side 3D APIs in Chromium
kbr@chromium.org
2010-12-20
3
-1
/
+8
*
Allow default desktop content settings and default geolocation settings to be...
markusheintz@chromium.org
2010-12-20
2
-12
/
+21
*
Cleanup: Remove unneeded includes of notification_service.h, part 2.
thestig@chromium.org
2010-12-17
1
-1
/
+0
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
2
-9
/
+28
*
Move GUID utils to src/chrome/common.
sergeyu@chromium.org
2010-12-15
1
-1
/
+1
*
Really apply the temp fix for hitting I/O on the main thread. Already approved.
avi@chromium.org
2010-12-15
1
-1
/
+1
*
Policy refresh hits the registry (an I/O operation) on the main thread.
avi@chromium.org
2010-12-14
1
-0
/
+5
*
Fix policy refresh.
danno@chromium.org
2010-12-14
2
-8
/
+8
*
Deinline even more destructors.
erg@google.com
2010-12-14
6
-3
/
+12
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
3
-3
/
+0
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-1
/
+1
*
Fix memory leaks in AsynchronousPolicyProvider.
danno@chromium.org
2010-12-10
2
-9
/
+11
*
This is a continuation of http://codereview.chromium.org/5519016/, adds a new...
satish@chromium.org
2010-12-09
1
-8
/
+9
*
Sanitize PrefStore interface.
mnissler@chromium.org
2010-12-09
3
-65
/
+68
*
Refactor FileBasedPolicyProvider, introduce AsynchronousPolicyProvider.
danno@chromium.org
2010-12-09
21
-534
/
+953
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
2
-5
/
+5
*
Clean up pref change notification handling.
mnissler@chromium.org
2010-12-08
1
-1
/
+0
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
6
-19
/
+40
*
Remove unneeded browser_process.h includes.
thestig@chromium.org
2010-12-05
1
-1
/
+0
*
fix build
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Move:
ben@chromium.org
2010-12-02
5
-5
/
+5
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Remove duplicate NotificationObserver mock.
mnissler@chromium.org
2010-12-01
1
-2
/
+2
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-5
/
+5
*
Unmanaged devices should forget device id/token
danno@chromium.org
2010-11-29
2
-0
/
+30
*
Persist 'this device is not managed' information
jkummerow@chromium.org
2010-11-29
6
-82
/
+257
*
Revert 67530 - Persist 'this device is not managed' information
jkummerow@chromium.org
2010-11-29
6
-255
/
+79
*
Persist 'this device is not managed' information
jkummerow@chromium.org
2010-11-29
6
-79
/
+255
*
Tweaks to POST request to device management server
danno@chromium.org
2010-11-26
3
-7
/
+11
*
Chrome should re-generate Device Token when DMServer doesn't recognize it.
danno@chromium.org
2010-11-26
2
-8
/
+47
*
Don't register gmail users at the device management server
gfeher@chromium.org
2010-11-25
7
-57
/
+182
*
Make the device management service send a proper user agent.
mnissler@chromium.org
2010-11-25
1
-0
/
+10
*
Device management constants cleanup
jkummerow@chromium.org
2010-11-24
8
-15
/
+52
*
Cleanup mock device management backend
danno@chromium.org
2010-11-24
4
-241
/
+91
*
Some cosmetic fixups to the device management service.
mnissler@chromium.org
2010-11-23
1
-14
/
+12
*
Refresh policies from DM server periodically
jkummerow@chromium.org
2010-11-23
11
-88
/
+345
*
Always send the device ID when making device management requests.
mnissler@chromium.org
2010-11-22
9
-92
/
+160
*
Use a service to create device management backends.
mnissler@chromium.org
2010-11-22
12
-372
/
+791
*
Make comments about profile pointer in pref_value_store more informative.
mnissler@chromium.org
2010-11-22
1
-5
/
+3
*
Move DeviceManagementPolicyProvider into the profile.
mnissler@chromium.org
2010-11-19
8
-67
/
+97
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-18
1
-1
/
+0
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-18
1
-0
/
+1
[next]