Chromium Code Reviews

Unified Diff: third_party/libxml/win32/libxml2.def.src

Issue 2951008: Update libxml to 2.7.7. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/libxml/win32/libxml2.def.src
diff --git a/third_party/libxml/win32/libxml2.def.src b/third_party/libxml/win32/libxml2.def.src
index db05ad46e0a5659375779632ce98c51847e101f9..ce3f24a42f96af0c4496d380ed3323a5e2e6c725 100644
--- a/third_party/libxml/win32/libxml2.def.src
+++ b/third_party/libxml/win32/libxml2.def.src
@@ -161,6 +161,7 @@ xmlStringComment DATA
xmlStringText DATA
xmlStringTextNoenc DATA
xmlStructuredError DATA
+xmlStructuredErrorContext DATA
#ifdef LIBXML_THREAD_ENABLED
__xmlSubstituteEntitiesDefaultValue
#else
@@ -660,6 +661,7 @@ xmlCheckHTTPInput
xmlCheckLanguageID
xmlCheckUTF8
xmlCheckVersion
+xmlChildElementCount
xmlCleanupCharEncodingHandlers
xmlCleanupEncodingAliases
xmlCleanupGlobals
@@ -854,6 +856,7 @@ xmlFileMatch
xmlFileOpen
xmlFileRead
xmlFindCharEncodingHandler
+xmlFirstElementChild
xmlFreeAttributeTable
#ifdef LIBXML_AUTOMATA_ENABLED
xmlFreeAutomata
@@ -1009,6 +1012,7 @@ xmlIsRef
xmlIsXHTML
#endif
xmlKeepBlanksDefault
+xmlLastElementChild
xmlLineNumbersDefault
xmlLinkGetData
xmlListAppend
@@ -1064,6 +1068,7 @@ xmlMallocLoc
#endif
xmlMemBlocks
xmlMemDisplay
+xmlMemDisplayLast
xmlMemFree
xmlMemGet
xmlMemMalloc
@@ -1226,6 +1231,7 @@ xmlNewDocText
xmlNewDocTextLen
xmlNewDtd
xmlNewElementContent
+xmlNewEntity
xmlNewEntityInputStream
xmlNewGlobalNs
xmlNewIOInputStream
@@ -1256,6 +1262,7 @@ xmlNewTextWriterPushParser
xmlNewTextWriterTree
xmlNewValidCtxt
xmlNextChar
+xmlNextElementSibling
xmlNoNetExternalEntityLoader
xmlNodeAddContent
xmlNodeAddContentLen
@@ -1390,6 +1397,7 @@ xmlPatterncompile
xmlPedanticParserDefault
xmlPopInput
xmlPopInputCallbacks
+xmlPreviousElementSibling
xmlPrintURI
xmlPushInput
xmlRMutexLock
@@ -1732,6 +1740,9 @@ xmlSchemaValPredefTypeNodeNoNorm
xmlSchemaValidCtxtGetOptions
#endif
#ifdef LIBXML_SCHEMAS_ENABLED
+xmlSchemaValidCtxtGetParserCtxt
+#endif
+#ifdef LIBXML_SCHEMAS_ENABLED
xmlSchemaValidateDoc
#endif
#ifdef LIBXML_SCHEMAS_ENABLED
@@ -2620,6 +2631,9 @@ xmlXIncludeProcessTree
xmlXIncludeProcessTreeFlags
#endif
#ifdef LIBXML_XINCLUDE_ENABLED
+xmlXIncludeProcessTreeFlagsData
+#endif
+#ifdef LIBXML_XINCLUDE_ENABLED
xmlXIncludeSetFlags
#endif
#ifdef LIBXML_XPATH_ENABLED

Powered by Google App Engine