gecko-dev/widget/android
Gerald Squelart 2416d881e2 Bug 1691589 - Reduce reliance on GeckoProfiler.h when only labels (and maybe markers) are needed - r=necko-reviewers,geckoview-reviewers,sg,agi,florian
There are no code changes, only #include changes.
It was a fairly mechanical process: Search for all "AUTO_PROFILER_LABEL", and in each file, if only labels are used, convert "GeckoProfiler.h" into "ProfilerLabels.h" (or just add that last one where needed).
In some files, there were also some marker calls but no other profiler-related calls, in these cases "GeckoProfiler.h" was replaced with both "ProfilerLabels.h" and "ProfilerMarkers.h", which still helps in reducing the use of the all-encompassing "GeckoProfiler.h".

Differential Revision: https://phabricator.services.mozilla.com/D104588
2021-02-16 04:44:19 +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
AndroidCompositorWidget.h
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
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 1684967 - Don't dispose GeckoEditableChild during JNI call. r=geckoview-reviewers,aklotz 2021-02-04 06:23:54 +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
GeckoVRManager.h
GeckoViewSupport.h Bug 1650118: Part 1 - Remove non-e10s mode from GeckoView; r=geckoview-reviewers,agi 2020-10-27 16:43:29 +00:00
GfxInfo.cpp Bug 1688705 - Block webrender on Mali-G72 and G76 on Android 11. r=aosmond 2021-02-12 21:18:34 +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 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
components.conf
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 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
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