gecko-dev/dom/xslt/xpath
Masayuki Nakano 3816ca9546 Bug 1741148 - part 3: Make users of `nsINode::ComputeIndexOf_Deprecated()` use `nsINode::ComputeIndexOf()` if the result is not set to `int32_t` nor return as `int32_t` r=smaug
This patch fixes only the cases if the result of `ComputeIndexOf_Deprecated()`
is used as unsigned integer with implicit or explicit cast.

Differential Revision: https://phabricator.services.mozilla.com/D131336
2021-12-09 11:55:36 +00:00
..
XPathEvaluator.cpp Bug 1736707, part 1 - Get rid of nsContentUtils::NameSpaceManager(). r=peterv 2021-10-22 16:15:57 +00:00
XPathEvaluator.h
XPathExpression.cpp
XPathExpression.h
XPathResult.cpp Bug 1729329 - Convert nsCOMArrays in XSLT code to nsTArrays and remove impossible to hit OOM errors. r=farre 2021-10-22 15:00:42 +00:00
XPathResult.h Bug 1729329 - Convert nsCOMArrays in XSLT code to nsTArrays and remove impossible to hit OOM errors. r=farre 2021-10-22 15:00:42 +00:00
moz.build Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
txBooleanExpr.cpp
txBooleanResult.cpp
txCoreFunctionCall.cpp
txErrorExpr.cpp
txExpr.cpp
txExpr.h Bug 1729329 - Mark txUnionNodeTest::addNodeTest as infallible. r=farre 2021-10-22 15:00:36 +00:00
txExprLexer.cpp Bug 1729329 - Remove simple OOM checking. r=farre 2021-10-22 15:00:33 +00:00
txExprLexer.h
txExprParser.cpp Bug 1729329 - Remove impossible to hit OOM errors from XSLT code. r=farre 2021-10-22 15:00:42 +00:00
txExprParser.h
txExprResult.h
txFilterExpr.cpp
txForwardContext.cpp
txForwardContext.h
txFunctionCall.cpp
txIXPathContext.h
txLiteralExpr.cpp
txLocationStep.cpp
txMozillaXPathTreeWalker.cpp Bug 1741148 - part 3: Make users of `nsINode::ComputeIndexOf_Deprecated()` use `nsINode::ComputeIndexOf()` if the result is not set to `int32_t` nor return as `int32_t` r=smaug 2021-12-09 11:55:36 +00:00
txNameTest.cpp
txNamedAttributeStep.cpp
txNodeSet.cpp
txNodeSet.h
txNodeSetContext.cpp
txNodeSetContext.h
txNodeTypeTest.cpp
txNumberExpr.cpp
txNumberResult.cpp
txPathExpr.cpp Bug 1729329 - Mark PathExpr::addExpr as infallible. r=farre 2021-10-22 15:00:36 +00:00
txPredicateList.cpp
txPredicatedNodeTest.cpp
txRelationalExpr.cpp
txResultRecycler.cpp Bug 1729329 - Mark txStack::push as infallible. r=farre 2021-10-22 15:00:37 +00:00
txResultRecycler.h
txRootExpr.cpp
txSingleNodeContext.h
txStringResult.cpp
txUnaryExpr.cpp
txUnionExpr.cpp
txUnionNodeTest.cpp
txVariableRefExpr.cpp
txXPathNode.h Bug 1736707, part 1 - Get rid of nsContentUtils::NameSpaceManager(). r=peterv 2021-10-22 16:15:57 +00:00
txXPathOptimizer.cpp Bug 1729329 - Remove impossible to hit OOM errors from XSLT code. r=farre 2021-10-22 15:00:42 +00:00
txXPathOptimizer.h Bug 1729329 - Remove impossible to hit OOM errors from XSLT code. r=farre 2021-10-22 15:00:42 +00:00
txXPathTreeWalker.h