summaryrefslogtreecommitdiffstats
path: root/components/crash
Commit message (Expand)AuthorAgeFilesLines
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-0/+2
* Prevent crashpad from uploading on Mac from tests and bots.nick2015-07-141-3/+7
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-0/+2
* Move WriteInto to base namespace.Brett Wilson2015-07-071-1/+2
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+2
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-1/+2
* Fix a link failure for Android GN component builds of //components/crash.dpranke2015-06-241-0/+5
* Do not double-report SyzyASAN reports. Report only via Kasko as SyzyASAN will...erikwright2015-06-181-11/+15
* Remove redundant functions my_strncpy() and my_strncat()hashimoto2015-06-061-40/+8
* crash: Compress crash report with gzip on Linuxhashimoto2015-06-051-11/+61
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-2/+3
* Roll breakpad r1454:r1456 and add product info in microdumpsprimiano2015-05-181-30/+61
* Add scottmg to crash component ownersscottmg2015-04-291-0/+1
* Build crash_service in Win GN builds.dpranke2015-04-291-2/+2
* Add extra parameter to BrowserChildProcessCrashed to pass the exit_code at ti...wfh2015-04-282-2/+4
* android_webview: don't suppress debuggerd crash handling.torne2015-04-281-1/+2
* favor DCHECK_CURRENTLY_ON for better logs in components/ (part 2)mostynb2015-04-231-1/+1
* GN Windows component build fixes.brettw2015-04-081-0/+1
* Remove "easy" android_webview_build conditions from components.torne2015-04-022-2/+2
* Report dump counts as a stability metric.erikwright2015-04-013-2/+13
* Revert "Report dump counts as a stability metric."robliao2015-03-313-13/+2
* Report dump counts as a stability metric.erikwright2015-03-313-2/+13
* favor DCHECK_CURRENTLY_ON for better logs in components/mostynb2015-03-252-3/+3
* Set a "metrics_client_id" crash key instead of "guid" on Mac OS X.Mark Mentovai2015-03-244-10/+11
* Call RegisterCrashKeys for chrome.exe in static build.erikwright2015-03-181-0/+8
* Revert of Call RegisterCrashKeys for chrome.exe in static build. (patchset #5...erikwright2015-03-171-8/+0
* Call RegisterCrashKeys for chrome.exe in static build.erikwright2015-03-171-0/+8
* Crashpad!: Use the Crashpad client instead of Breakpad on Mac OS X.mark2015-03-138-15/+301
* Revert of Call RegisterCrashKeys for chrome.exe . (patchset #2 id:20001 of ht...erikwright2015-03-121-1/+0
* Call RegisterCrashKeys for chrome.exe .erikwright2015-03-121-0/+1
* Ensure that the base::debug crash key functions can be used from chrome.exe.erikwright2015-03-061-0/+17
* Initialize the Kasko client in the Chrome browser process when SyzyASAN instr...erikwright2015-02-261-0/+5
* Consume EXCEPTION_INVALID_HANDLE on sandbox process shutdown.wfh2015-02-262-0/+15
* Sort GN files under componentssatorux2015-02-161-2/+2
* win/aura: Remove some more non-aura code for Windows.Sadrul Habib Chowdhury2015-02-131-4/+0
* Fix a typo in breakpad initialization on OSX.lgarron2015-02-111-1/+1
* [components/crash] Add crash client method to enable microdumpsprimiano2015-02-093-7/+23
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-041-6/+6
* Initialize Android CrashDumpManager earliercjhopman2015-02-011-0/+2
* Cleanup: Don't bother doing no-op wide/utf16 conversions on Windows.thestig2015-01-301-16/+15
* Update {virtual,override,final} to follow C++11 style in components, round 2.dcheng2015-01-231-15/+15
* replace COMPILE_ASSERT with static_assert in components/mostynb2014-12-222-4/+4
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-211-0/+1
* remove some dead visual studio < 2013 codemostynb2014-12-191-5/+0
* [Android] Enable breakpad microdumps on aarch64.primiano2014-12-101-3/+4
* Add the option to create a full memory dump on linuxjochen2014-12-081-1/+6
* gn format //componentsscottmg2014-12-032-6/+7
* Prefix CommandLine usage with base namespace (Part 8: components)kkosztyo.u-szeged2014-12-034-10/+12
* Speedups and minor tweaks to failure modes in crash dump handlingjeremy2014-11-251-2/+5
* Roll Breakpad r1397:r1404 and enable Android microdump crash handler.primiano2014-11-251-27/+85