summaryrefslogtreecommitdiffstats
path: root/components/browser_watcher
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() on Windowsdcheng2016-03-023-5/+11
* Fix Win Clang build after r372442Daniel Cheng2016-01-301-1/+1
* Added an integration test for kasko hang reportspmonette2016-01-293-242/+346
* Switch to standard integer types in components/, part 1 of 4.avi2015-12-259-5/+23
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-104-24/+24
* Add more components to "gn check"brettw2015-10-221-0/+3
* Remove ExitFunnel instrumentation and clean up leaked data.siggi2015-10-074-164/+158
* Remove all Windows Window Scoped Trackers and Associated Instrumentationrobliao2015-09-291-1/+0
* Remove myself from OWNERS files.erikwright2015-07-311-1/+0
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-8/+6
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-022-5/+5
* Fix some case-insensitive cases for StartsWith.brettw2015-07-011-2/+4
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-10/+16
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-3/+2
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-1/+1
* Remove Unactionable or Low Jank USER32 Instrumentationrobliao2015-06-021-5/+0
* Handled nullptr argument passing in WaitForExit() and WaitForExitWithTimeout(...g.mehndiratt2015-05-291-2/+1
* win: Fix all plugin warnings in components/.thakis2015-05-012-0/+5
* Apply automated fixits for Chrome clang plugin to components.dcheng2015-04-292-3/+3
* Update {virtual,override} to follow C++11 style in components.nick2015-04-284-5/+5
* Integrate the WindowHangMonitor with the Chrome Watcher process.erikwright2015-04-173-198/+352
* Report dump counts as a stability metric.erikwright2015-04-014-0/+330
* Revert "Report dump counts as a stability metric."robliao2015-03-313-328/+0
* Report dump counts as a stability metric.erikwright2015-03-313-0/+328
* Implements a monitor to watch for the browser hanging.siggi2015-03-264-0/+508
* Redefine base::Process:Terminate so that it can replace base::KillProcessrvargas2015-03-091-2/+2
* Add more size_t -> int warning fixes for the win x64 GN build.dpranke2015-02-201-0/+1
* Remove uses of CloseProcessHandle.rvargas2015-02-052-15/+2
* Move OpenProcessHandle to Process::Open.rvargas2015-02-041-5/+4
* Introduce the ability to wait for the watcher process to initialize.erikwright2015-02-043-22/+26
* Instrument watcher for WM_QUERYENDSESSION.siggi2015-02-023-28/+50
* Fix chrome target in Windows GN build.vchigrin2015-01-301-0/+2
* Rename base::Process::pid() to Pid()rvargas2015-01-242-5/+10
* Move OpenProcessHandleWithAccess to Process::OpenWithAccess.rvargas2015-01-231-4/+1
* Only report exit funnels for canary and dev channels.siggi2015-01-233-12/+54
* Add GN file for components/browser_watcher.vchigrin2015-01-191-0/+45
* Instrumenting all wndprocs to find jank.vadimt2015-01-171-0/+6
* Move watcher_main_api to chrome_watcher_main_api.erikwright2015-01-162-40/+0
* EndSessionWatcherWindow implementation.siggi2015-01-133-0/+172
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-121-2/+1
* Fix an error with variadic arguments.erikwright2015-01-121-2/+4
* Refactor parsing of the Chrome Watcher command line to make the parent handle...erikwright2015-01-097-166/+90
* replace COMPILE_ASSERT with static_assert in components/mostynb2014-12-221-2/+2
* Don't report exit funnels for live processes.siggi2014-12-204-10/+35
* Add a console control handler chrome_watcher.dll.siggi2014-12-193-5/+9
* Switch ExitCodeWatcher to base::Process.siggi2014-12-183-37/+32
* Add ExitFunnel class to browser_watcher, along with testssiggi2014-12-126-34/+454
* Update browser_watcher to use the new version of LaunchProcess.rvargas2014-12-102-20/+16
* Build the chrome_watcher.dll binary, spawn the watcher process and glue in th...siggi2014-11-213-1/+40
* Browser watcher part three.siggi2014-11-194-0/+262