summaryrefslogtreecommitdiffstats
path: root/components/rappor
Commit message (Expand)AuthorAgeFilesLines
* Move HashMetricName to base namespace.bcwhite2015-11-303-7/+7
* Add more components to "gn check", work on dom_distiller.brettw2015-11-301-3/+13
* Add more components to "gn check".brettw2015-11-271-1/+3
* Create Rappor README.md files.scheib2015-11-261-0/+9
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-0/+1
* RAPPOR test infrastructure + implementation in page_load_metricscsharrison2015-11-026-56/+161
* Revert of Add multi-dimensional test infrastructure to RAPPOR + tests (patchs...ksakamoto2015-10-076-155/+51
* Add multi-dimensional test infrastructure to RAPPOR + testscsharrison2015-10-076-51/+155
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-242-2/+2
* Report data usage UMA for Chrome servicesamohammadkhan2015-09-143-0/+5
* Revert "Report data usage UMA for Chrome services"Daniel Cheng2015-09-143-5/+0
* Report data usage UMA for Chrome servicesamohammadkhan2015-09-143-0/+5
* Sync more GN unit tests with GYP.brettw2015-08-211-1/+1
* Revert of Sync more GN unit tests with GYP. (patchset #3 id:40001 of https://...nasko2015-08-211-1/+1
* Sync more GN unit tests with GYP.Brett Wilson2015-08-201-1/+1
* Multi-dimension Rappor repporting for security interstitials.nparker2015-07-092-1/+8
* Make SafeBrowsing Rappor metrics controlled by Safebrowsing bit.holte2015-06-188-74/+103
* Change histogram.h includes to histogram_macros.h in metrics code.asvitkine2015-06-162-2/+2
* Revert of Rappor: Separate noise params for flags. (patchset #3 id:40001 of h...holte2015-06-0511-138/+58
* Rappor: Separate noise params for flags.holte2015-06-0411-58/+138
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-3/+3
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* Add UMA_RAPPOR_TYPE and fields in rappor.xmlholte2015-04-302-5/+17
* Use 64 bit shift when convert uint64_t to ByteVectorholte2015-04-304-7/+31
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-1/+1
* Multi-dimensional Rappor Implementationholte2015-04-2815-46/+517
* Add rappor::SampleString for consisntecy with domain+registry casekojii2015-04-092-0/+18
* Remove code for Rappor option from the settings page.holte2015-04-033-5/+0
* [Rappor] Change the TestRapporService to remember recorded samples for testing.mathp2015-03-134-3/+66
* [Rappor] Move a sampling utils function in the Rappor componentmathp2015-03-114-0/+113
* Add holte@ to OWNERS filesholte2015-02-171-1/+1
* Add a Rappor option in the settings page.holte2015-02-143-0/+5
* Add Rappor metrics for Safe Browsing and SSL interstitials. This reports the...nparker2015-02-041-1/+2
* Add stricter tests for RapporService::LoadSecretholte2015-01-159-88/+291
* Fix a bug in RapporService::LoadSecretholte2015-01-131-1/+1
* Handle changing recording and uploading permissions in the RapporService.holte2015-01-0914-166/+367
* Test if an incognito window is open when receiving a Rappor sample.holte2014-11-144-8/+59
* Fix reporting_level_ initializationholte2014-11-101-3/+8
* Create a testing interface to RapporService.holte2014-11-063-0/+97
* Create a mechanism for reporting rappor metrics from non-UMAholte2014-11-047-56/+150
* Standardize usage of virtual/override/final in components/dcheng2014-10-213-6/+6
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-063-4/+4
* Fix some minor typos: psuedo -> pseudosungmann.cho2014-09-291-1/+1
* Add a mechanism for collecting Rappor samples on a daily interval.holte2014-09-225-30/+79
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-08-261-3/+3
* Mark some destructors as virtual.asvitkine@chromium.org2014-08-221-2/+2
* Create variations param for RapporRollout to non-UMA users.holte@chromium.org2014-08-072-6/+17
* Randomly select a single rappor sample when more than one is collected.holte@chromium.org2014-08-066-17/+48
* Move variations component code to variations namespace.asvitkine@chromium.org2014-07-261-1/+1
* Add DVLOGs of interesting RapporService events.holte@chromium.org2014-07-251-1/+13