gecko-dev/browser/components/migration
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
..
content merge mozilla-inbound to mozilla-central a=merge 2015-02-16 15:59:56 +01:00
tests/unit Bug 1129321 - Remove nonstandard let blocks from browser. r=ttaubert 2015-01-24 23:39:14 -08:00
BrowserProfileMigrators.manifest Bug 1038458 - Part 4: Flatten browser/components/migration/{public,src}/ directories. r=mak 2014-07-26 09:31:57 -07:00
ChromeProfileMigrator.js Bug 1087726: Make JS callers of ios.newChannel call ios.newChannel2 in browser/ (r=gijs) 2014-10-24 14:36:11 -07:00
FirefoxProfileMigrator.js Bug 1138322 - TelemetryEnvironment.jsm should not use |ProfileTimesAccessor|. r=vladan 2015-03-07 18:53:36 +02:00
IEProfileMigrator.js Bug 639134 - update pref UI and internet explorer profile migration code for new tristate pref, r=jaws 2014-11-27 19:12:03 +00:00
MigrationUtils.jsm Bug 1100118 Allow migration from Firefox to Firefox Developer Edition r=MattN 2015-02-14 21:29:49 +00:00
ProfileMigrator.js Bug 1038458 - Part 4: Flatten browser/components/migration/{public,src}/ directories. r=mak 2014-07-26 09:31:57 -07:00
SafariProfileMigrator.js Bug 1112088 - Use Downloads.jsm functions to get download directories in the Safari Migrator. r=mak 2014-12-24 18:10:04 +00:00
jar.mn No bug - Stop pre-processing aboutWelcomeBack.xhtml. r=me 2014-11-04 17:59:31 -08:00
moz.build Bug 1139427 - Define file-based metadata in /browser/components. r=gavin 2015-03-08 20:43:22 +01:00
nsIBrowserProfileMigrator.idl Bug 1038458 - Part 4: Flatten browser/components/migration/{public,src}/ directories. r=mak 2014-07-26 09:31:57 -07:00
nsIEHistoryEnumerator.cpp Bug 1038458 - Part 4: Flatten browser/components/migration/{public,src}/ directories. r=mak 2014-07-26 09:31:57 -07:00
nsIEHistoryEnumerator.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