Commit Graph

5797 Commits (2f5cafeae451379e5c98296f256d7a6e8d2f253c)

Author SHA1 Message Date
Jeff Boek 2f5cafeae4 Bug 1858997 - Ensures we remove the Popup when destroying the fragment
(cherry picked from commit 081a2219515fe5947f39d28fee1d4aa2e64c243e)
7 months ago
iorgamgabriel 172cf0aa9b Bug 1854644 - Undo button from tabs tray should work.
(cherry picked from commit d16cb97beb0443f78ac0a30a8455d2a7d6b69f6e)
7 months ago
DreVla 4c3ebcba94 Bug 1851259 - Delete browsing data only if fragment attached
We still encounter a crash during the process of deleting
browsing data. This is a speculative fix that does not start
the deletion process unless the fragment is attached.

(cherry picked from commit 1879088ea2b83c6e3107b3548a68382b211e9474)
8 months ago
mergify[bot] 81cc4058cb Bug 1856059 - Turn off Compose Top Sites (#3867)
(cherry picked from commit fa4716f3eea5a3080f1a4535cd4f5343949337bb)

Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
8 months ago
Titouan Thibaud e3a20a9c88 Bug 1847784: Provide a Theme to FedCM Provider Dialogs 8 months ago
rahulsainani eb106f2a0f Bug 1853311 - Add review checker reanalysis logic 8 months ago
rahulsainani 18ef60af4e Bug 1854631 - Refactor review checker info card 8 months ago
Roger Yang e6aefd2a11 Bug 1854739 - Catch crash when migrating pref_key_search_widget_installed 8 months ago
DreVla 78cdc095ff Bug 1811976 - Hide Sync FAB in TabsTray when user not signed in
If there is no user signed in, the SYNC FAB should not be displayed
in the sync page of the tabs tray.
8 months ago
Arturo Mejia 0e6eb7ab38 Bug 1854739 - Migrate pref_key_search_widget_installed 8 months ago
Lina Butler 3ba6593f98 Bug 1851268 - Show Firefox Suggest search suggestions in Fenix.
This commit integrates the Firefox Suggest Android component added in
bug 1850296 into Fenix, and adds:

* A Nimbus feature for Firefox Suggest.
* A secret setting to enable the Firefox Suggest feature, only visible
  on the debug channel.
* Search settings for toggling sponsored and non-sponsored suggestions,
  only visible when the Firefox Suggest feature is enabled.

When the feature is enabled, Fenix will ingest new suggestions in
the background, show the new Search settings, and show matching
suggestions in the awesomebar depending on those Search settings.
8 months ago
Matthew Tighe c636f6ed90 Bug 1854700 - Only open history item if host activity is available 8 months ago
Gabriel Luong c98daeece8 Bug 1848188 - Remove Nimbus flag for Juno Onboarding 8 months ago
DreVla 02589af6fe Bug 1853113 - Monitor Search Widget presence based on activation
Previously, the way we registered if the user has installed the
search widget was keeping a count that increments every time
the widget was added and decrements everytime it was removed. The
main problem here was the wrong usage of onEnabled and onDeleted.
This patch aims to move towards a boolean based preference and use
the provided onDisabled method together with onEnabled. The logic
here is as follows: When the first instance of the widget has been
added, onEnabled will be called and the preference set to true and
no matter how many widgets are present on the homescreen, it will
stay true. When the last widget is removed, onDisabled will
be called and the pref will be set to false.
8 months ago
DreVla a81168ad37 Bug 1837526 - Call StartupTimeline in the Compose Top Sites
Because we are migrating Top Sites to Compose, we want to ensure we
are still recording when top sites are loaded, therefore the call
for StartupTimeline is now called after creating the top sites
compose elements. Calling it here will ensure it will be called
even after we replace the home page recycler with a Compose view.
8 months ago
rahulsainani 37a5a02ce4 Bug 1840113 - Display review checker info cards 9 months ago
rahulsainani 611d809d19 Bug 1854065 - Use default prefix for implementations 9 months ago
rahulsainani 72c16d0880 Bug 1847569 - Add reanalysis loading card
Co-authored-by: Noah Bond <nbond@mozilla.com>
9 months ago
iorgamgabriel c61d117002 Bug 1848562 - Autocomplete for bookmarked website should appear when 'search browsing history' is disabled. 9 months ago
Jeff Boek 0e5c230448 Bug 1852802 - Prevents search suggestion prompt in private mode when felt privacy is enabled 9 months ago
Arturo Mejia b57b742be5 Bug 1853967 - Capture telemetry for the amount of RAM a device has. 9 months ago
Gabriel Luong 9ce2e6fb39 Bug 1853065 9 months ago
t-p-white f616999729 Bug 1852477 - Change the device's RAM threshold 9 months ago
William Durand 46e6dc3569 Bug 1850783 - Add button to open AMO from the fenix add-on manager 9 months ago
William Durand b3c8e1f3ee Bug 1853177 - Avoid multiple crash dialogs to be created and shown 9 months ago
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.
9 months ago
rahulsainani 43a6c7992b Bug 1853299 - Part 3: Update review checker error states 9 months ago
Jeff Boek be58cba450 Bug 1851676 - Makes `initIfNeeded` public inside `SentryService`. 9 months ago
Alexandru2909 66afb4e016 Bug 1840333 - Add review quality check No analysis UI 9 months ago
Alexandru2909 e74535e69f Bug 1840090 - Update content description string for shopping experience 9 months ago
Noah Bond a358384b2a Bug 1853413 - Remove references to an old naming of the shopper footer as "byline" 9 months ago
rahulsainani 2316c8a96d Bug 1853299 - Part 2: Update rc non error states for reanalysis 9 months ago
rahulsainani 9b4f4e7d1e Bug 1853299 - Part 1: Prepare rc state for reanalysis 9 months ago
rahulsainani 8eb81afee5 Bug 1850407 - Add nimbus flag for review checker product recommendations 9 months ago
Noah Bond fba1c97fd2 Bug 1853421 - Fix shopping footer string 9 months ago
rahulsainani 26e69920df Bug 1851711 - Update highlights bottom fade and show more button visibility behaviour 9 months ago
Noah Bond d79ace91ce Bug 1852994 - Add review quality check byline 9 months ago
Noah Bond 830a754a60 Bug 1852925 - Update review grade colors 9 months ago
Arturo Mejia 1751466dbe Bug 1853102 - Crash dialog "Continue with add-ons disabled" option is truncated on some devices. 9 months ago
William Durand ae191b3bd9 Bug 1851974 - Add Oppo to the strict mode exclusion list 9 months ago
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
9 months ago
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.
9 months ago
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.
9 months ago
DreVla 4f96cde8c5 Bug 1812461 - Prevent Cookie Banner dismissal by back press 9 months ago
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.
9 months ago
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.
9 months ago
Zac McKenney 079347af06 Bug 1852335 - Renamed WebExtensionPopupFeature and ExtensionProcessDisabledPopupFeature to observers 9 months ago
Noah Bond 671f2ba80a Bug 1852305 - Add review grade info to all error states 9 months ago
Arturo Mejia a405f63fb7 Bug 1852984 - Show the right theme for the extensions process crash dialog. 9 months ago
Arturo Mejia e0689faabc Bug 1852967 - Update mozac_feature_addons_blocklisted strings 9 months ago