gecko/accessible/atk
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
..
AccessibleWrap.cpp Bug 1128143 - Add ATK roles for MathML fractions and roots, r=surkov 2015-03-12 08:21:33 -04:00
AccessibleWrap.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
ApplicationAccessibleWrap.cpp Bug 1076816 - segregate XPCOM tree, r=davidb 2014-10-21 20:49:28 -04:00
ApplicationAccessibleWrap.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
ARIAGridAccessibleWrap.h
AtkSocketAccessible.cpp Bug 1076816 - segregate XPCOM tree, r=davidb 2014-10-21 20:49:28 -04:00
AtkSocketAccessible.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
DocAccessibleWrap.cpp
DocAccessibleWrap.h
HTMLTableAccessibleWrap.h
HyperTextAccessibleWrap.h
ImageAccessibleWrap.h
InterfaceInitFuncs.h
moz.build Bug 1113210 - Suppress -Wunused-function clang warning about AtkSocketAccessible.cpp's gobject RTTI macros. r=tbsaunde 2014-12-18 12:17:53 -08:00
nsMai.h bug 1087485 - teach atk to get parents from proxies r=surkov 2014-09-23 08:00:15 -04:00
nsMaiHyperlink.cpp
nsMaiHyperlink.h Bug 1061251 - Fix more bad implicit constructors in accessible; r=tbsaunde 2014-09-02 12:19:32 -04:00
nsMaiInterfaceAction.cpp Bug 1076816 - segregate XPCOM tree, r=davidb 2014-10-21 20:49:28 -04:00
nsMaiInterfaceComponent.cpp Bug 1064877 - dexpcomify Accessible class, r=tbsaunde 2014-09-16 13:30:23 -04:00
nsMaiInterfaceDocument.cpp Bug 1076816 - segregate XPCOM tree, r=davidb 2014-10-21 20:49:28 -04:00
nsMaiInterfaceEditableText.cpp Bug 1140917 - IPC Proxy for replace/insert/copy/cut/delete/paste, r=tbsaunde 2015-03-09 23:04:02 +02:00
nsMaiInterfaceHyperlinkImpl.cpp
nsMaiInterfaceHypertext.cpp
nsMaiInterfaceImage.cpp Bug 1076816 - segregate XPCOM tree, r=davidb 2014-10-21 20:49:28 -04:00
nsMaiInterfaceSelection.cpp
nsMaiInterfaceTable.cpp
nsMaiInterfaceText.cpp Bug 1140895 - IPC Proxy for get/set/add/remove Selection, r=tbsaunde 2015-03-09 22:50:16 +02:00
nsMaiInterfaceValue.cpp
nsStateMap.h Bug 1076816 - segregate XPCOM tree, r=davidb 2014-10-21 20:49:28 -04:00
Platform.cpp Bug 1138845 - Fixup for bustage. r=me 2015-03-04 15:09:40 +09:00
RootAccessibleWrap.cpp
RootAccessibleWrap.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
TextLeafAccessibleWrap.h
UtilInterface.cpp
XULListboxAccessibleWrap.h
XULMenuAccessibleWrap.h
XULTreeGridAccessibleWrap.h