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

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

Issue 2804483002: Check in the libxml roll script. (Closed)
Patch Set: Code review feedback for the roll script. 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/chromium/chromium-issue-599427.patch » ('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 - 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
OLDNEW
« no previous file with comments | « third_party/libxml/BUILD.gn ('k') | third_party/libxml/chromium/chromium-issue-599427.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698