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

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

Issue 1204813002: Fix incorrect libxml fprintf, erroring on clang win x64 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/src/timsort.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: 2.9.2 3 Version: 2.9.2
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 - Import https://git.gnome.org/browse/libxml2/commit/?id=7580ce0a7f53891de520fed 2c0e360266c286da6 15 - Import https://git.gnome.org/browse/libxml2/commit/?id=7580ce0a7f53891de520fed 2c0e360266c286da6
16 from upstream. 16 from upstream.
17 - Import https://bugzilla.gnome.org/show_bug.cgi?id=751410.
17 18
18 19
19 To import a new snapshot: 20 To import a new snapshot:
20 21
21 On Linux, get the latest tar, untar, and replace src/ with libxml2-X.Y.Z/. 22 On Linux, get the latest tar, untar, and replace src/ with libxml2-X.Y.Z/.
22 23
23 Remove: 24 Remove:
24 src/doc/ 25 src/doc/
25 src/example/ 26 src/example/
26 src/os400/ 27 src/os400/
(...skipping 15 matching lines...) Expand all
42 include/libxml/xmlversion.h and copy those to the Linux box in mac/ 43 include/libxml/xmlversion.h and copy those to the Linux box in mac/
43 44
44 On a Windows box: 45 On a Windows box:
45 cd libxml2-2.9.2\win32 46 cd libxml2-2.9.2\win32
46 cscript //E:jscript configure.js compiler=msvc iconv=no icu=yes ftp=no http=no 47 cscript //E:jscript configure.js compiler=msvc iconv=no icu=yes ftp=no http=no
47 Then copy config.h and include/libxml/xmlversion.h to win32/ on Linux. 48 Then copy config.h and include/libxml/xmlversion.h to win32/ on Linux.
48 49
49 50
50 Update BUILD.gn and libxml.gyp as necessary to add/remove files, etc. 51 Update BUILD.gn and libxml.gyp as necessary to add/remove files, etc.
51 52
OLDNEW
« no previous file with comments | « no previous file | third_party/libxml/src/timsort.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698