gecko-dev/widget/android
Nicholas Nethercote e7f10a07fd Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm.
This patch makes most Run() declarations in subclasses of nsIRunnable have the
same form: |NS_IMETHOD Run() override|.

As a result of these changes, I had to add |override| to a couple of other
functions to satisfy clang's -Winconsistent-missing-override warning.

--HG--
extra : rebase_source : 815d0018b0b13329bb5698c410f500dddcc3ee12
2016-08-08 12:18:10 +10:00
..
bindings Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
jni Bug 1289208 - Add native methods to AndroidGamepadManager; r=snorp 2016-08-04 09:16:05 -04:00
ANRReporter.cpp Bug 1252808 - Don't use mozilla_sampler_stop() directly. r=snorp 2016-03-03 18:16:56 +09:00
ANRReporter.h Bug 1287946 - Update existing code to use mozilla::java; r=me 2016-07-21 13:49:04 -04:00
AndroidAlerts.cpp Bug 1288821 - Convert callObserver/removeObserver to native method; r=snorp 2016-08-04 09:17:54 -04:00
AndroidAlerts.h Bug 1288821 - Convert callObserver/removeObserver to native method; r=snorp 2016-08-04 09:17:54 -04:00
AndroidBridge.cpp merge mozilla-inboudn to mozilla-central a=merge 2016-08-05 12:01:14 +02:00
AndroidBridge.h merge mozilla-inboudn to mozilla-central a=merge 2016-08-05 12:01:14 +02:00
AndroidBridgeUtilities.h
AndroidContentController.cpp Bug 1290823 - Send Gesture:SingleTap even if we're in a chrome document. r=rbarker 2016-08-08 15:24:11 -04:00
AndroidContentController.h Bug 1290823 - Factor out the code for dispatching a single tap event to observers into its own function. r=rbarker 2016-08-08 16:12:40 -04:00
AndroidDirectTexture.h
AndroidGraphicBuffer.h
AndroidJNI.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
AndroidJNIWrapper.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
AndroidJNIWrapper.h
AndroidJavaWrappers.cpp Bug 1288821 - Remove observer events in GeckoEvent; r=snorp 2016-08-04 09:17:54 -04:00
AndroidJavaWrappers.h Bug 1288821 - Remove observer events in GeckoEvent; r=snorp 2016-08-04 09:17:54 -04:00
GeckoNetworkManager.h Bug 1287946 - Update existing code to use mozilla::java; r=me 2016-07-21 13:49:04 -04:00
GeckoScreenOrientation.h Bug 1287946 - Update existing code to use mozilla::java; r=me 2016-07-21 13:49:04 -04:00
GeneratedJNINatives.h Bug 1291229 - Fix typo for moving Java bindings to mozilla::java namespace. r=jchen 2016-08-05 13:23:44 -04:00
GeneratedJNIWrappers.cpp Bug 1291229 - Fix typo for moving Java bindings to mozilla::java namespace. r=jchen 2016-08-05 13:23:44 -04:00
GeneratedJNIWrappers.h Bug 1291229 - Fix typo for moving Java bindings to mozilla::java namespace. r=jchen 2016-08-05 13:23:44 -04:00
GfxInfo.cpp Bug 1279657 - Fix missed callsites. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GfxInfo.h Bug 1263249 - Bubble up unique failureId in GetFeatureStatus. r=mconley,milan 2016-04-13 17:12:47 -04:00
NativeJSContainer.cpp Bug 1206822 - Handle JS exceptions in NativeJSContainer; r=snorp 2016-04-18 08:46:31 -04:00
NativeJSContainer.h Bug 1287946 - Update existing code to use mozilla::java; r=me 2016-07-21 13:49:04 -04:00
PrefsHelper.h Bug 1287946 - Improve usage of StringParam in PrefsHelper; r=me 2016-07-21 13:49:05 -04:00
Telemetry.h Bug 1288838 - Add telemetry native methods to Android telemetry module; r=snorp 2016-08-04 09:16:04 -04:00
ThumbnailHelper.h Bug 1288834 - Implement native request method in ZoomedView; r=snorp 2016-08-04 09:15:17 -04:00
moz.build merge mozilla-inboudn to mozilla-central a=merge 2016-08-05 12:01:14 +02:00
nsAndroidProtocolHandler.cpp Bug 1287946 - Update existing code to use mozilla::java; r=me 2016-07-21 13:49:04 -04:00
nsAndroidProtocolHandler.h
nsAppShell.cpp Bug 1288821 - Remove observer events in GeckoEvent; r=snorp 2016-08-04 09:17:54 -04:00
nsAppShell.h Bug 1286663 - Add request thumbnail native method to ThumbnailHelper; r=snorp 2016-07-21 13:49:04 -04:00
nsClipboard.cpp Bug 1287946 - Update existing code to use mozilla::java; r=me 2016-07-21 13:49:04 -04:00
nsClipboard.h
nsDeviceContextAndroid.cpp Bug 1265386: Fix white-space errors in widget/, r=nfroyd 2016-07-22 10:56:13 +02:00
nsDeviceContextAndroid.h Bug 1278269 - Make a PrintTarget class and PrintTargetThebes subclass and convert all nsIDeviceContextSpec subclasses to use them. r=Bas 2016-06-03 11:27:31 +01:00
nsIAndroidBridge.idl Bug 1288838 - Add telemetry native methods to Android telemetry module; r=snorp 2016-08-04 09:16:04 -04:00
nsIdleServiceAndroid.cpp
nsIdleServiceAndroid.h
nsLookAndFeel.cpp Bug 1287946 - Update existing code to use mozilla::java; r=me 2016-07-21 13:49:04 -04:00
nsLookAndFeel.h
nsPrintOptionsAndroid.cpp Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo 2016-07-20 22:03:25 -07:00
nsPrintOptionsAndroid.h Bug 1189846 Part 2: Make Android CreatePrintSettings work like other OS specific ones. r=snorp 2016-05-16 10:40:54 +01:00
nsScreenManagerAndroid.cpp Bug 1287946 - Update existing code to use mozilla::java; r=me 2016-07-21 13:49:04 -04:00
nsScreenManagerAndroid.h
nsWidgetFactory.cpp Bug 1288821 - Add AndroidAlerts as a nsAlertsService backend; r=snorp 2016-08-04 09:17:54 -04:00
nsWindow.cpp Bug 1273356 - Remove the unused and incorrect ComputeRenderIntegrity codepath for computing checkerboard. r=rbarker 2016-08-03 11:59:08 -04:00
nsWindow.h Bug 1273356 - Remove the unused and incorrect ComputeRenderIntegrity codepath for computing checkerboard. r=rbarker 2016-08-03 11:59:08 -04:00