Commit Graph

13 Commits (a701988ae9c565c9c089a8876e77d9026e61da96)

Author SHA1 Message Date
Emily Kager a39a9e5b4e No issue: Enable about:config in beta builds 5 years ago
ekager 0777fb3bbe For #5545 For #5542 Closes #6696 Integrate logins API, adds Settings for Autofilling/Saving Logins 5 years ago
ekager cf05840c0f Move experiments initialization and fix ktlint errors 5 years ago
Kris Taeleman 43e8e3aab4 Bug 1605454 - Fixing typo 5 years ago
Kris Taeleman 16005c75ef Bug 1605454 - Kotlin linting improvement 5 years ago
Kris Taeleman de5d44edd8 Bug 1605454 - Change experiment name and take branch into account 5 years ago
Kris Taeleman 2c4790de66 Bug 1605454 - Adding experiment code for disabling webrender. 5 years ago
Michael Comella cf143489e1 For #6464: Replace use of BuildConfig.DEBUG with ReleaseChannel.channel.isDebug.
This fixes performance issues where StrictMode would greatly slow down
startup in the forPerformanceTest variants.
5 years ago
Emily Kager eb26d951ab
For #4763 - Enable GV logging in debug builds (#5144) 5 years ago
Alessio Placitelli dcbe5be121 Enable Gecko metrics exfiltration through Glean (#5126) 5 years ago
Alessio Placitelli 0f6f28b6da Revert "Enable Gecko metrics exfiltration through Glean (#5124)" (#5125)
This reverts commit f824c98c20.
5 years ago
Alessio Placitelli f824c98c20 Enable Gecko metrics exfiltration through Glean (#5124) 5 years ago
Sebastian Kaspari 9b633f7f0f Move creation of GeckoRuntime to flavor-specific source set.
Since we are now able to build against GeckoView Nightly and GeckoView Beta,
we should create the GeckoRuntime from a flavor-specific source set.

Creating the runtime is not covered by the AC abstraction and so API changes
in GeckoView Nightly can break the build and leaves us with no option to fix
it from a shared code base. Separating the creation of GeckoRuntime
allows us to adapt individually and also to configure the runtimes
differently.
5 years ago