gecko-dev/accessible/windows
James Teh 691fb1b366 Bug 1710983: Remove disabling of -Woverloaded-virtual from Windows AccessibleWrap.h. r=morgan
We previously disabled this to squelch warnings caused by inheriting both XPCOM and MSCOM interfaces.
After bug 1694865, we no longer do that, so disabling this warning is no longer necessary.

This raised an instance of -Woverloaded-virtual in ia2AccessibleImage caused by inheritance of IAccessibleAction, which has a method with the same name but different arguments.
A `using` declaration was added to squelch this warning.

Differential Revision: https://phabricator.services.mozilla.com/D115043
2021-05-16 23:22:33 +00:00
..
ia2 Bug 1710983: Remove disabling of -Woverloaded-virtual from Windows AccessibleWrap.h. r=morgan 2021-05-16 23:22:33 +00:00
msaa Bug 1710983: Remove disabling of -Woverloaded-virtual from Windows AccessibleWrap.h. r=morgan 2021-05-16 23:22:33 +00:00
sdn Bug 1694865 part 19: Make EnumVariant, GeckoCustom and sdn*Accessible classes aggregate MsaaAccessible/MsaaDocAccessible instead of AccessibleWrap/DocAccessibleWrap. r=morgan 2021-05-01 22:29:25 +00:00
uia Bug 1694865 part 24: Change uiaRawElmProvider to not rely on AccessibleWrap inheritance. r=morgan 2021-05-01 22:29:27 +00:00
ProxyWrappers.h Bug 1706851: Remove Windows HyperTextProxyFor() function. r=morgan 2021-05-03 23:32:24 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00