Commit Graph

5930 Commits (eeb875b8cb1c2096121d820334f41b6a36462608)

Author SHA1 Message Date
DreVla eeb875b8cb Bug 1865067 - Send surface_reanalyze_clicked only when button tapped
The shopping.surface_reanalyze_clicked event was sent everytime
the review checker sheet was opened while a product was being
reanalyzed. This patch fixes it by sending a separate telemetry
action for the button.

(cherry picked from commit 5149fb715af82a1c79e47fe7e0d8ea8be8ff8dc5)
7 months ago
Harrison Oglesby 479540ae66 Bug 1858882 - Update "Learn More" link in private browsing description
(cherry picked from commit 6c24da8bbb019dba0d0b01d5369dd24a52f728a7)
7 months ago
DreVla ed422a547c Bug 1862775 - Send telemetry on "Powered by Fakespot by Mozilla" tap
Added `surface_powered_by_fakespot_link_clicked` telemetry probe
that is sent when the user taps the "Powered by Fakespot by Mozilla"
footer link in Review Checker Sheet.

(cherry picked from commit 07c669052ac15cf7aa968f9a23584fac0ec3538d)
7 months ago
DreVla 442e7e07fa Bug 1863504 - Track Shopping CFR shown to user when it is displayed
Rather than tracking that the CFR was shown to the user when the
user explicitly interacts with it (dismiss or action tap),
we will track it when the CFR was shown, not considering how the
user dismissed it.

(cherry picked from commit 1803de59619a12c68e20c582d74ca25b971ba402)
7 months ago
DreVla e528b96bc6 Bug 1861173 - Correctly increment shopping CFR counter
Using `.inc()` was wrong due to it returning the incremented
value and not incrementing the already existing one. This
patch aims to fix that, therefore showing the CFR correctly
for max 3 times.

(cherry picked from commit 67b68c948b76ea86294c91d520ee0b58d3b31fdf)
7 months ago
DreVla 01d9386987 Bug 1861173 - Change timing of the Review Checker onboarding CFR
The current onboarding CFR is set to show the first time someone
lands on a product detail page. If the user dismisses the CFR and
does not opt-in, we show it on the next product detail page after at
least 24 hours have elapsed.
This patch changes this to showing the CFR up to 3X (instead of 2)
with at least 12 hrs in-between (instead of 24).

(cherry picked from commit dddeecc082a9be8dcc53caddc5bec79753fff9bb)
7 months ago
Lina Butler 49ffda17b8 Bug 1860919 - Send Glean pings for Wikipedia Firefox Suggestion impressions and clicks.
This commit:

* Adds new facts, `wikipedia_suggestion_clicked` and
  `wikipedia_suggestion_impressed`, to the `feature-fxsuggest`
  component.
* Emits `fx-suggest` Glean pings for those facts in Fenix's
  `MetricController`.

(cherry picked from commit a98251ffdfdb3d945927706dc859feff9694a4f4)
7 months ago
Noah Bond 2424fbde37 Bug 1861732 - Split-out "terms of use" and "privacy policy" text links
(cherry picked from commit 55d9274577a4d2589e1e90c8117fa3d1291c5ffe)
7 months ago
Arturo Mejia 377f8cac2e Bug 1858439 - Refactor how addons icons are loaded #4065
(cherry picked from commit 7172b1e0a9773ccf9bcb92f6c859270438c7eadf)
7 months ago
Noah Bond a6735d363a Bug 1859906 - Update two usages of "Fakespot by Mozilla" to just be "Fakespot"
(cherry picked from commit 20e13a636354c7c46b413cad325d1c7e85c69272)
7 months ago
DreVla ac416c91ea Bug 1859913 - Revert shopping CFR behavior
We recently made a change to the shopping CFRs that made them harder
to dismiss. They can only be dismissed by clicking the close X or
by clicking the link that opens the bottom sheet. The issue is that
this results in the page and the UI being unresponsive. So we want
to revert back to the original behavior where they were
dismissible by clicking outside. This change currently only affects
the shopping CFR

(cherry picked from commit 511b2824339d4297c493bfc80d8b383ffe9d4f15)
7 months ago
mike a 4405fefdc2 Bug 1822552 – Fix recent search group text spacing
(cherry picked from commit 361042ff222d4d84ad7ec4e79d37e8691716fe41)
7 months ago
Lina Butler e7b5bc672f Bug 1861416 - Don't show sponsored or non-sponsored suggestions in private mode.
In Firefox Desktop, sponsored and non-sponsored suggestions aren't
shown in private windows, even when the "Show search suggestions in
Private Windows" option is checked. This commit makes Fenix's behavior
match Desktop's.

(cherry picked from commit 1258f6cb2fc1acf0804365b87fd9145e7309b6f5)
7 months ago
rahulsainani 8a05a6e2c7 Bug 1861664 - Fix shopping experience nimbus flag usage
(cherry picked from commit 9229d02daa613375bc9ea1f5aca669e1ec066a5b)
7 months ago
jackyzy823 f62af7c542 Bug 1856261 - Reset isTablet when onDestroyView
(cherry picked from commit b307dd940f29ce8ade5f7c6c12a04ec595783ff0)
8 months ago
Noah Bond 8de9b50069 Bug 1824581 - Fix bug causing the XML Tabs Tray to not scroll to the selected tab
(cherry picked from commit 1889bee069cb087199d754b90743d80d8166b1fc)
8 months ago
Lina Butler 173270020d Bug 1858542 - Send Glean pings for Firefox Suggest impressions from Fenix.
This commit adds the following measurements:

* A new value for the `fx_suggest.ping_type` metric,
  `fxsuggest-impression`.
* An `fx_suggest.position` metric to capture the position of the
  Firefox Suggest search suggestion in the awesomebar, for impressions
  and clicks.
* An `fx_suggest.is_clicked` metric, to capture whether an
  `fxsuggest-impression` ping is for a clicked suggestion.

This commit also:

* Mounts `FxSuggestFactsMiddleware` to collect facts for impressions
  and clicks.
* Dispatches `AwesomeBarAction`s from the `SearchDialogController` in
  response to user interactions with the awesomebar and toolbar.

(cherry picked from commit ca5cb4bdbdff0bf67bb763497e53ceeef43a69fd)
8 months ago
Lina Butler cf91e990c3 Bug 1858542 - Introduce `FxSuggestFactsMiddleware`.
This commit builds on bug 1857092 to record impressions for sponsored
Firefox Suggest search suggestions, and moves the logic for recording
clicks to the same middleware.

An impression means, "did the user see a suggestion when they finished
engaging with the awesomebar?" A "finished engagement" means the user
navigated to a URL, a search results page, or a shown suggestion.

We don't record impressions for:

* Suggestions that the user sees as they're typing.
* Abandoned engagements, when the user dismisses the awesomebar without
  navigating to a destination.

If the user taps on a Firefox Suggest suggestion, we record an
impression _and_ a click for that suggestion. If they tap on any other
suggestion, or navigate to a URL or search results page, we record an
impression only.

The new `FxSuggestFactsMiddleware` in this commit observes the
`EngagementFinished` action added in the last commit, and emits facts
for impressions and clicks.

(cherry picked from commit 196e46c25beba770227dde1594034b1275a450e5)
8 months ago
Lina Butler 45ce78c18f Bug 1860908 - Show the Firefox Suggest secret setting on all channels.
* In Nightly and debug builds, the secret setting is shown
  (via `FeatureFlags.fxSuggest`), and the feature is enabled by default
  via the `fx-suggest.enabled` Nimbus variable.
* In Beta and Release, we still want to show the secret setting, but
  disable the feature by default.

(cherry picked from commit d89724e922a836be24a58ee0c9d66af088d7f393)
8 months ago
DreVla 87bde8192c Bug 1854501 - Add telemetry to count Fakespot exposures
Added a new probe `product_page_visits` which counts the number of
visits to a supported retailer product page.

(cherry picked from commit fbd860cb37334374806b835ad548b82e050c820a)
8 months ago
AndiAJ c7d225138d Bug 1860274 - Modify SwitchWithLabel behaviour 8 months ago
rahulsainani 0c1039e14b Bug 1859593 - Use ProductAnalysis and ProductRecommendation as data classes 8 months ago
Jeff Boek dcc7416b02 Bug 1859903 - Adds telemetry for the new quick erase action 8 months ago
Harrison Oglesby 182c3ce3e0 Bug 1858895 - Fix horizontal padding for FeltPrivacyInfoCard 8 months ago
Arturo Mejia 7a8ea95ed6 Bug 1858793 - Update cookie banner handling nimbus feature flag to support private mode. 8 months ago
Gabriel Luong 90f027f678 Bug 1859839 - Fix string removal of preferences_manage_search_shortcuts 8 months ago
Tif Tran ef230fd9ef Bug 1859839 - Update 'manage search shortcuts' string in Search settings 8 months ago
Jeff Boek da59e5d65b Bug 1859338 - Fixes ability to use talkback on LinkText 8 months ago
Harrison Oglesby 781ed03615 Bug 1858879 - Changed link text in FeltPrivacyInfoCard to default text color 8 months ago
Harrison Oglesby 7348338489 Bug 1858872 - Switch "windows" with "tabs" in private mode description 8 months ago
Jeff Boek ac01a5f988 Bug 1858997 - Ensures we remove the Popup when destroying the fragment 8 months ago
Gabriel Luong aba4d5510e Bug 1849073 - Part 5: Remove the Add Search Engine fragment 8 months ago
Tif Tran 65fb4d5df5 Bug 1857092 - Add metrics for clicks on Firefox Suggestions in Fenix 8 months ago
Jeff Boek 487cfd085a Bug 1858974 - Adds Private browsing mode icon while browsing 8 months ago
DreVla 7f8ca21fe8 Bug 1849226: Record bookmark telemetry when Unified Search result tap
Searching through bookmarks using unified search, when a suggestion
is tapped, the bookmarks_management.search_result_tapped event is
sent.
8 months ago
rahulsainani 0ad4626c65 Bug 1856959 - Fix review checker unsupported product error case 8 months ago
Zac McKenney 89d1998f95 Bug 1857487 - Kill the app when backgrounded and extensions process spawning threshold is exceeded 8 months ago
William Durand baa6d77b15 Bug 1858925 - Add a link to AMO in the detail view 8 months ago
Sammy Khamis f00072062f Bug 1855586 - Update VisitType enum from a-s 8 months ago
rahulsainani 5163283147 Bug 1857440 - Fix review checker tag icon flicker when pdp loads 8 months ago
rahulsainani 40626a81ff Bug 1856852 - Fix review checker not enough reviews card case 8 months ago
Tif Tran 268657a16c Bug 1856438 - Reorganize Search settings to match the Cross Platform Suggest designs 8 months ago
William Durand 8d1afeec60 Bug 1858925 - Fix `homepageUrl` field on the `Addon` class 8 months ago
Alexandru Putanu 88f2a69785 Bug 1855150 - Add bottom sheet displayed and closed event extras (#4060)
* Bug 1855150 - Add bottom sheet displayed event extras

* Bug 1855150 - Add bottom sheet closed event extras

---------

Co-authored-by: Rahul Sainani <rsainani@mozilla.com>
8 months ago
rahulsainani 692e1e6853 Bug 1858018 - Persist review checker reanalysis state 8 months ago
sarah541 be5fb77680 Bug 1856432 - Change default onboarding strings 8 months ago
Harrison Oglesby 446dc14dbe Bug 1858771 - New Help button telemetry in home menu 8 months ago
Tif Tran b6ef5caac1 Bug 1856496 - enable fx-suggest for nightly 8 months ago
DreVla 2985373dd9 Bug 1856944 - Wrap Review checker scaffold in surface
In order to eliminate the "jumping"/"spring" animation that reveals
views under bottom sheet, we will wrap the scaffold in a surface.
This way we will be able to keep the animation.
8 months ago
DreVla 3e10fdd729 Bug 1849274 - Record history telemetry when Unified Search result tap
Searching through history using unified search, when a suggestion
is tapped, the History.searchResultTapped event is
sent.
8 months ago