gecko-dev/dom/media/omx
Ehsan Akhgari 4354953b4f 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
..
mediaresourcemanager Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
AudioOffloadPlayer.cpp Bug 1073003 - Fix -Wreorder warnings. r=ehsan 2014-12-23 03:14:31 -05:00
AudioOffloadPlayer.h
AudioOffloadPlayerBase.h
AudioOutput.cpp Bug 1073003 - Fix -Wreorder warnings. r=ehsan 2014-12-23 03:14:31 -05:00
AudioOutput.h Bug 1073003 - Fix warnings about macro redefinitions. r=ehsan 2014-12-23 03:16:33 -05:00
AudioSink.h
I420ColorConverterHelper.cpp
I420ColorConverterHelper.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
MediaCodecDecoder.cpp Bug 1073081 - Fix -Woverloaded-virtual warnings in the MediaDecoder hierarchy. r=cpearce 2014-12-10 13:48:56 -05:00
MediaCodecDecoder.h Bug 1073081 - Fix -Woverloaded-virtual warnings in the MediaDecoder hierarchy. r=cpearce 2014-12-10 13:48:56 -05:00
MediaCodecProxy.cpp Bug 1073003 - Fix -Wunused-variable / -Wunused-but-set-variable warnings. r=ehsan 2014-12-31 16:49:13 -05:00
MediaCodecProxy.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
MediaCodecReader.cpp Bug 1094678 - MediaCodecReader::CreateTaskQueues() runs at main thread. r=cpearce, r=brsun 2014-12-23 14:31:30 +08:00
MediaCodecReader.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
MediaOmxCommonDecoder.cpp Bug 1073081 - Fix -Woverloaded-virtual warnings in the MediaDecoder hierarchy. r=cpearce 2014-12-10 13:48:56 -05:00
MediaOmxCommonDecoder.h Bug 1073081 - Fix -Woverloaded-virtual warnings in the MediaDecoder hierarchy. r=cpearce 2014-12-10 13:48:56 -05:00
MediaOmxCommonReader.cpp
MediaOmxCommonReader.h
MediaOmxDecoder.cpp Bug 1073081 - Fix -Woverloaded-virtual warnings in the MediaDecoder hierarchy. r=cpearce 2014-12-10 13:48:56 -05:00
MediaOmxDecoder.h Bug 1073081 - Fix -Woverloaded-virtual warnings in the MediaDecoder hierarchy. r=cpearce 2014-12-10 13:48:56 -05:00
MediaOmxReader.cpp Bug 1073003 - Fix -Wreorder warnings. r=ehsan 2014-12-23 03:14:31 -05:00
MediaOmxReader.h Bug 1111413 - Part 1: Use MediaPromises for seeking. r=bholley 2014-12-16 22:52:57 +13:00
MediaStreamSource.cpp
MediaStreamSource.h
moz.build Bug 1073003 - Fix -Wattribute and -Wmultichar warnings in select directories by disabling them. r=ehsan,ted 2014-12-23 03:22:50 -05:00
MPAPI.h
OMXCodecDescriptorUtil.cpp Bug 1073003 - Fix -Wnarrowing warnings. r=ehsan 2014-12-23 03:26:21 -05:00
OMXCodecDescriptorUtil.h
OMXCodecProxy.cpp Bug 1073003 - Fix -Wreorder warnings. r=ehsan 2014-12-23 03:14:31 -05:00
OMXCodecProxy.h
OMXCodecWrapper.cpp Bug 1073003 - Fix -Wsign-conversion warnings. r=ehsan 2014-12-23 03:26:40 -05:00
OMXCodecWrapper.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
OmxDecoder.cpp Bug 1073003 - Fix warnings causing errors in emulator build. r=nfroyd 2015-01-08 13:52:19 -08:00
OmxDecoder.h Bug 1082545 - Make fastSeek always fast. r=sotaro 2014-11-10 11:54:08 +08:00
RtspExtractor.cpp
RtspExtractor.h
RtspMediaCodecDecoder.cpp Bug 1073081 - Fix -Woverloaded-virtual warnings in the MediaDecoder hierarchy. r=cpearce 2014-12-10 13:48:56 -05:00
RtspMediaCodecDecoder.h Bug 1073081 - Fix -Woverloaded-virtual warnings in the MediaDecoder hierarchy. r=cpearce 2014-12-10 13:48:56 -05:00
RtspMediaCodecReader.cpp Bug 1111413 - Part 1: Use MediaPromises for seeking. r=bholley 2014-12-16 22:52:57 +13:00
RtspMediaCodecReader.h Bug 1111413 - Part 1: Use MediaPromises for seeking. r=bholley 2014-12-16 22:52:57 +13:00
RtspOmxDecoder.cpp
RtspOmxDecoder.h
RtspOmxReader.cpp Bug 1111413 - Part 1: Use MediaPromises for seeking. r=bholley 2014-12-16 22:52:57 +13:00
RtspOmxReader.h Bug 1111413 - Part 1: Use MediaPromises for seeking. r=bholley 2014-12-16 22:52:57 +13:00