summaryrefslogtreecommitdiff
path: root/components
AgeCommit message (Expand)Author
2020-06-05Policy management : Add atomic group policies conceptYann Dago
2020-06-05Avoid merging user cloud policies when merging multiple source policiesYann Dago
2020-06-05Add new policy to merge list policies from different sourcesYann Dago
2020-06-05Allow extensions to be managed from multiple sources by policy.Julian Pastarmov
2020-06-05SchemaData: use copy constructor instead of manually copying fields.A Olsen
2020-06-05Policy conflicts: Overwriting default policies is not a conflictYann Dago
2020-06-05[base] Add Dead Type to base::Valuejdoerrie
2020-06-05Management WebUI: refresh page on management state changes and add testsYann Dago
2020-06-05Add the task_queue name to PostTask flow eventsAlex Clarke
2020-06-05Rename CloudPolicyOverridesMachinePolicyOwen Min
2020-06-05[BrowserSwitcher] Migrate extensions policies to the Chrome namespaceNicolas
2020-06-05Show blocked policies on chrome://policyYann Dago
2020-06-05Add a new policy sourceOwen Min
2020-06-05[base] Move TaskAnnotator to base/task.Alexander Timin
2020-06-05Use base::JSONReader::ReadDeprecated() in components/.Lei Zhang
2020-06-05Add conflicts in the PolicyMap::Entry modelYann Dago
2020-06-05test: Replace _TEST_CASE_ with _TEST_SUITE_ in /components.Victor Costan
2020-06-05//components: Convert base::(U)Int(64)ToString(16) to NumberToString(16)Raul Tambre
2020-06-05Localize policy conflict messagesYann Dago
2020-06-05Refactor AlarmTimer to report error to the caller.Hidehiko Abe
2020-06-05Include base/bind.h in the files that use it (in //component).Sebastien Marchand
2020-06-05Expose policy conflicts as warnings on the chrome://policy page.Julian Pastarmov
2020-06-05Add path of the file with fetched data in external data policy pipeline.Nikita Podguzov
2020-06-05Migrate ExternalDataFetcher to BindOnce() and OnceCallbacks.Nikita Podguzov
2020-06-05Remove include of base/containers/hash_tables.h except base/Takuto Ikuta
2020-06-05Use base::size rather than arraysize in components/.Avi Drissman
2020-06-05timers: open with CLOEXECBrian Norris
2020-06-05Reduce size of |PolicyDetails| structAlexander Hendrich
2020-06-05Reduce schema struct sizeAlexander Hendrich
2020-06-05Refactor |id_map| and |reference_list| into one structAlexander Hendrich
2020-06-05Add |has_sensitive_children| to |SchemaNode|Alexander Hendrich
2020-06-05[scheduling] Use ScopedTaskEnvironment instead of MessageLoop in policyCarlos Caballero
2020-06-05Migrate SchemaNodeMetadata to SchemaNodeAlexander Hendrich
2020-06-05Implement 'sensitiveValue' for regular policiesAlexander Hendrich
2020-06-05Add definition of 'CloudManagementEnrollmentMandatory' policyOwen Min
2020-06-05[message_loop] Remove message_loop_forward.hAlexander Timin
2020-06-05[message_loop] Temporary introduce message_loop_forward.h.Alexander Timin
2020-06-05Reland "[base] Use TaskRunner instead of MessageLoop in FileDescriptorWatcher"Alexander Timin
2020-06-05Revert "[base] Use TaskRunner instead of MessageLoop in FileDescriptorWatcher"Alexander Timin
2020-06-05[base] Use TaskRunner instead of MessageLoop in FileDescriptorWatcherAlexander Timin
2020-06-05[clang-tidy] Apply modernize-use-auto in /components/policyjdoerrie
2020-06-05Remove PRIsFP macro in base/file_path.hJaeyong Bae
2020-06-05Avoid explicit extensions ids for policy migratorShahbaz Youssefi
2020-06-05Add 'sensitiveValue' to the known schema attributesAlexander Hendrich
2020-06-05Clean-up schema validator features for schema/value validationAlexander Hendrich
2020-06-05Move schema validation from json_schema_validator.h/cc to schema.h/ccAlexander Hendrich
2020-06-05Remove value validation from json_schema_validator.h/.ccAlexander Hendrich
2020-06-05Add ExtensionPolicyMigratorNicolas Ouellet-Payeur
2020-06-05Add ValidateValue() to python schema validatorAlexander Hendrich
2020-06-05Introduce an ObserverList<T>::Unchecked type alias.Trent Apted