| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable arming of Startup Timebomb in all channels | rtenneti@google.com | 2012-02-07 | 1 | -2/+5 |
* | Update a few more function calls to use TimeDeltas instead of int ms. | tedvessenes@gmail.com | 2012-01-30 | 1 | -1/+1 |
* | ThreadWatcher - Incresed the live threshold to 3 to find hangs/jank. | rtenneti@chromium.org | 2012-01-27 | 1 | -2/+2 |
* | Shutdown timebomb - Crash after 5 mins in Canary and 50 mins | rtenneti@chromium.org | 2012-01-27 | 1 | -2/+2 |
* | Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky | fischman@chromium.org | 2012-01-26 | 1 | -2/+1 |
* | Watchdog - Added a JOINABLE state to avoid StartupTimebomb | rtenneti@chromium.org | 2012-01-19 | 1 | -7/+19 |
* | Convert use of int ms to TimeDelta in files owned by jar. | tedvessenes@gmail.com | 2012-01-12 | 1 | -9/+9 |
* | Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads... | jam@chromium.org | 2012-01-10 | 1 | -8/+0 |
* | And now NewRunnableMethod(), you die. | ajwong@chromium.org | 2012-01-04 | 1 | -6/+1 |
* | Deprecate WEBKIT thread | joth@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Create a secondary file thread, FILE_USER_BLOCKING, for tasks requiring file ... | michaeln@google.com | 2011-12-07 | 1 | -0/+10 |
* | Delete and disarm StartupTimeBomb when browser is | rtenneti@chromium.org | 2011-12-01 | 1 | -5/+31 |
* | Migrate several instances of NewRunnableMethod to base::Bind in browser/metrics | isherman@chromium.org | 2011-11-19 | 1 | -1/+1 |
* | chrome: Remove 14 exit time destructors and 2 static initializers. | thakis@chromium.org | 2011-11-16 | 1 | -16/+21 |
* | Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali... | kmadhusu@chromium.org | 2011-11-16 | 1 | -21/+16 |
* | chrome: Remove 14 exit time destructors and 2 static initializers. | thakis@chromium.org | 2011-11-16 | 1 | -16/+21 |
* | Give ThreadWatcher crashes a unique function name depending on the hung thread. | eroman@chromium.org | 2011-11-08 | 1 | -3/+89 |
* | Revert 108625 - Enable crashing of the browser if CACHE thread is not | rtenneti@chromium.org | 2011-11-07 | 1 | -8/+6 |
* | Enable crashing of the browser if CACHE thread is not | rtenneti@chromium.org | 2011-11-04 | 1 | -6/+8 |
* | Thread::Stop() must be called before any subclass's destructor completes. | joi@chromium.org | 2011-11-02 | 1 | -2/+0 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | In Debug builds, if ThreadWatcher crashes (or does a CHECK), | rtenneti@chromium.org | 2011-10-20 | 1 | -2/+7 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -1/+0 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -3/+4 |
* | Change the Thread name of WATCHDOG to BrowserWatchdog. | rtenneti@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Startup hang - Dump the call stacks of all threads if | rtenneti@chromium.org | 2011-10-08 | 1 | -2/+59 |
* | Changing ThreqadWatcher to use base::Bind. | tbarzic@chromium.org | 2011-09-30 | 1 | -78/+64 |
* | Fix GetChannel interface misuse and Windows version logic in ThreadWatcher and | mark@chromium.org | 2011-09-10 | 1 | -17/+21 |
* | In Canary, crash the browser if shutdown takes longer | rtenneti@chromium.org | 2011-09-07 | 1 | -0/+6 |
* | In Dev and Beta, give 10 mins for shutdown and in | rtenneti@chromium.org | 2011-09-06 | 1 | -1/+9 |
* | When browser becomes active, we initialize ping_count_. We should also initia... | rtenneti@chromium.org | 2011-09-06 | 1 | -0/+8 |
* | Detect hangs during shutdown and crash the browser | rtenneti@chromium.org | 2011-09-05 | 1 | -0/+44 |
* | Set the ping_count to unresponsive_threshold_. We will send | rtenneti@chromium.org | 2011-09-02 | 1 | -11/+8 |
* | Increased the unresponsive_threshold from 6 to 12 | rtenneti@chromium.org | 2011-08-29 | 1 | -1/+17 |
* | Disable crashing of browser if threads are not responsive | rtenneti@chromium.org | 2011-07-26 | 1 | -2/+10 |
* | Use BrowserThreadMessageLoopProxy to post messages to | rtenneti@chromium.org | 2011-07-14 | 1 | -10/+9 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Removed unnecessary call to initialize the COM library | rtenneti@chromium.org | 2011-07-07 | 1 | -14/+0 |
* | Added command line switches "crash-on-hang-threads" and"crash-on-hang-seconds... | rtenneti@chromium.org | 2011-06-19 | 1 | -149/+273 |
* | Revert of 86979 which is a revert of 86976. Changed the ping count from | rtenneti@chromium.org | 2011-05-27 | 1 | -8/+10 |
* | Revert 86976 - Changed the ping count from 3 to 6, unresponsive count from 3 ... | rtenneti@chromium.org | 2011-05-27 | 1 | -10/+8 |
* | Changed the ping count from 3 to 6, unresponsive count from 3 to 6. | rtenneti@chromium.org | 2011-05-27 | 1 | -8/+10 |
* | Force a crash of the browser if IO thread hasn't responded | rtenneti@chromium.org | 2011-05-25 | 1 | -4/+4 |
* | Start watching other threads 120 secs after startup. | rtenneti@chromium.org | 2011-05-19 | 1 | -13/+16 |
* | Force a crash of the browser if IO thread hasn't responded | rtenneti@chromium.org | 2011-05-17 | 1 | -0/+16 |
* | Collect stats (how other threads are responding) if we | rtenneti@chromium.org | 2011-05-14 | 1 | -1/+6 |
* | When ThreadWatcher detects that a thread is not responding, | rtenneti@chromium.org | 2011-04-28 | 1 | -11/+34 |
* | Changes to record via histograms when one watched thread is | rtenneti@chromium.org | 2011-04-23 | 1 | -10/+81 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 1 | -0/+1 |
* | Remove a confusing obsolete comment from MetricsService's header | stuartmorgan@chromium.org | 2011-03-17 | 1 | -1/+1 |