- 10 Nov, 2020 3 commits
-
-
MickeyMoz authored
-
mozilla-l10n-automation-bot authored
-
Mugurell authored
To get the index of the current selected browser tab when using reverse layout we should also account for items placed below of the browser tabs. The patch here unifies the logic already used for some calls but not all.
-
- 09 Nov, 2020 5 commits
-
-
Codrut Topliceanu authored
-
Gabriel Luong authored
-
mcarare authored
-
mozilla-l10n-automation-bot authored
-
Christian Sadilek authored
-
- 07 Nov, 2020 1 commit
-
-
mozilla-l10n-automation-bot authored
-
- 06 Nov, 2020 7 commits
-
-
liuche authored
-
Mihai Adrian Carare authored
-
Christian Sadilek authored
-
Gregory Mierzwinski authored
* Enable webrender for all tests and run a subset without webrender. * Run tests on PR. * Change task labels for webrender-enabled tests. * Move transform logic to after the main transform. * Reformat group symbol. * Check if extra field is empty. * Try a different method for treeherder info. * Fix up assignment issue. * Reformat symbol field instead of groupSymbol. * Add new task group to config. * Change the platform name for webrender tasks. * Undo testing changes. * Undo platform naming changes.
-
Oana Horvath authored
-
Mozilla L10n Automation Bot authored
-
MickeyMoz authored
-
- 05 Nov, 2020 12 commits
-
-
Christian Sadilek authored
-
Arturo Mejia authored
on WifiConnectionMonitor
-
Sebastian Kaspari authored
-
rxu authored
-
Michael Comella authored
-
Michael Comella authored
-
Michael Comella authored
-
Michael Comella authored
They're currently lazy { lazy { value } }. Accessing `lazy.value` directly allows us to make it lazy { value }. This should be more performant and prevents us from double-counting these components.
-
Michael Comella authored
By having LazyMonitored implement Lazy, we can continue to pass these values directly into the ac APIs that require Lazy references. For some reason, implementing `Lazy.value` can replace `operator fun getValue` required for delegates.
-
Michael Comella authored
By component groups, I mean I applied this to any class with the class kdoc, "Component group for...". There are a few instances of lazy we had to keep using the old API to avoid having to update constructor arguments.
-
Michael Comella authored
-
mozilla-l10n-automation-bot authored
-
- 04 Nov, 2020 8 commits
-
-
MickeyMoz authored
-
Kate Glazko authored
-
ekager authored
-
MickeyMoz authored
-
Mugurell authored
With the Fennec -> Fenix migration complete there is no other Mozilla application that would serve as a custom account provider hence the automatic signin would not be possible. Make this more obvious by commenting out the code that would trigger an onboarding banner for it but keep the code in the app for when #15694 would add to Fenix the ability to serve as a custom account provider.
-
Mugurell authored
This would ensure the corners of the inner and outer borders are aligned, with no empty gap between them.
-
MickeyMoz authored
-
Mugurell authored
STATE_HALF_EXPANDED cannot be disabled while also keeping fitToContents = true based on which the tabs tray layout is currently set. To work around this we'll set a a minuscule height for the tab tray when in this state and then immediately advance to STATE_HIDDEN so to make it imperceptible to the users. Since I couldn't write unit tests because of InflateExceptions in Robolectric I've written UI tests to protect against regressions.
-
- 03 Nov, 2020 4 commits
-
-
Stefan Arentz authored
-
Mihai Adrian Carare authored
-
Rafał Opiłowski authored
-
Oana Horvath authored
-