summaryrefslogtreecommitdiffstats
path: root/chrome/app/breakpad_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix breakpad unused variable warning.thestig@chromium.org2009-09-291-9/+7
* Use a separate Breakpad product name for ChromeOS.thestig@chromium.org2009-09-291-0/+6
* Build fix: ChromeOS is using a more recent compiler.agl@chromium.org2009-09-281-0/+1
* Linux: remove --google-internal-crash-reporting.agl@chromium.org2009-09-281-169/+0
* Make Linux Breakpad initialization call to lsb_release asynchronous. Also wra...thestig@chromium.org2009-09-231-2/+0
* Fix an off by 1 error in the Linux Breakpad guid.thestig@chromium.org2009-09-231-1/+1
* Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ...thestig@chromium.org2009-08-261-35/+75
* Reverting 24220.yutak@chromium.org2009-08-251-75/+35
* Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ...thestig@chromium.org2009-08-251-35/+75
* Change breakpads on the helper processes to keep our rimZ clean.mark@chromium.org2009-08-151-2/+2
* Build breakpad / crash reporting on Linux 64-bit.deanm@chromium.org2009-08-141-5/+5
* Linux: add internal core dump reporting.agl@chromium.org2009-07-281-0/+169
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Include output of "lsb_release -d" in crash reports.thestig@chromium.org2009-07-171-23/+83
* Pass Linux crash guid to renderers.thestig@chromium.org2009-07-161-0/+3
* Make Linux crash death signal message constant sized.thestig@chromium.org2009-07-151-4/+15
* Revert r20553.thestig@chromium.org2009-07-131-1/+1
* Additional svn ignores for native_client and Makefile.thestig@chromium.org2009-07-131-1/+1
* Attempt to fix the official Google Chrome build on Linux.jam@chromium.org2009-07-091-4/+4