summaryrefslogtreecommitdiffstats
path: root/base/metrics
Commit message (Expand)AuthorAgeFilesLines
* Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.pkasting@chromium.org2011-09-281-1/+1
* Some possible comment typos?rogerta@chromium.org2011-09-151-4/+1
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-1/+1
* Add acquire/release calls in one-time init for histogramsjar@chromium.org2011-08-071-93/+110
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-054-16/+16
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-031-2/+1
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-281-1/+2
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-281-2/+1
* Apply CSP to chrome: and about: pagestsepez@chromium.org2011-06-281-8/+0
* Add back a check for improper usage of IsOneTimeRandomizationEnabled.joi@chromium.org2011-06-222-11/+11
* Implement A/B experiment for anti-DDoS.joi@chromium.org2011-06-161-1/+3
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-1/+4
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-05-311-2/+13
* Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...msw@chromium.org2011-05-271-9/+0
* Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...glider@chromium.org2011-05-271-0/+9
* Revert "Land http://codereview.chromium.org/6869009 for the third time."oshima@google.com2011-05-261-5/+0
* Switch to the new CustomHistogram::ArrayToCustomRanges() utilityjoi@chromium.org2011-05-261-0/+1
* Land http://codereview.chromium.org/6869009 for the third time.glider@chromium.org2011-05-261-0/+5
* Remove NaCl.Startups histogram, this data is tracked in the NaCl plugin nowelijahtaylor@google.com2011-05-252-54/+0
* Add metrics for DHCP WPAD feature. Fix memory overwrite.joi@chromium.org2011-05-242-1/+27
* Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...glider@chromium.org2011-05-191-5/+0
* Re-land http://codereview.chromium.org/6869009 (except for the suppressions)glider@chromium.org2011-05-191-0/+5
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-2/+2
* Revert of 83710 which reverted 83641 - DNS Host resolver changesrtenneti@chromium.org2011-05-111-0/+22
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-104-50/+289
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-064-289/+50
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-054-50/+289
* Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possiblekushi.p@gmail.com2011-05-041-1/+1
* Revert 83641 - DNS Host resolver changes with retry logic. Fix forjar@chromium.org2011-05-021-22/+0
* DNS Host resolver changes with retry logic. Fix forrtenneti@chromium.org2011-04-301-0/+22
* Field trials are currently implemented (commonly) using a static variable tha...rtenneti@chromium.org2011-04-293-23/+140
* Revert r83048 "Removed wchar_t from Time::FromString."maruel@chromium.org2011-04-261-1/+2
* Removed wchar_t from Time::FromString.shinyak@google.com2011-04-261-2/+1
* Update DCHECK() usage to utilize the more expressive debugging functions.kushi.p@gmail.com2011-04-221-3/+3
* Base: More adjustments to BASE_API and project dependencies torvargas@google.com2011-04-211-2/+4
* Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...glider@chromium.org2011-04-211-5/+0
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-04-211-0/+5
* Add metric for whether Autofill is enabled or disabled.isherman@chromium.org2011-04-131-0/+9
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-053-180/+227
* Move flags initialization into block before sharing across threadsjar@chromium.org2011-03-301-4/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-283-3/+3
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-253-11/+14
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-241-2/+3
* Remove the sum of square tally from histogramsjar@chromium.org2011-03-242-19/+5
* Removed the static on all stats macros and changed the static declarationrtenneti@chromium.org2011-03-221-2/+2
* Relanding histogram static removal changes. This is a revert rtenneti@chromium.org2011-03-221-10/+10
* Revert 78460 - Removed the static on all histogram macros. If this changertenneti@chromium.org2011-03-211-10/+10
* Rework field_trial.h comment.gavinp@chromium.org2011-03-211-15/+27
* Avoid racy construction of statics unless StatsTable is enabled.rtenneti@chromium.org2011-03-191-4/+12
* Removed the static on all histogram macros. If this changertenneti@chromium.org2011-03-161-10/+10