| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize StatisticsRecorder in Child Process to hold | rtenneti@chromium.org | 2012-07-19 | 1 | -6/+1 |
* | Move StatisticsRecorder out of histogram.cc/h for further refactoring. | kaiwang@chromium.org | 2012-07-13 | 1 | -0/+1 |
* | [ChromeFrame] Upload metrics data to both the XML and the protocol buffer pip... | isherman@chromium.org | 2012-05-09 | 1 | -25/+22 |
* | Adding FieldTrial support for Chrome Frame to allow measurement of startup ti... | robertshield@chromium.org | 2012-03-10 | 1 | -18/+23 |
* | Begin to separate the MetricsService logic for creating vs uploading logs | stuartmorgan@chromium.org | 2012-03-01 | 1 | -12/+14 |
* | Upload UMA data using protocol buffers. | isherman@chromium.org | 2012-02-29 | 1 | -1/+3 |
* | Revert 123901 - Upload UMA data using protocol buffers. | cpu@chromium.org | 2012-02-28 | 1 | -3/+1 |
* | Upload UMA data using protocol buffers. | isherman@chromium.org | 2012-02-28 | 1 | -1/+3 |
* | Separate chrome/common/metrics/metrics_helpers.{h,cc} into files for the cons... | isherman@chromium.org | 2012-01-27 | 1 | -0/+1 |
* | Move chrome/common/metrics* files into a shared subdirectory. | isherman@chromium.org | 2012-01-12 | 1 | -2/+2 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | Factor a log management helper out of MetricsService | stuartmorgan@chromium.org | 2011-09-29 | 1 | -43/+17 |
* | Fix stats collection in npchrome_frame.dll. | grt@chromium.org | 2011-09-29 | 1 | -0/+5 |
* | Remove 1) NPAPI support from Chrome Frame and 2) Firefox/Opera/Safari tests. | grt@chromium.org | 2011-06-29 | 1 | -3/+0 |
* | Fix a crash which occurs while uploading ChromeFrame metrics. The crash occur... | ananta@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Switch back to using urlmon (from using Chrome's network stack) to upload met... | grt@chromium.org | 2011-04-20 | 1 | -258/+125 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 1 | -2/+3 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -21/+21 |
* | Revert 75143 - Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -21/+21 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -21/+21 |
* | Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"? | willchan@chromium.org | 2011-02-14 | 1 | -21/+21 |
* | Revert r74728 which reverted r74561 for exposing a ChromeOS bug. | willchan@chromium.org | 2011-02-14 | 1 | -21/+21 |
* | Revert r74632 "Reland r74561 after fixing ChromeOS build breakage." | oshima@google.com | 2011-02-12 | 1 | -21/+21 |
* | Reland r74561 after fixing ChromeOS build breakage. | willchan@chromium.org | 2011-02-11 | 1 | -21/+21 |
* | Revert 74561 for breaking the ChromeOS build | willchan@chromium.org | 2011-02-11 | 1 | -21/+21 |
* | Introduce OffTheRecordProfileIOData and ProfileImplIOData. | willchan@chromium.org | 2011-02-11 | 1 | -21/+21 |
* | Refactor HttpNetworkSession construction. | willchan@chromium.org | 2011-02-03 | 1 | -15/+8 |
* | Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction. | willchan@chromium.org | 2011-01-28 | 1 | -12/+19 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -7/+7 |
* | net: Remove typedef net::URLRequestContext URLRequestContext; | tfarina@chromium.org | 2011-01-15 | 1 | -3/+3 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 1 | -3/+2 |
* | reapply r70628. It was wrongly blamed for breaking Linux valgrind bots. | estade@chromium.org | 2011-01-07 | 1 | -0/+1 |
* | Revert r70628. It broke Linux valgrind bots. See for example | estade@chromium.org | 2011-01-07 | 1 | -1/+0 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -0/+1 |
* | Revert 70618 - First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -1/+0 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -0/+1 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -10/+10 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Revert 69592 - file_version_info was not finding Mac values correctly. | dmaclach@chromium.org | 2010-12-18 | 1 | -7/+13 |
* | file_version_info was not finding Mac values correctly. | dmaclach@chromium.org | 2010-12-18 | 1 | -13/+7 |
* | Stop upload thread when stopping service. Leaked thread may crash process on... | vitalybuka@chromium.org | 2010-12-17 | 1 | -4/+10 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -1/+6 |
* | Removed code which was added only for debugging. | ananta@chromium.org | 2010-12-06 | 1 | -1/+0 |
* | Fix a race in the ChromeFrame metrics service start up code. This race could ... | ananta@chromium.org | 2010-12-04 | 1 | -0/+7 |
* | Implement exponential back-off mechanism. | joi@chromium.org | 2010-11-25 | 1 | -1/+0 |
* | Revert "Revert "net: Plumb DnsCertProvenanceChecker around."" | agl@chromium.org | 2010-11-22 | 1 | -0/+1 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-22 | 1 | -1/+0 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-22 | 1 | -0/+1 |
* | Upload data when Stopping the service. | hansl@google.com | 2010-11-22 | 1 | -0/+2 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-18 | 1 | -1/+0 |