summaryrefslogtreecommitdiffstats
path: root/chrome/app/breakpad_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 159850 - Enable handle tracing in Canary, Dev, and all debug builds of...alexeypa@google.com2012-10-031-54/+3
* Enable handle tracing in Canary, Dev, and all debug builds of Chrome (Windows...alexeypa@chromium.org2012-10-031-3/+54
* Revert 159365 - Enable handle tracing in Canary, Dev, and all debug builds of...alexeypa@google.com2012-09-291-54/+3
* Second attempt to prevent ICF for DumpProcessWithoutCrashThread() and DumpFor...eroman@chromium.org2012-09-291-4/+5
* Enable handle tracing in Canary, Dev, and all debug builds of Chrome (Windows...alexeypa@chromium.org2012-09-281-3/+54
* Add initial framework for detecting and reporting unusual process state at th...cdn@chromium.org2012-09-271-0/+15
* Prevent ICF for DumpProcessWithoutCrashThread() and DumpForHangDebuggingThrea...eroman@chromium.org2012-09-271-7/+17
* Render/pepper hang debugging: generate dumps for the browser and renderer pro...yzshen@chromium.org2012-09-261-0/+16
* Rename all of experiments_helper to variations_helper, including files, names...stevet@chromium.org2012-08-131-1/+1
* Turn breakpad on with deferred crash uploads when a version of google update ...cdn@chromium.org2012-07-201-1/+27
* Fix code in breakpad_win.cc which handles crash data entries for ppapi plugins.raymes@chromium.org2012-07-131-2/+6
* Use #pragma comment(lib, "userenv.lib") rather than AdditionalDependencies. ...grt@chromium.org2012-07-101-0/+3
* Send the user's Windows profile type up in crash reports.grt@chromium.org2012-07-101-0/+33
* Revert 145892 - Send the user's Windows profile type up in crash reports.grt@chromium.org2012-07-101-33/+0
* Send the user's Windows profile type up in crash reports.grt@chromium.org2012-07-101-0/+33
* Don't show the restart dialog in the GPU process.robertshield@chromium.org2012-06-261-0/+8
* Make sure CrashDumpAndTerminateHungChildProcess uses the right base address i...jschuh@chromium.org2012-06-071-0/+12
* Rename some chrome.exe exports: SetCommandLine --> SetCommandLine2, SetExperi...eroman@chromium.org2012-05-251-6/+9
* Don't pass class types across EXE/DLL boundaries for SetCommandLine() and Set...eroman@chromium.org2012-05-221-7/+16
* Add experiments info to crash dumps.mad@chromium.org2012-04-051-21/+59
* Revert 128910 - Add experiments info to crash dumps.alokp@chromium.org2012-03-261-59/+21
* Add experiments info to crash dumps.mad@chromium.org2012-03-261-21/+59
* [windows] Make calls to exit(), _exit(), abort(), and ExitProcess() from the ...eroman@chromium.org2012-03-241-2/+3
* Added SetPrinterInfo to include information about printer driver. This inform...vitalybuka@chromium.org2012-03-161-26/+50
* Revert 126866 - Added SetPrinterInfo to include information about printer dri...markusheintz@chromium.org2012-03-151-50/+26
* Added SetPrinterInfo to include information about printer driver. This inform...vitalybuka@chromium.org2012-03-151-26/+50
* Windows Breakpad: Simplify by combining two functionsmseaborn@chromium.org2012-02-281-40/+24
* Windows Breakpad: Do Breakpad enablement checks in browser process onlymseaborn@chromium.org2012-02-261-40/+55
* Revert 123322 (revert didn't help)thakis@chromium.org2012-02-231-28/+7
* Revert 123149 (trying to find the cause of http://crbug.com/115479)thakis@chromium.org2012-02-231-7/+28
* Windows Breakpad: Stop doing Breakpad initialisation on a threadmseaborn@chromium.org2012-02-231-28/+7
* Windows Breakpad: Get metadata from chrome.exe instead of chrome.dllmseaborn@chromium.org2012-02-161-7/+10
* Fix permissions.sky@chromium.org2012-02-141-0/+0
* Windows Breakpad: Add comment to explain "-x64" suffixmseaborn@chromium.org2012-02-141-0/+5
* Windows Breakpad: Remove kNoOOBreakpad environment variablemseaborn@chromium.org2012-02-141-6/+2
* This patch achieves it without crashing the process. We create a new exceptio...lipalani@chromium.org2011-12-281-0/+35
* Added recommended pref store on Windows.joaodasilva@chromium.org2011-12-011-7/+6
* Re-enable useful dumps on dev and beta channels.robertshield@chromium.org2011-11-161-2/+5
* Make GTK and Aura parts orthogonal to OS partsstevenjb@google.com2011-10-261-1/+2
* Fix check_perms failure from r105190.thestig@chromium.org2011-10-121-0/+0
* x86-64 Breakpad: Append "-x64" to the pipe name for 64-bit processesmseaborn@chromium.org2011-10-121-0/+3
* [windows] Filter --flag-switches-begin and --flag-switches-end from being sen...eroman@chromium.org2011-09-221-1/+9
* Add channel information to Windows crash reports.eroman@chromium.org2011-09-191-7/+13
* Add a breakpad field for the plugin's path. This is useful for bucketing plug...eroman@chromium.org2011-09-191-4/+65
* Linux: Add more information to crash reports:thestig@chromium.org2011-09-161-5/+0
* Use base::wcslcpy rather than wcscpy_s throughout breakpad_win.cceroman@chromium.org2011-09-151-27/+27
* Revert 101372 - Linux: Add more information to crash reports:rsimha@chromium.org2011-09-151-0/+5
* Linux: Add more information to crash reports:thestig@chromium.org2011-09-151-5/+0
* [Windows] Include the about:flags experiments in crash reports.eroman@chromium.org2011-09-141-29/+59
* base: Fix the TODO in string_util.htfarina@chromium.org2011-08-171-3/+4