gecko/tools
Ehsan Akhgari bd52bd3f4e 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
..
bloatview Bug 1089441 - Move bloattable.pl and bloatdiff.pl into tools/bloatview/. r=dbaron. 2014-11-13 14:02:11 -08:00
docs Bug 1115278 - Add virtualenv to Sphinx environment; r=glandium 2014-12-24 10:17:02 -08:00
jprof Bug 1082265 followup - One more comment tweak. 2014-10-15 14:50:57 -07:00
leak-gauge Bug 1080291 (part 5) - Rename tools/footprint/ as tools/leak-gauge/. r=dbaron. 2014-10-12 17:29:35 -07:00
memory Bug 1089441 - Move bloattable.pl and bloatdiff.pl into tools/bloatview/. r=dbaron. 2014-11-13 14:02:11 -08:00
mercurial Bug 1077326 - Change mercurial-setup process by adding run test for each external extension before prompting about it. r=glandium 2014-11-25 10:53:00 +01:00
profiler Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
quitter Bug 1082450 - Fix quitter extension. r=gabor 2014-10-15 15:05:08 +02:00
rb Bug 1089441 - Update the refcount-balancer docs link. r=dbaron. 2014-11-13 14:02:21 -08:00
update-packaging Bug 1087104 - Implement partial mar generation in make for 'mach build'; r=glandium 2014-10-24 18:24:33 -04:00
mach_commands.py Bug 1103052 - Remove traces of RBTools; r=mconley 2014-11-21 10:49:56 -08:00