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

Unified Diff: third_party/libxslt/libxslt/libxslt.syms

Issue 2634473003: Roll libxslt to 96c9c644f30ed762735802a27784cc522cff1643 (Closed)
Patch Set: Remove hostname from config.log. Created 3 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/libxslt/libxslt/functions.c ('k') | third_party/libxslt/libxslt/pattern.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libxslt/libxslt.syms
diff --git a/third_party/libxslt/libxslt/libxslt.syms b/third_party/libxslt/libxslt/libxslt.syms
index 3d9b5c6db7cacea99322144fc4f3c99b5d10e1a4..a86cf4212bf47c2fb5cdee7cb16070d18e97adfb 100644
--- a/third_party/libxslt/libxslt/libxslt.syms
+++ b/third_party/libxslt/libxslt/libxslt.syms
@@ -107,7 +107,7 @@ LIBXML2_1.0.11 {
xsltFreeCompMatchList;
xsltFreeTemplateHashes;
xsltGetTemplate;
- xsltMatchPattern;
+# xsltMatchPattern; removed in 1.0.12
xsltTestCompMatchList;
# preproc
@@ -210,6 +210,9 @@ LIBXML2_1.0.11 {
# xslt
xsltCleanupGlobals;
+
+ local:
+ *;
} ;
LIBXML2_1.0.12 {
@@ -307,7 +310,6 @@ LIBXML2_1.0.24 {
xsltLibxmlVersion; # variable
xsltLibxsltVersion; # variable
xsltMaxDepth; # variable
- xsltMaxVars; # variable
# xsltInternals
xsltParseStylesheetImportedDoc;
@@ -407,7 +409,7 @@ LIBXML2_1.1.18 {
global:
# xsltInternals
- xsltConstNamespaceNameXSLT; # variable
+# xsltConstNamespaceNameXSLT; requires switch REFACTORED
xsltExtensionInstructionResultFinalize;
xsltExtensionInstructionResultRegister;
xsltInitCtxtKey;
@@ -416,24 +418,24 @@ LIBXML2_1.1.18 {
xsltInit;
# xsltInternals
- xsltParseAnyXSLTElem;
- xsltParseSequenceConstructor;
- xsltPointerListAddSize;
- xsltPointerListClear;
- xsltPointerListCreate;
- xsltPointerListFree;
+# xsltParseAnyXSLTElem; requires switch REFACTORED
+# xsltParseSequenceConstructor; requires switch REFACTORED
+# xsltPointerListAddSize; requires switch REFACTORED
+# xsltPointerListClear; requires switch REFACTORED
+# xsltPointerListCreate; requires switch REFACTORED
+# xsltPointerListFree; requires switch REFACTORED
xsltRegisterLocalRVT;
xsltReleaseRVT;
- xsltRestoreDocumentNamespaces;
+# xsltRestoreDocumentNamespaces; requires switch REFACTORED
# extensions
- xsltStyleStylesheetLevelGetExtData;
+# xsltStyleStylesheetLevelGetExtData; requires switch REFACTORED
# xsltInternals
# xsltTransStorageAdd; removed in 1.1.28
# xsltTransStorageRemove; removed in 1.1.28
xsltUninit;
- xsltXSLTAttrMarker; # variable
+# xsltXSLTAttrMarker; requires switch REFACTORED
} LIBXML2_1.1.9;
LIBXML2_1.1.20 {
@@ -484,7 +486,17 @@ LIBXML2_1.1.27 {
# xsltlocale
xsltFreeLocales;
+# xslt
+ xsltMaxVars; # variable
+
# xsltutils
xsltXPathCompileFlags;
} LIBXML2_1.1.26;
+LIBXML2_1.1.30 {
+ global:
+
+# xsltInternals
+ xsltFlagRVTs;
+} LIBXML2_1.1.27;
+
« no previous file with comments | « third_party/libxslt/libxslt/functions.c ('k') | third_party/libxslt/libxslt/pattern.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698