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

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

Issue 2121073002: Add a helper function for allocating XPointer ranges. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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/xpointer.c » ('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: bdec2183f34b37ee89ae1d330c6ad2bb4d76605f 3 Version: bdec2183f34b37ee89ae1d330c6ad2bb4d76605f
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 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 16 - Add second workaround for VS 2015 Update 2 code-gen bug - crbug.com/599427
17 - Apply patch contributed here: https://crbug.com/623378#c7 17 - Apply patch contributed here: https://crbug.com/623378#c7
18 - Apply patch contributed here: https://crbug.com/624011
18 19
19 This import was generated by this script: https://goo.gl/72CTWf 20 This import was generated by this script: https://goo.gl/72CTWf
20 21
21 To import a new snapshot: 22 To import a new snapshot:
22 23
23 On Linux, get the latest tar, untar, and replace src/ with libxml2-X.Y.Z/. 24 On Linux, get the latest tar, untar, and replace src/ with libxml2-X.Y.Z/.
24 25
25 Generate config.h, include/libxml/xmlversion.h, and xml2-config: 26 Generate config.h, include/libxml/xmlversion.h, and xml2-config:
26 27
27 cd linux 28 cd linux
(...skipping 17 matching lines...) Expand all
45 src/macos/libxml2.mcp.xml.sit.hqx 46 src/macos/libxml2.mcp.xml.sit.hqx
46 src/os400/ 47 src/os400/
47 src/python/ 48 src/python/
48 src/result/ 49 src/result/
49 src/test/ 50 src/test/
50 src/vms/ 51 src/vms/
51 src/win32/wince 52 src/win32/wince
52 src/VxWorks/ 53 src/VxWorks/
53 54
54 Update BUILD.gn and libxml.gyp as necessary to add/remove files, etc. 55 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/src/xpointer.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698