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
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
2
-6
/
+6
*
Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-19
1
-2
/
+2
*
Allow policy refresh rate to be configured through policy.
mnissler@chromium.org
2011-01-19
16
-284
/
+469
*
Regkey functions return error code instead of bool
amit@chromium.org
2011-01-19
1
-32
/
+25
*
Revert 71656 - Allow policy refresh rate to be configured through policy
mnissler@chromium.org
2011-01-18
14
-463
/
+269
*
Allow policy refresh rate to be configured through policy.
mnissler@chromium.org
2011-01-18
14
-269
/
+463
*
Remove MessageLoop::DestructionObserver registration from ConfigurationPolicy...
jkummerow@chromium.org
2011-01-18
2
-15
/
+3
*
Made return types of various Value::DeepCopy() implementations more specific
akalin@chromium.org
2011-01-18
1
-1
/
+1
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-8
/
+8
*
Revert 71485 - Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-2
/
+2
*
Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-2
/
+2
*
Policy: Add ProxyMode and deprecate ProxyServerMode.
danno@chromium.org
2011-01-13
6
-95
/
+208
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
3
-23
/
+24
*
Makes the instant url managed by group policy.
sky@chromium.org
2011-01-12
7
-0
/
+19
*
Cleanup: Remove unneeded includes of chrome_switches.h.
thestig@chromium.org
2011-01-11
2
-2
/
+0
*
net: Remove typedef net::URLRequestTestJob URLRequestTestJob;
tfarina@chromium.org
2011-01-11
1
-5
/
+5
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-6
/
+6
*
Move lots of GMock stuff out of line.
erg@google.com
2011-01-05
2
-1
/
+31
*
Lifecycle management for PolicyProviders
jkummerow@chromium.org
2011-01-05
16
-188
/
+249
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
2
-2
/
+2
*
move base/object_watcher into base/win and add the win namespace. Fixup callers.
brettw@google.com
2011-01-01
1
-4
/
+4
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
2
-4
/
+4
*
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
[next]