| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename components/breakpad to components/crash. | Robert Sesek | 2014-08-27 | 30 | -5355/+0 |
* | gn win: Add breakpad_handler target, necessary to compile breakpad on win | scottmg@chromium.org | 2014-08-07 | 1 | -1/+5 |
* | adds restart message and link to crash reporting setting | luken@chromium.org | 2014-08-01 | 1 | -0/+11 |
* | GN: Make chrome/{browser,common,renderer} compile on mac | jamesr@chromium.org | 2014-07-30 | 1 | -1/+2 |
* | Add breakpad component to GN build. | brettw@chromium.org | 2014-07-23 | 3 | -0/+116 |
* | Set dump_without_crashing_function_ in chrome.dll with value of exported chro... | wfh@chromium.org | 2014-07-21 | 1 | -0/+4 |
* | Revert of Breakpad for windows - disable DumpProcessWithoutCrash to see if UM... | rtenneti@chromium.org | 2014-07-15 | 1 | -3/+1 |
* | Refactor SetClientID such that metrics rather than crash backs up the client id | gab@chromium.org | 2014-07-09 | 4 | -5/+8 |
* | Breakpad for windows - disable DumpProcessWithoutCrash to see if UMA | rtenneti@chromium.org | 2014-07-03 | 1 | -1/+3 |
* | Remove base/platform_file.* | rvargas@chromium.org | 2014-06-24 | 1 | -1/+0 |
* | Move CrashKeysWin to a separate file and add first tests. | siggi@chromium.org | 2014-06-12 | 4 | -208/+418 |
* | Remove base::kInvalidPlatformFileValue from components, ipc and ppapi. | rvargas@chromium.org | 2014-06-10 | 1 | -1/+1 |
* | Linux: Improve message handling in CrashHandlerHostLinux to prevent file desc... | thestig@chromium.org | 2014-06-06 | 1 | -38/+43 |
* | Cleanup: Get rid of unneeded base::UTF16ToWide() conversions. | thestig@chromium.org | 2014-06-03 | 1 | -11/+7 |
* | Refactor the breakpad Windows key/value stash, step one. | siggi@chromium.org | 2014-05-31 | 1 | -65/+117 |
* | [Android]: Don't include linux-syscalls.h on 64-bit Android. | rmcilroy@chromium.org | 2014-05-29 | 1 | -1/+1 |
* | Fix a typo in components/breakpad/OWNERS. | thestig@chromium.org | 2014-05-24 | 1 | -1/+1 |
* | Linux Breakpad: Do not pass the Linux distro to non-browser processes. | thestig@chromium.org | 2014-05-24 | 1 | -8/+2 |
* | Linux Breakpad: Call base::GetLinuxDistro() on the right thread. | thestig@chromium.org | 2014-05-23 | 1 | -8/+10 |
* | Ignore exceptions when writing breakpad symbols | jochen@chromium.org | 2014-05-23 | 1 | -3/+8 |
* | Breakpad Linux: Prevent some memory leaks. (Try 2) | thestig@chromium.org | 2014-05-20 | 4 | -118/+96 |
* | Revert of Add instrumentation help figure out why the client ID is sometimes ... | siggi@chromium.org | 2014-05-16 | 1 | -53/+11 |
* | Revert 270603 "Breakpad Linux: Prevent some memory leaks." | benwells@chromium.org | 2014-05-15 | 4 | -95/+118 |
* | Breakpad Linux: Prevent some memory leaks. | thestig@chromium.org | 2014-05-15 | 4 | -118/+95 |
* | Disable the deferred crash upload path to see whether this fixes | siggi@chromium.org | 2014-05-14 | 1 | -7/+2 |
* | Remove SCM_CREDENTIALS fallback code from breakpad | mdempsky@chromium.org | 2014-05-14 | 2 | -41/+6 |
* | Revert 270173 "Remove SCM_CREDENTIALS fallback code from breakpad" | piman@chromium.org | 2014-05-14 | 2 | -5/+40 |
* | Fix file descriptor leak in breakpad non-browser crash client | mdempsky@chromium.org | 2014-05-13 | 1 | -0/+2 |
* | Remove SCM_CREDENTIALS fallback code from breakpad | mdempsky@chromium.org | 2014-05-13 | 2 | -40/+5 |
* | Add instrumentation help figure out why the client ID is sometimes | siggi@chromium.org | 2014-05-11 | 1 | -11/+53 |
* | Make sure to not generate symbols for binaries that haven't changed | jochen@chromium.org | 2014-05-07 | 1 | -4/+6 |
* | Add locking for dynamic entries map. | siggi@chromium.org | 2014-05-07 | 1 | -34/+20 |
* | [Linux] Fix DumpWithoutCrashing() in non-browser processes. | rsesek@chromium.org | 2014-05-07 | 1 | -73/+87 |
* | Adjust the structure of DEPS within //components. | blundell@chromium.org | 2014-05-06 | 1 | -1/+0 |
* | Linux: Fix an off by one error in Breakpad. | thestig@chromium.org | 2014-04-30 | 1 | -1/+1 |
* | Linux Breakpad: Keep reading from the crash upload progress until a complete ... | thestig@chromium.org | 2014-04-25 | 1 | -51/+119 |
* | base::Thread will store its |name| as a string, so take the name as a string | pkasting@chromium.org | 2014-04-18 | 1 | -1/+1 |
* | Linux: Initialize CrashKeys in Breakpad before setting the GUID for non-brows... | thestig@chromium.org | 2014-03-21 | 1 | -14/+24 |
* | Remove CreatePlatformFile from content shell. | rvargas@chromium.org | 2014-03-15 | 2 | -15/+13 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -1/+1 |
* | [Android] Disable tombstones for renderer crashes on JB MR2+ | cjhopman@chromium.org | 2014-02-13 | 1 | -1/+21 |
* | Reland r246917 - "Only generate symbols for binaries that were updated ..." | jochen@chromium.org | 2014-01-27 | 1 | -2/+20 |
* | Revert r246917 - "Only generate symbols for binaries that were updated since ... | dpranke@chromium.org | 2014-01-25 | 1 | -20/+2 |
* | Only generate symbols for binaries that were updated since the last time | jochen@chromium.org | 2014-01-24 | 1 | -2/+20 |
* | Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to us... | avi@chromium.org | 2013-12-25 | 1 | -5/+7 |
* | Move DumpProcessWithoutCrash to base, so we can use it from net and content | jochen@chromium.org | 2013-12-18 | 5 | -14/+7 |
* | Revert 239219 - "Revert of https://codereview.chromium.org/104593008/" | jochen@chromium.org | 2013-12-09 | 10 | -41/+30 |
* | Use base namespace for string16 in components and cloud_print. | brettw@chromium.org | 2013-12-06 | 1 | -1/+1 |
* | Revert of https://codereview.chromium.org/104593008/ | noms@chromium.org | 2013-12-06 | 10 | -30/+41 |
* | [breakpad] remove dependency on content_switches.cc | jochen@chromium.org | 2013-12-06 | 10 | -41/+30 |