2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
Commit Graph

10083 Commits

Author SHA1 Message Date
DreVla
f9996f57ab 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.
2023-11-07 16:27:14 +00:00
JohanLorenzo
8966ca3786 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-11-07 14:53:17 +00:00
RebecaTudor
10f56ea925 Bug 1862403 - Remove unneeded states from RecommendedProductState
Removed unneeded states from RecommendedProductState: Loading and Error,
because the UI only uses the other 2 states.
2023-11-07 10:05:01 +00:00
rahulsainani
030d3e40e8 Bug 1846517 - Part 2:Use lazyStore to create review checker store 2023-11-07 09:06:39 +00:00
rahulsainani
76c56e54a2 Bug 1846517 - Part 1:Expose coroutine scope for stores through lazyStore
Bug 1846517 - Part 1:Expose coroutine scope for stores through lazyStore
2023-11-07 09:06:39 +00:00
github-actions
5417a33f92 Import translations from android-l10n 2023-11-07 00:26:59 +00:00
Arturo Mejia
4f48bf646b Bug 1862425 - Allow to control QPS prefs using nimbus. 2023-11-06 22:37:10 +00:00
Noah Bond
d5e7d61e8d Bug 1861732 - Clean up shopping onboarding caption strings 2023-11-06 18:22:30 +00:00
Roger Yang
e74a6d611c Bug 1862737 - Add telemetry for the full install referrer response 2023-11-06 16:44:50 +00:00
DreVla
ddc0d43d31 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.
2023-11-06 16:08:13 +00:00
AndiAJ
f910dc008b Bug 1863278 - Refactor navigation and storage deletion in downloads UI tests 2023-11-06 15:17:32 +00:00
DreVla
5ee95765f2 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.
2023-11-06 11:55:24 +00:00
rahulsainani
87d4f27bd3 Bug 1862402 - Mark AnalysisPresent as Immutable for compose compiler 2023-11-06 11:22:51 +00:00
AndiAJ
8e44e00662 Bug 1862926 - New high priority history UI test 2023-11-06 08:36:59 +00:00
github-actions
c5dda31e12 Import translations from android-l10n 2023-11-06 00:26:14 +00:00
github-actions
e28fa2a5db Import translations from android-l10n 2023-11-05 00:32:35 +00:00
github-actions
3d2e1ad609 Import translations from android-l10n 2023-11-04 01:21:58 +00:00
Noah Bond
921d0e63d2 Bug 1861732 - Remove straight quotes from onboarding caption 2023-11-03 23:57:56 +00:00
Harrison Oglesby
0f1bd3f7f8 Bug 1858882 - Update "Learn More" link in private browsing description 2023-11-03 22:51:50 +00:00
Ben Dean-Kawamura
72dbea410c Bug 1861219 - Resolve breaking changes to the Rust fxa-client
This is mostly just renames.
2023-11-03 18:38:11 +00:00
James Hugman
6d779a2bb5 Bug 1861234 — Add SharedPreferences to NimbusBuilder 2023-11-03 17:44:06 +00:00
Lina Butler
090eed0f3d Bug 1861415 - Filter out sponsored URLs from other suggestion providers in Fenix.
This commit:

* Adds an `AwesomeBarView.SearchResultFilter` type, with variants to
  only include results for the current search engine (`CurrentEngine`)
  and exclude results with a matching query parameter
  (`ExcludeSponsored`).
* Adds a `String.urlContainsQueryParameters` extension function for
  using the `ExcludeSponsored` filter with the synced tabs provider.
* Refactors the `AwesomeBarView.get*Provider` methods to take an
  optional `SearchResultFilter`.
2023-11-03 06:54:44 +00:00
Lina Butler
36ed959f49 Bug 1861415 - Refactor results{Uri, Url}Filter to be a predicate.
This commit:

* Changes the bookmarks, history, session, and synced tabs suggestion
  providers to take an optional predicate that filters matching
  suggestions by `Uri` (bookmarks, history, session) or URL string
  (synced tabs), instead of comparing the suggestions' URLs directly.
* Hoists the host matching checks out of the providers.
2023-11-03 06:54:44 +00:00
github-actions
4b6e34d7fa Import translations from android-l10n 2023-11-03 00:23:17 +00:00
Ryan VanderMeulen
71c3287f1c Bug 1862658 - Fix OutdatedDocumentation errors
Behavior change from https://github.com/detekt/detekt/pull/6372.
2023-11-02 22:54:05 +00:00
JohanLorenzo
298aa9a1b1 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-11-02 20:26:05 +00:00
Noah Bond
04e905825f Bug 1861732 - Split-out "terms of use" and "privacy policy" text links 2023-11-02 18:33:49 +00:00
DreVla
6ab8aadd6b 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).
2023-11-02 13:28:11 +00:00
AndiAJ
6a38fc03aa Bug 1862383 - New high priority download UI tests 2023-11-02 10:57:18 +00:00
rahulsainani
9c07a700fe Bug 1862399 - Keep review checker card expanded states in ReviewQualityCheckState 2023-11-02 09:22:36 +00:00
Lina Butler
1ec2d118cf 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`.
2023-11-02 02:45:11 +00:00
github-actions
bcab8042fe Import translations from android-l10n 2023-11-02 00:34:30 +00:00
Arturo Mejia
fb67f3c2db Bug 1858795 - Update moz:RemovedIn for deprecated cookie banner strings. 2023-11-01 17:21:34 +00:00
Gabriel Luong
ba6f075d2f Bug 1849073 - Part 7: Remove pill wrapper in search dialog 2023-11-01 16:47:54 +00:00
oana.horvath
16be6d9a05 Bug 1861647 - Fenix: Add new Addons high priority tests 2023-11-01 16:15:21 +00:00
Ryan VanderMeulen
d619946676 Bug 1861989 - Update Robolectric to version 4.11.1 2023-11-01 15:45:28 +00:00
iorgamgabriel
828c3c5e99 Bug 1862231 - Translations UI Fix the translation icon colour if the theme is light. 2023-11-01 08:41:15 +00:00
github-actions
fa90ae2024 Import translations from android-l10n 2023-11-01 01:37:07 +00:00
Gabriel Luong
3a98493fe8 Bug 1859887 - Refactor ic_private_mode_circle_fill_48 to ui-icons 2023-11-01 01:13:17 +00:00
Gabriel Luong
25ff1229ba Bug 1862246 - Rename mozac_ic_add_to_home_screen_24 to mozac_ic_add_to_homescreen_24 2023-11-01 00:31:28 +00:00
Noah Bond
d5c46a6624 Bug 1859906 - Update two usages of "Fakespot by Mozilla" to just be "Fakespot" 2023-10-31 18:22:12 +00:00
AndiAJ
8076a3495e Bug 1862174 - Break out TestHelper into separate helpers 2023-10-31 15:55:50 +00:00
AndiAJ
e9dc813213 Bug 1860973 - TestRail matching changes 2023-10-31 14:58:35 +00:00
rahulsainani
c5d6930584 Bug 1861664 - Fix shopping experience nimbus flag usage 2023-10-31 11:13:51 +00:00
alexandra.virvara
76a7dd3422 Bug 1826772: conditionally displayed cards 2023-10-31 10:40:57 +00:00
t-p-white
2fc14dee2f Bug 1853860 - Optimized the ic_logo_wordmark assets by converting webp assets using lossy encoding at 95% 2023-10-31 08:40:47 +00:00
github-actions
ae2e7c6a33 Import translations from android-l10n 2023-10-31 01:11:35 +00:00
mike a
ed2da1d244 Bug 1822552 – Fix recent search group text spacing 2023-10-30 23:30:36 +00:00
Roger Yang
04e63467c4 Bug 1860133 - Report Meta attribution from the Play Store referrer 2023-10-30 20:46:17 +00:00
Arturo Mejia
cc879baeba Bug 1861084 - Add cookie banner global-rules/ sub-frames to default settings and toContentBlockingSetting. 2023-10-30 19:52:29 +00:00