| OLD | NEW |
| 1 Name: libxml | 1 Name: libxml |
| 2 URL: http://xmlsoft.org | 2 URL: http://xmlsoft.org |
| 3 Version: e905f08123e4a6e7731549e6f09dadff4cab65bd | 3 Version: e905f08123e4a6e7731549e6f09dadff4cab65bd |
| 4 License: MIT | 4 License: MIT |
| 5 License File: src/Copyright | 5 License File: src/Copyright |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 | 9 |
| 10 libxml2 from libxml.org. | 10 libxml2 from libxml.org. |
| 11 | 11 |
| 12 Modifications: | 12 Modifications: |
| 13 - Add helper classes in chromium/libxml_utils.cc and | 13 - Add helper classes in chromium/libxml_utils.cc and |
| 14 chromium/include/libxml/libxml_utils.h. | 14 chromium/include/libxml/libxml_utils.h. |
| 15 - Add second workaround for VS 2015 Update 2 code-gen bug - crbug.com/599427 | 15 - Applied these patches in chromium/*.patch: |
| 16 - Apply patch contributed here: https://crbug.com/628581#c18 | 16 chromium-issue-599427.patch: workaround for VS 2015 Update 2 code-gen bug |
| 17 - Apply patch contributed here: https://crbug.com/620679#c34 | 17 chromium-issue-620679.patch: See https://crbug.com/620679#c34 |
| 18 - Apply patch contributed here: https://crbug.com/683629#c9 | 18 chromium-issue-628581.patch: See https://crbug.com/628581#c18 |
| 19 - Modify win32/include/libxml/xmlversion.h, mac/include/libxml/xmlversion.h and | 19 chromium-issue-683629.patch: See https://crbug.com/683629#c9 |
| 20 linux/include/libxml/xmlversion.h to not define these: | 20 - Delete various unused files, see chromium/roll.py |
| 21 LIBXML_AUTOMATA_ENABLED | |
| 22 LIBXML_C14N_ENABLED | |
| 23 LIBXML_CATALOG_ENABLED | |
| 24 LIBXML_DEBUG_ENABLED | |
| 25 LIBXML_DOCB_ENABLED | |
| 26 LIBXML_EXPR_ENABLED | |
| 27 LIBXML_LEGACY_ENABLED | |
| 28 LIBXML_MODULES_ENABLED | |
| 29 LIBXML_REGEXP_ENABLED | |
| 30 LIBXML_SCHEMAS_ENABLED | |
| 31 LIBXML_SCHEMATRON_ENABLED | |
| 32 LIBXML_VALID_ENABLED | |
| 33 LIBXML_XINCLUDE_ENABLED | |
| 34 LIBXML_XPTR_ENABLED | |
| 35 LIBXML_ZLIB_ENABLED | |
| 36 | 21 |
| 37 This import was generated by this script: | 22 This import was generated by the chromium/roll.py script. |
| 38 https://github.com/dominiccooney/blink-tools/blob/ac9f8e093ec3d00267d67927a37956
e5e8993961/roll.py | |
| 39 | |
| 40 To import a new snapshot: | |
| 41 https://docs.google.com/document/d/18gD61GGEUjFiGqFot4WeV97eyyCa17dTg6r6r7r6ZFE/
edit | |
| OLD | NEW |