gecko/editor/composer
Ehsan Akhgari 5cccea6f0f 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
..
crashtests Bug 1028565 - Part 1: Flatten editor/composer/{public,src}/ directories. r=ehsan 2014-06-25 15:08:20 -07:00
res Bug 1096185 - Part 1 - Adjust caret size and shadow. r=roc 2015-02-11 19:55:00 +01:00
test Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
moz.build Bug 1070709 - Collapse test-only moz.build files under editor/ into ancestor moz.build files. r=mshal 2014-09-26 07:20:22 +03:00
nsComposerCommands.cpp Bug 1028565 - Part 1: Flatten editor/composer/{public,src}/ directories. r=ehsan 2014-06-25 15:08:20 -07:00
nsComposerCommands.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
nsComposerCommandsUpdater.cpp Bug 1142503 - don't use QueryInterface when the compiler can do the cast for us; r=ehsan 2015-03-12 09:43:50 -04:00
nsComposerCommandsUpdater.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
nsComposerController.cpp Bug 1028565 - Part 1: Flatten editor/composer/{public,src}/ directories. r=ehsan 2014-06-25 15:08:20 -07:00
nsComposerController.h Bug 1028565 - Part 1: Flatten editor/composer/{public,src}/ directories. r=ehsan 2014-06-25 15:08:20 -07:00
nsComposerDocumentCommands.cpp Bug 1028565 - Part 1: Flatten editor/composer/{public,src}/ directories. r=ehsan 2014-06-25 15:08:20 -07:00
nsComposerRegistration.cpp Bug 1028565 - Part 1: Flatten editor/composer/{public,src}/ directories. r=ehsan 2014-06-25 15:08:20 -07:00
nsComposeTxtSrvFilter.cpp Bug 1134280 - Get rid of Tag() - patch 2.2 - /editor - Fix all the occurrences, m=smaug, r=surkov 2015-03-03 11:08:59 +00:00
nsComposeTxtSrvFilter.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
nsEditingSession.cpp Bug 1073213 - Do not use nsIDOMWindowUtils in editor/; r=roc 2014-09-26 09:19:56 -04:00
nsEditingSession.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
nsEditorSpellCheck.cpp 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
nsEditorSpellCheck.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
nsIEditingSession.idl Bug 1028565 - Part 1: Flatten editor/composer/{public,src}/ directories. r=ehsan 2014-06-25 15:08:20 -07:00