gecko-dev/dom/system/gonk
Nicholas Nethercote bab6d17ebf Bug 1293117 (part 4) - Change many NS_IMETHODIMP occurrences to NS_IMETHOD. r=froydnj.
This patch makes the following changes on many in-class methods.

- NS_IMETHODIMP F() override;      --> NS_IMETHOD F() override;
- NS_IMETHODIMP F() override {...} --> NS_IMETHOD F() override {...}
- NS_IMETHODIMP F() final;         --> NS_IMETHOD F() final;
- NS_IMETHODIMP F() final {...}    --> NS_IMETHOD F() final {...}

Using NS_IMETHOD is the preferred way of marking in-class virtual methods.
Although these transformations add an explicit |virtual|, they are safe --
there's an implicit |virtual| anyway because |override| and |final| only work
with virtual methods.

--HG--
extra : rebase_source : 386ee4e4ea2ecd8d5001efabc3ac87b4d6c0659f
2016-08-08 10:54:47 +10:00
..
android_audio
mozstumbler Bug 1293117 (part 4) - Change many NS_IMETHODIMP occurrences to NS_IMETHOD. r=froydnj. 2016-08-08 10:54:47 +10:00
tests Bug 1272414 - rip out qemu/browser/b2g flags from marionette manifests, r=AutomatedTester 2016-05-19 17:23:26 +01:00
AudioChannelManager.cpp Bug 1284535 - Remove dependencies to the mozApps-related APIs from the audio channel code r=gsvelto 2016-04-14 15:19:41 +02:00
AudioChannelManager.h
AudioManager.cpp Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo 2016-07-20 22:03:25 -07:00
AudioManager.h Bug 1249437 - Remove workaround of volume control r=alwu 2016-03-09 15:34:07 -08:00
AutoMounter.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
AutoMounter.h
AutoMounterSetting.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
AutoMounterSetting.h
DataCallInterfaceService.js
DataCallInterfaceService.manifest
DataCallManager.js
DataCallManager.manifest
GeolocationUtil.cpp
GeolocationUtil.h
GonkGPSGeolocationProvider.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
GonkGPSGeolocationProvider.h
MozMtpCommon.h
MozMtpDatabase.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
MozMtpDatabase.h
MozMtpServer.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
MozMtpServer.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
MozMtpStorage.cpp
MozMtpStorage.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
NetIdManager.cpp
NetIdManager.h
NetworkInterfaceListService.js
NetworkInterfaceListService.manifest
NetworkManager.js
NetworkManager.manifest
NetworkService.js
NetworkService.manifest
NetworkUtils.cpp Bug 1273520 - NS_NewRunnable* renaming and include task.h r=fabrice 2016-05-18 18:25:35 +02:00
NetworkUtils.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
NetworkWorker.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
NetworkWorker.h
OpenFileFinder.cpp
OpenFileFinder.h
RILSystemMessenger.jsm
RILSystemMessengerHelper.js
RILSystemMessengerHelper.manifest
RadioInterfaceLayer.js
RadioInterfaceLayer.manifest
SystemProperty.cpp
SystemProperty.h
SystemWorkerManager.cpp Bug 1257335. Replace some AutoSafeJSContext uses with AutoJSAPI or AutoJSContext uses. r=bholley 2016-03-18 10:48:38 -04:00
SystemWorkerManager.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
TetheringService.js
TetheringService.manifest
TimeZoneSettingObserver.cpp
TimeZoneSettingObserver.h
Volume.cpp Bug 1262557 Correct misspelled comment r=jdm 2016-04-06 14:22:14 -04:00
Volume.h
VolumeCommand.cpp
VolumeCommand.h
VolumeManager.cpp Bug 1273520 - NS_NewRunnable* renaming and include task.h r=fabrice 2016-05-18 18:25:35 +02:00
VolumeManager.h
VolumeManagerLog.h
VolumeServiceIOThread.cpp
VolumeServiceIOThread.h
VolumeServiceTest.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
VolumeServiceTest.h
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
nsIAudioManager.idl
nsIDataCallInterfaceService.idl
nsIDataCallManager.idl
nsIGonkDataCallInterfaceService.idl
nsINetworkInterface.idl
nsINetworkInterfaceListService.idl
nsINetworkManager.idl
nsINetworkService.idl
nsINetworkWorker.idl
nsIRadioInterfaceLayer.idl
nsISystemWorkerManager.idl
nsITetheringService.idl
nsIVolume.idl
nsIVolumeMountLock.idl
nsIVolumeService.idl
nsIVolumeStat.idl
nsIWorkerHolder.idl
nsVolume.cpp Bug 1273520 - NS_NewRunnable* renaming and include task.h r=fabrice 2016-05-18 18:25:35 +02:00
nsVolume.h
nsVolumeMountLock.cpp
nsVolumeMountLock.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
nsVolumeService.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
nsVolumeService.h
nsVolumeStat.cpp
nsVolumeStat.h
ril_consts.js
ril_worker.js
ril_worker_buf_object.js
ril_worker_telephony_request_queue.js
systemlibs.js
worker_buf.js