summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics
Commit message (Expand)AuthorAgeFilesLines
* Mark MetricsServiceTest.CloseRenderersNormally as FLAKY_ instead of DISABLED_mihaip@chromium.org2012-03-301-1/+1
* Disable CloseRenderersNormally Test on Linux ChromeOSbshe@chromium.org2012-03-291-1/+7
* Fix a DCHECK in the MetricsService implementation.isherman@chromium.org2012-03-271-2/+7
* Revert 128910 - Add experiments info to crash dumps.alokp@chromium.org2012-03-261-7/+1
* Add experiments info to crash dumps.mad@chromium.org2012-03-261-1/+7
* Revert 128369 - Histogram times surrounding render crashesjar@chromium.org2012-03-232-55/+17
* [UMA] Fully fill out the SystemProfileProto for each upload.isherman@chromium.org2012-03-234-111/+133
* Histogram times surrounding render crashesjar@chromium.org2012-03-232-17/+55
* Launch HTTP pipelining compatibility field trial for 1% of canary users.simonjam@chromium.org2012-03-221-3/+3
* Revert 127579 - Launch HTTP pipelining compatibility field trial for 1% of ca...simonjam@chromium.org2012-03-201-5/+3
* Launch HTTP pipelining compatibility field trial for 1% of canary users.simonjam@chromium.org2012-03-201-3/+5
* Convert LogKeywords() into LogNumKeywords(). This avoids passing a const Tem...pkasting@chromium.org2012-03-162-9/+6
* Split ExtensionUpdater into two smaller classes.joaodasilva@chromium.org2012-03-161-2/+5
* Send webstore pings for non-webstore updated extensions for UMA users.yoz@chromium.org2012-03-141-0/+2
* Move LoadNotificationDetails to content/public/browser and put it in the cont...tfarina@chromium.org2012-03-111-5/+6
* Add a disabled FieldTrial for HTTP pipelining compatibility.simonjam@chromium.org2012-03-092-1/+11
* Convert uses of int ms to TimeDelta in chrome/browser and net (second try).tedvessenes@gmail.com2012-03-084-8/+8
* Refactoring to make GpuPerformanceStats part of gpu info collection.zmo@chromium.org2012-03-071-6/+3
* Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.rsleevi@chromium.org2012-03-044-8/+8
* Convert uses of int ms to TimeDelta in chrome/browser and net.tedvessenes@gmail.com2012-03-044-8/+8
* Switch MetricsReportingScheduler to using an actual timer objectstuartmorgan@chromium.org2012-03-022-17/+8
* [UMA] Include field trial tuples in the UMA upload.isherman@chromium.org2012-03-023-67/+162
* Begin to separate the MetricsService logic for creating vs uploading logsstuartmorgan@chromium.org2012-03-012-57/+70
* Upload UMA data using protocol buffers.isherman@chromium.org2012-02-298-415/+687
* Eliminate race condition in MetricsService and re-enable WizardControllerTestdpolukhin@chromium.org2012-02-282-12/+19
* Revert 123901 - Upload UMA data using protocol buffers.cpu@chromium.org2012-02-288-678/+416
* Upload UMA data using protocol buffers.isherman@chromium.org2012-02-288-416/+678
* Add a Content API around GpuDataManager and use that from chrome. I moved Gpu...jam@chromium.org2012-02-161-6/+7
* Remove system_metrics.proto, which is no longer used by any targets.rsleevi@chromium.org2012-02-101-16/+0
* Fix regression in empty client_id being used for field trials that happen on ...jam@chromium.org2012-02-082-13/+21
* Move handling of debug urls like chrome://crash, chrome://gpuclean to content...jam@chromium.org2012-02-081-1/+1
* Disable arming of Startup Timebomb in all channelsrtenneti@google.com2012-02-071-2/+5
* When UMA logs omnibox events, record omnibox modification time.mpearson@chromium.org2012-01-311-0/+6
* Update a few more function calls to use TimeDeltas instead of int ms.tedvessenes@gmail.com2012-01-301-1/+1
* ThreadWatcher - Incresed the live threshold to 3 to find hangs/jank.rtenneti@chromium.org2012-01-271-2/+2
* Separate chrome/common/metrics/metrics_helpers.{h,cc} into files for the cons...isherman@chromium.org2012-01-272-2/+2
* Shutdown timebomb - Crash after 5 mins in Canary and 50 minsrtenneti@chromium.org2012-01-271-2/+2
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-262-4/+2
* When UMA logs omnibox events, record the number of terms in the omnibox.mpearson@chromium.org2012-01-241-0/+3
* Remove MetricsLogBase::AsMetricsLog() in favor of static_cast.isherman@chromium.org2012-01-203-8/+4
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+3
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-3/+1
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+3
* Clean up chrome/browser/metrics code a bit.isherman@chromium.org2012-01-192-65/+76
* Watchdog - Added a JOINABLE state to avoid StartupTimebombrtenneti@chromium.org2012-01-192-7/+23
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-124-18/+18
* Move chrome/common/metrics* files into a shared subdirectory.isherman@chromium.org2012-01-124-8/+8
* Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads...jam@chromium.org2012-01-101-8/+0
* Fix Sleep() calls to use TimeDelta in portions of chrome/browser.tedvessenes@gmail.com2012-01-041-2/+2
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-043-19/+3