Commit Graph

12480 Commits (fenix/122.1.0)
 

Author SHA1 Message Date
oana.horvath 62566e6db6 Bug 1842154 - Disable notificationCanBeDismissedIfDownloadIsInterruptedTest UI test
(cherry picked from commit 9239d5d697cbda680aa768d56a51b6981e60398d)
3 months ago
DreVla d8cd5795fa Bug 1861744 - Don't display pending to delete bookmarks when refresh
When deleting bookmarks, we do not instantly remove them due to
having the possibility of undoing the deletion. Because of this,
when the bookmarks are pending to delete, they can still be displayed
when pulling down to refresh and then acted on. This patch aims to
fix this issue by subtracting the pending to delete bookmarks
when they are refreshed by pulling down.

(cherry picked from commit b98eea7fdc7901b1df91dcf796635a25cbe22900)
3 months ago
JohanLorenzo 3fefbb0f02 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter
(cherry picked from commit 28f0fab2427aef40b010d4471eac45dee6348d56)
4 months ago
t-p-white 4a244ea93e Bug 1861616 - Prevent Custom Tabs from stopping background media
(cherry picked from commit e83e8e6e2007a220d1d996063a8b70bb7bd9f469)
4 months ago
Gabriel Luong 7488bd4e3a Bug 1866133 - Add additional headers for Google search
(cherry picked from commit 8144f31282bada16eab0a65fbc187948cf789204)
4 months ago
github-actions[bot] 8fd4efb178 Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] a33a45b4bf Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] b77e6c3ca6 Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] f938437322 Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] b4c120afb7 Uplift Fenix strings from main to releases_v122 4 months ago
JohanLorenzo 34fad3e3c1 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter
(cherry picked from commit da1dc5a56f53a45216b3104dc44dcf6e94ad8821)
4 months ago
github-actions[bot] 75473e3f43 Uplift Fenix strings from main to releases_v122 4 months ago
Harrison Oglesby c2b33eeeb5 Bug 1836167 - Fix Bookmark Open telemetry
(cherry picked from commit 9903e627e388097b8a1ffa5f952c1e8afa9f72e7)
4 months ago
github-actions[bot] 19cd77ed19 Uplift Fenix strings from main to releases_v122 4 months ago
rahulsainani 2871b60a2f Bug 1868120 - RC recommendation impression once per product aid combination
(cherry picked from commit 13b68e6d771d052767e856644cf50d44282eb350)
4 months ago
Lina Butler 8257ce33ee Bug 1871156 - Report impressions and clicks for Firefox Suggestions in the `events` ping.
Fenix currently reports AMP and Wikipedia impressions and clicks in the
`fx-suggest` ping, which intentionally omits the `client_id`. This
complicates experiment analysis, because our tooling relies on the
`client_id`.

This commit adds separate events for impressions and clicks on
sponsored and non-sponsored suggestions to the `events` ping.

* The new `awesomebar.{non_}sponsored_suggestion_clicked` events are
  collected the same way as the existing `fx-suggest` ping, and in line
  with the other `awesomebar.*_suggestion_clicked` events.
* The new `awesomebar.{non_}sponsored_suggestion_impressed` events are
  collected for engaged and abandoned search sessions. In constrast,
  the `fx-suggest` ping is only sent for engaged search sessions.

(cherry picked from commit 5dca388356d744bb34fea161309494f00f08ff23)
4 months ago
github-actions[bot] 2217021bab Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] c8ce936356 Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] e66067c1ff Uplift Fenix strings from main to releases_v122 4 months ago
Titouan Thibaud dba7a5f241 Bug 1871548 - Add telemetry for Open PDF in Fenix
(cherry picked from commit 54e7320d1d77484ee9ce0ac8fccacadfc06a7cfd)
4 months ago
github-actions[bot] 578f8e2164 Uplift Fenix strings from main to releases_v122 4 months ago
JohanLorenzo 9efb8e4e6b Update Fenix initial_experiments.json based on the current first-run experiments in experimenter
(cherry picked from commit 12ac520608852c95fd2cff30a206f1e6f1f81446)
4 months ago
rahulsainani ba312cfbac Bug 1870829 - Add review checker enabled attribute for custom targeting
(cherry picked from commit f8a24b062839d6b02a664dd342cf6314c4143d6b)
4 months ago
github-actions[bot] d44b60e972 Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] 3e070e6ace Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] e0993a69ba Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] 7b0dc74b44 Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] e61b21ca11 Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] 7ad6a67453 Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] d171b2a647 Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] f60282d76e Uplift Fenix strings from main to releases_v122 4 months ago
github-actions[bot] db8903fcf4 Uplift Fenix strings from main to releases_v122 5 months ago
github-actions[bot] 99c1db3e05 Uplift Fenix strings from main to releases_v122 5 months ago
github-actions[bot] 2c57c983e9 Uplift Fenix strings from main to releases_v122 5 months ago
github-actions[bot] a3439446df Uplift Fenix strings from main to releases_v122 5 months ago
github-actions[bot] 75d738363e Uplift Fenix strings from main to releases_v122 5 months ago
github-actions[bot] 13bf17cecb Uplift Fenix strings from main to releases_v122 5 months ago
Lina Butler b1f28d119c Bug 1869225 - Catch `SuggestApiException`s.
This commit adds a `handleSuggestExceptions` helper to
`FxSuggestStorage` that catches and reports `SuggestApiException`s from
the Suggest Rust component. `handleSuggestExceptions` works like the
existing `handle{Fxa, Places}Exceptions` helpers.

`FxSuggestIngestionWorker`'s retry behavior is unchanged: if ingestion
fails, the exception will now be reported, but the operation will still
be rescheduled using `WorkManager`'s retry mechanism, as before.

(cherry picked from commit 2ffae770dca04824498315203182ce7b4e44c102)
5 months ago
github-actions[bot] 8c90161986 Uplift Fenix strings from main to releases_v122 5 months ago
AndiAJ e066f89cf3 Bug 1830005 - Re-enable addPrivateBrowsingShortcutFromHomeScreenCFRTest UI test 5 months ago
github-actions 06e4d3ea31 Import translations from android-l10n 5 months ago
github-actions a703e97dc2 Import translations from android-l10n 5 months ago
Tom Ritter 5b4c43f4f0 Bug 1870149: Bump the expiration version for the font list telemetry
We weren't getting submissions for the font telemetry list
and eventually I traced it down to the metric having been expired.

We also need to bump the submission number, otherwise the work
request will be skipped.
5 months ago
AndiAJ 43c7ea896a Bug 1852234 - Fix verifyCustomTabETPSheetAndToggleTest UI test 5 months ago
Jeff Boek c585f93afe Bug 1866927 - Adds ability to enable email tracker blocking protection in private mode 5 months ago
Noah Bond ceeffadbcd Bug 1868453 - Wrap the debug setting data store with an interface 5 months ago
Ryan VanderMeulen 389f7369e1 Bug 1854860 - Update mockk to version 1.13.8 5 months ago
rahulsainani a126386c5e Bug 1866113 - Update analysis in progress string comment 5 months ago
Cathy Lu 254ddba3b0 Bug 1869567 - Ignore intermittent shopping analysis status tests 5 months ago
AndiAJ 1f9067f2b4 Bug 1815395 - Re-enable audio and video permissions tests 5 months ago