Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Side by Side Diff: third_party/libxml/README.chromium

Issue 2788063002: Disable various unused libxml features: catalogs, DocBook, legacy APIs, etc. (Closed)
Patch Set: Remove files from build, remove regexp fuzzer. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libxml/BUILD.gn ('k') | third_party/libxml/linux/include/libxml/xmlversion.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 - Add second workaround for VS 2015 Update 2 code-gen bug - crbug.com/599427
16 - Apply patch contributed here: https://crbug.com/628581#c18 16 - Apply patch contributed here: https://crbug.com/628581#c18
17 - Apply patch contributed here: https://crbug.com/620679#c34 17 - Apply patch contributed here: https://crbug.com/620679#c34
18 - Apply patch contributed here: https://crbug.com/683629#c9 18 - Apply patch contributed here: https://crbug.com/683629#c9
19 - Modify win32/include/libxml/xmlversion.h, mac/include/libxml/xmlversion.h and 19 - Modify win32/include/libxml/xmlversion.h, mac/include/libxml/xmlversion.h and
20 linux/include/libxml/xmlversion.h to not define these: 20 linux/include/libxml/xmlversion.h to not define these:
21 LIBXML_SCHEMAS_ENABLED, LIBXML_VALID_ENABLED, LIBXML_XINCLUDE_ENABLED 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
22 36
23 This import was generated by this script: 37 This import was generated by this script:
24 https://github.com/dominiccooney/blink-tools/blob/ac9f8e093ec3d00267d67927a37956 e5e8993961/roll.py 38 https://github.com/dominiccooney/blink-tools/blob/ac9f8e093ec3d00267d67927a37956 e5e8993961/roll.py
25 39
26 To import a new snapshot: 40 To import a new snapshot:
27 https://docs.google.com/document/d/18gD61GGEUjFiGqFot4WeV97eyyCa17dTg6r6r7r6ZFE/ edit 41 https://docs.google.com/document/d/18gD61GGEUjFiGqFot4WeV97eyyCa17dTg6r6r7r6ZFE/ edit
OLDNEW
« no previous file with comments | « third_party/libxml/BUILD.gn ('k') | third_party/libxml/linux/include/libxml/xmlversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698