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
*
Linux: Add the product channel to crash reports.
thestig@chromium.org
2012-01-28
1
-22
/
+21
*
Linux/CrOS: Use PR_SET_PTRACER for non-browser crashes.
thestig@chromium.org
2012-01-24
1
-9
/
+28
*
Fix 64bit ChromeOS build
sonnyrao@chromium.org
2011-12-29
1
-1
/
+1
*
Remove RenderProcessHost::is_extension_process
jochen@chromium.org
2011-10-05
1
-1
/
+0
*
Linux: Add more information to crash reports:
thestig@chromium.org
2011-09-16
1
-30
/
+133
*
Revert 101372 - Linux: Add more information to crash reports:
rsimha@chromium.org
2011-09-15
1
-133
/
+30
*
Linux: Add more information to crash reports:
thestig@chromium.org
2011-09-15
1
-30
/
+133
*
Hookup switches::kDisableBreakpad in linux.
zmo@google.com
2011-08-23
1
-0
/
+3
*
Cleanup: Update the comment describing the Linux Breakpad crash dump headers....
thestig@chromium.org
2011-07-01
1
-31
/
+31
*
Linux: Adding crash reporting for extension processes.
thestig@chromium.org
2011-07-01
1
-1
/
+2
*
Speculative fix for not getting crash reports for PPAPI plugins on ChromeOS.
brettw@chromium.org
2011-04-12
1
-0
/
+1
*
Disable registration of Breakpad's signal handler for Native Client
mseaborn@chromium.org
2011-04-06
1
-2
/
+1
*
Linux: Fix official build.
thestig@chromium.org
2011-03-18
1
-4
/
+4
*
linux crash dump now includes gpu data
jbates@chromium.org
2011-03-09
1
-214
/
+221
*
Breakpad Linux: Log crashes.
thestig@chromium.org
2011-02-17
1
-4
/
+37
*
Adding crash reporting on Linux for the GPU process.
vangelis@chromium.org
2011-02-03
1
-2
/
+3
*
Enable Breakpad for crashes in trusted code in Native Client on Chrome for Li...
cstefansen@google.com
2011-01-14
1
-2
/
+3
*
Wrap GlobalDescriptors singleton in accessor method.
evan@chromium.org
2010-12-07
1
-1
/
+1
*
Linux: Fix the uptime in crash reports for renderers and plugins.
thestig@chromium.org
2010-12-03
1
-9
/
+13
*
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
[next]