summaryrefslogtreecommitdiffstats
path: root/components/breakpad/browser
Commit message (Expand)AuthorAgeFilesLines
* Rename components/breakpad to components/crash.Robert Sesek2014-08-276-822/+0
* GN: Make chrome/{browser,common,renderer} compile on macjamesr@chromium.org2014-07-301-1/+2
* Add breakpad component to GN build.brettw@chromium.org2014-07-231-0/+33
* Linux: Improve message handling in CrashHandlerHostLinux to prevent file desc...thestig@chromium.org2014-06-061-38/+43
* [Android]: Don't include linux-syscalls.h on 64-bit Android.rmcilroy@chromium.org2014-05-291-1/+1
* Linux Breakpad: Call base::GetLinuxDistro() on the right thread.thestig@chromium.org2014-05-231-8/+10
* Breakpad Linux: Prevent some memory leaks. (Try 2)thestig@chromium.org2014-05-202-82/+76
* Revert 270603 "Breakpad Linux: Prevent some memory leaks."benwells@chromium.org2014-05-152-75/+82
* Breakpad Linux: Prevent some memory leaks.thestig@chromium.org2014-05-152-82/+75
* Remove SCM_CREDENTIALS fallback code from breakpadmdempsky@chromium.org2014-05-141-38/+4
* Revert 270173 "Remove SCM_CREDENTIALS fallback code from breakpad"piman@chromium.org2014-05-141-3/+37
* Remove SCM_CREDENTIALS fallback code from breakpadmdempsky@chromium.org2014-05-131-37/+3
* base::Thread will store its |name| as a string, so take the name as a stringpkasting@chromium.org2014-04-181-1/+1
* Remove CreatePlatformFile from content shell.rvargas@chromium.org2014-03-152-15/+13
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-10/+10
* Only abort writing out minidumps during shutdown if we would upload themjochen@chromium.org2013-11-211-1/+10
* Move Linux/Android breakpad implementation to breakpad componentjochen@chromium.org2013-10-225-0/+814