gecko/browser
Ehsan Akhgari 33bb32f549 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
..
app Bug 1131414 (part 2) - add the reading-list engine to Sync prefs. r=adw 2015-03-20 11:08:51 -07:00
base Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
branding Bug 1123518 - [ReadingList] Display article preview image in the Reading List sidebar. r=florian 2015-03-20 11:20:11 -07:00
components 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
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-02-23 10:22:56 -05:00
devtools Merge inbound to m-c a=merge CLOSED TREE 2015-03-19 19:15:11 -07:00
docs NO BUG - Fix reStructuredText warnings 2015-03-01 22:51:32 -08:00
experiments Bug 1136390 - test_TelemetryTimestamps.js/test_conditions.js are missing AddonManager initialization. r=gfritzsche 2015-02-25 23:54:35 +01:00
extensions Bug 1142484 - Update Shumway to version 0.10.268. r=till 2015-03-12 07:50:04 -05:00
fuel
installer Backout Bug 1114935 for causing bug 1144567. 2015-03-18 11:48:52 -07:00
locales Backout eb0a4ef7d8b9 (bug 1032128) for adding UX noise. r=me 2015-03-18 19:43:47 -05:00
metro Bug 1139675 - Update JS callers of nsIDOMWindowUtils.setResolution and getResolution in metro browser code. r=kats 2015-03-06 17:14:39 -05:00
modules Bug 1131457 - Add a button to the URLBar that allows adding the current page to the Reading List. r=markh/adw 2015-03-17 12:49:07 -07:00
themes Backed out changeset 6ef7ca8f1db3 (bug 1066531) so I can get at a patch that caused near-permafailing bc3 2015-03-20 17:17:19 -07:00
app-rules.mk
app.mozbuild
build.mk
confvars.sh
defs.mk
LICENSE
Makefile.in
moz.build