gecko/dom/nfc
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
..
gonk Bug 1115674 - manifest for NfcContentHelper. r=dimi 2014-12-26 20:41:25 +08:00
messages Bug 1073014 - Part 2: Use message.origin property to get secure element name. r=allstars.chh 2014-11-04 03:14:00 -05:00
tests Bug 1082300 - B2G NFC: remove NDEF and P2P from technology list. r=smaug, allstars.chh 2014-12-05 01:38:38 +08:00
moz.build Bug 1115674 - manifest for NfcContentHelper. r=dimi 2014-12-26 20:41:25 +08:00
MozNDEFRecord.cpp Bug 1094669 - Add a size attribute for MozNDEFRecord. r=smaug, dimi 2014-11-07 14:24:34 +08:00
MozNDEFRecord.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
NfcContentHelper.js Bug 1115465 - Add id attribute to NFCTag. r=smaug, dimi 2014-12-26 16:07:45 +08:00
NfcContentHelper.manifest Bug 1115674 - manifest for NfcContentHelper. r=dimi 2014-12-26 20:41:25 +08:00
nsINfcContentHelper.idl Bug 1115465 - Add id attribute to NFCTag. r=smaug, dimi 2014-12-26 16:07:45 +08:00
nsNfc.js Bug 1116725 - TypeError : isLost is a readonly attribute. r=smaug, dimi 2014-12-31 17:08:17 +08:00
nsNfc.manifest Bug 1115676 - update contractID for mozNFC. r=smaug, dimi 2014-12-26 20:57:11 +08:00