gecko-dev/dom/activities
Ehsan Akhgari 883849ee32 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -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_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
..
interfaces Bug 776027 - Allow nsIActivityUIGlueCallback to handle native and web activities. r=fabrice 2014-04-25 16:29:00 +02:00
tests/unit Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Activities.manifest Bug 1058101 - Flatten dom/activities/src/ into parent directory. r=mccr8 2014-08-27 10:12:03 -07:00
ActivitiesService.jsm Bug 997564 - add special handling to internal-system-engineering-mode webactivity. r=fabrice,pauljt 2014-09-21 09:09:00 +02:00
ActivitiesServiceFilter.jsm Bug 1058101 - Flatten dom/activities/src/ into parent directory. r=mccr8 2014-08-27 10:12:03 -07:00
Activity.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
Activity.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
ActivityMessageConfigurator.js Bug 1058101 - Flatten dom/activities/src/ into parent directory. r=mccr8 2014-08-27 10:12:03 -07:00
ActivityProxy.js Bug 997564 - add special handling to internal-system-engineering-mode webactivity. r=fabrice,pauljt 2014-09-21 09:09:00 +02:00
ActivityRequestHandler.js Bug 1058101 - Flatten dom/activities/src/ into parent directory. r=mccr8 2014-08-27 10:12:03 -07:00
ActivityWrapper.js Bug 1058101 - Flatten dom/activities/src/ into parent directory. r=mccr8 2014-08-27 10:12:03 -07:00
moz.build Bug 1058101 - Flatten dom/activities/src/ into parent directory. r=mccr8 2014-08-27 10:12:03 -07:00