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
github-actions
f40f67dc97
Import translations from android-l10n
2023-09-13 00:40:54 +00:00
Olivia Hall
a272a0d585
Bug 1851691 - FeatureFlag and Debug Preferences for Translations
...
This patch adds a feature flag of `translations` and a debug preference
of `pref_key_enable_translations` for developing translations.
Currently, the feature flag guards the option to enable translations and
is set to debug channels. These options will slowly adjust for wider
audiences as development progresses.
2023-09-12 20:33:32 +00:00
Alexandru2909
55da305c3f
Bug 1840090 - Add content strings for shopping experience
2023-09-12 19:53:58 +00:00
jackyzy823
8ce2736c51
Bug 1845292 - Remember scroll position in BookmarkView
2023-09-12 19:15:59 +00:00
Jackie Johnson
3cb3570458
Bug 1852803 - Disable verifyCookieBannerReductionTest
2023-09-12 18:40:05 +00:00
DreVla
b6561d54e1
Bug 1845747 - Allow enabling/disabling of onboarding cards
...
As there might be situations where experiments require disabling
certain juno onboarding cards and enabling others, a new flag has
been added to the `OnboardingCardData` which gives more freedom and
options to the experimenter. This flag is by default set to true.
2023-09-12 17:27:32 +00:00
DreVla
0e1412c651
Bug 1845747 - Add "Add search widget" card for Juno Onboarding
...
Added a new card for the Juno Onboarding, "Add search widget
to homescreen". This is an experiment that aims to increase
DAU and searches.
2023-09-12 17:27:32 +00:00
Arturo Mejia
61431c6b59
Bug 1848100 - Implement add-ons installation failed listener
2023-09-12 16:18:54 +00:00
jackyzy823
ccddbd3319
Bug 1850933 - Override onProvideAssistContent in ExternalAppBrowserActivity
2023-09-12 14:16:21 +00:00
oana.horvath
f9611626ac
Bug 1852533 - Main menu tests TestRail matching
2023-09-12 08:58:48 +00:00
Alexandru2909
4d583ff930
Bug 1843536 - Fix tab reordering animation issues
2023-09-12 08:28:53 +00:00
github-actions
5286a91406
Import translations from android-l10n
2023-09-12 00:33:26 +00:00
Harrison Oglesby
2d325b7bd3
Revert "Bug 1845235 - Add "Private" label to Felt Privacy mode home screen"
...
This reverts commit a4d9aa5b310b4f623979882fc78495defa595a98.
2023-09-11 17:09:56 +00:00
Julien Cristau
920e1e2b1c
Bug 1825116 - delete trailing whitespace from docs
2023-09-11 13:22:43 +00:00
Julien Cristau
508ea3ad3c
Bug 1825116 - add license info to animated_splash_screen.xml
2023-09-11 08:48:05 +00:00
mcarare
d75dcaf52e
Bug 1849833 - Replace deprecated main with mainClass.
...
See https://docs.gradle.org/7.6/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:main .
2023-09-11 06:36:20 +00:00
mcarare
fd001d5ee4
Bug 1849833 - Replace deprecated OutputFile and VariantOutput.
2023-09-11 06:36:20 +00:00
mcarare
0991e4bbc8
Bug 1849833 - Use tasks.register to avoid unnecessary configuration.
2023-09-11 06:36:20 +00:00
mcarare
1eda8620ff
Bug 1849833 - Replace deprecated flavorDimensions property.
...
Also do not add unused dimension 'engine'.
2023-09-11 06:36:20 +00:00
mcarare
1f930111f5
Bug 1849833 - Replace deprecated compileSdkVersion.
...
This is replaced by defaultConfig compileSdk.
2023-09-11 06:36:20 +00:00
mcarare
b92867654f
Bug 1849833 - Use configureEach to avoid unnecessary configuration.
2023-09-11 06:36:20 +00:00
mcarare
1b7c3f5631
Bug 1849833 - Replace all with configureEach.
...
This avoids unnecessary configuration.
2023-09-11 06:36:20 +00:00
mcarare
f1f380a770
Bug 1849833 - Replace deprecated kotlinOptions method.
2023-09-11 06:36:20 +00:00
mcarare
3fddd3df77
Bug 1849833 - Replace qualified name with import.
2023-09-11 06:36:20 +00:00
github-actions
f85c762e14
Import translations from android-l10n
2023-09-11 00:33:57 +00:00
t-p-white
8344abf3e4
Bug 1851548 - Top sites are aligned to the left with Compose Top Sites enabled
2023-09-10 16:27:35 +00:00
github-actions
2bc455243c
Import translations from android-l10n
2023-09-10 00:34:11 +00:00
github-actions
47239a274e
Import translations from android-l10n
2023-09-09 00:29:29 +00:00
Harrison Oglesby
491e524698
Bug 1847819 - Add new Homescreen description for Total Private Browsing Mode.
2023-09-08 18:11:26 +00:00
AndiAJ
14be2d4b58
Bug 1851419 - Disable searchHistoryNotRememberedInPrivateBrowsingTest UI test
2023-09-08 12:17:08 +00:00
AndiAJ
d2a78f37df
Bug 1850730 - General settings TestRail matching
2023-09-08 11:19:48 +00:00
iorgamgabriel
cd8e2bfb27
Bug 1851006 - SearchEngineSuggestionProvider should always be added to the provider list.
2023-09-08 09:58:45 +00:00
Logan Rosen
d6dc375ead
Bug 1829018 - Remove and clean up Settings.enableTaskContinuityEnhancements
2023-09-08 05:22:11 +00:00
mike a
0f9c0402a9
Bug 1841572 – added styles to checkbox menu item views and overrode it on fenix side to give checkbox button more space for text
2023-09-08 03:59:09 +00:00
Jeff Boek
d916e92967
Bug 1845232 - Adds CFR for clear private browsing aciton
2023-09-08 03:28:07 +00:00
Jeff Boek
5d75244515
Bug 1845232 - Adds action to clear private browsing
2023-09-08 03:28:07 +00:00
mike a
0bd49e299e
Bug 1845613 – restore hidden engines for unified search settings
2023-09-08 01:34:02 +00:00
Gabriel Luong
3db5fbce22
Bug 1851678 - Catch AutofillApiException exception when fetching autofill data and setting startup metrics
2023-09-08 01:01:15 +00:00