mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
f51c82302b
--HG-- rename : content/xslt/src/base/moz.build => dom/xslt/base/moz.build rename : content/xslt/src/base/txCore.h => dom/xslt/base/txCore.h rename : content/xslt/src/base/txDouble.cpp => dom/xslt/base/txDouble.cpp rename : content/xslt/src/base/txErrorObserver.h => dom/xslt/base/txErrorObserver.h rename : content/xslt/src/base/txExpandedNameMap.cpp => dom/xslt/base/txExpandedNameMap.cpp rename : content/xslt/src/base/txExpandedNameMap.h => dom/xslt/base/txExpandedNameMap.h rename : content/xslt/src/base/txList.cpp => dom/xslt/base/txList.cpp rename : content/xslt/src/base/txList.h => dom/xslt/base/txList.h rename : content/xslt/src/base/txLog.h => dom/xslt/base/txLog.h rename : content/xslt/src/base/txNamespaceMap.cpp => dom/xslt/base/txNamespaceMap.cpp rename : content/xslt/src/base/txNamespaceMap.h => dom/xslt/base/txNamespaceMap.h rename : content/xslt/src/base/txOwningArray.h => dom/xslt/base/txOwningArray.h rename : content/xslt/src/base/txStack.h => dom/xslt/base/txStack.h rename : content/xslt/src/base/txStringUtils.h => dom/xslt/base/txStringUtils.h rename : content/xslt/src/base/txURIUtils.cpp => dom/xslt/base/txURIUtils.cpp rename : content/xslt/src/base/txURIUtils.h => dom/xslt/base/txURIUtils.h rename : content/xslt/crashtests/111994.xml => dom/xslt/crashtests/111994.xml rename : content/xslt/crashtests/111994.xsl => dom/xslt/crashtests/111994.xsl rename : content/xslt/crashtests/182460-select.xml => dom/xslt/crashtests/182460-select.xml rename : content/xslt/crashtests/182460-selects.xsl => dom/xslt/crashtests/182460-selects.xsl rename : content/xslt/crashtests/182460-table.xhtml => dom/xslt/crashtests/182460-table.xhtml rename : content/xslt/crashtests/226425.xml => dom/xslt/crashtests/226425.xml rename : content/xslt/crashtests/226425.xsl => dom/xslt/crashtests/226425.xsl rename : content/xslt/crashtests/406106-1.html => dom/xslt/crashtests/406106-1.html rename : content/xslt/crashtests/483444.xml => dom/xslt/crashtests/483444.xml rename : content/xslt/crashtests/485217.xml => dom/xslt/crashtests/485217.xml rename : content/xslt/crashtests/485217.xsl => dom/xslt/crashtests/485217.xsl rename : content/xslt/crashtests/485286.xml => dom/xslt/crashtests/485286.xml rename : content/xslt/crashtests/528300.xml => dom/xslt/crashtests/528300.xml rename : content/xslt/crashtests/528488.xml => dom/xslt/crashtests/528488.xml rename : content/xslt/crashtests/528963.xml => dom/xslt/crashtests/528963.xml rename : content/xslt/crashtests/545927.html => dom/xslt/crashtests/545927.html rename : content/xslt/crashtests/601543.html => dom/xslt/crashtests/601543.html rename : content/xslt/crashtests/602115.html => dom/xslt/crashtests/602115.html rename : content/xslt/crashtests/603844.html => dom/xslt/crashtests/603844.html rename : content/xslt/crashtests/667315.xml => dom/xslt/crashtests/667315.xml rename : content/xslt/crashtests/91332.xml => dom/xslt/crashtests/91332.xml rename : content/xslt/crashtests/91332.xsl => dom/xslt/crashtests/91332.xsl rename : content/xslt/crashtests/crashtests.list => dom/xslt/crashtests/crashtests.list rename : content/xslt/public/moz.build => dom/xslt/moz.build rename : content/xslt/public/nsIDocumentTransformer.h => dom/xslt/nsIDocumentTransformer.h rename : content/xslt/public/nsIXSLTException.idl => dom/xslt/nsIXSLTException.idl rename : content/xslt/public/nsIXSLTProcessor.idl => dom/xslt/nsIXSLTProcessor.idl rename : content/xslt/public/nsIXSLTProcessorPrivate.idl => dom/xslt/nsIXSLTProcessorPrivate.idl rename : content/xslt/tests/XSLTMark/XSLTMark-static.js => dom/xslt/tests/XSLTMark/XSLTMark-static.js rename : content/xslt/tests/XSLTMark/XSLTMark-test.js => dom/xslt/tests/XSLTMark/XSLTMark-test.js rename : content/xslt/tests/XSLTMark/XSLTMark-view.js => dom/xslt/tests/XSLTMark/XSLTMark-view.js rename : content/xslt/tests/XSLTMark/XSLTMark.css => dom/xslt/tests/XSLTMark/XSLTMark.css rename : content/xslt/tests/XSLTMark/XSLTMark.xul => dom/xslt/tests/XSLTMark/XSLTMark.xul rename : content/xslt/tests/buster/DiffDOM.js => dom/xslt/tests/buster/DiffDOM.js rename : content/xslt/tests/buster/DumpDOM.js => dom/xslt/tests/buster/DumpDOM.js rename : content/xslt/tests/buster/ReadMe => dom/xslt/tests/buster/ReadMe rename : content/xslt/tests/buster/buster-files.js => dom/xslt/tests/buster/buster-files.js rename : content/xslt/tests/buster/buster-handlers.js => dom/xslt/tests/buster/buster-handlers.js rename : content/xslt/tests/buster/buster-statics.js => dom/xslt/tests/buster/buster-statics.js rename : content/xslt/tests/buster/buster-test.js => dom/xslt/tests/buster/buster-test.js rename : content/xslt/tests/buster/buster-view.js => dom/xslt/tests/buster/buster-view.js rename : content/xslt/tests/buster/buster.css => dom/xslt/tests/buster/buster.css rename : content/xslt/tests/buster/buster.xul => dom/xslt/tests/buster/buster.xul rename : content/xslt/tests/buster/helper/generate-rdf.pl => dom/xslt/tests/buster/helper/generate-rdf.pl rename : content/xslt/tests/buster/install.js => dom/xslt/tests/buster/install.js rename : content/xslt/tests/buster/jar.mn => dom/xslt/tests/buster/jar.mn rename : content/xslt/tests/buster/moz.build => dom/xslt/tests/buster/moz.build rename : content/xslt/tests/buster/result-inspector.xul => dom/xslt/tests/buster/result-inspector.xul rename : content/xslt/tests/buster/result-view.css => dom/xslt/tests/buster/result-view.css rename : content/xslt/tests/buster/result-view.js => dom/xslt/tests/buster/result-view.js rename : content/xslt/tests/buster/result-view.xul => dom/xslt/tests/buster/result-view.xul rename : content/xslt/tests/buster/xslt-qa-overlay.js => dom/xslt/tests/buster/xslt-qa-overlay.js rename : content/xslt/tests/buster/xslt-qa-overlay.xul => dom/xslt/tests/buster/xslt-qa-overlay.xul rename : content/xslt/tests/mochitest/mochitest.ini => dom/xslt/tests/mochitest/mochitest.ini rename : content/xslt/tests/mochitest/moz.build => dom/xslt/tests/mochitest/moz.build rename : content/xslt/tests/mochitest/test_bug319374.xhtml => dom/xslt/tests/mochitest/test_bug319374.xhtml rename : content/xslt/tests/mochitest/test_bug427060.html => dom/xslt/tests/mochitest/test_bug427060.html rename : content/xslt/tests/mochitest/test_bug440974.html => dom/xslt/tests/mochitest/test_bug440974.html rename : content/xslt/tests/mochitest/test_bug453441.html => dom/xslt/tests/mochitest/test_bug453441.html rename : content/xslt/tests/mochitest/test_bug468208.html => dom/xslt/tests/mochitest/test_bug468208.html rename : content/xslt/tests/mochitest/test_bug511487.html => dom/xslt/tests/mochitest/test_bug511487.html rename : content/xslt/tests/mochitest/test_bug551412.html => dom/xslt/tests/mochitest/test_bug551412.html rename : content/xslt/tests/mochitest/test_bug551654.html => dom/xslt/tests/mochitest/test_bug551654.html rename : content/xslt/tests/mochitest/test_bug566629.html => dom/xslt/tests/mochitest/test_bug566629.html rename : content/xslt/tests/mochitest/test_bug566629.xhtml => dom/xslt/tests/mochitest/test_bug566629.xhtml rename : content/xslt/tests/mochitest/test_bug603159.html => dom/xslt/tests/mochitest/test_bug603159.html rename : content/xslt/tests/mochitest/test_bug616774.html => dom/xslt/tests/mochitest/test_bug616774.html rename : content/xslt/tests/mochitest/test_bug667315.html => dom/xslt/tests/mochitest/test_bug667315.html rename : content/xslt/tests/mochitest/test_exslt_regex.html => dom/xslt/tests/mochitest/test_exslt_regex.html rename : content/xslt/public/txIEXSLTRegExFunctions.idl => dom/xslt/txIEXSLTRegExFunctions.idl rename : content/xslt/public/txIFunctionEvaluationContext.idl => dom/xslt/txIFunctionEvaluationContext.idl rename : content/xslt/public/txINodeSet.idl => dom/xslt/txINodeSet.idl rename : content/xslt/public/txIXPathObject.idl => dom/xslt/txIXPathObject.idl rename : content/xslt/src/xml/moz.build => dom/xslt/xml/moz.build rename : content/xslt/src/xml/txXMLParser.cpp => dom/xslt/xml/txXMLParser.cpp rename : content/xslt/src/xml/txXMLParser.h => dom/xslt/xml/txXMLParser.h rename : content/xslt/src/xml/txXMLUtils.cpp => dom/xslt/xml/txXMLUtils.cpp rename : content/xslt/src/xml/txXMLUtils.h => dom/xslt/xml/txXMLUtils.h rename : content/xslt/src/xpath/XPathEvaluator.cpp => dom/xslt/xpath/XPathEvaluator.cpp rename : content/xslt/src/xpath/XPathEvaluator.h => dom/xslt/xpath/XPathEvaluator.h rename : content/xslt/src/xpath/moz.build => dom/xslt/xpath/moz.build rename : content/xslt/src/xpath/nsXPathExpression.cpp => dom/xslt/xpath/nsXPathExpression.cpp rename : content/xslt/src/xpath/nsXPathExpression.h => dom/xslt/xpath/nsXPathExpression.h rename : content/xslt/src/xpath/nsXPathNSResolver.cpp => dom/xslt/xpath/nsXPathNSResolver.cpp rename : content/xslt/src/xpath/nsXPathNSResolver.h => dom/xslt/xpath/nsXPathNSResolver.h rename : content/xslt/src/xpath/nsXPathResult.cpp => dom/xslt/xpath/nsXPathResult.cpp rename : content/xslt/src/xpath/nsXPathResult.h => dom/xslt/xpath/nsXPathResult.h rename : content/xslt/src/xpath/txBooleanExpr.cpp => dom/xslt/xpath/txBooleanExpr.cpp rename : content/xslt/src/xpath/txBooleanResult.cpp => dom/xslt/xpath/txBooleanResult.cpp rename : content/xslt/src/xpath/txCoreFunctionCall.cpp => dom/xslt/xpath/txCoreFunctionCall.cpp rename : content/xslt/src/xpath/txErrorExpr.cpp => dom/xslt/xpath/txErrorExpr.cpp rename : content/xslt/src/xpath/txExpr.cpp => dom/xslt/xpath/txExpr.cpp rename : content/xslt/src/xpath/txExpr.h => dom/xslt/xpath/txExpr.h rename : content/xslt/src/xpath/txExprLexer.cpp => dom/xslt/xpath/txExprLexer.cpp rename : content/xslt/src/xpath/txExprLexer.h => dom/xslt/xpath/txExprLexer.h rename : content/xslt/src/xpath/txExprParser.cpp => dom/xslt/xpath/txExprParser.cpp rename : content/xslt/src/xpath/txExprParser.h => dom/xslt/xpath/txExprParser.h rename : content/xslt/src/xpath/txExprResult.h => dom/xslt/xpath/txExprResult.h rename : content/xslt/src/xpath/txFilterExpr.cpp => dom/xslt/xpath/txFilterExpr.cpp rename : content/xslt/src/xpath/txForwardContext.cpp => dom/xslt/xpath/txForwardContext.cpp rename : content/xslt/src/xpath/txForwardContext.h => dom/xslt/xpath/txForwardContext.h rename : content/xslt/src/xpath/txFunctionCall.cpp => dom/xslt/xpath/txFunctionCall.cpp rename : content/xslt/src/xpath/txIXPathContext.h => dom/xslt/xpath/txIXPathContext.h rename : content/xslt/src/xpath/txLiteralExpr.cpp => dom/xslt/xpath/txLiteralExpr.cpp rename : content/xslt/src/xpath/txLocationStep.cpp => dom/xslt/xpath/txLocationStep.cpp rename : content/xslt/src/xpath/txMozillaXPathTreeWalker.cpp => dom/xslt/xpath/txMozillaXPathTreeWalker.cpp rename : content/xslt/src/xpath/txNameTest.cpp => dom/xslt/xpath/txNameTest.cpp rename : content/xslt/src/xpath/txNamedAttributeStep.cpp => dom/xslt/xpath/txNamedAttributeStep.cpp rename : content/xslt/src/xpath/txNodeSet.cpp => dom/xslt/xpath/txNodeSet.cpp rename : content/xslt/src/xpath/txNodeSet.h => dom/xslt/xpath/txNodeSet.h rename : content/xslt/src/xpath/txNodeSetAdaptor.cpp => dom/xslt/xpath/txNodeSetAdaptor.cpp rename : content/xslt/src/xpath/txNodeSetAdaptor.h => dom/xslt/xpath/txNodeSetAdaptor.h rename : content/xslt/src/xpath/txNodeSetContext.cpp => dom/xslt/xpath/txNodeSetContext.cpp rename : content/xslt/src/xpath/txNodeSetContext.h => dom/xslt/xpath/txNodeSetContext.h rename : content/xslt/src/xpath/txNodeTypeTest.cpp => dom/xslt/xpath/txNodeTypeTest.cpp rename : content/xslt/src/xpath/txNumberExpr.cpp => dom/xslt/xpath/txNumberExpr.cpp rename : content/xslt/src/xpath/txNumberResult.cpp => dom/xslt/xpath/txNumberResult.cpp rename : content/xslt/src/xpath/txPathExpr.cpp => dom/xslt/xpath/txPathExpr.cpp rename : content/xslt/src/xpath/txPredicateList.cpp => dom/xslt/xpath/txPredicateList.cpp rename : content/xslt/src/xpath/txPredicatedNodeTest.cpp => dom/xslt/xpath/txPredicatedNodeTest.cpp rename : content/xslt/src/xpath/txRelationalExpr.cpp => dom/xslt/xpath/txRelationalExpr.cpp rename : content/xslt/src/xpath/txResultRecycler.cpp => dom/xslt/xpath/txResultRecycler.cpp rename : content/xslt/src/xpath/txResultRecycler.h => dom/xslt/xpath/txResultRecycler.h rename : content/xslt/src/xpath/txRootExpr.cpp => dom/xslt/xpath/txRootExpr.cpp rename : content/xslt/src/xpath/txSingleNodeContext.h => dom/xslt/xpath/txSingleNodeContext.h rename : content/xslt/src/xpath/txStringResult.cpp => dom/xslt/xpath/txStringResult.cpp rename : content/xslt/src/xpath/txUnaryExpr.cpp => dom/xslt/xpath/txUnaryExpr.cpp rename : content/xslt/src/xpath/txUnionExpr.cpp => dom/xslt/xpath/txUnionExpr.cpp rename : content/xslt/src/xpath/txUnionNodeTest.cpp => dom/xslt/xpath/txUnionNodeTest.cpp rename : content/xslt/src/xpath/txVariableRefExpr.cpp => dom/xslt/xpath/txVariableRefExpr.cpp rename : content/xslt/src/xpath/txXPCOMExtensionFunction.cpp => dom/xslt/xpath/txXPCOMExtensionFunction.cpp rename : content/xslt/src/xpath/txXPathNode.h => dom/xslt/xpath/txXPathNode.h rename : content/xslt/src/xpath/txXPathObjectAdaptor.h => dom/xslt/xpath/txXPathObjectAdaptor.h rename : content/xslt/src/xpath/txXPathOptimizer.cpp => dom/xslt/xpath/txXPathOptimizer.cpp rename : content/xslt/src/xpath/txXPathOptimizer.h => dom/xslt/xpath/txXPathOptimizer.h rename : content/xslt/src/xpath/txXPathTreeWalker.h => dom/xslt/xpath/txXPathTreeWalker.h rename : content/xslt/src/xslt/moz.build => dom/xslt/xslt/moz.build rename : content/xslt/src/xslt/txBufferingHandler.cpp => dom/xslt/xslt/txBufferingHandler.cpp rename : content/xslt/src/xslt/txBufferingHandler.h => dom/xslt/xslt/txBufferingHandler.h rename : content/xslt/src/xslt/txCurrentFunctionCall.cpp => dom/xslt/xslt/txCurrentFunctionCall.cpp rename : content/xslt/src/xslt/txDocumentFunctionCall.cpp => dom/xslt/xslt/txDocumentFunctionCall.cpp rename : content/xslt/src/xslt/txEXSLTFunctions.cpp => dom/xslt/xslt/txEXSLTFunctions.cpp rename : content/xslt/src/xslt/txEXSLTRegExFunctions.js => dom/xslt/xslt/txEXSLTRegExFunctions.js rename : content/xslt/src/xslt/txEXSLTRegExFunctions.manifest => dom/xslt/xslt/txEXSLTRegExFunctions.manifest rename : content/xslt/src/xslt/txExecutionState.cpp => dom/xslt/xslt/txExecutionState.cpp rename : content/xslt/src/xslt/txExecutionState.h => dom/xslt/xslt/txExecutionState.h rename : content/xslt/src/xslt/txFormatNumberFunctionCall.cpp => dom/xslt/xslt/txFormatNumberFunctionCall.cpp rename : content/xslt/src/xslt/txGenerateIdFunctionCall.cpp => dom/xslt/xslt/txGenerateIdFunctionCall.cpp rename : content/xslt/src/xslt/txInstructions.cpp => dom/xslt/xslt/txInstructions.cpp rename : content/xslt/src/xslt/txInstructions.h => dom/xslt/xslt/txInstructions.h rename : content/xslt/src/xslt/txKey.h => dom/xslt/xslt/txKey.h rename : content/xslt/src/xslt/txKeyFunctionCall.cpp => dom/xslt/xslt/txKeyFunctionCall.cpp rename : content/xslt/src/xslt/txMozillaStylesheetCompiler.cpp => dom/xslt/xslt/txMozillaStylesheetCompiler.cpp rename : content/xslt/src/xslt/txMozillaTextOutput.cpp => dom/xslt/xslt/txMozillaTextOutput.cpp rename : content/xslt/src/xslt/txMozillaTextOutput.h => dom/xslt/xslt/txMozillaTextOutput.h rename : content/xslt/src/xslt/txMozillaXMLOutput.cpp => dom/xslt/xslt/txMozillaXMLOutput.cpp rename : content/xslt/src/xslt/txMozillaXMLOutput.h => dom/xslt/xslt/txMozillaXMLOutput.h rename : content/xslt/src/xslt/txMozillaXSLTProcessor.cpp => dom/xslt/xslt/txMozillaXSLTProcessor.cpp rename : content/xslt/src/xslt/txMozillaXSLTProcessor.h => dom/xslt/xslt/txMozillaXSLTProcessor.h rename : content/xslt/src/xslt/txNodeSorter.cpp => dom/xslt/xslt/txNodeSorter.cpp rename : content/xslt/src/xslt/txNodeSorter.h => dom/xslt/xslt/txNodeSorter.h rename : content/xslt/src/xslt/txOutputFormat.cpp => dom/xslt/xslt/txOutputFormat.cpp rename : content/xslt/src/xslt/txOutputFormat.h => dom/xslt/xslt/txOutputFormat.h rename : content/xslt/src/xslt/txPatternOptimizer.cpp => dom/xslt/xslt/txPatternOptimizer.cpp rename : content/xslt/src/xslt/txPatternOptimizer.h => dom/xslt/xslt/txPatternOptimizer.h rename : content/xslt/src/xslt/txPatternParser.cpp => dom/xslt/xslt/txPatternParser.cpp rename : content/xslt/src/xslt/txPatternParser.h => dom/xslt/xslt/txPatternParser.h rename : content/xslt/src/xslt/txRtfHandler.cpp => dom/xslt/xslt/txRtfHandler.cpp rename : content/xslt/src/xslt/txRtfHandler.h => dom/xslt/xslt/txRtfHandler.h rename : content/xslt/src/xslt/txStylesheet.cpp => dom/xslt/xslt/txStylesheet.cpp rename : content/xslt/src/xslt/txStylesheet.h => dom/xslt/xslt/txStylesheet.h rename : content/xslt/src/xslt/txStylesheetCompileHandlers.cpp => dom/xslt/xslt/txStylesheetCompileHandlers.cpp rename : content/xslt/src/xslt/txStylesheetCompileHandlers.h => dom/xslt/xslt/txStylesheetCompileHandlers.h rename : content/xslt/src/xslt/txStylesheetCompiler.cpp => dom/xslt/xslt/txStylesheetCompiler.cpp rename : content/xslt/src/xslt/txStylesheetCompiler.h => dom/xslt/xslt/txStylesheetCompiler.h rename : content/xslt/src/xslt/txTextHandler.cpp => dom/xslt/xslt/txTextHandler.cpp rename : content/xslt/src/xslt/txTextHandler.h => dom/xslt/xslt/txTextHandler.h rename : content/xslt/src/xslt/txToplevelItems.cpp => dom/xslt/xslt/txToplevelItems.cpp rename : content/xslt/src/xslt/txToplevelItems.h => dom/xslt/xslt/txToplevelItems.h rename : content/xslt/src/xslt/txUnknownHandler.cpp => dom/xslt/xslt/txUnknownHandler.cpp rename : content/xslt/src/xslt/txUnknownHandler.h => dom/xslt/xslt/txUnknownHandler.h rename : content/xslt/src/xslt/txVariableMap.h => dom/xslt/xslt/txVariableMap.h rename : content/xslt/src/xslt/txXMLEventHandler.h => dom/xslt/xslt/txXMLEventHandler.h rename : content/xslt/src/xslt/txXPathResultComparator.cpp => dom/xslt/xslt/txXPathResultComparator.cpp rename : content/xslt/src/xslt/txXPathResultComparator.h => dom/xslt/xslt/txXPathResultComparator.h rename : content/xslt/src/xslt/txXSLTEnvironmentFunctionCall.cpp => dom/xslt/xslt/txXSLTEnvironmentFunctionCall.cpp rename : content/xslt/src/xslt/txXSLTFunctions.h => dom/xslt/xslt/txXSLTFunctions.h rename : content/xslt/src/xslt/txXSLTNumber.cpp => dom/xslt/xslt/txXSLTNumber.cpp rename : content/xslt/src/xslt/txXSLTNumber.h => dom/xslt/xslt/txXSLTNumber.h rename : content/xslt/src/xslt/txXSLTNumberCounters.cpp => dom/xslt/xslt/txXSLTNumberCounters.cpp rename : content/xslt/src/xslt/txXSLTPatterns.cpp => dom/xslt/xslt/txXSLTPatterns.cpp rename : content/xslt/src/xslt/txXSLTPatterns.h => dom/xslt/xslt/txXSLTPatterns.h rename : content/xslt/src/xslt/txXSLTProcessor.cpp => dom/xslt/xslt/txXSLTProcessor.cpp rename : content/xslt/src/xslt/txXSLTProcessor.h => dom/xslt/xslt/txXSLTProcessor.h extra : rebase_source : 2ffae4527252a6937dd1ee2053d2c9d4fbe268fb
607 lines
17 KiB
C++
607 lines
17 KiB
C++
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "nsAutoPtr.h"
|
|
#include "nsComponentManagerUtils.h"
|
|
#include "nsDependentString.h"
|
|
#include "nsIAtom.h"
|
|
#include "nsIInterfaceInfoManager.h"
|
|
#include "nsServiceManagerUtils.h"
|
|
#include "txExpr.h"
|
|
#include "txIFunctionEvaluationContext.h"
|
|
#include "txIXPathContext.h"
|
|
#include "txNodeSetAdaptor.h"
|
|
#include "txXPathTreeWalker.h"
|
|
#include "xptcall.h"
|
|
#include "txXPathObjectAdaptor.h"
|
|
#include "mozilla/Attributes.h"
|
|
#include "nsIClassInfo.h"
|
|
#include "nsIInterfaceInfo.h"
|
|
|
|
NS_IMPL_ISUPPORTS1(txXPathObjectAdaptor, txIXPathObject)
|
|
|
|
class txFunctionEvaluationContext MOZ_FINAL : public txIFunctionEvaluationContext
|
|
{
|
|
public:
|
|
txFunctionEvaluationContext(txIEvalContext *aContext, nsISupports *aState);
|
|
|
|
NS_DECL_ISUPPORTS
|
|
NS_DECL_TXIFUNCTIONEVALUATIONCONTEXT
|
|
|
|
void ClearContext()
|
|
{
|
|
mContext = nullptr;
|
|
}
|
|
|
|
private:
|
|
txIEvalContext *mContext;
|
|
nsCOMPtr<nsISupports> mState;
|
|
};
|
|
|
|
txFunctionEvaluationContext::txFunctionEvaluationContext(txIEvalContext *aContext,
|
|
nsISupports *aState)
|
|
: mContext(aContext),
|
|
mState(aState)
|
|
{
|
|
}
|
|
|
|
NS_IMPL_ISUPPORTS1(txFunctionEvaluationContext, txIFunctionEvaluationContext)
|
|
|
|
NS_IMETHODIMP
|
|
txFunctionEvaluationContext::GetPosition(uint32_t *aPosition)
|
|
{
|
|
NS_ENSURE_TRUE(mContext, NS_ERROR_FAILURE);
|
|
|
|
*aPosition = mContext->position();
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
txFunctionEvaluationContext::GetSize(uint32_t *aSize)
|
|
{
|
|
NS_ENSURE_TRUE(mContext, NS_ERROR_FAILURE);
|
|
|
|
*aSize = mContext->size();
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
txFunctionEvaluationContext::GetContextNode(nsIDOMNode **aNode)
|
|
{
|
|
NS_ENSURE_TRUE(mContext, NS_ERROR_FAILURE);
|
|
|
|
return txXPathNativeNode::getNode(mContext->getContextNode(), aNode);
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
txFunctionEvaluationContext::GetState(nsISupports **aState)
|
|
{
|
|
NS_IF_ADDREF(*aState = mState);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
enum txArgumentType {
|
|
eBOOLEAN = nsXPTType::T_BOOL,
|
|
eNUMBER = nsXPTType::T_DOUBLE,
|
|
eSTRING = nsXPTType::T_DOMSTRING,
|
|
eNODESET,
|
|
eCONTEXT,
|
|
eOBJECT,
|
|
eUNKNOWN
|
|
};
|
|
|
|
class txXPCOMExtensionFunctionCall : public FunctionCall
|
|
{
|
|
public:
|
|
txXPCOMExtensionFunctionCall(nsISupports *aHelper, const nsIID &aIID,
|
|
uint16_t aMethodIndex,
|
|
#ifdef TX_TO_STRING
|
|
nsIAtom *aName,
|
|
#endif
|
|
nsISupports *aState);
|
|
|
|
TX_DECL_FUNCTION
|
|
|
|
private:
|
|
txArgumentType GetParamType(const nsXPTParamInfo &aParam,
|
|
nsIInterfaceInfo *aInfo);
|
|
|
|
nsCOMPtr<nsISupports> mHelper;
|
|
nsIID mIID;
|
|
uint16_t mMethodIndex;
|
|
#ifdef TX_TO_STRING
|
|
nsCOMPtr<nsIAtom> mName;
|
|
#endif
|
|
nsCOMPtr<nsISupports> mState;
|
|
};
|
|
|
|
txXPCOMExtensionFunctionCall::txXPCOMExtensionFunctionCall(nsISupports *aHelper,
|
|
const nsIID &aIID,
|
|
uint16_t aMethodIndex,
|
|
#ifdef TX_TO_STRING
|
|
nsIAtom *aName,
|
|
#endif
|
|
nsISupports *aState)
|
|
: mHelper(aHelper),
|
|
mIID(aIID),
|
|
mMethodIndex(aMethodIndex),
|
|
#ifdef TX_TO_STRING
|
|
mName(aName),
|
|
#endif
|
|
mState(aState)
|
|
{
|
|
}
|
|
|
|
class txInterfacesArrayHolder
|
|
{
|
|
public:
|
|
txInterfacesArrayHolder(nsIID **aArray, uint32_t aCount) : mArray(aArray),
|
|
mCount(aCount)
|
|
{
|
|
}
|
|
~txInterfacesArrayHolder()
|
|
{
|
|
NS_FREE_XPCOM_ALLOCATED_POINTER_ARRAY(mCount, mArray);
|
|
}
|
|
|
|
private:
|
|
nsIID **mArray;
|
|
uint32_t mCount;
|
|
};
|
|
|
|
static nsresult
|
|
LookupFunction(const char *aContractID, nsIAtom* aName, nsIID &aIID,
|
|
uint16_t &aMethodIndex, nsISupports **aHelper)
|
|
{
|
|
nsresult rv;
|
|
nsCOMPtr<nsISupports> helper = do_GetService(aContractID, &rv);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
nsCOMPtr<nsIClassInfo> classInfo = do_QueryInterface(helper, &rv);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
nsCOMPtr<nsIInterfaceInfoManager> iim =
|
|
do_GetService(NS_INTERFACEINFOMANAGER_SERVICE_CONTRACTID);
|
|
NS_ENSURE_TRUE(iim, NS_ERROR_FAILURE);
|
|
|
|
nsIID** iidArray = nullptr;
|
|
uint32_t iidCount = 0;
|
|
rv = classInfo->GetInterfaces(&iidCount, &iidArray);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
txInterfacesArrayHolder holder(iidArray, iidCount);
|
|
|
|
// Remove any minus signs and uppercase the following letter (so
|
|
// foo-bar becomes fooBar). Note that if there are any names that already
|
|
// have uppercase letters they might cause false matches (both fooBar and
|
|
// foo-bar matching fooBar).
|
|
const char16_t *name = aName->GetUTF16String();
|
|
nsAutoCString methodName;
|
|
char16_t letter;
|
|
bool upperNext = false;
|
|
while ((letter = *name)) {
|
|
if (letter == '-') {
|
|
upperNext = true;
|
|
}
|
|
else {
|
|
MOZ_ASSERT(nsCRT::IsAscii(letter),
|
|
"invalid static_cast coming up");
|
|
methodName.Append(upperNext ?
|
|
nsCRT::ToUpper(static_cast<char>(letter)) :
|
|
letter);
|
|
upperNext = false;
|
|
}
|
|
++name;
|
|
}
|
|
|
|
uint32_t i;
|
|
for (i = 0; i < iidCount; ++i) {
|
|
nsIID *iid = iidArray[i];
|
|
|
|
nsCOMPtr<nsIInterfaceInfo> info;
|
|
rv = iim->GetInfoForIID(iid, getter_AddRefs(info));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
uint16_t methodIndex;
|
|
const nsXPTMethodInfo *methodInfo;
|
|
rv = info->GetMethodInfoForName(methodName.get(), &methodIndex,
|
|
&methodInfo);
|
|
if (NS_SUCCEEDED(rv)) {
|
|
// Exclude notxpcom and hidden. Also check that we have at least a
|
|
// return value (the xpidl compiler ensures that that return value
|
|
// is the last argument).
|
|
uint8_t paramCount = methodInfo->GetParamCount();
|
|
if (methodInfo->IsNotXPCOM() || methodInfo->IsHidden() ||
|
|
paramCount == 0 ||
|
|
!methodInfo->GetParam(paramCount - 1).IsRetval()) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
aIID = *iid;
|
|
aMethodIndex = methodIndex;
|
|
return helper->QueryInterface(aIID, (void**)aHelper);
|
|
}
|
|
}
|
|
|
|
return NS_ERROR_XPATH_UNKNOWN_FUNCTION;
|
|
}
|
|
|
|
/* static */
|
|
nsresult
|
|
TX_ResolveFunctionCallXPCOM(const nsCString &aContractID, int32_t aNamespaceID,
|
|
nsIAtom* aName, nsISupports *aState,
|
|
FunctionCall **aFunction)
|
|
{
|
|
nsIID iid;
|
|
uint16_t methodIndex = 0;
|
|
nsCOMPtr<nsISupports> helper;
|
|
|
|
nsresult rv = LookupFunction(aContractID.get(), aName, iid, methodIndex,
|
|
getter_AddRefs(helper));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (!aFunction) {
|
|
return NS_OK;
|
|
}
|
|
|
|
*aFunction = new txXPCOMExtensionFunctionCall(helper, iid, methodIndex,
|
|
#ifdef TX_TO_STRING
|
|
aName,
|
|
#endif
|
|
aState);
|
|
|
|
return *aFunction ? NS_OK : NS_ERROR_OUT_OF_MEMORY;
|
|
}
|
|
|
|
txArgumentType
|
|
txXPCOMExtensionFunctionCall::GetParamType(const nsXPTParamInfo &aParam,
|
|
nsIInterfaceInfo *aInfo)
|
|
{
|
|
uint8_t tag = aParam.GetType().TagPart();
|
|
switch (tag) {
|
|
case nsXPTType::T_BOOL:
|
|
case nsXPTType::T_DOUBLE:
|
|
case nsXPTType::T_DOMSTRING:
|
|
{
|
|
return txArgumentType(tag);
|
|
}
|
|
case nsXPTType::T_INTERFACE:
|
|
case nsXPTType::T_INTERFACE_IS:
|
|
{
|
|
nsIID iid;
|
|
aInfo->GetIIDForParamNoAlloc(mMethodIndex, &aParam, &iid);
|
|
if (iid.Equals(NS_GET_IID(txINodeSet))) {
|
|
return eNODESET;
|
|
}
|
|
if (iid.Equals(NS_GET_IID(txIFunctionEvaluationContext))) {
|
|
return eCONTEXT;
|
|
}
|
|
if (iid.Equals(NS_GET_IID(txIXPathObject))) {
|
|
return eOBJECT;
|
|
}
|
|
}
|
|
// FALLTHROUGH
|
|
default:
|
|
{
|
|
// XXX Error!
|
|
return eUNKNOWN;
|
|
}
|
|
}
|
|
}
|
|
|
|
class txParamArrayHolder
|
|
{
|
|
public:
|
|
txParamArrayHolder()
|
|
: mCount(0)
|
|
{
|
|
}
|
|
~txParamArrayHolder();
|
|
|
|
bool Init(uint8_t aCount);
|
|
operator nsXPTCVariant*() const
|
|
{
|
|
return mArray;
|
|
}
|
|
|
|
private:
|
|
nsAutoArrayPtr<nsXPTCVariant> mArray;
|
|
uint8_t mCount;
|
|
};
|
|
|
|
txParamArrayHolder::~txParamArrayHolder()
|
|
{
|
|
uint8_t i;
|
|
for (i = 0; i < mCount; ++i) {
|
|
nsXPTCVariant &variant = mArray[i];
|
|
if (variant.DoesValNeedCleanup()) {
|
|
if (variant.type.TagPart() == nsXPTType::T_DOMSTRING)
|
|
delete (nsAString*)variant.val.p;
|
|
else {
|
|
NS_ABORT_IF_FALSE(variant.type.TagPart() == nsXPTType::T_INTERFACE ||
|
|
variant.type.TagPart() == nsXPTType::T_INTERFACE_IS,
|
|
"We only support cleanup of strings and interfaces "
|
|
"here, and this looks like neither!");
|
|
static_cast<nsISupports*>(variant.val.p)->Release();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
bool
|
|
txParamArrayHolder::Init(uint8_t aCount)
|
|
{
|
|
mCount = aCount;
|
|
mArray = new nsXPTCVariant[mCount];
|
|
if (!mArray) {
|
|
return false;
|
|
}
|
|
|
|
memset(mArray, 0, mCount * sizeof(nsXPTCVariant));
|
|
|
|
return true;
|
|
}
|
|
|
|
nsresult
|
|
txXPCOMExtensionFunctionCall::evaluate(txIEvalContext* aContext,
|
|
txAExprResult** aResult)
|
|
{
|
|
nsCOMPtr<nsIInterfaceInfoManager> iim =
|
|
do_GetService(NS_INTERFACEINFOMANAGER_SERVICE_CONTRACTID);
|
|
NS_ENSURE_TRUE(iim, NS_ERROR_FAILURE);
|
|
|
|
nsCOMPtr<nsIInterfaceInfo> info;
|
|
nsresult rv = iim->GetInfoForIID(&mIID, getter_AddRefs(info));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
const nsXPTMethodInfo *methodInfo;
|
|
rv = info->GetMethodInfo(mMethodIndex, &methodInfo);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
uint8_t paramCount = methodInfo->GetParamCount();
|
|
uint8_t inArgs = paramCount - 1;
|
|
|
|
txParamArrayHolder invokeParams;
|
|
if (!invokeParams.Init(paramCount)) {
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
}
|
|
|
|
const nsXPTParamInfo ¶mInfo = methodInfo->GetParam(0);
|
|
txArgumentType type = GetParamType(paramInfo, info);
|
|
if (type == eUNKNOWN) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
txFunctionEvaluationContext *context;
|
|
uint32_t paramStart = 0;
|
|
if (type == eCONTEXT) {
|
|
if (paramInfo.IsOut()) {
|
|
// We don't support out values.
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
// Create context wrapper.
|
|
context = new txFunctionEvaluationContext(aContext, mState);
|
|
if (!context) {
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
}
|
|
|
|
nsXPTCVariant &invokeParam = invokeParams[0];
|
|
invokeParam.type = paramInfo.GetType();
|
|
invokeParam.SetValNeedsCleanup();
|
|
NS_ADDREF((txIFunctionEvaluationContext*&)invokeParam.val.p = context);
|
|
|
|
// Skip first argument, since it's the context.
|
|
paramStart = 1;
|
|
}
|
|
else {
|
|
context = nullptr;
|
|
}
|
|
|
|
// XXX varargs
|
|
if (!requireParams(inArgs - paramStart, inArgs - paramStart, aContext)) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
uint32_t i;
|
|
for (i = paramStart; i < inArgs; ++i) {
|
|
Expr* expr = mParams[i - paramStart];
|
|
|
|
const nsXPTParamInfo ¶mInfo = methodInfo->GetParam(i);
|
|
txArgumentType type = GetParamType(paramInfo, info);
|
|
if (type == eUNKNOWN) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
nsXPTCVariant &invokeParam = invokeParams[i];
|
|
if (paramInfo.IsOut()) {
|
|
// We don't support out values.
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
invokeParam.type = paramInfo.GetType();
|
|
switch (type) {
|
|
case eNODESET:
|
|
{
|
|
nsRefPtr<txNodeSet> nodes;
|
|
rv = evaluateToNodeSet(expr, aContext, getter_AddRefs(nodes));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
txNodeSetAdaptor *adaptor = new txNodeSetAdaptor(nodes);
|
|
if (!adaptor) {
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
}
|
|
|
|
nsCOMPtr<txINodeSet> nodeSet = adaptor;
|
|
rv = adaptor->Init();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
invokeParam.SetValNeedsCleanup();
|
|
nodeSet.swap((txINodeSet*&)invokeParam.val.p);
|
|
break;
|
|
}
|
|
case eBOOLEAN:
|
|
{
|
|
rv = expr->evaluateToBool(aContext, invokeParam.val.b);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
break;
|
|
}
|
|
case eNUMBER:
|
|
{
|
|
double dbl;
|
|
rv = evaluateToNumber(mParams[0], aContext, &dbl);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
invokeParam.val.d = dbl;
|
|
break;
|
|
}
|
|
case eSTRING:
|
|
{
|
|
nsString *value = new nsString();
|
|
if (!value) {
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
}
|
|
|
|
rv = expr->evaluateToString(aContext, *value);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
invokeParam.SetValNeedsCleanup();
|
|
invokeParam.val.p = value;
|
|
break;
|
|
}
|
|
case eOBJECT:
|
|
{
|
|
nsRefPtr<txAExprResult> exprRes;
|
|
rv = expr->evaluate(aContext, getter_AddRefs(exprRes));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
nsCOMPtr<txIXPathObject> adaptor =
|
|
new txXPathObjectAdaptor(exprRes);
|
|
if (!adaptor) {
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
}
|
|
|
|
invokeParam.SetValNeedsCleanup();
|
|
adaptor.swap((txIXPathObject*&)invokeParam.val.p);
|
|
break;
|
|
}
|
|
case eCONTEXT:
|
|
case eUNKNOWN:
|
|
{
|
|
// We only support passing the context as the *first* argument.
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
}
|
|
}
|
|
|
|
const nsXPTParamInfo &returnInfo = methodInfo->GetParam(inArgs);
|
|
txArgumentType returnType = GetParamType(returnInfo, info);
|
|
if (returnType == eUNKNOWN) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
nsXPTCVariant &returnParam = invokeParams[inArgs];
|
|
returnParam.type = returnInfo.GetType();
|
|
if (returnType == eSTRING) {
|
|
nsString *value = new nsString();
|
|
if (!value) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
returnParam.SetValNeedsCleanup();
|
|
returnParam.val.p = value;
|
|
}
|
|
else {
|
|
returnParam.SetIndirect();
|
|
if (returnType == eNODESET || returnType == eOBJECT) {
|
|
returnParam.SetValNeedsCleanup();
|
|
}
|
|
}
|
|
|
|
rv = NS_InvokeByIndex(mHelper, mMethodIndex, paramCount, invokeParams);
|
|
|
|
// In case someone is holding on to the txFunctionEvaluationContext which
|
|
// could thus stay alive longer than this function.
|
|
if (context) {
|
|
context->ClearContext();
|
|
}
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
switch (returnType) {
|
|
case eNODESET:
|
|
{
|
|
txINodeSet* nodeSet = static_cast<txINodeSet*>(returnParam.val.p);
|
|
nsCOMPtr<txIXPathObject> object = do_QueryInterface(nodeSet, &rv);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
NS_ADDREF(*aResult = object->GetResult());
|
|
|
|
return NS_OK;
|
|
}
|
|
case eBOOLEAN:
|
|
{
|
|
aContext->recycler()->getBoolResult(returnParam.val.b, aResult);
|
|
|
|
return NS_OK;
|
|
}
|
|
case eNUMBER:
|
|
{
|
|
return aContext->recycler()->getNumberResult(returnParam.val.d,
|
|
aResult);
|
|
}
|
|
case eSTRING:
|
|
{
|
|
nsString *returned = static_cast<nsString*>
|
|
(returnParam.val.p);
|
|
return aContext->recycler()->getStringResult(*returned, aResult);
|
|
}
|
|
case eOBJECT:
|
|
{
|
|
txIXPathObject *object =
|
|
static_cast<txIXPathObject*>(returnParam.val.p);
|
|
|
|
NS_ADDREF(*aResult = object->GetResult());
|
|
|
|
return NS_OK;
|
|
}
|
|
default:
|
|
{
|
|
// Huh?
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
}
|
|
}
|
|
|
|
Expr::ResultType
|
|
txXPCOMExtensionFunctionCall::getReturnType()
|
|
{
|
|
// It doesn't really matter what we return here, but it might
|
|
// be a good idea to try to keep this as unoptimizable as possible
|
|
return ANY_RESULT;
|
|
}
|
|
|
|
bool
|
|
txXPCOMExtensionFunctionCall::isSensitiveTo(ContextSensitivity aContext)
|
|
{
|
|
// It doesn't really matter what we return here, but it might
|
|
// be a good idea to try to keep this as unoptimizable as possible
|
|
return true;
|
|
}
|
|
|
|
#ifdef TX_TO_STRING
|
|
nsresult
|
|
txXPCOMExtensionFunctionCall::getNameAtom(nsIAtom** aAtom)
|
|
{
|
|
NS_ADDREF(*aAtom = mName);
|
|
|
|
return NS_OK;
|
|
}
|
|
#endif
|