gecko-dev/widget/android
Lee Salzman 6d0dfe44e3 Bug 1690216 - Clarify that StartRemoteDrawingInRegion does not actually modify the region. r=mattwoodrow
It caused us substantial confusion investigating this bug under the belief that
StartRemoteDrawingInRegion may have been modifying the dirty region. None of our
existing widget code anymore uses the API in this way, so it makes sense to just
force this dirty region to be const so that we no longer support the assumption
and alleviate confusion in the future about how our widget code actually behaves.

Depends on D106246

Differential Revision: https://phabricator.services.mozilla.com/D106247
2021-02-24 18:34:52 +00:00
..
bindings Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
jni Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
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 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 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 Bug 1677011 - Add an AndroidVsync class, and use it for the implementation of the Android VsyncSource. r=kats 2020-11-13 19:06:50 +00:00
AndroidVsync.h Bug 1677011 - Add an AndroidVsync class, and use it for the implementation of the Android VsyncSource. r=kats 2020-11-13 19:06:50 +00:00
Base64UtilsSupport.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
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 Bug 1676768 - Add some missing includes. r=geckoview-reviewers,snorp 2020-11-12 16:11:58 +00:00
GeckoScreenOrientation.h
GeckoSystemStateListener.h Bug 1668875 - Distinguish theme changes that can and cannot affect style/layout. r=tnikkel 2020-10-27 10:24:40 +00:00
GeckoTelemetryDelegate.h Bug 1689408: Fix a memory leak in GeckoTelemetryDelegate::DispatchHistogram; r=geckoview-reviewers,agi 2021-01-28 18:15:09 +00:00
GeckoViewSupport.h Bug 1650118: Part 1 - Remove non-e10s mode from GeckoView; r=geckoview-reviewers,agi 2020-10-27 16:43:29 +00:00
GeckoVRManager.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
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 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
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
PrefsHelper.h
ScreenHelperAndroid.cpp
ScreenHelperAndroid.h
Telemetry.h
WebAuthnTokenManager.h Bug 1676768 - Move WebAuthnTokenManager class definition into a header file, because nsAppShell.cpp calls WebAuthnTokenManager::Init(). r=geckoview-reviewers,snorp 2020-11-12 16:12:10 +00:00
WebExecutorSupport.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
WebExecutorSupport.h
WindowEvent.h