summaryrefslogtreecommitdiffstats
path: root/components/ownership
Commit message (Expand)AuthorAgeFilesLines
* Remove configuration policy definebrettw2016-03-221-4/+1
* Convert Pass()→std::move() in //components (CrOS edition)dcheng2015-12-313-5/+7
* Switch to standard integer types in components/, part 3 of 4.avi2015-12-257-28/+36
* Add more components to "gn check".brettw2015-11-271-0/+1
* Switch //components from vector_as_array to vector::data.davidben2015-11-203-9/+5
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Clean up OWNER files + histograms ownersdpolukhin2015-08-281-1/+0
* Reduce LOG(ERROR) spam on linux with chromeos=1stevenjb2015-07-301-3/+4
* Add missing EnsureNSSInit to MockOwnerKeyUtil.davidben2015-07-021-0/+3
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Make components/ownership transit SECKEYPrivateKey handles.davidben2015-05-268-100/+110
* Reland "Don't use RSAPrivateKey in NSS integration code."davidben2015-05-112-1/+25
* Revert of Don't use RSAPrivateKey in NSS integration code. (patchset #6 id:10...spang2015-05-012-22/+1
* Don't use RSAPrivateKey in NSS integration code.davidben2015-05-012-1/+22
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-175-12/+12
* Fix dependencies on //components/policy in gn filestmoniuszko2015-02-261-1/+6
* Add more size_t -> int warning fixes for the win x64 GN build.dpranke2015-02-201-0/+2
* Cleanup owners files, src code.nkostylev2015-02-171-1/+2
* AccountsOptionsHandler uses OwnerSettingsService now.ygorshenin2014-12-251-0/+9
* gn format //componentsscottmg2014-12-031-4/+4
* Added key-value storage for pending changes to OwnerSettingsServiceChromeOS.ygorshenin2014-11-101-2/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-294-9/+7
* Implemented OwnerSettingsService::Set() method.ygorshenin2014-10-272-18/+94
* Revert of Implemented OwnerSettingsService::Set() method. (patchset #7 id:160...avi2014-10-242-94/+18
* Implemented OwnerSettingsService::Set() method.ygorshenin2014-10-242-18/+94
* Fix various chromeos GN issuesjamesr2014-10-231-1/+1
* Standardize usage of virtual/override/final in components/dcheng2014-10-213-7/+7
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-063-7/+7
* Generalize crypto::SignatureCreator to allow choice of hash function, so as t...dougsteed2014-09-191-1/+2
* Non-plafrom-specific part of an OwnerSettingsService is moved to components/o...Yuri Gorshenin2014-09-154-0/+230
* Revert "Non-plafrom-specific part of an OwnerSettingsService is moved to comp...Yuri Gorshenin2014-09-154-229/+0
* Non-plafrom-specific part of an OwnerSettingsService is moved to components/o...Yuri Gorshenin2014-09-154-0/+229
* Add chrome test support target to GN build.Brett Wilson2014-09-121-0/+1
* Revert of Non-plafrom-specific part of an OwnerSettingsService is moved to co...nasko2014-09-124-226/+0
* Non-plafrom-specific part of an OwnerSettingsService is moved to components/o...Yuri Gorshenin2014-09-124-0/+226
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a...thestig2014-09-101-1/+1
* Instantiation of OwnerKeyUtil is delegated to OwnerSettingsServiceFactory, as...ygorshenin2014-09-051-13/+2
* OwnerKeyUtil is moved to components/ownership.ygorshenin2014-08-2911-0/+533