gecko-dev/widget/android
Makoto Kato 6b58ba4928 Bug 1650705 - Don't dispatch unnecessary input event when we dispatch composition start with selected text. r=geckoview-reviewers,agi
Actually, before starting composition, we always remove current selected
text. So it causes that input event is fired by this operation. This is
different of Blink.

`TextEventDispatcher` can set composition string using selected text when
starting composition. So we can reduce this input event.

Also, I mistake bug 1499076 fix. By this fix, we always fires input event
when having selected text even if it is unnecessary. This changeset has
this fix too.

Differential Revision: https://phabricator.services.mozilla.com/D105464
2021-02-21 17:12:13 +00:00
..
bindings
jni
AndroidAlerts.cpp Bug 1680768: Remove unused argument aPrincipal within closeAlert() in nsIAlertsService.idl r=nika 2020-12-07 17:44:34 +00:00
AndroidAlerts.h
AndroidBridge.cpp Bug 1685031 - Remove unused shutdown observer in nsAndroidBridge. r=geckoview-reviewers,agi 2021-01-05 20:14:12 +00:00
AndroidBridge.h Bug 1685031 - Remove unused shutdown observer in nsAndroidBridge. r=geckoview-reviewers,agi 2021-01-05 20:14:12 +00:00
AndroidBridgeUtilities.h
AndroidColors.h
AndroidCompositorWidget.cpp Bug 1691895 - Make RenderCompositorSWGL work on android r=geckoview-reviewers,mattwoodrow,agi 2021-02-16 22:30:47 +00:00
AndroidCompositorWidget.h Bug 1691895 - Make RenderCompositorSWGL work on android r=geckoview-reviewers,mattwoodrow,agi 2021-02-16 22:30:47 +00:00
AndroidContentController.cpp
AndroidContentController.h
AndroidUiThread.cpp Bug 1661172 - Register the android UI thread as "AndroidUI" with the profiler. r=geckoview-reviewers,agi 2020-11-17 21:45:40 +00:00
AndroidUiThread.h
AndroidView.h
AndroidVsync.cpp
AndroidVsync.h
Base64UtilsSupport.h
EventDispatcher.cpp Bug 1691894 - Replace several suboptimal uses of Put after Get by GetOrInsertWith or WithEntryHandle. r=xpcom-reviewers,necko-reviewers,kmag,valentin,geckoview-reviewers,agi 2021-02-15 15:12:17 +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 1692848 - Work around Mali driver crash caused by textureSize(samplerExternalOES). r=kvark 2021-02-17 20:59:06 +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
ScreenHelperAndroid.h
Telemetry.h
WebAuthnTokenManager.h
WebExecutorSupport.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
WebExecutorSupport.h
WindowEvent.h
components.conf Bug 1686616 - register all Services.py services with components.conf. r=kmag,necko-reviewers,valentin 2021-02-18 13:26:28 +00:00
moz.build Bug 1689745 - Throw ImageProcessingException in Image#getBitmap. r=aklotz,esawin 2021-02-05 17:48:15 +00:00
nsAndroidProtocolHandler.cpp
nsAndroidProtocolHandler.h
nsAppShell.cpp Bug 1523577 - Don't initialize GeckoViewStateListener in GeckoThread if on a child process r=geckoview-reviewers,aklotz 2021-02-17 20:34:01 +00:00
nsAppShell.h Bug 1680042 - Fix "detroyed" typos. DONTBUILD r=necko-reviewers,geckoview-reviewers,aklotz 2020-12-01 17:35:54 +00:00
nsClipboard.cpp
nsClipboard.h
nsDeviceContextAndroid.cpp
nsDeviceContextAndroid.h
nsIAndroidBridge.idl
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 Bug 1470983 - Remote all LookAndFeel values for the Gtk backend. r=spohl,jld 2020-12-16 04:17:36 +00:00
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 1519636 - Reformat recent changes to the Google coding style r=andi,necko-reviewers 2021-02-15 08:49:20 +00:00
nsNativeThemeAndroid.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
nsPrintSettingsServiceAndroid.cpp
nsPrintSettingsServiceAndroid.h
nsUserIdleServiceAndroid.cpp
nsUserIdleServiceAndroid.h
nsWidgetFactory.cpp
nsWidgetFactory.h
nsWindow.cpp Bug 1691589 - Reduce reliance on GeckoProfiler.h when only labels (and maybe markers) are needed - r=necko-reviewers,geckoview-reviewers,sg,agi,florian 2021-02-16 04:44:19 +00:00
nsWindow.h