| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add handling for the two new error codes of the DMServer 405,409. | pastarmovj@chromium.org | 2011-09-06 | 12 | -16/+128 |
* | Added PrintTo to url_blacklist_manager_unittest to make Valgrind happy. | joaodasilva@chromium.org | 2011-09-06 | 1 | -0/+9 |
* | - Add a method to the HostContentSettings map to return the |Value| of a cont... | markusheintz@chromium.org | 2011-09-05 | 2 | -7/+1 |
* | gcc build fix | thakis@chromium.org | 2011-09-05 | 1 | -1/+1 |
* | Make sure we initialize the user policy cache before loading the user profile... | mnissler@chromium.org | 2011-09-05 | 14 | -135/+232 |
* | Added blacklist and whitelist policies. | joaodasilva@chromium.org | 2011-09-05 | 5 | -1/+52 |
* | Implemented URLBlacklist. | joaodasilva@chromium.org | 2011-09-05 | 3 | -6/+508 |
* | Remove broken test. | joaodasilva@chromium.org | 2011-09-04 | 1 | -12/+2 |
* | Introduced the URLBlacklistManager, and wired it to various places. | joaodasilva@chromium.org | 2011-09-04 | 3 | -0/+500 |
* | Changes to BrowserPolicyConnector and CloudPolicySubsystem needed for about:p... | simo@google.com | 2011-09-02 | 3 | -2/+14 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -2/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | Pass user_affiliation request parameter on user cloud policy requests. | mnissler@chromium.org | 2011-08-31 | 15 | -21/+116 |
* | Revert 98987 - Pass user_affiliation request parameter on user cloud policy r... | mnissler@chromium.org | 2011-08-31 | 15 | -116/+21 |
* | Pass user_affiliation request parameter on user cloud policy requests. | mnissler@chromium.org | 2011-08-31 | 15 | -21/+116 |
* | First CL for the about:policy page. This only implements the policy section o... | simo@google.com | 2011-08-31 | 7 | -0/+968 |
* | Updated policy owners. | joaodasilva@chromium.org | 2011-08-31 | 1 | -1/+2 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 5 | -10/+3 |
* | When the download policy is specified but left empty revert to default downlo... | pastarmovj@chromium.org | 2011-08-26 | 1 | -0/+6 |
* | - Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value ... | markusheintz@chromium.org | 2011-08-24 | 2 | -2/+14 |
* | Move enterprise enrollment related OOBE code to subdirectory. | mnissler@chromium.org | 2011-08-24 | 1 | -1/+1 |
* | Reset the device policy machinery upon retrying enrollment. | mnissler@chromium.org | 2011-08-22 | 10 | -31/+45 |
* | Introduce UNSET PolicyMode for cloud policy. | mnissler@chromium.org | 2011-08-18 | 1 | -0/+9 |
* | Reset the Policy Change notification watcher before reading the policy. | ajwong@chromium.org | 2011-08-17 | 1 | -1/+3 |
* | Added group policies to enable/disable importing of data from other browsers. | simo@google.com | 2011-08-16 | 2 | -1/+33 |
* | Optimize all images in chrome/app and chrome/browser. | tony@chromium.org | 2011-08-15 | 3 | -0/+0 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #6 | phajdan.jr@chromium.org | 2011-08-12 | 1 | -1/+2 |
* | base: Rename ValueType to something less redundant as _just_ Type. | tfarina@chromium.org | 2011-08-12 | 2 | -2/+2 |
* | Add preference for managed notifications setting. | markusheintz@chromium.org | 2011-08-12 | 1 | -4/+4 |
* | Add a policy to allow NTP promotions & default apps to be disabled. | dubroy@chromium.org | 2011-08-12 | 1 | -0/+4 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 4 | -4/+4 |
* | base: Remove using declaration of FundamentalValue as it's no longer necessary. | tfarina@chromium.org | 2011-08-11 | 6 | -17/+17 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #5 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+2 |
* | Add new version of enrollment screen supporting OAuth. | mnissler@chromium.org | 2011-08-10 | 2 | -3/+20 |
* | Revert 96098 - ui_tests began crashing | rsleevi@chromium.org | 2011-08-10 | 1 | -2/+1 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #5 | phajdan.jr@chromium.org | 2011-08-09 | 1 | -1/+2 |
* | base: Remove using declaration of BinaryValue as it's no longer necessary. | tfarina@chromium.org | 2011-08-05 | 1 | -1/+2 |
* | Prevent accelerators from toggling the bookmark bar when disabled by policy. | joaodasilva@chromium.org | 2011-08-05 | 1 | -28/+29 |
* | Readability review for gfeher | gfeher@chromium.org | 2011-08-05 | 3 | -44/+82 |
* | Converted IncognitoForced boolean policy into IncognitoModeAvailability enum ... | rustema@google.com | 2011-08-05 | 4 | -15/+171 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 3 | -1/+7 |