gecko-dev/widget/android
Tim Huang 04d44bae12 Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan
Given that we are going to add ContentBlockingAllowList in
CookieSettings, so CookieSettings will be responsible for more stuff than the
cookie behavior and cookie permission. We should use a proper name to
reflect the purpose of it. The name 'CookieSettings' is misleading that
this is only for cookie related stuff. So, we decide to rename
'CookieSettins' to 'CookieJarSettings' which serves better meaning here.

Differential Revision: https://phabricator.services.mozilla.com/D63935

--HG--
rename : netwerk/cookie/CookieSettings.cpp => netwerk/cookie/CookieJarSettings.cpp
rename : netwerk/cookie/nsICookieSettings.idl => netwerk/cookie/nsICookieJarSettings.idl
extra : moz-landing-system : lando
2020-03-04 08:59:08 +00:00
..
bindings Bug 1616630 - Use py3_action for GENERATED_FILES that already support it; r=firefox-build-system-reviewers,kvark,rstewart 2020-02-21 00:05:17 +00:00
jni Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
AndroidAlerts.cpp
AndroidAlerts.h
AndroidBridge.cpp Bug 1608577: Part 3 - Remove |using namespace mozilla::java| from widget/android; r=geckoview-reviewers,esawin 2020-01-14 16:47:59 +00:00
AndroidBridge.h Bug 1607124 - Query system colors in child processes directly. r=geckoview-reviewers,snorp 2020-01-07 15:41:07 +00:00
AndroidBridgeUtilities.h
AndroidColors.h
AndroidCompositorWidget.cpp
AndroidCompositorWidget.h
AndroidContentController.cpp
AndroidContentController.h
AndroidDirectTexture.h
AndroidGraphicBuffer.h
AndroidUiThread.cpp Bug 1608577: Part 3 - Remove |using namespace mozilla::java| from widget/android; r=geckoview-reviewers,esawin 2020-01-14 16:47:59 +00:00
AndroidUiThread.h
Base64UtilsSupport.h
components.conf Bug 1607818 - Allow AppShell creation in socket process on Android. r=kmag 2020-01-21 19:08:53 +00:00
EventDispatcher.cpp Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
EventDispatcher.h
GeckoBatteryManager.h
GeckoEditableSupport.cpp Bug 1499076 - Dispatch key down event before firing input event. r=geckoview-reviewers,snorp 2020-03-02 22:27:44 +00:00
GeckoEditableSupport.h Bug 1598782 - Don't destroy GeckoEditableSupport when getting focus. r=geckoview-reviewers,rbarker 2019-12-10 20:16:16 +00:00
GeckoNetworkManager.h
GeckoProcessManager.h
GeckoScreenOrientation.h
GeckoSystemStateListener.h
GeckoTelemetryDelegate.h
GeckoVRManager.h
GfxInfo.cpp Bug 1614377 - Switch the WebRender rollout to use allowlist rules. r=jrmuizel 2020-02-18 13:56:10 +00:00
GfxInfo.h Bug 1614376 - Part 2. Add blocklist support for battery/screen size filters. r=jrmuizel 2020-02-13 15:51:32 +00:00
ImageDecoderSupport.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
ImageDecoderSupport.h
MediaKeysEventSourceFactory.cpp Bug 1601508 - create a general interface for getting platform-specific media keys event source r=spohl 2019-12-06 20:55:26 +00:00
moz.build Bug 1616630 - Use py3_action for GENERATED_FILES that already support it; r=firefox-build-system-reviewers,kvark,rstewart 2020-02-21 00:05:17 +00:00
nsAndroidProtocolHandler.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsAndroidProtocolHandler.h
nsAppShell.cpp Bug 1595834: Make GeckoProcessManager interface e10s-multi aware; r=snorp 2020-01-23 18:12:51 +00:00
nsAppShell.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
nsClipboard.cpp Bug 1608577: Part 3 - Remove |using namespace mozilla::java| from widget/android; r=geckoview-reviewers,esawin 2020-01-14 16:47:59 +00:00
nsClipboard.h
nsDeviceContextAndroid.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsDeviceContextAndroid.h
nsIAndroidBridge.idl
nsIdleServiceAndroid.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsIdleServiceAndroid.h
nsLookAndFeel.cpp Bug 1618988 - Move text selection colors outside of geckoview.css. r=m_kato 2020-03-02 04:28:14 +00:00
nsLookAndFeel.h Bug 1606503 - Get the value for prefers-reduced-motion via LookAndFeelInt. r=geckoview-reviewers,snorp 2020-01-14 05:51:06 +00:00
nsNativeThemeAndroid.cpp Bug 1619664 - Decide which theme to use per document, not per-process. r=mstange,spohl 2020-03-03 19:46:41 +00:00
nsNativeThemeAndroid.h
nsPrintSettingsServiceAndroid.cpp
nsPrintSettingsServiceAndroid.h
nsWidgetFactory.cpp
nsWidgetFactory.h
nsWindow.cpp Bug 1503656 - Part 8. Android implementation of safe area insets support r=snorp 2020-03-04 08:17:09 +00:00
nsWindow.h Bug 1503656 - Part 8. Android implementation of safe area insets support r=snorp 2020-03-04 08:17:09 +00:00
PrefsHelper.h
ProcInfo.cpp
ScreenHelperAndroid.cpp Bug 1608577: Part 3 - Remove |using namespace mozilla::java| from widget/android; r=geckoview-reviewers,esawin 2020-01-14 16:47:59 +00:00
ScreenHelperAndroid.h
Telemetry.h
WebAuthnTokenManager.cpp
WebExecutorSupport.cpp Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
WebExecutorSupport.h