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

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

Issue 1994003003: Roll libxml to 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.chromium with patches we have rolled over. Created 4 years, 7 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
OLDNEW
1 Name: libxml 1 Name: libxml
2 URL: http://xmlsoft.org 2 URL: http://xmlsoft.org
3 Version: 2.9.3 3 Version: 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd
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 - Import https://git.gnome.org/browse/libxml2/commit/?id=a7a94612aa3b16779e2c74e 1fa353b5d9786c602 from upstream
14 - Add helper classes in chromium/libxml_utils.cc and 13 - Add helper classes in chromium/libxml_utils.cc and
15 chromium/include/libxml/libxml_utils.h. 14 chromium/include/libxml/libxml_utils.h.
16 - Include fix for runtime blowups on larger xpath expressions, https://bugzilla. gnome.org/show_bug.cgi?id=760325
17 - Fix printf format specifiers, https://chromium.googlesource.com/chromium/src/+ /d31995076e55f1aac2f935c53b585a90ece27a11 15 - Fix printf format specifiers, https://chromium.googlesource.com/chromium/src/+ /d31995076e55f1aac2f935c53b585a90ece27a11
18 - 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
19 - Add patch from https://bugzilla.gnome.org/show_bug.cgi?id=758588 for 17 - Add patch from https://bugzilla.gnome.org/show_bug.cgi?id=758588 for
20 https://crbug.com/595262#c16 18 https://crbug.com/595262#c16
21 - Fix integer overflow https://crbug.com/602280 19 - Fix integer overflow https://crbug.com/602280
22 20
23 To import a new snapshot: 21 To import a new snapshot:
24 22
25 On Linux, get the latest tar, untar, and replace src/ with libxml2-X.Y.Z/. 23 On Linux, get the latest tar, untar, and replace src/ with libxml2-X.Y.Z/.
26 24
(...skipping 23 matching lines...) Expand all
50 src/macos/libxml2.mcp.xml.sit.hqx 48 src/macos/libxml2.mcp.xml.sit.hqx
51 src/os400/ 49 src/os400/
52 src/python/ 50 src/python/
53 src/result/ 51 src/result/
54 src/test/ 52 src/test/
55 src/vms/ 53 src/vms/
56 src/win32/wince 54 src/win32/wince
57 src/VxWorks/ 55 src/VxWorks/
58 56
59 Update BUILD.gn and libxml.gyp as necessary to add/remove files, etc. 57 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/config.h » ('j') | third_party/libxml/mac/include/libxml/xmlversion.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698