Loading mobile/android/fenix/.buildconfig.yml +2 −2 Original line number Diff line number Diff line Loading @@ -73,8 +73,8 @@ projects: - components:feature-toolbar - components:feature-top-sites - components:feature-webauthn - components:feature-webcompat - components:feature-webcompat-reporter # - components:feature-webcompat # - components:feature-webcompat-reporter - components:feature-webnotifications - components:lib-accelerometer-sensormanager - components:lib-ai-controls Loading mobile/android/fenix/app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -522,8 +522,8 @@ dependencies { implementation project(':components:feature-tabs') implementation project(':components:feature-top-sites') implementation project(':components:feature-webauthn') implementation project(':components:feature-webcompat') implementation project(':components:feature-webcompat-reporter') // implementation project(':components:feature-webcompat') // implementation project(':components:feature-webcompat-reporter') implementation project(':components:feature-webnotifications') implementation project(':components:service-digitalassetlinks') implementation project(':components:service-firefox-accounts') Loading mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Core.kt +1 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,6 @@ import mozilla.components.feature.sitepermissions.OnDiskSitePermissionsStorage import mozilla.components.feature.summarize.settings.SummarizationSettings import mozilla.components.feature.top.sites.DefaultTopSitesStorage import mozilla.components.feature.top.sites.PinnedSiteStorage import mozilla.components.feature.webcompat.WebCompatFeature import mozilla.components.feature.webnotifications.WebNotificationFeature import mozilla.components.lib.dataprotect.SecureAbove22Preferences import mozilla.components.service.digitalassetlinks.RelationChecker Loading Loading @@ -276,7 +275,7 @@ class Core( defaultSettings = defaultSettings, runtime = geckoRuntime, ).also { WebCompatFeature.install(it) // WebCompatFeature.install(it) TorBrowserFeatures.install(context, it) } } Loading Loading
mobile/android/fenix/.buildconfig.yml +2 −2 Original line number Diff line number Diff line Loading @@ -73,8 +73,8 @@ projects: - components:feature-toolbar - components:feature-top-sites - components:feature-webauthn - components:feature-webcompat - components:feature-webcompat-reporter # - components:feature-webcompat # - components:feature-webcompat-reporter - components:feature-webnotifications - components:lib-accelerometer-sensormanager - components:lib-ai-controls Loading
mobile/android/fenix/app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -522,8 +522,8 @@ dependencies { implementation project(':components:feature-tabs') implementation project(':components:feature-top-sites') implementation project(':components:feature-webauthn') implementation project(':components:feature-webcompat') implementation project(':components:feature-webcompat-reporter') // implementation project(':components:feature-webcompat') // implementation project(':components:feature-webcompat-reporter') implementation project(':components:feature-webnotifications') implementation project(':components:service-digitalassetlinks') implementation project(':components:service-firefox-accounts') Loading
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Core.kt +1 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,6 @@ import mozilla.components.feature.sitepermissions.OnDiskSitePermissionsStorage import mozilla.components.feature.summarize.settings.SummarizationSettings import mozilla.components.feature.top.sites.DefaultTopSitesStorage import mozilla.components.feature.top.sites.PinnedSiteStorage import mozilla.components.feature.webcompat.WebCompatFeature import mozilla.components.feature.webnotifications.WebNotificationFeature import mozilla.components.lib.dataprotect.SecureAbove22Preferences import mozilla.components.service.digitalassetlinks.RelationChecker Loading Loading @@ -276,7 +275,7 @@ class Core( defaultSettings = defaultSettings, runtime = geckoRuntime, ).also { WebCompatFeature.install(it) // WebCompatFeature.install(it) TorBrowserFeatures.install(context, it) } } Loading