blob: dc3244da41abe733d8e90ae70e00ff4f98918d4d [file] [log] [blame]
Name: Crashpad
Short Name: crashpad
URL: https://crashpad.chromium.org/
Version: unknown
Revision: a8ecdbc973d969a87aaa2efffb1668efb52b799d
License: Apache 2.0
License File: crashpad/LICENSE
Security Critical: yes
Description:
Crashpad is a crash-reporting system. Its the successor to Breakpad.
Crashpads authoritative upstream repository is
https://chromium.googlesource.com/crashpad/crashpad.
Because Crashpad depends on some Chromium code (notably base and build), it is
acceptable to make changes to this in-Chromium copy of Crashpad in order to
conform to interface changes in Chromium. These changes must be noted in the
local modifications section below, and should also be reflected in the
authoritative Crashpad repository as soon as practical.
Substantive development must occur in the authoritative Crashpad repository. If
this type of work is done in the in-Chromium copy, it will be obliterated the
next time Crashpad is imported into Chromium.
To update the in-Chromium copy of Crashpad, run update.py, located in this
directory.
To carry changes made in Chromium to Crashpad, run:
$ cd "${THIS_DIR}"
$ mkdir /tmp/patchdir
$ git format-patch -1 --binary --output-directory=/tmp/patchdir/cur "${HASH}" \
--add-header="Message-Id: Merged from chromium ${HASH}" -- crashpad/
$ cd "${CRASHPAD_DIR}"
$ git am --3way --message-id -p4 /tmp/patchdir
Local Modifications:
- codereview.settings has been excluded.
- thread_log_messages.cc (using ThreadLocalStorage::Slot instead of StaticSlot)
- util/linux/memory_map.cc
- util/mach/symbolic_constants_mach.cc
- util/posix/symbolic_constants_posix.cc
- util/stdlib/string_number_conversion.h
- util/stdlib/string_number_conversion.cc
- util/stdlib/string_number_conversion_test.cc