gecko-dev/dom/media/omx/mediaresourcemanager
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
..
IMediaResourceManagerClient.cpp
IMediaResourceManagerClient.h
IMediaResourceManagerDeathNotifier.cpp
IMediaResourceManagerDeathNotifier.h
IMediaResourceManagerService.cpp
IMediaResourceManagerService.h
MediaResourceHandler.cpp
MediaResourceHandler.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
MediaResourceManagerClient.cpp
MediaResourceManagerClient.h
MediaResourceManagerService.cpp Bug 1073003 - Fix -Wsign-conversion warnings. r=ehsan 2014-12-23 03:26:40 -05:00
MediaResourceManagerService.h Bug 1073003 - Avoid returning a reference to a temporary. r=jhlin 2014-12-23 03:25:21 -05:00
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