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

Unified Diff: third_party/libxml/README.google

Issue 19501: Rename README.google to README.chromium. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxml/README.chromium ('k') | third_party/libxslt/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/README.google
===================================================================
--- third_party/libxml/README.google (revision 8952)
+++ third_party/libxml/README.google (working copy)
@@ -1,36 +0,0 @@
-This directory contains a partial snapshot of the libxml library from
-http://xmlsoft.org, with the patch in google.patch applied. google.patch
-includes the following modifications :
-* Modified encoding.c to fix memory leak (06/13/2008)
-* Modified win32/configure.js NOT to use iconv
-* Modified win32/configure.js to be able to clobber a read-only Makefile
-* Modified configure to enable icu.
-* Modified configure to not generate Makefiles and other unused build files..
-* Added pre-generated Linux headers to linux/.
-* Changed 'LoadLibrary' to 'LoadLibraryA' in xmlmodule.c (used with
- 'const char*' as an argument)
-* Changed bogus '(unsigned long)' cast to '(unsigned short)' in xmlregexp.c
-* Made it possible to use ICU converters instead of iconv.
-* Added nsParent member to _xmlParseCtxt in include/libxml/parser.h,
- added a check to nsParent in xmlGetNamespace() in parser.c.
- This allows parsed entities to inherit namespaces.
- (http://bugzilla.gnome.org/show_bug.cgi?id=502960 )
-* Applied security patch located at https://bugzilla.redhat.com/show_bug.cgi?id=461015
-
-Current version: 2.6.32
-
-To import a new snapshot of libxml:
-
-- Visit http://xmlsoft.org/downloads.html and download the latest source
- distribution.
-- Copy the files into this directory, omitting files which have been omitted
- here.
-- Remove include/libxml/xmlversion.h.
-- Apply the patch in google.patch and reconcile any conflict
-- Then, make any necessary changes to remove compile-time warnings.
-- Update google.patch
-- 'cd linux && sh ../configure --without-iconv' to re-generate config.h and
- include/libxml/xmlversion.h.
-- run build/generate-win32-headers.bat to re-generate config.h and
- include/libxml/xmlversion.h for the windows build
-- Update this README to reflect the new version number.
« no previous file with comments | « third_party/libxml/README.chromium ('k') | third_party/libxslt/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698