summaryrefslogtreecommitdiffstats
path: root/chrome/app/breakpad_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux: Add the product channel to crash reports.thestig@chromium.org2012-01-281-22/+21
* Linux/CrOS: Use PR_SET_PTRACER for non-browser crashes.thestig@chromium.org2012-01-241-9/+28
* Fix 64bit ChromeOS buildsonnyrao@chromium.org2011-12-291-1/+1
* Remove RenderProcessHost::is_extension_processjochen@chromium.org2011-10-051-1/+0
* Linux: Add more information to crash reports:thestig@chromium.org2011-09-161-30/+133
* Revert 101372 - Linux: Add more information to crash reports:rsimha@chromium.org2011-09-151-133/+30
* Linux: Add more information to crash reports:thestig@chromium.org2011-09-151-30/+133
* Hookup switches::kDisableBreakpad in linux.zmo@google.com2011-08-231-0/+3
* Cleanup: Update the comment describing the Linux Breakpad crash dump headers....thestig@chromium.org2011-07-011-31/+31
* Linux: Adding crash reporting for extension processes.thestig@chromium.org2011-07-011-1/+2
* Speculative fix for not getting crash reports for PPAPI plugins on ChromeOS.brettw@chromium.org2011-04-121-0/+1
* Disable registration of Breakpad's signal handler for Native Clientmseaborn@chromium.org2011-04-061-2/+1
* Linux: Fix official build.thestig@chromium.org2011-03-181-4/+4
* linux crash dump now includes gpu datajbates@chromium.org2011-03-091-214/+221
* Breakpad Linux: Log crashes.thestig@chromium.org2011-02-171-4/+37
* Adding crash reporting on Linux for the GPU process.vangelis@chromium.org2011-02-031-2/+3
* Enable Breakpad for crashes in trusted code in Native Client on Chrome for Li...cstefansen@google.com2011-01-141-2/+3
* Wrap GlobalDescriptors singleton in accessor method.evan@chromium.org2010-12-071-1/+1
* Linux: Fix the uptime in crash reports for renderers and plugins.thestig@chromium.org2010-12-031-9/+13
* Fix Linux Official build breakage after Breakpad r700 roll.thestig@chromium.org2010-09-261-1/+1
* When crashing on Linux, properly close all file descriptors after forking, so...rsleevi@chromium.org2010-09-211-1/+1
* Bump the seccomp DEPS. This enables all the necessary features for breakpadmarkus@chromium.org2010-09-151-2/+4
* Linux: Handle renderer and plugin crashes on a separate thread. (try 2)thestig@chromium.org2010-09-021-1/+3
* Revert 58403 - Linux: Handle renderer and plugin crashes on a separate thread.nsylvain@chromium.org2010-09-021-2/+0
* Linux: Handle renderer and plugin crashes on a separate thread.thestig@chromium.org2010-09-021-0/+2
* Refactor version-getting info into a chrome::VersionInfo object.evan@chromium.org2010-08-271-7/+1
* Make crash reporting client_id accessible through child_process_logging.mnissler@chromium.org2010-08-261-35/+17
* Make breakpad work in the seccomp sandbox. Take advantage of a featuremarkus@chromium.org2010-08-191-28/+48
* Pid computation for breakpad had a race condition that could cause themarkus@chromium.org2010-08-091-3/+4
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* De-wstringify some of our breakpad interfaces.evan@chromium.org2010-08-031-2/+2
* [linux] Hook up crash reporter initialization with configuration management.mnissler@chromium.org2010-08-031-4/+1
* Linux Official Build fix following r53113.thestig@chromium.org2010-07-211-1/+1
* Linux: Guess the thread id for crashing renderers in a different PID namespace.thestig@chromium.org2010-07-161-3/+11
* Update breakpad to use new Chrome version info from r44435.mmoss@google.com2010-04-141-1/+1
* Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C...thestig@chromium.org2010-04-061-3/+2
* Linux: fix a couple of libc calls in a compromised context.agl@chromium.org2010-04-061-8/+17
* Linux: Fix official build breakage from r41451.thestig@chromium.org2010-03-121-1/+2
* Use env_vars::kHeadless instead of hard coded strings.thestig@chromium.org2010-03-121-1/+2
* Linux: Revert r33888. We no longer need to collect the list of loaded plugins...thestig@chromium.org2010-01-231-54/+0
* Linux: Implement RecordBreakpadStatusUMA.thestig@chromium.org2009-12-101-0/+7
* Reap the crash report uploader process.thestig@chromium.org2009-12-051-0/+1
* Linux: Record the list of plugins loaded in browser process crash reports.thestig@chromium.org2009-12-041-0/+55
* Linux: Uptime in Breakpad is measured in milliseconds.thestig@chromium.org2009-12-021-29/+66
* Linux: Use upstream google-breakpad instead of our fork.thestig@chromium.org2009-12-021-5/+5
* Revert change in r31143 which caused crash signal msg size to change and subs...mmoss@chromium.org2009-11-201-1/+1
* Linux: Catch plugin crashes.thestig@chromium.org2009-11-091-7/+11
* Change id that identifies client in crash reports. Whenever metrics service r...kuchhal@chromium.org2009-11-051-9/+9
* Linux Breakpad: Report process uptime in crash reports.thestig@chromium.org2009-11-031-2/+51
* Fix ChromeOS build.evan@chromium.org2009-10-131-2/+2