gecko/widget/windows/winrt
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
..
APZController.cpp Bug 1144831 - Remove the HandleLongTapUp callback and just use HandleSingleTap instead. r=botond 2015-03-20 14:26:52 -04:00
APZController.h Bug 1144831 - Remove the HandleLongTapUp callback and just use HandleSingleTap instead. r=botond 2015-03-20 14:26:52 -04:00
DisplayInfo_sdk81.h
FrameworkView.cpp
FrameworkView.h
Makefile.in
MetroApp.cpp
MetroApp.h
MetroAppShell.cpp
MetroAppShell.h
MetroContracts.cpp
MetroD3DCheckHelper.h
MetroInput.cpp Bug 1122094 - Remove some unnecessary code. r=botond 2015-03-05 06:04:02 -05:00
MetroInput.h
MetroUIUtils.js
MetroUIUtils.manifest
MetroUtils.cpp
MetroUtils.h
MetroWidget.cpp Bug 1122090 - Make ContentHelper take a LayoutDeviceIntPoint instead of an nsIntPoint. r=botond 2015-03-19 06:33:32 -04:00
MetroWidget.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
moz.build
mozwrlbase.h
nsMetroFilePicker.cpp
nsMetroFilePicker.h
nsWinMetroUtils.cpp
nsWinMetroUtils.h
ToastNotificationHandler.cpp
ToastNotificationHandler.h
UIAAccessibilityBridge.cpp
UIAAccessibilityBridge.h
UIABridge.cpp
UIABridge.idl
UIABridgePrivate.h
UIABridgePublic.h
WakeLockListener.cpp
WakeLockListener.h