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

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

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

Powered by Google App Engine
This is Rietveld 408576698