Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
fenix
Commits
e263e539
Unverified
Commit
e263e539
authored
Sep 02, 2020
by
Matthew Finkel
Browse files
Bug 40016: Don't install WebCompat webext
parent
7ce295d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/components/Core.kt
View file @
e263e539
...
...
@@ -104,7 +104,6 @@ class Core(private val context: Context, private val crashReporter: CrashReporti
trackingProtectionPolicyFactory
.
createTrackingProtectionPolicy
()
)
).
also
{
WebCompatFeature
.
install
(
it
)
/**
* There are some issues around localization to be resolved, as well as questions around
...
...
@@ -112,7 +111,8 @@ class Core(private val context: Context, private val crashReporter: CrashReporti
* disabled in Fenix Release builds for now.
* This is consistent with both Fennec and Firefox Desktop.
*/
if
(
Config
.
channel
.
isNightlyOrDebug
||
Config
.
channel
.
isBeta
)
{
if
(
false
&&
(
Config
.
channel
.
isNightlyOrDebug
||
Config
.
channel
.
isBeta
))
{
WebCompatFeature
.
install
(
it
)
WebCompatReporterFeature
.
install
(
it
,
"fenix"
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment