summaryrefslogtreecommitdiffstats
path: root/components/breakpad
Commit message (Expand)AuthorAgeFilesLines
* Make sure to not generate symbols for binaries that haven't changedjochen@chromium.org2014-05-071-4/+6
* Add locking for dynamic entries map.siggi@chromium.org2014-05-071-34/+20
* [Linux] Fix DumpWithoutCrashing() in non-browser processes.rsesek@chromium.org2014-05-071-73/+87
* Adjust the structure of DEPS within //components.blundell@chromium.org2014-05-061-1/+0
* Linux: Fix an off by one error in Breakpad.thestig@chromium.org2014-04-301-1/+1
* Linux Breakpad: Keep reading from the crash upload progress until a complete ...thestig@chromium.org2014-04-251-51/+119
* base::Thread will store its |name| as a string, so take the name as a stringpkasting@chromium.org2014-04-181-1/+1
* Linux: Initialize CrashKeys in Breakpad before setting the GUID for non-brows...thestig@chromium.org2014-03-211-14/+24
* Remove CreatePlatformFile from content shell.rvargas@chromium.org2014-03-152-15/+13
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+1
* [Android] Disable tombstones for renderer crashes on JB MR2+cjhopman@chromium.org2014-02-131-1/+21
* Reland r246917 - "Only generate symbols for binaries that were updated ..."jochen@chromium.org2014-01-271-2/+20
* Revert r246917 - "Only generate symbols for binaries that were updated since ...dpranke@chromium.org2014-01-251-20/+2
* Only generate symbols for binaries that were updated since the last timejochen@chromium.org2014-01-241-2/+20
* Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to us...avi@chromium.org2013-12-251-5/+7
* Move DumpProcessWithoutCrash to base, so we can use it from net and contentjochen@chromium.org2013-12-185-14/+7
* Revert 239219 - "Revert of https://codereview.chromium.org/104593008/"jochen@chromium.org2013-12-0910-41/+30
* Use base namespace for string16 in components and cloud_print.brettw@chromium.org2013-12-061-1/+1
* Revert of https://codereview.chromium.org/104593008/noms@chromium.org2013-12-0610-30/+41
* [breakpad] remove dependency on content_switches.ccjochen@chromium.org2013-12-0610-41/+30
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-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 init of breakpad in the browser process as early as possiblejochen@chromium.org2013-11-073-2/+15
* Include the pid in the common crash keysjochen@chromium.org2013-11-053-4/+11
* Add an option to print verbose status output to generate_breakpad_symbols.pyjochen@chromium.org2013-11-041-1/+8
* Fix NULL deref when running with --disable-breakpad on Windows.rsesek@chromium.org2013-10-301-0/+6
* Only generate breakpad symbols for build artefactsjochen@chromium.org2013-10-281-28/+29
* Add support for running several dump_syms in paralleljochen@chromium.org2013-10-281-11/+38
* Add support for generating breakpad symbols for content shell on Macjochen@chromium.org2013-10-261-22/+64
* Revert 230792 "Revert 230780 "Add a step to generate breakpad symbols for con...jochen@chromium.org2013-10-251-0/+157
* Revert 230780 "Add a step to generate breakpad symbols for conte..."ajwong@chromium.org2013-10-241-157/+0
* Add a step to generate breakpad symbols for content shell on linuxjochen@chromium.org2013-10-241-0/+157
* Add a script to extract a minidump from a crash dumpjochen@chromium.org2013-10-241-0/+51
* Remove process_dumps_linux.pyjochen@chromium.org2013-10-241-300/+0
* Introduce ShellBreakpadClient and install it.jochen@chromium.org2013-10-231-3/+3
* Move Linux/Android breakpad implementation to breakpad componentjochen@chromium.org2013-10-2219-25/+2459
* Move process_dumps_linux.py to breakpad componentjochen@chromium.org2013-10-201-0/+300
* Move CrashService class to breakpad componentjochen@chromium.org2013-10-182-0/+613
* Move windows breakpad code to the breakpad componentjochen@chromium.org2013-10-175-0/+943
* Move checking of configured policy on win to breakpad clientjochen@chromium.org2013-10-153-11/+9
* Remove crash dump counting from breakpad_win.cc to BreakpadClientjochen@chromium.org2013-10-112-0/+12
* Move breakpad_mac* to breakpad componentjochen@chromium.org2013-10-114-0/+334
* Remove dependency from Mac's breakpad implementation to policies.jochen@chromium.org2013-10-052-0/+7
* Set the client ID in crash reports via the crash key logging system.rsesek@chromium.org2013-10-012-7/+7
* Break dependency between breakpad and NaCl on Macjochen@chromium.org2013-08-012-0/+21
* Move dependency on descriptors_android.h to breakpad client interfacejochen@chromium.org2013-08-012-0/+11
* Move dependency on chrome_result_codes.h on breakpad client interfacejochen@chromium.org2013-08-012-0/+8