- 03 Mar, 2020 7 commits
-
-
Johan Lorenzo authored
-
Grisha Kruglov authored
The a-c side of this work is in https://github.com/mozilla-mobile/android-components/pull/6128 This switches Fenix to use `SyncableLoginsStorage`, which caches a connection internally on first access, and doesn't expose any lock/unlock APIs at the public boundary.
-
Johan Lorenzo authored
-
Sebastian Kaspari authored
-
Christian Sadilek authored
-
Sawyer Blatz authored
-
Sawyer Blatz authored
-
- 02 Mar, 2020 14 commits
-
-
David Walsh authored
-
Andrew Gaul authored
Fixes #8838.
-
Harshal Lele authored
-
Sawyer Blatz authored
-
ekager authored
-
Emily Kager authored
This reverts commit 17d7928c.
-
Michael Comella authored
-
mcarare authored
-
mcarare authored
-
mcarare authored
This will auto-mirror on RTL so it will also show at progressbar end
-
Aaron Train authored
-
Mihai Adrian authored
-
Arturo Mejia authored
-
- 29 Feb, 2020 1 commit
-
-
Sawyer Blatz authored
-
- 28 Feb, 2020 18 commits
-
-
Chris authored
-
Chenxia Liu authored
-
Michael Comella authored
Eyeballing my output in *Debug builds on my P2, this adds approximately 115ms or slightly less from first frame drawn to visually complete time.
-
Michael Comella authored
-
ekager authored
Co-authored-by:
Emily Kager <emilykager@gmail.com> Co-authored-by:
Pierre-Yves Ricau <py@squareup.com>
-
ekager authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
This patch removes the need to process() and then match() on every intent processor. A successful process() means that we already matched. Doing this in two steps caused issues when the process() failed but later the simple check in match() returned true. After this patch lands I intent to remove the match() API from the IntentProcessor interface in AC: https://github.com/mozilla-mobile/android-components/issues/6097
-
Michael Droettboom authored
-
mcarare authored
-
mcarare authored
-
mcarare authored
-
David Walsh authored
-
David Walsh authored
-
Sebastian Kaspari authored
Workaround for issue described in: https://github.com/mozilla-mobile/android-components/issues/5989 For debug builds it is unnecessary to use the actual location provider since those builds do not have an API key configured. With that patch we replace the location provider with a dummy implementation in debug builds.
-
Arturo Mejia authored
-
Mark Hammond authored
-
Will Hawkins authored
Create an object that will execute its enqued tasks when Fenix is visually complete.
-