gecko/ipc
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
..
app Bug 1101170 - Move Linux sandbox code into plugin-container on desktop. r=kang r=glandium 2014-11-24 15:22:13 -08:00
bluetooth Bug 1091577: Added |BluetoothDaemonPDU::GetHeader|, r=shawnjohnjr 2014-11-05 15:43:06 +01:00
chromium Bug 1073003 - Fix warnings causing errors in emulator build. r=nfroyd 2015-01-08 13:52:19 -08:00
contentproc Bug 928044 Part 2: Enable the content sandbox by default on Windows with an open policy. r=tabraldes,glandium,jimm 2014-11-29 17:12:18 +00:00
dbus Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium 2014-07-24 11:55:33 -04:00
glue Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
ipdl Bug 1116640, fix TestUrgentHangs on windows, r=billm. Not tested on current infra so DONTBUILD 2015-01-05 10:53:36 -08:00
keystore Bug 1073081 - Fix warnings about macro redefinitions by renaming macros. r=ehsan 2014-12-10 18:20:10 -05:00
netd Bug 1073081 - Fix warnings about macro redefinitions by renaming macros. r=ehsan 2014-12-10 18:20:10 -05:00
nfc Bug 1036864 - Remove EXPORT_LIBRARY. r=mshal 2014-07-11 19:06:55 +09:00
ril Bug 1110669: Inherit |RilConsumer| from |StreamSocket|, r=qdot 2015-01-07 11:19:59 +01:00
testshell Bug 1117265 - Mark virtual overridden functions as MOZ_OVERRIDE in IPC code; r=baku 2015-01-03 12:25:13 -05:00
unixfd Bug 1093025: Initialize listen socket only once in |UnixSocketWatcher::Listen|, r=kyle 2014-12-02 15:00:35 -08:00
unixsocket Bug 1073081 - Fix -Wsign-compare and -Wsign-conversion warnings. r=ehsan 2014-11-24 19:54:33 -05:00
moz.build Bug 1073548: Add |mozilla::ipc::BluetoothDaemonConnection|, r=shawnjohnjr 2014-11-03 13:03:49 +01:00
pull-chromium.py