mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
46d6f38e68
This conversion was done with the script: find . -name '*.cpp' -o -name '*.h' -o -name '*.mm' -o -name '*.idl' | \ egrep -v 'cairo-win32-refptr.h|RefPtr.h|TestRefPtr.cpp' | \ xargs sed -i -e 's/mozilla::TemporaryRef</already_AddRefed</g' \ -e 's/TemporaryRef</already_AddRefed</g' Manual fixups were performed in the following instances: - We handled mfbt/RefPtr.h manually so as to not convert TemporaryRef itself into already_AddRefed. - The following files had explicit Move() calls added to make up for the lack of a copy constructor on already_AddRefed: dom/base/ImageEncoder.cpp dom/media/MediaTaskQueue.{h,cpp} dom/media/webaudio/PannerNode.cpp - A redundant overload for MediaTaskQueue::Dispatch was deleted. - A few manual fixups were required in mfbt/tests/TestRefPtr.cpp. - Comments, using declarations, and forward declarations relating to TemporaryRef in dom/canvas/ and gfx/layers/ were changed to refer to already_AddRefed. |
||
---|---|---|
.. | ||
crashtests | ||
resources/content | ||
tests | ||
moz.build | ||
nsCSSFilterInstance.cpp | ||
nsCSSFilterInstance.h | ||
nsFilterInstance.cpp | ||
nsFilterInstance.h | ||
nsISVGChildFrame.h | ||
nsISVGSVGFrame.h | ||
nsSVGAFrame.cpp | ||
nsSVGClipPathFrame.cpp | ||
nsSVGClipPathFrame.h | ||
nsSVGContainerFrame.cpp | ||
nsSVGContainerFrame.h | ||
nsSVGEffects.cpp | ||
nsSVGEffects.h | ||
nsSVGFilterFrame.cpp | ||
nsSVGFilterFrame.h | ||
nsSVGFilterInstance.cpp | ||
nsSVGFilterInstance.h | ||
nsSVGFilterPaintCallback.h | ||
nsSVGForeignObjectFrame.cpp | ||
nsSVGForeignObjectFrame.h | ||
nsSVGGenericContainerFrame.cpp | ||
nsSVGGenericContainerFrame.h | ||
nsSVGGFrame.cpp | ||
nsSVGGFrame.h | ||
nsSVGGradientFrame.cpp | ||
nsSVGGradientFrame.h | ||
nsSVGImageFrame.cpp | ||
nsSVGInnerSVGFrame.cpp | ||
nsSVGInnerSVGFrame.h | ||
nsSVGIntegrationUtils.cpp | ||
nsSVGIntegrationUtils.h | ||
nsSVGMarkerFrame.cpp | ||
nsSVGMarkerFrame.h | ||
nsSVGMaskFrame.cpp | ||
nsSVGMaskFrame.h | ||
nsSVGMaskFrameNEON.cpp | ||
nsSVGMaskFrameNEON.h | ||
nsSVGOuterSVGFrame.cpp | ||
nsSVGOuterSVGFrame.h | ||
nsSVGPaintServerFrame.cpp | ||
nsSVGPaintServerFrame.h | ||
nsSVGPathGeometryFrame.cpp | ||
nsSVGPathGeometryFrame.h | ||
nsSVGPatternFrame.cpp | ||
nsSVGPatternFrame.h | ||
nsSVGStopFrame.cpp | ||
nsSVGSwitchFrame.cpp | ||
nsSVGUseFrame.cpp | ||
nsSVGUtils.cpp | ||
nsSVGUtils.h | ||
svg.css | ||
SVGFEContainerFrame.cpp | ||
SVGFEImageFrame.cpp | ||
SVGFELeafFrame.cpp | ||
SVGFEUnstyledLeafFrame.cpp | ||
SVGImageContext.h | ||
SVGTextFrame.cpp | ||
SVGTextFrame.h | ||
SVGViewFrame.cpp |