gecko-dev/dom/xslt
Xidorn Quan 2f49a48a09 Bug 1304302 part 10 - Replace all uses of StyleSheetHandle. r=heycam
This commit is generated by the following commands with some minor
manual adjustment:

find . \( -name '*.h' -or -name '*.cpp' \) -not -path './layout/style/StyleSheet*' -exec sed -i -b \
  -e '/^\(#include\|using\)/s/StyleSheetHandle/StyleSheet/g' \
  -e 's/\(mozilla::\)\?StyleSheetHandle::RefPtr/RefPtr<\1StyleSheet>/g' \
  -e 's/StyleSheetHandle()/nullptr/g' \
  -e 's/->AsStyleSheet()//g' \
  -e 's/StyleSheetHandle/StyleSheet*/g' {} +
sed -i -b 's/sheet->AsVoidPtr()/sheet.get()/' layout/style/Loader.cpp
sed -i -b 's/AsHandle()/this/' layout/style/StyleSheet.cpp

MozReview-Commit-ID: 7abdvlKHukd

--HG--
extra : source : e5682242db07203b5a91810fe1e243c955310588
2016-09-26 22:03:25 +10:00
..
base Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
crashtests Bug 1243337: Indicate the correct context for the generate-id function. r=peterv 2016-02-17 11:46:50 -08:00
tests Backed out 4 changesets (bug 1222624) to fix bug 1249572 2016-03-14 11:36:39 +01:00
xml Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
xpath Bug 1301254 - nsINode::GetBaseURI() should be fallible, r=smaug 2016-09-20 14:02:33 +02:00
xslt Bug 1304302 part 10 - Replace all uses of StyleSheetHandle. r=heycam 2016-09-26 22:03:25 +10:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
nsIDocumentTransformer.h Bug 1076836 - Stop storing a principal in txMozillaXSLTProcessor, pass the document to TX_LoadSheet. r=sicking. 2014-10-08 10:29:11 +02:00
nsIXSLTProcessor.idl Bug 1257919 part 1. Kill off nsIXSLTException. r=khuey 2016-03-22 13:50:31 -04:00
nsIXSLTProcessorPrivate.idl Backed out 4 changesets (bug 1222624) to fix bug 1249572 2016-03-14 11:36:39 +01:00
txIEXSLTRegExFunctions.idl
txIFunctionEvaluationContext.idl
txINodeSet.idl
txIXPathObject.idl