Commit Graph

7481 Commits (e977e0292a3ca09ca4e2ba337ca1b035f80e3aa7)

Author SHA1 Message Date
AndiAJ e977e0292a For #25125 fix flaky downloadMultipleFileTypesTest UI test 2 years ago
sv-ohorvath 9c6a127a40 For #23858: replaces opened app verification with intent matching 2 years ago
sv-ohorvath acb6f5429b Refactor re-usable methods in TabDrawerRobot.kt 2 years ago
sv-ohorvath 24fd376707 Refactor collections UI tests for Compose 2 years ago
sv-ohorvath 9b35c6fd45 Move collections tests to CollectionTest class 2 years ago
AndiAJ fff15ea331 For #25393 fix flaky verifyAboutFirefoxPreview UI test 2 years ago
Mozilla L10n Automation Bot 2cd6e15db8 Import l10n. 2 years ago
Arturo Mejia 6a33f29a91 Revert "For #24455 - Migrate NoCollectionsMessageViewHolder to Compose"
This reverts commit 7b895aba
2 years ago
Mozilla L10n Automation Bot f55e21e1df Import l10n. 2 years ago
Mozilla L10n Automation Bot 0e9b9722a1 Import l10n. 2 years ago
Noah Bond fdd77d0e1e For #21897 - Disable leftover UI test code from #24333 2 years ago
Noah Bond 08a84f8353 For #21897 - Convert inactive tabs to compose 2 years ago
mcarare 48cb5ec268 For #25505: Clear the stored result in case there is no listener with the same key set.
This is the case when the sharing happens outside the tabs tray.
2 years ago
Mozilla L10n Automation Bot 2e5c979ef9 Import l10n. 2 years ago
sunil9211 f89e2f4aca For #20848 - Hide Download List delete icon in multiselect mode 2 years ago
Noah Bond 9520b8c1f3 For #25379 - Plug FenixTypography into ListItem, Button, TextButton, and ExpandableListHeader 2 years ago
Noah Bond 4c118f4816 For #25379 - Create a Compose Typography system 2 years ago
AndiAJ 8043984f46 For #25394 and #25380 re-enable BrowsingErrorPages UI tests 2 years ago
sv-ohorvath c8eafbd9cc For #15754: Replace UI tests video asset for video with sound 2 years ago
Mugurell df66e159ed For #25472 - Set `context_id` to "application" lifetime.
This change mitigates it being set only once in FenixApplication and then
being reset after the first ping is sent.
By having "application" lifetime once set in FenixApplication will be available
in all future contile pings for that application run.
2 years ago
Mozilla L10n Automation Bot e2fdca8d47 Import l10n. 2 years ago
Michael Comella f9b16c772f Closes #24304 - simplify StartupExcessiveResourceUseTest error message.
It's easier to modify the explanation of the heuristics in code comments
rather than command line strings so I moved the failure explanations
into code comments, allowing me to simplify the test failure error messages.
2 years ago
Michael Comella 4e6e5428ea For #24304 - update StartupExcessiveResourceUseTest documentation.
We want this test to be self service for the fenix team so the meaning
of the documentation was updated. Additionally, we clarified why each
heuristic exists to make the test more accessible to self service.
2 years ago
AndiAJ 5d724f52f4 For #25394 disable failing blockUnwantedSoftwarePageTest UI test 2 years ago
Mozilla L10n Automation Bot c3811199b4 Import l10n. 2 years ago
Roger Yang 519f3f96fc No issue: Cleanup default toolbar menu 2 years ago
Mugurell 392f585ba0 For #25459 - Show Pocket sponsored stories irrespective of topics selections 2 years ago
mcarare d20ba1d0fe For #25437: Fix label values for labeled counters. 2 years ago
Mozilla L10n Automation Bot efef63afb2 Import l10n. 2 years ago
Roger Yang ff683c67e0 Close #25449: Use "Enter search terms" as hint when using application search engine 2 years ago
Gabriel Luong 980b1f1f7d For #25444 - Remove all unused strings marked moz:removedIn <= 100 2 years ago
Mozilla L10n Automation Bot 5ea4c6533a Import l10n. 2 years ago
Mozilla L10n Automation Bot b85886eb21 Import l10n. 2 years ago
Arturo Mejia c9240e20ed No issue: Renew/Remove metrics set to expire in v104 2 years ago
sv-ohorvath 1bcb484de7 For #25380: Disable blockHarmfulPageTest UI test 2 years ago
MatthewTighe 3fab791980 fixes #24918: add subregion dropdown to address editor 2 years ago
MatthewTighe 07d4a8599d fixes #25386: turn task continuity on by default for nightly 2 years ago
Gabriel Luong 72a2ee688f For #24300 - Add Tabs to the search engine menu 2 years ago
Alexandru Putanu b9b1124b66
For #25397 - Telemetry for credit card save and update (#25411)
* For #25397 - Telemetry for credit card save and update

* Use Fenix Issue fro Bugs

Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
Co-authored-by: Roger Yang <royang@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Mugurell 849d922038 For #25352 - Add a new FML feature to gate Pocket sponsored stories 2 years ago
Roger Yang 229b949650 Issue #24301: Add Bookmarks to the search engine menu 2 years ago
Mugurell 666c839eb7
For #24040: App should not crash when the search widget is clicked while PIP mode is active (#25410)
When the search event is from the search widget while PIP is active, the search fragment opens after the screen is unlocked. This avoids the issue of the search page opening in landscape mode and also the app doesn't crash.

Co-Authored-By: Mugurell <Mugurell@users.noreply.github.com>

Co-authored-by: indu <indu@ramkystech.com>
2 years ago
Mozilla L10n Automation Bot ab36146e3e Import l10n. 2 years ago
Arturo Mejia d2c1893cf9 For #25212: Add tabs prioritization 2 years ago
Mugurell 12070cb7b8 For #25281 - Improve stories impressions recording.
This fixes the following two scenarios resulting in improper recordings:
- sponsored stories were recorded as shown as part of the impressions recording
for all the stories (both recommended and sponsored). Separated the two.
- sponsored stories were not recorded as shown if the user doesn't scroll.
This could happen if just toggling categories which would result in a new list
of stories to show. Will recheck after the time to settle if the composable is
shown.
2 years ago
Mugurell 41a1f31a84 For #25281 - Consider the toolbar when reporting stories visibility
The toolbar may appear over the Pocket stories causing our functionality for
reporting when a specific story is visible to misreport.
At the moment hardcoding the toolbar height in the visibility checks seems like
the best solution to ensure reliable data.
2 years ago
Mugurell 0b972660ca For #25281 - Allow the Pocket section to settle before reporting impressions
Currently just a hack that will ensure more reliable data.
This will have to be re-evaluated after the homescreen is migrated to compose.
2 years ago
Mugurell dfa5281b23 For #25281 - Pace and rotate sponsored stories
A new way to be able to reliably record actual impressions of sponsored stories
was needed and based on this data we can ensure we are promoting fresh stories
(with fewer impressions) or the ones with a higher priority.
2 years ago
Roger Yang 2b777c3428 Issue #24299: Do not show history search engine in the search settings 2 years ago
Mozilla L10n Automation Bot 123a7aba3d Import l10n. 2 years ago