gecko-dev/widget/android
Nicholas Nethercote 5bf56904c4 Bug 1296993 (part 8) - Streamline nsIWidget::CaptureMouse. r=mstange.
This patch does the following.

- Removes the return value, because none of the call sites check it.

- Removes the empty implementations from several nsIWidget instances, because
  they can use the nsBaseWidget one.

--HG--
extra : rebase_source : 1c42bb32a662f2659c934a245ecd0025045120a5
2016-08-25 14:10:02 +10:00
..
bindings Bug 1182840 - Make generated SDK bindings depend on annotation processor; r=snorp 2016-08-23 18:55:12 -04:00
jni Bug 1297462 - Report OutOfMemoryError exception as OOM crash; r=snorp 2016-08-26 12:25:57 -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 Bug 1296744 - Make cameraCallbackBridge use new native JNI bindings; r=snorp 2016-08-26 12:26:46 -04:00
AndroidBridge.h Bug 1296744 - Make cameraCallbackBridge use new native JNI bindings; r=snorp 2016-08-26 12:26:46 -04:00
AndroidBridgeUtilities.h
AndroidContentController.cpp Bug 1294998 - In Fennec only show overscroll effect for root content r=botond 2016-08-19 13:41:30 -07:00
AndroidContentController.h Bug 1294998 - In Fennec only show overscroll effect for root content r=botond 2016-08-19 13:41:30 -07:00
AndroidDirectTexture.h
AndroidGraphicBuffer.h
AndroidJavaWrappers.cpp Bug 1291373 - [geckoview] part 4, Remove GeckoEvent and AndroidGeckoEvent r=jchen 2016-08-16 14:33:43 -07:00
AndroidJavaWrappers.h Bug 1291373 - [geckoview] part 4, Remove GeckoEvent and AndroidGeckoEvent r=jchen 2016-08-16 14:33:43 -07:00
AndroidJNI.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
AndroidJNIWrapper.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
AndroidJNIWrapper.h
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
GeckoBatteryManager.h Bug 1294069 - Move notifyBatteryChange out of GeckoAppShell; r=snorp 2016-08-18 18:04:11 -04:00
GeckoNetworkManager.h Bug 1292323 - Update usage of UsesNativeCallProxy; r=snorp 2016-08-12 23:15:53 -04:00
GeckoScreenOrientation.h Bug 1292323 - Update usage of UsesNativeCallProxy; r=snorp 2016-08-12 23:15:53 -04:00
GeneratedJNINatives.h Bug 1296744 - Update auto-generated bindings; r=me 2016-08-26 12:26:46 -04:00
GeneratedJNIWrappers.cpp Bug 1296744 - Update auto-generated bindings; r=me 2016-08-26 12:26:46 -04:00
GeneratedJNIWrappers.h Bug 1296744 - Update auto-generated bindings; r=me 2016-08-26 12:26:46 -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
MemoryMonitor.h Bug 1294071 - Move dispatchMemoryPressure out of GeckoAppShell; r=snorp 2016-08-18 18:04:11 -04:00
moz.build merge mozilla-inboudn to mozilla-central a=merge 2016-08-05 12:01:14 +02: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
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 1297462 - Combine Java exception stack code paths; r=snorp 2016-08-26 12:25:57 -04:00
nsAppShell.h Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
nsClipboard.cpp Bug 1292323 - Update WrapForJNI usages; r=snorp 2016-08-12 23:15:52 -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 1291373 - [geckoview] part 4, Remove GeckoEvent and AndroidGeckoEvent r=jchen 2016-08-16 14:33:43 -07: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 1292323 - Update WrapForJNI usages; r=snorp 2016-08-12 23:15:52 -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 1296993 (part 5) - Streamline nsIWidget::SetWindow{ShadowStyle,TitlebarColor,Class}. r=mstange. 2016-08-25 13:43:27 +10:00
nsWindow.h Bug 1296993 (part 8) - Streamline nsIWidget::CaptureMouse. r=mstange. 2016-08-25 14:10:02 +10:00
PrefsHelper.h Bug 1292323 - Update usage of UsesNativeCallProxy; r=snorp 2016-08-12 23:15:53 -04:00
Telemetry.h Bug 1292323 - Update usage of UsesNativeCallProxy; r=snorp 2016-08-12 23:15:53 -04:00
ThumbnailHelper.h Bug 1292323 - Update usage of UsesNativeCallProxy; r=snorp 2016-08-12 23:15:53 -04:00