Commit a71ac8c9 authored by Matthew Finkel's avatar Matthew Finkel Committed by Pier Angelo Vendrame
Browse files

TB 40016: [android] Don't install WebCompat webext.

Originally, fenix#40016.
parent e377ef52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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')
+1 −2
Original line number Diff line number Diff line
@@ -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
@@ -276,7 +275,7 @@ class Core(
            defaultSettings = defaultSettings,
            runtime = geckoRuntime,
        ).also {
            WebCompatFeature.install(it)
            // WebCompatFeature.install(it)
            TorBrowserFeatures.install(context, it)
        }
    }