| OLD | NEW |
| 1 Name: Crashpad | 1 Name: Crashpad |
| 2 Short Name: crashpad | 2 Short Name: crashpad |
| 3 URL: https://crashpad.chromium.org/ | 3 URL: https://crashpad.chromium.org/ |
| 4 Version: unknown | 4 Version: unknown |
| 5 Revision: c307f94f19cb7983ee585e9569875f1981fecde6 | 5 Revision: c307f94f19cb7983ee585e9569875f1981fecde6 |
| 6 License: Apache 2.0 | 6 License: Apache 2.0 |
| 7 License File: crashpad/LICENSE | 7 License File: crashpad/LICENSE |
| 8 Security Critical: yes | 8 Security Critical: yes |
| 9 | 9 |
| 10 Description: | 10 Description: |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 To carry changes made in Chromium to Crashpad, run: | 29 To carry changes made in Chromium to Crashpad, run: |
| 30 $ cd "${THIS_DIR}" | 30 $ cd "${THIS_DIR}" |
| 31 $ mkdir /tmp/patchdir | 31 $ mkdir /tmp/patchdir |
| 32 $ git format-patch -1 --binary --output-directory=/tmp/patchdir/cur "${HASH}" \ | 32 $ git format-patch -1 --binary --output-directory=/tmp/patchdir/cur "${HASH}" \ |
| 33 --add-header="Message-Id: Merged from chromium ${HASH}" -- crashpad/ | 33 --add-header="Message-Id: Merged from chromium ${HASH}" -- crashpad/ |
| 34 $ cd "${CRASHPAD_DIR}" | 34 $ cd "${CRASHPAD_DIR}" |
| 35 $ git am --3way --message-id -p4 /tmp/patchdir | 35 $ git am --3way --message-id -p4 /tmp/patchdir |
| 36 | 36 |
| 37 Local Modifications: | 37 Local Modifications: |
| 38 - Move bit_cast from base/macros.h to its own header. | 38 - Move bit_cast from base/macros.h to its own header. |
| 39 - Replace base/template_util.h with C++11 type_traits. |
| 40 - Add std::is_same into compat/non_cxx11_lib/type_traits. |
| OLD | NEW |