gecko/dom/xslt/xpath
Boris Zbarsky fdbb455d4f Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
This patch was mostly generated with the following command:

find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""

and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
..
moz.build
nsXPathExpression.cpp
nsXPathExpression.h
nsXPathNSResolver.cpp
nsXPathNSResolver.h
nsXPathResult.cpp Backed out 2 changesets (bug 957652) because bug 957431 is being backed out 2014-03-21 16:02:21 -04:00
nsXPathResult.h
txBooleanExpr.cpp
txBooleanResult.cpp
txCoreFunctionCall.cpp
txErrorExpr.cpp
txExpr.cpp
txExpr.h
txExprLexer.cpp
txExprLexer.h
txExprParser.cpp Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg 2014-03-15 12:00:15 -07:00
txExprParser.h
txExprResult.h
txFilterExpr.cpp
txForwardContext.cpp
txForwardContext.h
txFunctionCall.cpp
txIXPathContext.h
txLiteralExpr.cpp
txLocationStep.cpp
txMozillaXPathTreeWalker.cpp Backed out 2 changesets (bug 957652) because bug 957431 is being backed out 2014-03-21 16:02:21 -04:00
txNamedAttributeStep.cpp
txNameTest.cpp
txNodeSet.cpp
txNodeSet.h
txNodeSetAdaptor.cpp
txNodeSetAdaptor.h
txNodeSetContext.cpp
txNodeSetContext.h
txNodeTypeTest.cpp
txNumberExpr.cpp Bug 939843: Required changes in the rest of the tree; r=froydnj 2014-02-27 16:23:16 +01:00
txNumberResult.cpp
txPathExpr.cpp
txPredicatedNodeTest.cpp
txPredicateList.cpp
txRelationalExpr.cpp
txResultRecycler.cpp
txResultRecycler.h
txRootExpr.cpp
txSingleNodeContext.h
txStringResult.cpp
txUnaryExpr.cpp
txUnionExpr.cpp
txUnionNodeTest.cpp Bug 939843: Required changes in the rest of the tree; r=froydnj 2014-02-27 16:23:16 +01:00
txVariableRefExpr.cpp
txXPathNode.h Bug 458300 - Rename nsINameSpaceManager.h to nsNameSpaceManager.h. r=jst r=hsivonen 2014-02-27 20:04:46 -03:00
txXPathObjectAdaptor.h
txXPathOptimizer.cpp
txXPathOptimizer.h
txXPathTreeWalker.h
txXPCOMExtensionFunction.cpp
XPathEvaluator.cpp Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley 2014-04-08 18:27:18 -04:00
XPathEvaluator.h Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley 2014-04-08 18:27:18 -04:00