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

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

Issue 10830177: Handle a bad XSLT expression better. (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/libxslt/libxslt/pattern.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: libxslt 1 Name: libxslt
2 URL: http://xmlsoft.org/XSLT 2 URL: http://xmlsoft.org/XSLT
3 Version: 1.1.26 3 Version: 1.1.26
4 Security Critical: yes 4 Security Critical: yes
5 5
6 Description: 6 Description:
7 This directory contains a partial snapshot of the libxslt library 7 This directory contains a partial snapshot of the libxslt library
8 with the following modification: 8 with the following modification:
9 9
10 1) Modified win32/configure.js to be able to clobber a read-only Makefile 10 1) Modified win32/configure.js to be able to clobber a read-only Makefile
(...skipping 27 matching lines...) Expand all
38 - Change the "Locale support" section to #if 0 38 - Change the "Locale support" section to #if 0
39 - For good measure, change the LIBXSLT_DEFAULT_PLUGINS_PATH() define to "NULL" 39 - For good measure, change the LIBXSLT_DEFAULT_PLUGINS_PATH() define to "NULL"
40 40
41 Current version: 1.1.26, plus the following patches: 41 Current version: 1.1.26, plus the following patches:
42 - A fix to get more compact generated IDs (http://git.gnome.org/browse/libxslt/c ommit/?id=ecb6bcb8d1b7e44842edde3929f412d46b40c89f) 42 - A fix to get more compact generated IDs (http://git.gnome.org/browse/libxslt/c ommit/?id=ecb6bcb8d1b7e44842edde3929f412d46b40c89f)
43 - Import pattern parsing fix for commit: http://git.gnome.org/browse/libxslt/com mit/?id=fe5a4fa33eb85bce3253ed3742b1ea6c4b59b41b 43 - Import pattern parsing fix for commit: http://git.gnome.org/browse/libxslt/com mit/?id=fe5a4fa33eb85bce3253ed3742b1ea6c4b59b41b
44 - A fix for XSLT node checking (from upstream, commit pending). 44 - A fix for XSLT node checking (from upstream, commit pending).
45 45
46 5) Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.c 46 5) Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.c
47 47
48 6) A change to pattern.c to better handle an error condition parsing a broken
49 expression.
48 50
49 To import a new snapshot of libxslt: 51 To import a new snapshot of libxslt:
50 52
51 - Visit http://xmlsoft.org/XSLT/downloads.html and download the latest source 53 - Visit http://xmlsoft.org/XSLT/downloads.html and download the latest source
52 distribution. 54 distribution.
53 - Copy the files into this directory, omitting files which have been omitted 55 - Copy the files into this directory, omitting files which have been omitted
54 here. 56 here.
55 - Run build/generate-win32-headers.bat to re-generate the configuration 57 - Run build/generate-win32-headers.bat to re-generate the configuration
56 headers. 58 headers.
57 - On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' 59 - On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/'
58 to re-generate configuration headers. 60 to re-generate configuration headers.
59 - On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/' 61 - On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/'
60 to re-generate configuration headers. 62 to re-generate configuration headers.
61 - Perform the modification above. 63 - Perform the modification above.
62 - Update this README to reflect the new version number. 64 - Update this README to reflect the new version number.
63 - When creating your CL, make sure to "svn add" any new source files, but 65 - When creating your CL, make sure to "svn add" any new source files, but
64 don't ever add in the files not needed for the Chromium build. (e.g. 66 don't ever add in the files not needed for the Chromium build. (e.g.
65 Changelog, configure, etc) -- these are just bloat. 67 Changelog, configure, etc) -- these are just bloat.
OLDNEW
« no previous file with comments | « no previous file | third_party/libxslt/libxslt/pattern.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698