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

12026 Commits

Author SHA1 Message Date
t-p-white
f616999729 Bug 1852477 - Change the device's RAM threshold 2023-09-20 16:40:24 +00:00
William Durand
46e6dc3569 Bug 1850783 - Add button to open AMO from the fenix add-on manager 2023-09-20 15:58:52 +00:00
William Durand
b3c8e1f3ee Bug 1853177 - Avoid multiple crash dialogs to be created and shown 2023-09-20 12:19:27 +00:00
DreVla
5a683806c9 Bug 1853707 - Send Search Widget telemetry when primary button tapped
Send the add search widget click telemetry when the primary
button has been clicked on the juno onboarding card.
2023-09-20 11:11:11 +00:00
rahulsainani
43a6c7992b Bug 1853299 - Part 3: Update review checker error states 2023-09-20 08:30:11 +00:00
github-actions
5a390424c7 Import translations from android-l10n 2023-09-20 00:31:31 +00:00
Benjamin Forehand Jr
b31bfa8ce1 Bug 1853045 - Add nimbus homescreen survey message integration test - Dismiss Survey (#3625) 2023-09-19 20:32:45 +00:00
Jeff Boek
be58cba450 Bug 1851676 - Makes initIfNeeded public inside SentryService. 2023-09-19 19:06:04 +00:00
oana.horvath
b0bd47a173 Bug 1851586 - UI tests: replace external apps links with workarounds 2023-09-19 15:21:05 +00:00
Alexandru2909
66afb4e016 Bug 1840333 - Add review quality check No analysis UI 2023-09-19 14:01:21 +00:00
AndiAJ
829b67d098 Bug 1853654 - Advanced settings TestRail matching 2023-09-19 10:07:53 +00:00
Alexandru2909
e74535e69f Bug 1840090 - Update content description string for shopping experience 2023-09-19 08:58:01 +00:00
github-actions
afa67b17ce Import translations from android-l10n 2023-09-19 00:27:21 +00:00
Noah Bond
a358384b2a Bug 1853413 - Remove references to an old naming of the shopper footer as "byline" 2023-09-18 16:45:42 +00:00
rahulsainani
2316c8a96d Bug 1853299 - Part 2: Update rc non error states for reanalysis 2023-09-18 09:59:34 +00:00
rahulsainani
9b4f4e7d1e Bug 1853299 - Part 1: Prepare rc state for reanalysis 2023-09-18 09:59:34 +00:00
rahulsainani
8eb81afee5 Bug 1850407 - Add nimbus flag for review checker product recommendations 2023-09-18 08:41:20 +00:00
oana.horvath
0e0596121e Bug 1807275 - Verify only the intent sent in emailLinkPWATest 2023-09-18 07:58:18 +00:00
AndiAJ
e0e7925bb9 Bug 1851419 - Fix searchHistoryNotRememberedInPrivateBrowsingTest UI test 2023-09-18 07:21:07 +00:00
github-actions
37cc944fd5 Import translations from android-l10n 2023-09-18 00:39:33 +00:00
github-actions
cab87ebe12 Import translations from android-l10n 2023-09-17 01:48:25 +00:00
JohanLorenzo
5c64264bef Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-09-16 12:59:24 +00:00
github-actions
f0fbda655a Import translations from android-l10n 2023-09-16 00:29:30 +00:00
Noah Bond
fba1c97fd2 Bug 1853421 - Fix shopping footer string 2023-09-15 17:58:45 +00:00
Jeff Boek
81dc3e328b Bug 1845232 - Removes whitespace 2023-09-15 17:05:27 +00:00
AndiAJ
53be825881 Bug 1853146 - Privacy settings TestRail matching 2023-09-15 13:07:14 +00:00
rahulsainani
26e69920df Bug 1851711 - Update highlights bottom fade and show more button visibility behaviour 2023-09-15 10:13:31 +00:00
github-actions
82e53fc465 Import translations from android-l10n 2023-09-15 00:31:41 +00:00
Noah Bond
d79ace91ce Bug 1852994 - Add review quality check byline 2023-09-14 19:40:19 +00:00
Noah Bond
830a754a60 Bug 1852925 - Update review grade colors 2023-09-14 19:05:08 +00:00
JohanLorenzo
322b3811f3 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-09-14 18:22:40 +00:00
Arturo Mejia
1751466dbe Bug 1853102 - Crash dialog "Continue with add-ons disabled" option is truncated on some devices. 2023-09-14 17:56:39 +00:00
William Durand
ae191b3bd9 Bug 1851974 - Add Oppo to the strict mode exclusion list 2023-09-14 17:18:12 +00:00
DreVla
2807157d2c Bug 1812461 - Migrate TCP CFR Tests to compose
Two new tests have been added to check the TCP cfr
and the review checker cfr has been made sticky as well
2023-09-14 15:13:08 +00:00
DreVla
b7db4a7875 Bug 1812461 - Add compose test tags & ignore failing tests
Added needed test tags to compose elements. Ignored
`ContextualHintsTest` which seem to fail due to not finding
the compose elements.
2023-09-14 15:13:08 +00:00
DreVla
611df98d22 Bug 1812461 - Migrate private browsing recommend PopupWindow to CFRPopup
Because previously the `privateBrowsingRecommend` Popup was using
PopupWindow from android widget, it could not be modified to
respect to PopupWindow behaviors. Therefore, we decided to migrate
it to the CFRPopup.
2023-09-14 15:13:08 +00:00
DreVla
4f96cde8c5 Bug 1812461 - Prevent Cookie Banner dismissal by back press 2023-09-14 15:13:08 +00:00
DreVla
9e34847daa Bug 1812461 - Update CFR Popups to be sticky
CFRPopup default properties have been changed so a popup does not
dismiss anymore on a click outside or a back press.
Additionally, popups will reappear if the screen is rotated and
the popup was not dismissed.
2023-09-14 15:13:08 +00:00
DreVla
db09db8d2e Bug 1845039 - Create new UI Tests for Compose Top Sites
Since the old UI tests don't work for the new Compose Top Sites
elements, new tests have been created.
2023-09-14 14:17:33 +00:00
Zac McKenney
079347af06 Bug 1852335 - Renamed WebExtensionPopupFeature and ExtensionProcessDisabledPopupFeature to observers 2023-09-14 03:34:40 +00:00
github-actions
3f9d00be84 Import translations from android-l10n 2023-09-14 00:27:57 +00:00
Noah Bond
671f2ba80a Bug 1852305 - Add review grade info to all error states 2023-09-13 18:22:11 +00:00
Arturo Mejia
a405f63fb7 Bug 1852984 - Show the right theme for the extensions process crash dialog. 2023-09-13 16:25:05 +00:00
Arturo Mejia
e0689faabc Bug 1852967 - Update mozac_feature_addons_blocklisted strings 2023-09-13 15:32:37 +00:00
Cathy Lu
2bc4b7a564 Bug 1847024 - Create update analysis card component 2023-09-13 14:59:52 +00:00
oana.horvath
c6d17ce38a Bug 1846941 - Wait for media button to appear in tabMediaControlButtonTest 2023-09-13 14:28:26 +00:00
iorgamgabriel
50b493a41c Bug 1845020 - The hint for search suggestions in private mode should be disabled if search suggestions in normal browsing are disabled. 2023-09-13 12:22:20 +00:00
rahulsainani
87352ad48b Bug 1841600 - Add review checker shopping icons 2023-09-13 09:43:41 +00:00
rahulsainani
d3ce9b083f Bug 1852748 - Add quotes around each highlight snippet 2023-09-13 09:07:19 +00:00
Alexandru2909
e2a0ee65be Bug 1852623 - Fix list tab reordering animation when dragging first element 2023-09-13 05:43:50 +00:00