- 11 Nov, 2020 6 commits
-
-
Mugurell authored
A link for the "share_image" data review is to be added after review.
-
Mugurell authored
-
MickeyMoz authored
-
Mugurell authored
ImageViews are normally not clipped but extend to cover the entire width and height set. CardViews as a parent can help with that but on lower APIS they still need a shapeAppearance which is a property already in the added style.
-
mcarare authored
-
ekager authored
-
- 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 6 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.
-