index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
app
/
breakpad_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Linux Official build breakage after Breakpad r700 roll.
thestig@chromium.org
2010-09-26
1
-1
/
+1
*
When crashing on Linux, properly close all file descriptors after forking, so...
rsleevi@chromium.org
2010-09-21
1
-1
/
+1
*
Bump the seccomp DEPS. This enables all the necessary features for breakpad
markus@chromium.org
2010-09-15
1
-2
/
+4
*
Linux: Handle renderer and plugin crashes on a separate thread. (try 2)
thestig@chromium.org
2010-09-02
1
-1
/
+3
*
Revert 58403 - Linux: Handle renderer and plugin crashes on a separate thread.
nsylvain@chromium.org
2010-09-02
1
-2
/
+0
*
Linux: Handle renderer and plugin crashes on a separate thread.
thestig@chromium.org
2010-09-02
1
-0
/
+2
*
Refactor version-getting info into a chrome::VersionInfo object.
evan@chromium.org
2010-08-27
1
-7
/
+1
*
Make crash reporting client_id accessible through child_process_logging.
mnissler@chromium.org
2010-08-26
1
-35
/
+17
*
Make breakpad work in the seccomp sandbox. Take advantage of a feature
markus@chromium.org
2010-08-19
1
-28
/
+48
*
Pid computation for breakpad had a race condition that could cause the
markus@chromium.org
2010-08-09
1
-3
/
+4
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-1
/
+0
*
De-wstringify some of our breakpad interfaces.
evan@chromium.org
2010-08-03
1
-2
/
+2
*
[linux] Hook up crash reporter initialization with configuration management.
mnissler@chromium.org
2010-08-03
1
-4
/
+1
*
Linux Official Build fix following r53113.
thestig@chromium.org
2010-07-21
1
-1
/
+1
*
Linux: Guess the thread id for crashing renderers in a different PID namespace.
thestig@chromium.org
2010-07-16
1
-3
/
+11
*
Update breakpad to use new Chrome version info from r44435.
mmoss@google.com
2010-04-14
1
-1
/
+1
*
Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C...
thestig@chromium.org
2010-04-06
1
-3
/
+2
*
Linux: fix a couple of libc calls in a compromised context.
agl@chromium.org
2010-04-06
1
-8
/
+17
*
Linux: Fix official build breakage from r41451.
thestig@chromium.org
2010-03-12
1
-1
/
+2
*
Use env_vars::kHeadless instead of hard coded strings.
thestig@chromium.org
2010-03-12
1
-1
/
+2
*
Linux: Revert r33888. We no longer need to collect the list of loaded plugins...
thestig@chromium.org
2010-01-23
1
-54
/
+0
*
Linux: Implement RecordBreakpadStatusUMA.
thestig@chromium.org
2009-12-10
1
-0
/
+7
*
Reap the crash report uploader process.
thestig@chromium.org
2009-12-05
1
-0
/
+1
*
Linux: Record the list of plugins loaded in browser process crash reports.
thestig@chromium.org
2009-12-04
1
-0
/
+55
*
Linux: Uptime in Breakpad is measured in milliseconds.
thestig@chromium.org
2009-12-02
1
-29
/
+66
*
Linux: Use upstream google-breakpad instead of our fork.
thestig@chromium.org
2009-12-02
1
-5
/
+5
*
Revert change in r31143 which caused crash signal msg size to change and subs...
mmoss@chromium.org
2009-11-20
1
-1
/
+1
*
Linux: Catch plugin crashes.
thestig@chromium.org
2009-11-09
1
-7
/
+11
*
Change id that identifies client in crash reports. Whenever metrics service r...
kuchhal@chromium.org
2009-11-05
1
-9
/
+9
*
Linux Breakpad: Report process uptime in crash reports.
thestig@chromium.org
2009-11-03
1
-2
/
+51
*
Fix ChromeOS build.
evan@chromium.org
2009-10-13
1
-2
/
+2
*
Fix breakpad unused variable warning.
thestig@chromium.org
2009-09-29
1
-9
/
+7
*
Use a separate Breakpad product name for ChromeOS.
thestig@chromium.org
2009-09-29
1
-0
/
+6
*
Build fix: ChromeOS is using a more recent compiler.
agl@chromium.org
2009-09-28
1
-0
/
+1
*
Linux: remove --google-internal-crash-reporting.
agl@chromium.org
2009-09-28
1
-169
/
+0
*
Make Linux Breakpad initialization call to lsb_release asynchronous. Also wra...
thestig@chromium.org
2009-09-23
1
-2
/
+0
*
Fix an off by 1 error in the Linux Breakpad guid.
thestig@chromium.org
2009-09-23
1
-1
/
+1
*
Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ...
thestig@chromium.org
2009-08-26
1
-35
/
+75
*
Reverting 24220.
yutak@chromium.org
2009-08-25
1
-75
/
+35
*
Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ...
thestig@chromium.org
2009-08-25
1
-35
/
+75
*
Change breakpads on the helper processes to keep our rimZ clean.
mark@chromium.org
2009-08-15
1
-2
/
+2
*
Build breakpad / crash reporting on Linux 64-bit.
deanm@chromium.org
2009-08-14
1
-5
/
+5
*
Linux: add internal core dump reporting.
agl@chromium.org
2009-07-28
1
-0
/
+169
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-1
/
+1
*
Include output of "lsb_release -d" in crash reports.
thestig@chromium.org
2009-07-17
1
-23
/
+83
*
Pass Linux crash guid to renderers.
thestig@chromium.org
2009-07-16
1
-0
/
+3
*
Make Linux crash death signal message constant sized.
thestig@chromium.org
2009-07-15
1
-4
/
+15
*
Revert r20553.
thestig@chromium.org
2009-07-13
1
-1
/
+1
*
Additional svn ignores for native_client and Makefile.
thestig@chromium.org
2009-07-13
1
-1
/
+1
*
Attempt to fix the official Google Chrome build on Linux.
jam@chromium.org
2009-07-09
1
-4
/
+4
[next]