gecko-dev/widget/android
Kagami Sascha Rosylight 24e9b29c8d Bug 1699707 - Remove DeviceProximityEvent and UserProximityEvent r=agi,annevk,smaug
Note that this removes `window.ondeviceproximity` and `window.onuserproximity` which unexpectedly have been exposed unconditionally.

Differential Revision: https://phabricator.services.mozilla.com/D109160
2021-03-22 18:16:16 +00:00
..
bindings
jni
AndroidAlerts.cpp Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin 2021-03-10 10:47:47 +00:00
AndroidAlerts.h Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin 2021-03-10 10:47:47 +00:00
AndroidBridge.cpp Bug 1694481 - Remove unused code from exthandler/android. r=droeh,esawin 2021-03-10 22:43:08 +00:00
AndroidBridge.h Bug 1694481 - Remove Fennec code in nsIAndroidBridge. r=aklotz 2021-03-10 22:43:06 +00:00
AndroidBridgeUtilities.h
AndroidColors.h
AndroidCompositorWidget.cpp Bug 1690216 - Clarify that StartRemoteDrawingInRegion does not actually modify the region. r=mattwoodrow 2021-02-24 18:34:52 +00:00
AndroidCompositorWidget.h Bug 1690216 - Clarify that StartRemoteDrawingInRegion does not actually modify the region. r=mattwoodrow 2021-02-24 18:34:52 +00:00
AndroidContentController.cpp
AndroidContentController.h
AndroidUiThread.cpp
AndroidUiThread.h
AndroidView.h
AndroidVsync.cpp
AndroidVsync.h
Base64UtilsSupport.h
EventDispatcher.cpp Bug 1693306 - Simplify some uses of LookupOrInsertWith by GetOrInsertNew. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:54 +00:00
EventDispatcher.h
GeckoBatteryManager.h
GeckoEditableSupport.cpp Bug 1650705 - Don't dispatch unnecessary input event when we dispatch composition start with selected text. r=geckoview-reviewers,agi 2021-02-21 17:12:13 +00:00
GeckoEditableSupport.h Bug 1684967 - Don't dispose GeckoEditableChild during JNI call. r=geckoview-reviewers,aklotz 2021-02-04 06:23:54 +00:00
GeckoNetworkManager.h
GeckoProcessManager.cpp
GeckoProcessManager.h
GeckoScreenOrientation.h
GeckoSystemStateListener.h
GeckoTelemetryDelegate.h Bug 1689408: Fix a memory leak in GeckoTelemetryDelegate::DispatchHistogram; r=geckoview-reviewers,agi 2021-01-28 18:15:09 +00:00
GeckoVRManager.h
GeckoViewSupport.h
GfxInfo.cpp Bug 1507074 - Don't block webrender due to lack of GL_OES_EGL_image_external_essl3 support. r=aosmond 2021-03-18 18:31:26 +00:00
GfxInfo.h Bug 1680512 - Prefer EGL for glxtest detection and fallback to GLX if unavailable. r=rmader 2021-01-25 19:41:04 +00:00
ImageDecoderSupport.cpp Bug 1689745 - Throw ImageProcessingException in Image#getBitmap. r=aklotz,esawin 2021-02-05 17:48:15 +00:00
ImageDecoderSupport.h
MediaKeysEventSourceFactory.cpp
PrefsHelper.h
ScreenHelperAndroid.cpp Bug 1634281 - Use nsTHashMap for nsBaseHashtable/nsDataHashtable uses with RefPtr data type. r=xpcom-reviewers,nika 2021-03-09 11:39:36 +00:00
ScreenHelperAndroid.h Bug 1634281 - Use nsTHashMap for nsBaseHashtable/nsDataHashtable uses with RefPtr data type. r=xpcom-reviewers,nika 2021-03-09 11:39:36 +00:00
Telemetry.h Bug 1694481 - Remove unused telemetry methods. r=aklotz 2021-03-10 22:43:05 +00:00
WebAuthnTokenManager.h
WebExecutorSupport.cpp Bug 1432949 - Return error if channel cannot be opened. Expand download blob test case r=geckoview-reviewers,snorp 2021-03-09 00:45:22 +00:00
WebExecutorSupport.h
WindowEvent.h
components.conf Bug 1694481 - Remove unused android:// protocol handler r=aklotz 2021-03-10 22:43:06 +00:00
moz.build Bug 1694481 - Remove unused android:// protocol handler r=aklotz 2021-03-10 22:43:06 +00:00
nsAppShell.cpp Bug 1699707 - Remove DeviceProximityEvent and UserProximityEvent r=agi,annevk,smaug 2021-03-22 18:16:16 +00:00
nsAppShell.h Bug 1694481 - Remove Fennec code in nsIAndroidBridge. r=aklotz 2021-03-10 22:43:06 +00:00
nsClipboard.cpp
nsClipboard.h
nsDeviceContextAndroid.cpp
nsDeviceContextAndroid.h
nsIAndroidBridge.idl Bug 1694481 - Remove Fennec code in nsIAndroidBridge. r=aklotz 2021-03-10 22:43:06 +00:00
nsLookAndFeel.cpp Bug 1691781 - Make Linux tab bar use the darker of the highlight / highlighttext colors. r=dao 2021-02-11 16:36:54 +00:00
nsLookAndFeel.h
nsNativeBasicThemeAndroid.cpp Bug 1690778 - Add a missing include on android on a CLOSED TREE 2021-02-10 02:33:57 +01:00
nsNativeBasicThemeAndroid.h Backed out changeset edb53b07e9c0 (bug 1690812) for causing reftest failures in xul-scrollbar-iterate.html CLOSED TREE 2021-02-04 23:00:03 +02:00
nsNativeThemeAndroid.cpp Bug 1699937 - Don't draw focus outlines for box-shadow in the non-native theme. r=mstange 2021-03-20 23:08:11 +00:00
nsNativeThemeAndroid.h Bug 1699937 - Don't draw focus outlines for box-shadow in the non-native theme. r=mstange 2021-03-20 23:08:11 +00:00
nsPrintSettingsServiceAndroid.cpp
nsPrintSettingsServiceAndroid.h
nsUserIdleServiceAndroid.cpp
nsUserIdleServiceAndroid.h
nsWidgetFactory.cpp
nsWidgetFactory.h
nsWindow.cpp Bug 1678505 - Expose ScrollableDirections and OverscrollDirecitons to GeckoView. r=botond,geckoview-reviewers,agi,aklotz 2021-03-02 08:06:28 +00:00
nsWindow.h Bug 1691622 - part 9: Make `nsIWidget::SynthesizeNativeMouseEvent` take an XP button ID and abstract message value r=smaug,geckoview-reviewers,agi,m_kato 2021-02-24 01:27:10 +00:00