summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy
Commit message (Expand)AuthorAgeFilesLines
* Make --allow-cross-domain-auth-prompt equivalent to a preference.tsepez@chromium.org2011-05-262-1/+7
* Sanitize enclosing quotes around paths in policies.pastarmovj@chromium.org2011-05-264-1/+38
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-252-2/+2
* Use int64 instead of int for cloud policy infrastructure-delay.sfeuz@chromium.org2011-05-248-13/+13
* Recover policy subsystem correctly after enrollment attempt with a gmail accc...gfeher@chromium.org2011-05-241-4/+10
* Implemented a policy for centralized setting of the --disk-cache-dir flag.pastarmovj@chromium.org2011-05-245-4/+45
* Convert list policy to string preference. (DefaultSearchProviderEncodings).joaodasilva@chromium.org2011-05-235-19/+68
* Delay initialization of cloud policy infrastructuregfeher@chromium.org2011-05-2010-20/+98
* Added missing DefaultSearchProviderInstantURL.joaodasilva@chromium.org2011-05-201-0/+2
* Make sure policies concerning paths are not enabled for ChromeOS.pastarmovj@chromium.org2011-05-202-2/+14
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-194-4/+4
* Introduce new error codes for DM server communication but keep the old ones f...pastarmovj@chromium.org2011-05-192-2/+22
* Properly initialize CloudPolicySubsystem before doing work.sfeuz@chromium.org2011-05-175-10/+25
* Use SystemRequestContext instead of RequestContext from Profile for UserCloud...sfeuz@chromium.org2011-05-178-36/+19
* Added OWNERS file to chrome/browser/policy.joaodasilva@chromium.org2011-05-161-0/+3
* Faster way to read the hostname on mac.pastarmovj@chromium.org2011-05-161-2/+10
* Fix the backing off in case of temp network errors in DeviceTokenFetcher.pastarmovj@chromium.org2011-05-161-1/+1
* Don't crash on missing pac url or proxy server in policy config.mnissler@chromium.org2011-05-132-0/+35
* policy: Get rid of "using namespace policy;"tfarina@chromium.org2011-05-131-9/+8
* Adds async interface method, which is used by JsonPrefStore. Also see the bug...altimofeev@chromium.org2011-05-112-2/+2
* Add protocol filed for the CameraEnabled device policygfeher@chromium.org2011-05-111-0/+5
* Remove the Remoting Host component from Chrome.wez@chromium.org2011-05-103-21/+1
* Refactor preference syncing.zea@chromium.org2011-05-092-6/+13
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-064-12/+12
* Coupling AllowFileSelectionDialogs-Pollicy and PromptForDownload.sfeuz@google.com2011-05-053-10/+118
* Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...battre@chromium.org2011-05-031-1/+1
* Move user policy cache reading to file thread.mnissler@chromium.org2011-05-035-90/+152
* Basic group policy for Chromoting.garykac@chromium.org2011-05-023-1/+21
* Added policy to allow plugins that require authorization to run.joaodasilva@chromium.org2011-04-295-0/+15
* Profile shouldn't own ProfilePolicyConnector. Introduce BrowserPolicyConnecto...jknotten@chromium.org2011-04-276-5/+105
* Move writing information to the lockbox after registering with the DM server.mnissler@chromium.org2011-04-267-2/+27
* options: Get rid of the unused OptionsGroup enum.tfarina@chromium.org2011-04-251-1/+1
* Base: More adjustments to BASE_API and project dependencies torvargas@google.com2011-04-211-0/+3
* Merge server-side changes of the cloud policy protocolgfeher@chromium.org2011-04-193-29/+15
* Additions to the "Managed by CORP" label codemnissler@chromium.org2011-04-191-2/+1
* Added DisabledSchemes policy.joaodasilva@chromium.org2011-04-185-4/+18
* Decode the DeviceProxySettings on the DevicePolicyCache.joaodasilva@chromium.org2011-04-182-10/+87
* Fix null pointer bug in MergingPolicyProvider.joaodasilva@chromium.org2011-04-181-7/+14
* Plug memory leak in device_policy_cache_unittest.ccmnissler@chromium.org2011-04-181-2/+4
* Add immutable settings checks when handling policy.mnissler@chromium.org2011-04-189-56/+403
* Fix missing include.joaodasilva@chromium.org2011-04-171-0/+1
* Plugged memory leak in FilteringPolicyStoreInterface::Apply.joaodasilva@chromium.org2011-04-171-0/+3
* Merge proxy settings from device into profile preferences, when provided by c...joaodasilva@chromium.org2011-04-176-8/+314
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-162-2/+2
* Policy to manage file selection dialogs.pastarmovj@chromium.org2011-04-154-3/+15
* Refresh cache in UserCrosSettingsProvider after storing policymnissler@chromium.org2011-04-151-3/+12
* Don't complain about empty machine ids.mnissler@chromium.org2011-04-151-2/+0
* Cleanups in the policy code.joaodasilva@chromium.org2011-04-153-53/+12
* Use system request context for device policy requests.mnissler@chromium.org2011-04-152-39/+20
* Support decoding GenericNamedValue based policy.jkummerow@chromium.org2011-04-158-114/+270