summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/thread_watcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Disable arming of Startup Timebomb in all channelsrtenneti@google.com2012-02-071-2/+5
* 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
* 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-261-2/+1
* Watchdog - Added a JOINABLE state to avoid StartupTimebombrtenneti@chromium.org2012-01-191-7/+19
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-121-9/+9
* Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads...jam@chromium.org2012-01-101-8/+0
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-6/+1
* Deprecate WEBKIT threadjoth@chromium.org2011-12-201-1/+1
* Create a secondary file thread, FILE_USER_BLOCKING, for tasks requiring file ...michaeln@google.com2011-12-071-0/+10
* Delete and disarm StartupTimeBomb when browser isrtenneti@chromium.org2011-12-011-5/+31
* Migrate several instances of NewRunnableMethod to base::Bind in browser/metricsisherman@chromium.org2011-11-191-1/+1
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-16/+21
* Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali...kmadhusu@chromium.org2011-11-161-21/+16
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-16/+21
* Give ThreadWatcher crashes a unique function name depending on the hung thread.eroman@chromium.org2011-11-081-3/+89
* Revert 108625 - Enable crashing of the browser if CACHE thread is notrtenneti@chromium.org2011-11-071-8/+6
* Enable crashing of the browser if CACHE thread is notrtenneti@chromium.org2011-11-041-6/+8
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-2/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* In Debug builds, if ThreadWatcher crashes (or does a CHECK),rtenneti@chromium.org2011-10-201-2/+7
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+0
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-3/+4
* Change the Thread name of WATCHDOG to BrowserWatchdog.rtenneti@chromium.org2011-10-181-1/+1
* Startup hang - Dump the call stacks of all threads ifrtenneti@chromium.org2011-10-081-2/+59
* Changing ThreqadWatcher to use base::Bind.tbarzic@chromium.org2011-09-301-78/+64
* Fix GetChannel interface misuse and Windows version logic in ThreadWatcher andmark@chromium.org2011-09-101-17/+21
* In Canary, crash the browser if shutdown takes longerrtenneti@chromium.org2011-09-071-0/+6
* In Dev and Beta, give 10 mins for shutdown and inrtenneti@chromium.org2011-09-061-1/+9
* When browser becomes active, we initialize ping_count_. We should also initia...rtenneti@chromium.org2011-09-061-0/+8
* Detect hangs during shutdown and crash the browserrtenneti@chromium.org2011-09-051-0/+44
* Set the ping_count to unresponsive_threshold_. We will sendrtenneti@chromium.org2011-09-021-11/+8
* Increased the unresponsive_threshold from 6 to 12rtenneti@chromium.org2011-08-291-1/+17
* Disable crashing of browser if threads are not responsivertenneti@chromium.org2011-07-261-2/+10
* Use BrowserThreadMessageLoopProxy to post messages tortenneti@chromium.org2011-07-141-10/+9
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Removed unnecessary call to initialize the COM libraryrtenneti@chromium.org2011-07-071-14/+0
* Added command line switches "crash-on-hang-threads" and"crash-on-hang-seconds...rtenneti@chromium.org2011-06-191-149/+273
* Revert of 86979 which is a revert of 86976. Changed the ping count fromrtenneti@chromium.org2011-05-271-8/+10
* Revert 86976 - Changed the ping count from 3 to 6, unresponsive count from 3 ...rtenneti@chromium.org2011-05-271-10/+8
* Changed the ping count from 3 to 6, unresponsive count from 3 to 6.rtenneti@chromium.org2011-05-271-8/+10
* Force a crash of the browser if IO thread hasn't respondedrtenneti@chromium.org2011-05-251-4/+4
* Start watching other threads 120 secs after startup.rtenneti@chromium.org2011-05-191-13/+16
* Force a crash of the browser if IO thread hasn't respondedrtenneti@chromium.org2011-05-171-0/+16
* Collect stats (how other threads are responding) if wertenneti@chromium.org2011-05-141-1/+6
* When ThreadWatcher detects that a thread is not responding,rtenneti@chromium.org2011-04-281-11/+34
* Changes to record via histograms when one watched thread isrtenneti@chromium.org2011-04-231-10/+81
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-0/+1
* Remove a confusing obsolete comment from MetricsService's headerstuartmorgan@chromium.org2011-03-171-1/+1