| Commit message (Expand) | Author | Age | Files | Lines |
* | Disk cache: Make sure the size stats ate not used after the backend goes away. | rvargas@chromium.org | 2013-09-03 | 1 | -0/+3 |
* | [UMA] Remove redundant bucket_count variable from base::Histogram. | isherman@chromium.org | 2013-06-27 | 1 | -1/+0 |
* | Connect SparseHistogram with the rest of stats system | kaiwang@chromium.org | 2013-03-01 | 1 | -1/+1 |
* | Move SnapshotSamples to HistogramBase | kaiwang@chromium.org | 2012-10-20 | 1 | -1/+1 |
* | SampleSet -> HistogramSamples which can be reused by SparseHistogram | kaiwang@chromium.org | 2012-09-22 | 1 | -20/+18 |
* | This is a major refactor of Histogram related code: | kaiwang@chromium.org | 2012-08-01 | 1 | -5/+6 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -5/+6 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -2/+2 |
* | Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark | glider@chromium.org | 2011-05-31 | 1 | -1/+1 |
* | Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi... | msw@chromium.org | 2011-05-27 | 1 | -1/+1 |
* | Fix http://codereview.chromium.org/6869009 to ignore an existing object exact... | glider@chromium.org | 2011-05-27 | 1 | -1/+1 |
* | Revert "Land http://codereview.chromium.org/6869009 for the third time." | oshima@google.com | 2011-05-26 | 1 | -1/+1 |
* | Land http://codereview.chromium.org/6869009 for the third time. | glider@chromium.org | 2011-05-26 | 1 | -1/+1 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the... | glider@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Re-land http://codereview.chromium.org/6869009 (except for the suppressions) | glider@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ... | glider@chromium.org | 2011-04-21 | 1 | -1/+1 |
* | Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark | glider@chromium.org | 2011-04-21 | 1 | -1/+1 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 1 | -3/+2 |
* | Reland code to detect corruption of histogram ranges | jar@chromium.org | 2011-03-05 | 1 | -0/+1 |
* | Revert 76239 - Crash when we notice a corruption of the histogram range-vector | rsimha@chromium.org | 2011-03-03 | 1 | -1/+0 |
* | Crash when we notice a corruption of the histogram range-vector | jar@chromium.org | 2011-02-28 | 1 | -0/+1 |
* | Allow histograms in cache stats.cc to bypass corruption checks | jar@chromium.org | 2010-11-03 | 1 | -0/+1 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -4/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 1 | -2/+14 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -2/+1 |
* | Use histograms to send interesting parts of the disk cache statistics. | rvargas@google.com | 2008-09-24 | 1 | -0/+46 |