2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00
Commit Graph

466 Commits

Author SHA1 Message Date
Roger Yang
852cc9c880 Bug 1828947 - Update notification email for permanent telemetry collections 2023-04-19 16:30:11 +00:00
Roger Yang
304ff9a0b7 Bug 1827686 - Add telemetry for user updating Default Search Engine 2023-04-18 20:14:57 +00:00
rahulsainani
632b1eedb8 Bug 1821726 - Part 2: Add juno onboarding telemetry 2023-04-06 08:17:48 +00:00
Jeff Boek
70d4b7cd46 Bug 1820211 - Adds tabKilled event to track when a tab was killed with form data. (#1343)
* Bug 1820211 - Adds `tabKilled` event to track when a tab was killed with form data.

- Also includes if the tab was the active tab and whether the app was in the foreground.

* Bug 1820211 - Adds tests for TelemetryMiddleware and StoreLifecycleObserver

* Bug 1820211 - Renames CheckFormDataAction to UpdateHasFormData
- Removes @property hasFormData comment from sessionState
- Moves checking formdata from TabContentMiddleware to SessionPrioritizationMiddleware

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-04-05 22:03:25 +00:00
iorgamgabriel
957b10fb2e Bug 1805450 - Implement submit site support requests in Fenix. 2023-03-30 15:45:27 +00:00
Titouan Thibaud
e9246a0aa3 Bug 1805683 - upstream Nimbus Messaging from Fenix to Android Components 2023-03-30 13:05:20 +00:00
James Hugman
8b60abe2c2 Bug 1823492 Add timing metric for Adjust Attribution Listener 2023-03-23 22:43:22 +00:00
Bruno Rosa
67d324569b Bug 1822283 - Fix race condition for Ad IDs
There is a race condition with generated hashed Ad IDs because we were
using a single metric rather than separate metrics for each. We use this
new metric so we can send a differently salted version of the ad ID in
two separate pings.
2023-03-15 15:49:36 -04:00
Alexandru2909
66845c9c99 Bug 1821032 - Add telemetry for the homescreen no collections placeholder close button 2023-03-09 15:30:58 +00:00
Alexandru2909
7f65c49511 Bug 1821030 - Add telemetry for onboarding PWA dialog cancel button 2023-03-09 14:55:01 +00:00
Mugurell
d248dc363c Bug 1820967 - Use id instead of flight_id to identify a sponsored story
The new value will now be used for the existing `id` property of a
PocketSponsoredStory instance.
2023-03-08 14:48:02 +00:00
Bruno Rosa
5cf3267a03 Bug 1817029 - Add the client-deduplication ping (#861)
* Bug 1817245 - new Nimbus feature for controlling client-deduplication ping

This feature will enable/disable the sending of the `client-deduplication`
ping that will be added in a later PR.

* Bug 1817029 - Add the client-deduplication ping

The `client-deduplication` ping will be used to determine if
client IDs are being regenerated erroneously. This ping uses
the lifecycle observers to (almost) replicate the same scheduling
as the baseline ping.

* Bug 1817029 - Suggested changes

changelog
- add `reason` for new ping
- update the unit test for the new ping
- add new metrics
- allow for custom salt when hashing the Ad ID
- move the Nimbus check to the lifecycle observer
- record the new metrics

* Bug 1817029 - Update fenix/.experimenter.yaml

Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>

* Bug 1817029 - remove unnecessary pass-through function

* Bug 1817029 - add the GleanTestRule for tests

* Bug 1817029 - Update fenix/app/src/test/java/org/mozilla/fenix/components/metrics/clientdeduplication/ClientDeduplicationPingTest.kt

Co-authored-by: Travis Long <tlong@mozilla.com>

* Bug 1817029 - remove unnecessary call to main thread

* Bug 1817029 - update comment about hashing

---------

Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
Co-authored-by: Travis Long <tlong@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-07 20:52:51 +00:00
Roger Yang
f1e0eaf7e1 Bug 1820271 - Renew telemetry probes expiring in v114 2023-03-07 19:28:17 +00:00
mike a
49125a2df0 Bug 1819909 – add telemetry for private browsing CFR 2023-03-06 23:25:44 +00:00
Roger Yang
0342a75107 Bug 1820242 - Remove in_progress_media_tab_opened probe 2023-03-06 21:31:03 +00:00
Roger Yang
632d02220d Bug 1818085 - Add preference to allow user to choose how open links in app works. 2023-03-03 20:48:59 +00:00
jhugman
110d24a4a8 Bug 1819431 - Reimplement default browser notification with Nimbus Messaging equivalent (#1031)
* Bug 1819431 - Added default-browser-notification

* Bug 1819431 - Remove DefaultBrowserNotificationWorker and friends

* Bug 1819431 - Add tests for all messages

* Bug 1819431 - Remove settings for default browser notification

* Bug 1819431 - Remove metrics for default browser notification

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-01 16:59:39 +00:00
Zac McKenney
fb7268d6df [fenix] Bug 1815623 - Add telemetry for sharing to an app from the share sheet 2023-02-09 23:56:33 +00:00
Alexandru2909
92edc83ddf [fenix] Bug 1815160 - Add sponsored story id to home_recs_spoc_shown and home_recs_spoc_clicked 2023-02-08 17:38:52 +00:00
Mugurell
7c033fc8cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Show past search terms from the current search engine
For all search engines minus the application added ones we will also show past
search terms used for previous searches with the currently selected search
engine.
2023-01-31 20:04:23 +00:00
kycn
d7dd3a587a [fenix] Bug 1812188 - Renew/remove telemetry probes expiring in 112. 2023-01-31 19:02:02 +00:00
Cathy Lu
826d10f026 [fenix] Change form data telemetry from Sharing to Performance 2023-01-21 04:23:34 +00:00
Cathy Lu
d531054151 [fenix] Bug28280 - Add telemetry for form data failures 2023-01-19 22:58:57 +00:00
Jan-Erik Rediger
0a0234bc6f [fenix] Switch to the typed API for Glean events
Required for Glean v52.0.0

Ref https://github.com/mozilla-mobile/fenix/issues/19967
2023-01-19 11:23:30 +00:00
rahulsainani
119be2d972 [fenix] Bug 1810115 - Add telemetry for notification per permission prompt 2023-01-13 17:18:30 +00:00
MatthewTighe
f3832d4910 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28190: renew telemetry expiring in 111 2023-01-11 20:34:39 +00:00
Alexandru2909
516eb62a76 [fenix] Bug 1808689 - Update description for browser_menu_action extra items 2023-01-09 13:08:07 +00:00
Arturo Mejia
31e1a8f34d [fenix] Bug 1797593 - Add re-engagement dialog for cookie banners. 2023-01-06 00:39:17 +00:00
Arturo Mejia
9be14b069c [fenix] Bug 1797577 - Add cookie banner handling panel to the toolbar. 2022-12-08 18:43:18 +00:00
Alexandru2909
aae93b2bc4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28010 - Update documentation for browser_search_with_ads and browser_search_ad_clicks 2022-12-06 12:20:55 +00:00
Perry McManis
c60e1c5158 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28042 - Increase lifetime of customize_home.contile to application 2022-12-05 17:53:41 +00:00
Roger Yang
e47e85b2b6 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27949: Add engagement notification for inactive users 2022-11-28 20:08:10 +00:00
rxu
51f8b58ae4 [fenix] Add distribution_id in baseline ping 2022-11-16 02:24:12 +00:00
owlishDeveloper
b782aaaf3e [fenix] Bug 1796146 - Add UI for the Cookie Banner preferences 2022-11-15 19:42:54 +00:00
Roger Yang
c49d25911e [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27795: Add metrics ping to see if user allows notifications 2022-11-15 00:00:31 +00:00
Roger Yang
93d877e703 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27779: Add telemetry for showing the default browser notification 2022-11-10 19:07:33 +00:00
Mugurell
cdc95724b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27549 - Collect shim data about the Pocket sponsored stories.
With the new telemetry will immediately report when a certain Pocket sponsored
story is shown (visible more than 50%) or clicked by the user.
The reasons for the new ping help easily identify the probe being sent and the
type of shim data.
2022-11-10 14:38:59 +00:00
perrymcmanis144
c29a0d7824 [fenix] Update app/metrics.yaml
Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
2022-11-03 15:56:09 -04:00
Perry McManis
75cf880383 [fenix] added search metrics to baseline ping 2022-11-03 15:56:09 -04:00
t-p-white
a8e3726dce [fenix] For https://github.com/mozilla-mobile/fenix/issues/27472 - Added telemetry data points for the Google Play Store review prompts 2022-11-03 14:57:54 +00:00
DreVla
4647e47995 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27635 - New telemetry for Save to PDF failures 2022-11-02 17:19:42 +00:00
Roger Yang
c61875b081 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Add 'Open all' options in bookmarks
* Add "Open all in new tabs" options in bookmarks
* Add "Open all in private tabs" options in bookmarks
* Add metrics tracking if the usage of "Open all in..." in bookmarks

Co-authored-by: Pg <pg.developper.fr@gmail.com>
2022-10-26 14:17:28 +00:00
MatthewTighe
721d2e0001 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27292: renew telemetry expiring in 108 and 109 2022-10-12 19:16:07 +00:00
Roger Yang
31bd795d2f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27147: Add telemetry for bookmark search 2022-10-06 20:41:17 +00:00
Arturo Mejia
4fdfb13d88 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3709: Add save to PDF UI. 2022-10-05 15:33:07 -04:00
Roger Yang
a0fc02a934 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/11404 - Create the open_all_in_new_tabs metric in Glean"
This reverts commit d4a38b3a2aef401a9a764a135daf72bf6a2baf01.
2022-09-21 23:11:23 +00:00
Roger Yang
b78bfb94cb [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/11404 - Add 'Open all in private tabs' option as requested."
This reverts commit 83ed1abdc0846e726e2fcb46d0fcb7539f1ff9c3.
2022-09-21 23:11:23 +00:00
Gabriel Luong
8a2e4043b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26582 - Renew telemetry expiring in 107 2022-09-19 21:51:31 +00:00
Pg
ef15f5154c [fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Add 'Open all in private tabs' option as requested.
https://github.com/mozilla-mobile/fenix/pull/21212#discussion_r739172674

- Add option is tree dot menu
- Edit folder opening to be aware of browsing mode
- Add metrics
- Add unit tests for 'Open all in private tabs'
- Add Android tests for open all in private.
2022-09-19 14:25:16 -04:00
Pg
e19a281ab8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Create the open_all_in_new_tabs metric in Glean
Expiration date is set to the same of others bookmark metrics.
2022-09-19 14:25:16 -04:00