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
*
Move Linux/Android breakpad implementation to breakpad component
jochen@chromium.org
2013-10-22
1
-1513
/
+0
*
linux and chromeos: Turn on -Wunused-const-variable.
thakis@chromium.org
2013-10-19
1
-0
/
+2
*
Clean up unused constant globals
hans@chromium.org
2013-10-03
1
-0
/
+2
*
Set the client ID in crash reports via the crash key logging system.
rsesek@chromium.org
2013-10-01
1
-44
/
+23
*
Set the experiment/variation info in crash reports using the crash key loggin...
rsesek@chromium.org
2013-09-25
1
-20
/
+0
*
Set the command line switches in crash reports using the crash key logging sy...
rsesek@chromium.org
2013-09-19
1
-30
/
+0
*
Set the printer info in crash reports using the crash key logging system.
rsesek@chromium.org
2013-09-17
1
-18
/
+0
*
Revert 223610 "Set the printer info in crash reports using the c..."
finnur@chromium.org
2013-09-17
1
-0
/
+18
*
Set the printer info in crash reports using the crash key logging system.
rsesek@chromium.org
2013-09-17
1
-18
/
+0
*
Set the product channel in crash reports using the crash key logging system.
rsesek@chromium.org
2013-09-14
1
-11
/
+0
*
Set the number of views using the crash key logging system.
rsesek@chromium.org
2013-09-12
1
-11
/
+0
*
Set active extension IDs for crash reports using the crash key logging system.
rsesek@chromium.org
2013-09-07
1
-30
/
+0
*
Set the GPU info using the crash key system instead of platform-specific mech...
rsesek@chromium.org
2013-08-27
1
-37
/
+0
*
Set the active URL using the crash key system instead of platform-specific me...
rsesek@chromium.org
2013-08-16
1
-52
/
+22
*
Move dependency on descriptors_android.h to breakpad client interface
jochen@chromium.org
2013-08-01
1
-2
/
+1
*
Update include paths in chrome et al. for base/process changes.
rsesek@chromium.org
2013-07-25
1
-1
/
+1
*
Remove dependency from breakpad to CrashUploadList
jochen@chromium.org
2013-07-23
1
-3
/
+2
*
my_uint64tos doesn't NUL-terminate output, giving bad args to crash_reporter
achaulk@chromium.org
2013-07-22
1
-0
/
+3
*
Move dependency on env_vars.h to breakpad client
jochen@chromium.org
2013-07-19
1
-2
/
+1
*
Move dependency on chrome crash keys to breakpad client
jochen@chromium.org
2013-07-18
1
-2
/
+1
*
Move dependency on chrome_version_info_posix to breakpad client
jochen@chromium.org
2013-07-18
1
-15
/
+6
*
Remove dependency from breakpad files on chrome switches.
jochen@chromium.org
2013-07-18
1
-1
/
+2
*
Move dependency on dump_without_crashing to breakpad client interface
jochen@chromium.org
2013-07-18
1
-2
/
+1
*
Remove unused include of logging_chrome.h in breakpad files
jochen@chromium.org
2013-07-17
1
-1
/
+0
*
On ChromiumOS send crashes to crash_reporter instead of directly uploading
achaulk@chromium.org
2013-07-08
1
-72
/
+278
*
Add a BreakpadClient which an embedder of the breakpad component has to provide
jochen@chromium.org
2013-07-04
1
-13
/
+2
*
Revert r206949 - "Start moving breakpad integration to a component."
jochen@chromium.org
2013-06-29
1
-3
/
+3
*
Revert 205359 "On ChromiumOS send crashes to crash_reporter inst..."
benhenry@google.com
2013-06-18
1
-231
/
+71
*
Start moving breakpad integration to a component.
jochen@chromium.org
2013-06-18
1
-3
/
+3
*
On ChromiumOS send crashes to crash_reporter instead of directly uploading
achaulk@chromium.org
2013-06-11
1
-71
/
+231
*
Use a direct include of strings headers in chrome/app/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
[Linux] Implement the crash key logging mechanism.
rsesek@chromium.org
2013-05-29
1
-10
/
+45
*
Remove seccomp-legacy: phase 2.
jln@chromium.org
2013-04-30
1
-4
/
+1
*
Add alternative breakpad location to linux breakpad. This will work like Mac...
chrisphan@chromium.org
2013-03-13
1
-0
/
+11
*
Android: Set client id for renderer crash dumps.
nileshagrawal@chromium.org
2013-03-09
1
-11
/
+15
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-2
/
+2
*
Android breakpad: Use PRODUCT_VERSION instead of package_version_code.
nileshagrawal@chromium.org
2013-02-21
1
-7
/
+2
*
Move FilePath->base::FilePath
brettw@chromium.org
2013-02-11
1
-3
/
+3
*
Switch to the production crash server for ASan builds.
glider@chromium.org
2013-02-05
1
-6
/
+4
*
Split DumpWithoutCrashing() into a separate file
mseaborn@chromium.org
2013-02-01
1
-0
/
+1
*
Enable breakpad building by default on Android.
yfriedman@chromium.org
2013-01-22
1
-3
/
+15
*
Adding gl_vendor and gl_renderer to the crash report and UMA system profile p...
cramya@chromium.org
2013-01-18
1
-0
/
+11
*
[Android] Add support for labeling a build with a particular build id.
yfriedman@chromium.org
2012-12-11
1
-1
/
+1
*
Specify a file size limit for minidumps
mkrebs@chromium.org
2012-11-22
1
-2
/
+4
*
Make renderer crashes on Android log fingerprint and tombstone
cjhopman@chromium.org
2012-11-15
1
-7
/
+1
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
1
-1
/
+1
*
Move global_descriptors to base/posix.
brettw@chromium.org
2012-11-09
1
-1
/
+1
*
Fix the number of arguments for LoadDataFromFile()
glider@chromium.org
2012-10-31
1
-2
/
+1
*
Because of UID isolation on Android, crash dump generation has to happen
jcivelli@chromium.org
2012-10-24
1
-109
/
+266
*
[Android] Add java exception info to breakpad
dfalcantara@chromium.org
2012-10-09
1
-0
/
+6
[next]