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

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

Issue 10824157: Fix namespace vs. node type issue in a generic way. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/libxml/src/include/libxml/tree.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.7.7 3 Version: 2.7.7
4 License File: src/COPYING 4 License File: src/COPYING
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Description: 7 Description:
8 The src/ directory contains a partial snapshot of the libxml library 8 The src/ directory contains a partial snapshot of the libxml library
9 with the patches in the patches/ directories applied. 9 with the patches in the patches/ directories applied.
10 See the files in that directory for discussion of their effects. 10 See the files in that directory for discussion of their effects.
11 11
12 Current version: 2.7.7. 12 Current version: 2.7.7.
13 13
14 Modifications: 14 Modifications:
15 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.c 15 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.c
16 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/?id=91d19754d46acd 4a639a8b9e31f50f31c78f8c9c 16 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/?id=91d19754d46acd 4a639a8b9e31f50f31c78f8c9c
17 - Import follow-on for above commit: http://git.gnome.org/browse/libxml2/commit/ ?id=ea90b894146030c214a7df6d8375310174f134b9 17 - Import follow-on for above commit: http://git.gnome.org/browse/libxml2/commit/ ?id=ea90b894146030c214a7df6d8375310174f134b9
18 - Import additional XPath fix http://git.gnome.org/browse/libxml2/commit/?id=df8 3c17e5a2646bd923f75e5e507bc80d73c9722 18 - Import additional XPath fix http://git.gnome.org/browse/libxml2/commit/?id=df8 3c17e5a2646bd923f75e5e507bc80d73c9722
19 - Import follow-on fix for above commit: http://git.gnome.org/browse/libxml2/com mit/?id=fec31bcd452e77c10579467ca87a785b41115de6 19 - Import follow-on fix for above commit: http://git.gnome.org/browse/libxml2/com mit/?id=fec31bcd452e77c10579467ca87a785b41115de6
20 - And a follow-on fix to the previous two fixes, committed upstream: http://git. gnome.org/browse/libxml2/commit/?id=f5048b3e71fc30ad096970b8df6e7af073bae4cb (sl ightly differently, but we can drop our local fix on the next roll). 20 - And a follow-on fix to the previous two fixes, committed upstream: http://git. gnome.org/browse/libxml2/commit/?id=f5048b3e71fc30ad096970b8df6e7af073bae4cb (sl ightly differently, but we can drop our local fix on the next roll).
21 - Add a fix for handling of unknown namespaces, commit upstream is pending. 21 - Add a fix for handling of unknown namespaces, commit upstream is pending.
22 - Add fixes for ending the parse properly if a SAX callback calls xmlStopParser( ), commit upstream is pending. 22 - Add fixes for ending the parse properly if a SAX callback calls xmlStopParser( ), commit upstream is pending.
23 - Add fix for entities, commit upstream is http://git.gnome.org/browse/libxml2/c ommit/?id=5bd3c061823a8499b27422aee04ea20aae24f03e 23 - Add fix for entities, commit upstream is http://git.gnome.org/browse/libxml2/c ommit/?id=5bd3c061823a8499b27422aee04ea20aae24f03e
24 - Import UTF-8 fix from upstream: http://git.gnome.org/browse/libxml2/commit/?id =0795348aeb86648723bc391e4d02e20631c10bca 24 - Import UTF-8 fix from upstream: http://git.gnome.org/browse/libxml2/commit/?id =0795348aeb86648723bc391e4d02e20631c10bca
25 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/xpath.c?id=2ddecc2 3862bab1a9a9e51e097aefc92ec305e28 25 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/xpath.c?id=2ddecc2 3862bab1a9a9e51e097aefc92ec305e28
26 - Merge clang warning fix http://git.gnome.org/browse/libxml2/commit/?id=aae48e6 4dfbf2b46b157a4c1857e30645116388f 26 - Merge clang warning fix http://git.gnome.org/browse/libxml2/commit/?id=aae48e6 4dfbf2b46b157a4c1857e30645116388f
27 - Add a fix for proper escaping of xpointer expressions, commit upstream is pend ing. 27 - Add a fix for proper escaping of xpointer expressions, commit upstream is pend ing.
28 - Add helper classes in chromium/libxml_utils.cc and chromium/include/libxml/lib xml_utils.h. 28 - Add helper classes in chromium/libxml_utils.cc and chromium/include/libxml/lib xml_utils.h.
29 - Add a tweak to limit problems caused by excessive strings and buffers. 29 - Add a tweak to limit problems caused by excessive strings and buffers.
30 - Change the xmlNs struct a little bit, so it looks like it has no children
31 if treated as a generic xmlNode object.
30 32
31 To import a new snapshot of libxml: 33 To import a new snapshot of libxml:
32 34
33 - Visit http://xmlsoft.org/downloads.html and download the latest source 35 - Visit http://xmlsoft.org/downloads.html and download the latest source
34 distribution. 36 distribution.
35 - Copy the files into this directory, omitting files which have been omitted 37 - Copy the files into this directory, omitting files which have been omitted
36 here. E.g.: for i in $(find . -type f); do cp ../libxml-newver/$i $i; done 38 here. E.g.: for i in $(find . -type f); do cp ../libxml-newver/$i $i; done
37 This should clobber all local changes to this directory. 39 This should clobber all local changes to this directory.
38 - Apply the patches in patches/ and fix any problems. 40 - Apply the patches in patches/ and fix any problems.
39 UPDATE THOSE PATCHES OR EVAN WILL HUNT YOU DOWN. 41 UPDATE THOSE PATCHES OR EVAN WILL HUNT YOU DOWN.
40 - On a Linux system, 42 - On a Linux system,
41 $ cd linux 43 $ cd linux
42 $ ../configure --without-iconv --without-ftp --without-http 44 $ ../configure --without-iconv --without-ftp --without-http
43 to generate config.h and include/libxml/xmlversion.h for Linux. 45 to generate config.h and include/libxml/xmlversion.h for Linux.
44 - On a Mac, 46 - On a Mac,
45 $ cd mac 47 $ cd mac
46 $ ../configure --without-iconv --without-ftp --without-http 48 $ ../configure --without-iconv --without-ftp --without-http
47 to generate config.h and include/libxml/xmlversion.h for Macs. 49 to generate config.h and include/libxml/xmlversion.h for Macs.
48 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and 50 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and
49 include/libxml/xmlversion.h for Windows builds. 51 include/libxml/xmlversion.h for Windows builds.
50 - Update this README to reflect the new version number. 52 - Update this README to reflect the new version number.
OLDNEW
« no previous file with comments | « no previous file | third_party/libxml/src/include/libxml/tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698