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

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

Issue 2792873002: Roll libxml to e905f08123e4a6e7731549e6f09dadff4cab65bd (Closed)
Patch Set: 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 | « no previous file | 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: 3169602058bd2d04913909e869c61d1540bc7fb4 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 - Fix printf format specifiers, https://chromium.googlesource.com/chromium/src/+ /d31995076e55f1aac2f935c53b585a90ece27a11
16 - 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
17 - Apply patch contributed here: https://crbug.com/623378#c7
18 - Apply patch contributed here: https://crbug.com/624011
19 - Apply patch contributed here: https://crbug.com/628581#c18 16 - Apply patch contributed here: https://crbug.com/628581#c18
20 - Apply patch contributed here: https://crbug.com/620679#c34 17 - Apply patch contributed here: https://crbug.com/620679#c34
21 - Apply patch contributed here: https://crbug.com/683629#c9 18 - Apply patch contributed here: https://crbug.com/683629#c9
22 19
23 This import was generated by this script: https://goo.gl/72CTWf 20 This import was generated by this script:
21 https://github.com/dominiccooney/blink-tools/blob/ac9f8e093ec3d00267d67927a37956 e5e8993961/roll.py
24 22
25 To import a new snapshot: 23 To import a new snapshot:
26 24 https://docs.google.com/document/d/18gD61GGEUjFiGqFot4WeV97eyyCa17dTg6r6r7r6ZFE/ edit
27 On Linux, get the latest tar, untar, and replace src/ with libxml2-X.Y.Z/.
28
29 Generate config.h, include/libxml/xmlversion.h, and xml2-config:
30
31 cd linux
32 ../src/configure --without-iconv --with-icu --without-ftp --without-http \
33 --without-lzma
34 cd ..
35 Patch config.h to not define HAVE_RAND_R since we use this file on Android
36 and it does not have it.
37
38 On a Mac, do the same in the mac/ subdir for config.h and
39 include/libxml/xmlversion.h and copy those to the Linux box in mac/
40
41 On a Windows box:
42 cd libxml2-2.9.2\win32
43 cscript //E:jscript configure.js compiler=msvc iconv=no icu=yes ftp=no http=no
44 Then copy VC10/config.h and include/libxml/xmlversion.h to win32/ on Linux.
45
46 Remove:
47 src/doc/
48 src/example/
49 src/macos/libxml2.mcp.xml.sit.hqx
50 src/os400/
51 src/python/
52 src/result/
53 src/test/
54 src/vms/
55 src/win32/wince
56 src/VxWorks/
57
58 Update BUILD.gn and libxml.gyp as necessary to add/remove files, etc.
OLDNEW
« no previous file with comments | « no previous file | third_party/libxml/linux/include/libxml/xmlversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698