gecko/dom/mobilemessage
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
..
android Bug 873351 - Part 3: Refactor SMS Notifications from RadioInterfaceLayer to SmsService. r=echen 2014-11-27 18:59:06 +08:00
gonk Bug 1101397 - Clear up unnecessary checking of "undefined" DOMString attribute. r=echen 2014-12-22 15:53:25 +08:00
interfaces Bug 1108900 - Part 1: rename MobileMessageDatabaseService. r=echen 2014-12-10 15:30:59 +08:00
ipc Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku 2015-01-08 08:49:54 -05:00
tests Bug 1108900 - Part 2: rename MmsService. r=echen 2014-12-10 16:14:19 +08:00
Constants.cpp Bug 1058101 - Flatten dom/mobilemessage/src/ into parent directory. r=mccr8 2014-08-27 10:13:36 -07:00
Constants.h Bug 1058101 - Flatten dom/mobilemessage/src/ into parent directory. r=mccr8 2014-08-27 10:13:36 -07:00
DeletedMessageInfo.cpp Bug 1058101 - Flatten dom/mobilemessage/src/ into parent directory. r=mccr8 2014-08-27 10:13:36 -07:00
DeletedMessageInfo.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
DOMMobileMessageError.cpp Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz. 2014-10-01 20:43:26 +02:00
DOMMobileMessageError.h Bug 1058101 - Flatten dom/mobilemessage/src/ into parent directory. r=mccr8 2014-08-27 10:13:36 -07:00
MmsMessage.cpp Bug 1087851 part 1. Rename WrapNewBindingObject to GetOrCreateDOMReflector to make it clearer what it does. r=peterv for the idea; patch itself is just search-and-replace 2014-11-26 14:25:20 -05:00
MmsMessage.h Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan 2014-10-08 17:15:23 +01:00
MobileMessageCallback.cpp Bug 1058101 - Flatten dom/mobilemessage/src/ into parent directory. r=mccr8 2014-08-27 10:13:36 -07:00
MobileMessageCallback.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
MobileMessageCursorCallback.cpp Bug 1057915 - 1/2: [MobileMessage] Ability to return multiple entries in getMessages/getThreads cursor.result. DOM & IPDL changes. r=smaug 2014-09-04 11:15:41 +08:00
MobileMessageCursorCallback.h Bug 1057915 - 1/2: [MobileMessage] Ability to return multiple entries in getMessages/getThreads cursor.result. DOM & IPDL changes. r=smaug 2014-09-04 11:15:41 +08:00
MobileMessageManager.cpp Bug 1108900 - Part 2: rename MmsService. r=echen 2014-12-10 16:14:19 +08:00
MobileMessageManager.h Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz. 2014-10-01 20:43:26 +02:00
MobileMessageService.cpp Bug 1064231 - unify instantiation process for RIL services. r=smaug 2014-09-21 15:24:44 +08:00
MobileMessageService.h Bug 1064231 - unify instantiation process for RIL services. r=smaug 2014-09-21 15:24:44 +08:00
MobileMessageThread.cpp Bug 1019191 part 15. Remove now-dead DOMCI_DATA bits. r=peterv 2014-10-22 11:40:49 -04:00
MobileMessageThread.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
moz.build Bug 873351 - Part 2: Refactor SMS Requests from RadioInterfaceLayer to SmsService. r=echen 2014-11-26 20:02:54 +08:00
SmsMessage.cpp Bug 1019191 part 15. Remove now-dead DOMCI_DATA bits. r=peterv 2014-10-22 11:40:49 -04:00
SmsMessage.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
Types.h Bug 1058101 - Flatten dom/mobilemessage/src/ into parent directory. r=mccr8 2014-08-27 10:13:36 -07:00