summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics
Commit message (Expand)AuthorAgeFilesLines
* Remove another unnecessary MetricsService API method.stuartmorgan@chromium.org2011-04-132-28/+11
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-061-1/+1
* Get rid of PrefService::GetMutableDictionary/GetMutableListbattre@chromium.org2011-04-051-18/+19
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-052-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-285-9/+9
* Coverity PASS_BY_VALUE fixesdpapad@chromium.org2011-03-242-2/+2
* Simplify MetricsService API for shutting downstuartmorgan@chromium.org2011-03-232-8/+9
* Remove a confusing obsolete comment from MetricsService's headerstuartmorgan@chromium.org2011-03-173-12/+5
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* WATCHDOG thread and thread_watcher class to monitor thertenneti@chromium.org2011-03-173-70/+55
* Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.tfarina@chromium.org2011-03-101-1/+1
* Remove gpu_info() from GpuProcessHostUIShim. GPUInfo should be accessed thro...zmo@google.com2011-03-091-5/+5
* Move ChildProcessHost and ChildProcessInfo to content.jam@chromium.org2011-03-091-1/+1
* Remove unused memory usage collection in MetricsServicesail@chromium.org2011-03-092-38/+8
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-095-10/+10
* Removing references to off the record in comments and log messages.akalin@chromium.org2011-03-081-1/+1
* Add/improve a bunch of commentsjar@chromium.org2011-03-081-1/+1
* Make GPUInfo a struct, which it should be according to the C++ guidelines. T...jam@chromium.org2011-03-081-6/+2
* Wait for just RECEIVED_PONG, which verifies that we havertenneti@chromium.org2011-03-051-2/+0
* Fix for mac_valgrind giving an error on condition variable.rtenneti@chromium.org2011-03-041-11/+17
* Start Watching threads only if we are running. Activatertenneti@chromium.org2011-03-042-4/+19
* Use FRIEND_TEST_ALL_PREFIXES so that disabling tests does not break the build.phajdan.jr@chromium.org2011-03-031-6/+6
* Disable ThreadWatcherTest.MultipleThreadsNotResponding, flakily triggers asse...phajdan.jr@chromium.org2011-03-031-1/+2
* Reverting the revert 76468. Removed include for browser_thread.h.rtenneti@chromium.org2011-03-023-120/+245
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-1/+1
* Revert 76468 - Added back thread watcher changes.rtenneti@chromium.org2011-03-023-244/+119
* Added back thread watcher changes.rtenneti@chromium.org2011-03-023-119/+244
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-012-3/+3
* Revert 76199 - Trying changes to see the perfomance impact on Mac.rtenneti@chromium.org2011-02-283-189/+115
* Trying changes to see the perfomance impact on Mac.rtenneti@chromium.org2011-02-283-115/+189
* Revert 76168 - Trying changes to see the perfomance impact on Mac.rtenneti@chromium.org2011-02-263-72/+43
* Trying changes to see the perfomance impact on Mac.rtenneti@chromium.org2011-02-263-43/+72
* Revert 76156 - Added back thread watcher changes.rtenneti@chromium.org2011-02-263-73/+43
* Added back thread watcher changes.rtenneti@chromium.org2011-02-263-43/+73
* Revert 76154 - Revert 76015 - Added back thread watcher changes byrtenneti@chromium.org2011-02-263-73/+43
* Revert 76015 - Added back thread watcher changes byrtenneti@chromium.org2011-02-263-43/+73
* Abstracted out setting up of Notifications. Commonrtenneti@chromium.org2011-02-262-30/+42
* Back out thread watcher changes.rtenneti@chromium.org2011-02-255-42/+42
* Disabling Crash Renderers test, it fails always on offical trunk builderskerz@chromium.org2011-02-241-1/+1
* Thread Hang detector - enable it for Windows only and ifdef'edrtenneti@chromium.org2011-02-241-3/+4
* Stop thread watching on Mac to fix memory usagertenneti@chromium.org2011-02-241-0/+6
* Fixed the memory leak of callback Task in PostPingMessage.rtenneti@chromium.org2011-02-241-12/+16
* Fix OOL issues for linux from the last few days.erg@google.com2011-02-232-1/+3
* First cut at a WATCHDOG thread that monitors threads for theirrtenneti@chromium.org2011-02-235-30/+1109
* Recreate both GpuProcessHost and GpuProcessHostUIShim when a new GPU process ...apatrick@chromium.org2011-02-221-6/+9
* Get rid of browser_prefs::RegisterAllPrefs()mnissler@chromium.org2011-02-211-13/+14
* metrics: hash the path bytes directly for plugin filenameevan@chromium.org2011-02-071-2/+7
* Fix a possible access to a deleted MetricsLog object.bryner@chromium.org2011-02-011-4/+6
* Add support for collecting non-Chrome crash stats in Chrome OS.petkov@chromium.org2011-01-215-14/+113
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-8/+8