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
The Tor Project
Applications
fenix
Commits
a2020f59
Commit
a2020f59
authored
Sep 02, 2020
by
Matthew Finkel
Browse files
Bug 40016: Don't install WebCompat webext
parent
9611b048
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/components/Core.kt
View file @
a2020f59
...
...
@@ -102,7 +102,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
...
...
@@ -110,7 +109,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
Markdown
is supported
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