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

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

Issue 19501: Rename README.google to README.chromium. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | « third_party/libpng/README.google ('k') | third_party/libxml/README.google » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/third_party/libxml/README.google:r69-2775
OLDNEW
1 This directory contains a partial snapshot of the libxml library from 1 This directory contains a partial snapshot of the libxml library from
2 http://xmlsoft.org, with the patch in google.patch applied. google.patch 2 http://xmlsoft.org, with the patch in google.patch applied. google.patch
3 includes the following modifications : 3 includes the following modifications :
4 * Modified encoding.c to fix memory leak (06/13/2008) 4 * Modified encoding.c to fix memory leak (06/13/2008)
5 * Modified win32/configure.js NOT to use iconv 5 * Modified win32/configure.js NOT to use iconv
6 * Modified win32/configure.js to be able to clobber a read-only Makefile 6 * Modified win32/configure.js to be able to clobber a read-only Makefile
7 * Modified configure to enable icu. 7 * Modified configure to enable icu.
8 * Modified configure to not generate Makefiles and other unused build files.. 8 * Modified configure to not generate Makefiles and other unused build files..
9 * Added pre-generated Linux headers to linux/. 9 * Added pre-generated Linux headers to linux/.
10 * Changed 'LoadLibrary' to 'LoadLibraryA' in xmlmodule.c (used with 10 * Changed 'LoadLibrary' to 'LoadLibraryA' in xmlmodule.c (used with
(...skipping 16 matching lines...) Expand all
27 here. 27 here.
28 - Remove include/libxml/xmlversion.h. 28 - Remove include/libxml/xmlversion.h.
29 - Apply the patch in google.patch and reconcile any conflict 29 - Apply the patch in google.patch and reconcile any conflict
30 - Then, make any necessary changes to remove compile-time warnings. 30 - Then, make any necessary changes to remove compile-time warnings.
31 - Update google.patch 31 - Update google.patch
32 - 'cd linux && sh ../configure --without-iconv' to re-generate config.h and 32 - 'cd linux && sh ../configure --without-iconv' to re-generate config.h and
33 include/libxml/xmlversion.h. 33 include/libxml/xmlversion.h.
34 - run build/generate-win32-headers.bat to re-generate config.h and 34 - run build/generate-win32-headers.bat to re-generate config.h and
35 include/libxml/xmlversion.h for the windows build 35 include/libxml/xmlversion.h for the windows build
36 - Update this README to reflect the new version number. 36 - Update this README to reflect the new version number.
OLDNEW
« no previous file with comments | « third_party/libpng/README.google ('k') | third_party/libxml/README.google » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698