summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_watcher
Commit message (Expand)AuthorAgeFilesLines
* Replace template_util.h stuff with C++11 <type_traits>tzik2016-03-101-2/+1
* Convert Pass()→std::move() on Windowsdcheng2016-03-021-3/+5
* chrome_watcher_main.cc: Fix -Wsign-compare errorhans2016-02-191-1/+2
* Grab a context record for the main thread of hung processes.siggi2016-02-182-4/+31
* Fix the Kasko GN build.pmonette2016-02-101-0/+1
* Get crash keys from crashpad in hung browser reports.pmonette2016-02-013-32/+13
* Added an integration test for kasko hang reportspmonette2016-01-292-12/+12
* Switched Kasko to use the new buildflag system.pmonette2016-01-083-16/+12
* Can now enable Kasko crash reporting in GN buildpmonette2016-01-051-0/+1
* Use .rc strings in fewer places for installer util.brettw2015-12-291-1/+1
* Split GN installer_util into one that has no strings.brettw2015-12-221-1/+1
* [Kasko] Add ability to explicitly set Kasko configuration for testing.chrisha2015-12-101-3/+43
* Fix chrome-branded component buildspmonette2015-12-081-0/+1
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Remove ExitFunnel instrumentation and clean up leaked data.siggi2015-10-071-44/+3
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* Add Linux build packaging targets to GNbrettw2015-08-281-0/+1
* Redefine CreateFileVersionInfoForCurrentModule() as a macro on Windows.gab2015-08-281-2/+1
* Synthesize an exception when reporting a hung process.erikwright2015-07-312-12/+23
* Remove myself from OWNERS files.erikwright2015-07-311-1/+0
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-9/+9
* Disable hang reports.erikwright2015-06-181-0/+2
* Log kasko reports to Windows Event Log.erikwright2015-06-171-1/+68
* Add a GN flag for the Windows multi-dll build.brettw2015-05-011-1/+0
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in chrome watcher ...pranay.kumar2015-04-281-6/+6
* Send a crash report when a hung process is detected.erikwright2015-04-235-8/+80
* Revert of Send a crash report when a hung process is detected. (patchset #6 i...jdonnelly2015-04-235-80/+8
* Send a crash report when a hung process is detected.erikwright2015-04-235-8/+80
* Integrate the WindowHangMonitor with the Chrome Watcher process.erikwright2015-04-172-8/+42
* Introduce a dedicated compile-time switch for Kasko.erikwright2015-03-062-6/+6
* Re-point Kasko at the production crash server.erikwright2015-03-051-1/+1
* Fix official build in GNbrettw2015-02-251-5/+3
* Instantiate a Kasko reporter inside the Chrome watcher process, when SyzyASAN...erikwright2015-02-206-4/+60
* Sort GN files under chromesatorux2015-02-131-1/+1
* Sort GYP files under chrome sub directories using tools/sort_sources.pysatorux2015-02-131-1/+1
* Stretch watcher's lifetime if it sees WM_ENDSESSION before process exit.siggi2015-02-111-13/+20
* Introduce the ability to wait for the watcher process to initialize.erikwright2015-02-042-16/+35
* Instrument watcher for WM_QUERYENDSESSION.siggi2015-02-021-5/+10
* Add GN targets for chrome_process_finder, image_pre_reader, chrome_watcher.vchigrin2015-01-271-0/+42
* Move watcher_main_api to chrome_watcher_main_api.erikwright2015-01-164-4/+49
* Record mode of endsession in watcher.siggi2015-01-141-0/+10
* Use a window to catch WM_ENDSESSION.siggi2015-01-141-59/+138
* Refactor parsing of the Chrome Watcher command line to make the parent handle...erikwright2015-01-091-5/+6
* Add a console control handler chrome_watcher.dll.siggi2014-12-191-1/+54
* Switch ExitCodeWatcher to base::Process.siggi2014-12-181-21/+4
* Instrument some of the exit paths likely to suffer hangs.siggi2014-12-131-0/+24
* Reland: Enable MSVC warning for unused locals.pkasting2014-11-221-8/+4
* Build the chrome_watcher.dll binary, spawn the watcher process and glue in th...siggi2014-11-216-0/+139