summaryrefslogtreecommitdiffstats
path: root/chrome/app/breakpad_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Dump total number of extensions into crash dump meta data.antonm@chromium.org2010-10-051-6/+20
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Add number of tabs opened in the process to crash meta data.antonm@chromium.org2010-09-021-0/+17
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-171-0/+1
* Win32: Prefix Breakpad GPU info with 'gpu-' to make crash reports more readable.thestig@chromium.org2010-08-171-5/+7
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-141-2/+2
* Use Environment::SetVar in more places.tfarina@chromium.org2010-08-131-5/+7
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-091-1/+0
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-091-0/+1
* De-wstringify some of our breakpad interfaces.evan@chromium.org2010-08-031-1/+1
* Don't initialize the crash reporter on windows if disabled by configuration m...mnissler@chromium.org2010-08-021-6/+43
* Make sure to initialize crash reporter thread with valid pointer.mnissler@chromium.org2010-07-261-4/+4
* Fix start up crash when --disable-breakpad is used.huanr@chromium.org2010-07-201-0/+12
* Fixing typo in name of offset variable.rlp@chromium.org2010-07-201-5/+5
* Adding gpu_info to the breakpad info collection before sending off a crash.rlp@chromium.org2010-07-191-1/+35
* Send large dump file for canary build. Also fix a similarhuanr@chromium.org2010-07-151-1/+3
* Cleanup: Break some common->app dependencies.thestig@chromium.org2010-06-251-0/+1
* Fix the compiler error in breakpad_win if exception is enabled.victorw@chromium.org2010-06-221-34/+35
* Fix a heap leak in GetCustomInfo.mazda@chromium.org2010-06-171-0/+2
* Make sure GoogleUpdateSettings::GetChromeChannel does not read siggi@chromium.org2010-04-201-1/+2
* Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C...thestig@chromium.org2010-04-061-9/+15
* Use env_vars::kHeadless instead of hard coded strings.thestig@chromium.org2010-03-121-3/+5
* Tweak minidump flags to include a little more detail.siggi@chromium.org2010-03-011-3/+32
* Fix crash reporting on Windows.aa@chromium.org2009-12-021-1/+3
* Ok, here is a different approach at this change.aa@chromium.org2009-12-021-65/+74
* Revert 33255 - Report active extensions in crash reports. This only implement...nsylvain@chromium.org2009-11-301-63/+50
* Report active extensions in crash reports. This only implements Windows right...aa@chromium.org2009-11-301-50/+63
* Potential fix for duplicate crash reports on Windows.kuchhal@chromium.org2009-11-121-11/+19
* Change id that identifies client in crash reports. Whenever metrics service r...kuchhal@chromium.org2009-11-051-3/+28
* Rewrite of chrome.exe startup codecpu@chromium.org2009-11-041-2/+0
* Prevent multiple threads from executing the DumpDoneCallback handlercpu@chromium.org2009-10-171-0/+9
* Initialize default crash callback if we fail to get user SID.kuchhal@chromium.org2009-10-131-7/+9
* Add the page url to plugin crashes to aid debugging.jam@chromium.org2009-07-081-5/+5
* Revert change 20173 because it breaks the ui_tests, plugin_testsnsylvain@chromium.org2009-07-081-5/+5
* Add the page url to plugin crashes to aid debugging.jam@chromium.org2009-07-081-5/+5
* Fix potential memleak in InitCrashReporterWithDllPath. It can leak at line 29...finnur@chromium.org2009-06-301-10/+10
* Adding chrome start-up parameters to information passed back in breakpad crashcpu@google.com2009-06-261-20/+42
* Stop compulsive crasher in respawn dialogcpu@google.com2009-06-031-21/+33
* Adds 'hard error' message box support cpu@google.com2009-05-191-0/+6
* First stab at Mac breakpad support.jeremy@chromium.org2009-03-261-0/+332