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 135690 - Wire up device policy for pinned launcher apps in retail mode.
mnissler@chromium.org
2012-05-14
3
-3
/
+30
*
Merge 135677 - Wire up the policy for controlling pinned apps in the ash laun...
mnissler@chromium.org
2012-05-14
10
-15
/
+299
*
Add device location reporting
bartfab@chromium.org
2012-05-04
5
-103
/
+457
*
Add enterprise policy support to scatter downloading of ChromeOS updates
jaysri@chromium.org
2012-05-02
1
-0
/
+16
*
Add an about:policy warning for deprecated value in RestoreOnStartup policy
tbreisacher@chromium.org
2012-05-02
1
-1
/
+1
*
Specify explicit defaults for boolean flags in device policy.
mnissler@chromium.org
2012-05-02
1
-8
/
+5
*
Removing users of BrowserPolicyConnector::Get*Provider(): refactored the abou...
joaodasilva@chromium.org
2012-05-02
9
-976
/
+0
*
Added RefreshPolicies to PolicyService.
joaodasilva@chromium.org
2012-05-02
14
-327
/
+450
*
[Coverity] Fix pass-by-val -> pass-by-ref
groby@chromium.org
2012-04-27
2
-2
/
+2
*
RefCounted types should not have public destructors, chrome/browser/ part 5
rsleevi@chromium.org
2012-04-25
4
-7
/
+10
*
Added PolicyChangeRegistrar, to observe specific policies at the PolicyService.
joaodasilva@chromium.org
2012-04-24
3
-27
/
+171
*
Update RestoreOnStartupPolicyHandler to translate to the correct preferences
tbreisacher@chromium.org
2012-04-23
3
-31
/
+99
*
Add a Profile* member to TemplateURL. This makes some invocations of Replace...
pkasting@chromium.org
2012-04-23
1
-1
/
+2
*
Pass the previous and the current PolicyMap to Observers of the PolicyService.
joaodasilva@chromium.org
2012-04-23
5
-38
/
+71
*
Don't trigger a state change on policy refresh rate changes.
mnissler@chromium.org
2012-04-20
2
-17
/
+37
*
Enforce that TemplateURLs' URLs cannot be empty.
pkasting@chromium.org
2012-04-19
1
-40
/
+46
*
Make device-level proxy policy mandatory in KIOSK mode.
mnissler@chromium.org
2012-04-16
2
-19
/
+26
*
Cleanup in policy code, removed some dead code.
joaodasilva@chromium.org
2012-04-16
3
-4
/
+5
*
Store/Retrieve CrOS user policy in session_manager.
mnissler@chromium.org
2012-04-13
4
-16
/
+759
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-1
/
+2
*
Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...
pkasting@chromium.org
2012-04-07
1
-3
/
+3
*
Revert 131019 - This caused memory tests to fail on all the perf bots.
kerz@chromium.org
2012-04-06
1
-3
/
+3
*
All classes that directly derive from net::URLRequestContextGetter should hav...
rsleevi@chromium.org
2012-04-06
1
-0
/
+3
*
Move files inside chrome/browser/chromeos/dbus to chromeos/dbus
hashimoto@chromium.org
2012-04-06
1
-2
/
+2
*
Move most TemplateURL data members to a new struct, TemplateURLData. This al...
pkasting@chromium.org
2012-04-05
1
-3
/
+3
*
Fix naming in release_channel_delegated comment.
mnissler@chromium.org
2012-04-05
1
-2
/
+2
*
Fix race on enterprise enrollment.
mnissler@chromium.org
2012-04-05
5
-1
/
+20
*
Make sure the browser starts in the right mode if Cryptohome is not ready on ...
rkc@chromium.org
2012-04-04
8
-53
/
+58
*
Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...
pkasting@chromium.org
2012-04-04
1
-2
/
+2
*
Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...
dbeam@chromium.org
2012-04-04
1
-2
/
+2
*
Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...
pkasting@chromium.org
2012-04-03
1
-2
/
+2
*
Fix device policy update notifications.
mnissler@chromium.org
2012-04-03
3
-21
/
+83
*
Fix typo in policy_service_stub.cc
nileshagrawal@chromium.org
2012-04-02
1
-1
/
+1
*
Refactored the ConfigurationPolicyPrefStore to use the PolicyService.
joaodasilva@chromium.org
2012-04-02
8
-338
/
+304
*
Fix leak in PolicyMap.FilterLevel.
joaodasilva@chromium.org
2012-04-01
1
-2
/
+4
*
Refactored the CloudPolicyProvider so that it becomes initialized once and st...
joaodasilva@chromium.org
2012-03-31
9
-464
/
+364
*
BrowserProcessImpl owns the PolicyService, so that it can be destroyed after ...
joaodasilva@chromium.org
2012-03-31
3
-14
/
+17
*
Add policy switch for location reporting and decode all policies in device_po...
mnissler@chromium.org
2012-03-30
2
-1
/
+18
*
Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). Th...
pkasting@chromium.org
2012-03-30
1
-3
/
+5
*
Delete invalid/damaged AppPack files, so that they can be downloaded again.
joaodasilva@chromium.org
2012-03-30
2
-9
/
+58
*
Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...
pkasting@chromium.org
2012-03-29
1
-1
/
+1
*
Coverity: check null returns.
kmadhusu@chromium.org
2012-03-28
1
-1
/
+1
*
Re-enable device activity time reporting.
mnissler@chromium.org
2012-03-26
3
-5
/
+22
*
Canonicalize enterprise registration user.
mnissler@chromium.org
2012-03-26
1
-1
/
+5
*
This fixes the includes in the policy connector so that it won't
gspencer@chromium.org
2012-03-26
1
-1
/
+1
*
Retry the auto-enrollment check when the server asks for a smaller modulus.
joaodasilva@chromium.org
2012-03-23
3
-16
/
+30
*
Also detect the retail mode screensaver if it is already present in the AppPa...
joaodasilva@chromium.org
2012-03-22
1
-1
/
+11
*
Rename enterprise policy proto fields from KIOSK to RETAIL.
pastarmovj@chromium.org
2012-03-22
4
-13
/
+13
*
Add gdata-related enterprise policy preferences.
achuith@chromium.org
2012-03-21
2
-2
/
+13
*
Clean up search engine policy handler:
pkasting@chromium.org
2012-03-21
3
-63
/
+50
[next]