summaryrefslogtreecommitdiffstats
path: root/components/rappor
Commit message (Collapse)AuthorAgeFilesLines
* Add components and CLD to GN build.brettw@chromium.org2014-07-102-0/+43
| | | | | | | | | | | | | | | | | | | | | | New components: - rappor - data_reduction_proxy - captive_portal - translate - usb_service - web_modal Removes the _IMPLEMENTATION define for web_modal. It is unused (it is a static library, not a component). Adds third_party/cld and third_party/cld_2 BUILD files. Separates out the include dir setting of "//" and the root gen directory so. cld_2 needed to not have this due to base file name conflicts. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/382663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282438 0039d316-1c4b-4281-b951-d872f2087c98
* Modify rappor parameters.holte@chromium.org2014-05-2812-21/+67
| | | | | | | | | | | | Change the default parameters for ETLD+1 Rappor metrics. Allow number of cohorts to be set per metric. Modify metric names to distinguish from reports with old parameters. BUG=370599 Review URL: https://codereview.chromium.org/264123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273100 0039d316-1c4b-4281-b951-d872f2087c98
* Check for error and log error codes on Rappor Uploadsholte@chromium.org2014-05-071-2/+14
| | | | | | | | BUG=370575 Review URL: https://codereview.chromium.org/272463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268780 0039d316-1c4b-4281-b951-d872f2087c98
* Add proper includes for usage of the CityHash functions.mvrable@chromium.org2014-04-281-3/+1
| | | | | | | | | | | | Previously function declarations needed to be added manually because of build errors on Windows when including the City.h file. Now, with the build errors fixed, use the proper includes everywhere. BUG=353157 Review URL: https://codereview.chromium.org/246013008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266645 0039d316-1c4b-4281-b951-d872f2087c98
* C++ Readability review for holteholte@chromium.org2014-03-2611-59/+90
| | | | | | | | | | Original change: https://codereview.chromium.org/49753002 BUG= Review URL: https://codereview.chromium.org/188103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259469 0039d316-1c4b-4281-b951-d872f2087c98
* Implementation of Randomized Aggregatable Privacy-Preserving Ordinal ↵holte@chromium.org2014-02-2122-0/+1699
Responses (RAPPORs). See the design doc at http://www.chromium.org/developers/design-documents/rappor BUG=328168 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/49753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252492 0039d316-1c4b-4281-b951-d872f2087c98