gecko/gfx/layers/composite
Ehsan Akhgari b6e35bb4b4 Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:

#!/bin/bash

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*/.hg*" \
       ! -wholename "*/.git*" \
       ! -wholename "obj-*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_DELETE '= delete'
2015-01-08 23:19:05 -05:00
..
AsyncCompositionManager.cpp Bug 1116427 - Remove unneeded nsCSSPropList.h include from AsyncCompositionManager.h. r=nrc 2015-01-05 22:03:28 +11:00
AsyncCompositionManager.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
CanvasLayerComposite.cpp Bug 1036602 - add generic gfx/layers functionality for VR rendering; r=nical 2014-07-09 12:26:18 -07:00
CanvasLayerComposite.h Bug 918634 - swapFrameLoader not implemented for e10s r=nical 2014-10-14 15:11:38 -07:00
ColorLayerComposite.cpp
ColorLayerComposite.h Bug 918634 - swapFrameLoader not implemented for e10s r=nical 2014-10-14 15:11:38 -07:00
CompositableHost.cpp Bug 1111258 - Bustage fix. r=mstange 2014-12-16 21:32:58 -05:00
CompositableHost.h Bug 1111258 - Bustage fix. r=mstange 2014-12-16 21:32:58 -05:00
ContainerLayerComposite.cpp Bug 1103258 - Prevent an empty container from creating a render target. r=BenWa, r=jmuizelaar 2014-12-23 05:48:00 -05:00
ContainerLayerComposite.h Bug 1076241 - Add an API for setting a resolution on a document and scaling it by that amount. r=kats,tn 2015-01-02 20:06:14 -05:00
ContentHost.cpp Bug 1111258 - Bustage fix. r=mstange 2014-12-16 21:32:58 -05:00
ContentHost.h Bug 1117263 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics layers code; r=roc 2015-01-03 12:21:23 -05:00
FontData.h
FPSCounter.cpp
FPSCounter.h
ImageHost.cpp Bug 1111258 - Bustage fix. r=mstange 2014-12-16 21:32:58 -05:00
ImageHost.h Bug 1117263 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics layers code; r=roc 2015-01-03 12:21:23 -05:00
ImageLayerComposite.cpp Bug 1100110 - Fix ScaleMode handling of ImageLayer and HwcComposer2D r=mattwoodrow 2014-12-06 17:12:50 -08:00
ImageLayerComposite.h Bug 1117263 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics layers code; r=roc 2015-01-03 12:21:23 -05:00
LayerManagerComposite.cpp Bug 1116008 - Make FrameMetrics::mCriticalDisplayPort private. r=kats 2014-12-30 14:07:57 -05:00
LayerManagerComposite.h Bug 1085223 - Add an occlusion culling pass to compositor layers. r=BenWa 2014-10-20 17:04:39 +13:00
PaintedLayerComposite.cpp Bug 1101636 - Cleanup the CompositorType enum. r=jrmuizel 2014-11-26 02:00:34 +01:00
PaintedLayerComposite.h Bug 1117263 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics layers code; r=roc 2015-01-03 12:21:23 -05:00
qrcode_table.h
TextRenderer.cpp
TextRenderer.h
TextureHost.cpp Bug 1110528 - Check for invalid surface before calling update. r=nical 2014-12-12 14:56:06 -05:00
TextureHost.h Bug 1117263 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics layers code; r=roc 2015-01-03 12:21:23 -05:00
TiledContentHost.cpp Bug 1114999 - Part 2: Apply MOZ_NO_ADDREF_RELEASE_ON_RETURN to all smart pointer arrow operators that can return refcounted objects; r=jrmuizel 2015-01-06 16:30:03 -05:00
TiledContentHost.h Bug 1117263 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics layers code; r=roc 2015-01-03 12:21:23 -05:00
X11TextureHost.cpp
X11TextureHost.h