Commit Graph

9721 Commits (c7c5682104264ad1396fd0dc2852c0b9f9224b82)
 

Author SHA1 Message Date
Mugurell 2899a66b15 For #26737 - Use the body2 for title else caption style in the Pocket section 2 years ago
Alexandru2909 bda817a608 For #26690 - Dismiss search dialog when opening recent synced tab dropdown menu 2 years ago
Alexandru2909 262aa16991 For #26790 - Dismiss search dialog when opening recent bookmark dropdown menu 2 years ago
Alexandru2909 b93b085085 For #26790 - Dismiss search dialog when opening recent visit dropdown menu 2 years ago
Alexandru2909 44b71bb590 For #26790 - Dismiss search dialog when opening recent tab dropdown menu
For #26790 -  recent tab
2 years ago
mozilla-l10n-automation-bot 1164703571
Import l10n. (#26970) 2 years ago
MatthewTighe 3ef7f959db For #26511: apply wallpapers immediately and observe updates 2 years ago
mcarare aa4a072d73 For #26743: Update the URL text styling in ClickableSubstringLink used by PoweredByPocketHeader
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2 years ago
Gabriel Luong 62c36ab46d For #26888 - Change Home Section Headers to use Headline6 2 years ago
MickeyMoz 8a29213e0c Update to Android-Components 106.0.20220913143057. 2 years ago
mike a 3aff74b40a Closes #26212: Download wallpapers when a thumbnail is clicked 2 years ago
mozilla-l10n-automation-bot 67ba299f77
Import l10n. (#26952) 2 years ago
mike a 65bee4bb27 Closes #26750: add Wallpapers Onboarding dialog 2 years ago
Mugurell 93615438fc For #26910: Enable TCP for all modes
Unify the TCP feature with the TCP setting allowing both to be controlled
through the same Nimbus experiment.
Allow changing the default cookie policy to TCP based on the Nimbus experiment.
2 years ago
Charlie Humphreys d469624d25 fixes #26905: update nimbus experiments github action control flow and versions 2 years ago
Arturo Mejia 1bc33c53fa Closes #26865: Make the Nimbus MR Onboarding features true by default. 2 years ago
MickeyMoz 322d96dadd Update to Android-Components 106.0.20220912143111. 2 years ago
Roger Yang c99ff75787 Close #24913: Update metrics.yaml owners 2 years ago
AndiAJ 27e2402429 For #26932 disabled failing verifyCustomizeHomepageTest UI test 2 years ago
AndiAJ aef6c0a5e4 For #26286 new site security quick settings UI tests 2 years ago
Mozilla L10n Automation Bot d5592687d2 Import l10n. 2 years ago
Christian Sadilek 9cae449e06 Revert "For #26511: Parallelize work for setting the wallpaper"
This reverts commit ce3a7152f9.
2 years ago
Christian Sadilek d39759e7ea Revert "For #26511: Avoid waiting to set no wallpaper"
This reverts commit 4a88dbf1f1.
2 years ago
Christian Sadilek a4692a67f0 Revert "Closes #26750: add Wallpapers Onboarding dialog"
This reverts commit 05b95b6a97.
2 years ago
Christian Sadilek 8dd326f9f2 Revert "Closes #26750: add ktlintFormat changes"
This reverts commit 0ff140193b.
2 years ago
Christian Sadilek 29a36d5e9a Revert "Closes #26750: pr review changes"
This reverts commit 87334d2a76.
2 years ago
Christian Sadilek 7ec570e8b1 Revert "Closes #26750: disable wallpapers onboarding in HomeScreenTest.verifyCustomizeHomepageTest"
This reverts commit 72d7264201.
2 years ago
Christian Sadilek 6525439709 Revert "Closes #26750: remove unused files from WallpaperOnboarding"
This reverts commit 97987dbf8b.
2 years ago
Mozilla L10n Automation Bot 42b9bbce44 Import l10n. 2 years ago
MickeyMoz 5e2051ddde Update to Android-Components 106.0.20220911143157. 2 years ago
MickeyMoz 7fd3a8802b Update to Android-Components 106.0.20220910143058. 2 years ago
mozilla-l10n-automation-bot 3d5c6b96b8
Import l10n. (#26912) 2 years ago
mike a 97987dbf8b Closes #26750: remove unused files from WallpaperOnboarding 2 years ago
mike a 72d7264201 Closes #26750: disable wallpapers onboarding in HomeScreenTest.verifyCustomizeHomepageTest 2 years ago
mike a 87334d2a76 Closes #26750: pr review changes 2 years ago
mike a 0ff140193b Closes #26750: add ktlintFormat changes 2 years ago
mike a 05b95b6a97 Closes #26750: add Wallpapers Onboarding dialog 2 years ago
Ryan VanderMeulen 93be491f26 Update hash to be ignored for ktlint update
The original commit was rebased before landing and the hash changed. Update it to the landed one. Also add a reference to the issue number.
2 years ago
MickeyMoz 3d3a52edd8 Update to Android-Components 106.0.20220909143109. 2 years ago
mcarare c7ebec3602 For #26844: Ignore fix ktlint issues commit from blame. 2 years ago
mcarare ffcef5ff2e For #26844: Fix ktlint issues and remove them from baseline. 2 years ago
Julien Cristau ba611e848e
mergify: allow complete-push check as an alternative to complete-pr in queue conditions (#26902)
PRs created by github actions don't get a pull-request taskcluster graph
scheduled (because that is only done for PRs created by collaborators).
However, if the PR is created in the main fenix repo, typically because
it comes from one of our internal github workflows, then we get a push
graph, which is sufficient to run the required checks.

This change lets mergify consider a green `complete-push` task as
sufficient to queue a PR (in addition to all the other conditions, e.g.
wrt review), which will allow PRs created by the
update-nimbus-experiments workflow to be queued by mergify instead of
having to be merged by a repo admin.
2 years ago
Mugurell 48f7803918 For #26511: Temporarily suppress ktlint issues
Instead of modifying the affecting files. While we set on a strategy on how to
approach this situations.
2 years ago
Mugurell 4a88dbf1f1 For #26511: Avoid waiting to set no wallpaper
This should squeeze the most performance for users who haven't set a wallpaper.
2 years ago
Mugurell ce3a7152f9 For #26511: Parallelize work for setting the wallpaper
Split loading the bitmap from storage and actually setting it in two operations
with one that can run in parallel with onCreateView for HomeFragment and one
that can be used serially on the main thread to actually set the wallpaper.

This seems like the best compromise to ensure that everytime the homescreen is
shown it will have the wallpaper set but does affect the performance - there is
a delay in showing HomeFragment to account for waiting for the wallpaper to be
set.
In testing the new delay seems close to the one from the initial wallpapers
implementation. See more in https://github.com/mozilla-mobile/fenix/pull/26794.
2 years ago
Julien Cristau 32a4be11d0 Bug 1781051 - simplify setting ownerEmail in .taskcluster.yml
Remove special cases for bors and github-actions:
- bors is no longer used for this, as far as I know
- the github-actions special case breaks chain-of-trust's ability to
  rebuild the decision task definition: because we don't leave a
  breadcrumb to record event.sender.login, it has to guess, and if it
  gets it wrong, chain of trust verification fails
2 years ago
Mozilla L10n Automation Bot 72227cb6a3 Import l10n. 2 years ago
MickeyMoz dbae86ffd0 Update to Android-Components 106.0.20220908190311. 2 years ago
Charlie Humphreys 13808e4535 remove qa experiment 2 years ago
MickeyMoz 10eb949ca1 Update to Android-Components 106.0.20220908143131. 2 years ago