Commit Graph

11984 Commits (fenix/119.1.0)
 

Author SHA1 Message Date
Jeff Boek 2f5cafeae4 Bug 1858997 - Ensures we remove the Popup when destroying the fragment
(cherry picked from commit 081a2219515fe5947f39d28fee1d4aa2e64c243e)
6 months ago
iorgamgabriel 172cf0aa9b Bug 1854644 - Undo button from tabs tray should work.
(cherry picked from commit d16cb97beb0443f78ac0a30a8455d2a7d6b69f6e)
6 months ago
github-actions[bot] 52cb89cfa9 Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] 82dc032ca6 Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] 0988e5798b Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] f3e1e98d84 Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] 8697d8c09a Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] 918b8ee3db Uplift Fenix strings from main to releases_v119 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)
7 months ago
github-actions[bot] 2b1cebbcb4 Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] 20b60f43a9 Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] bdd4ae10cf Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] 5293f3df6c Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] ca6a57dd39 Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] 77dd5f8cbc Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] a345dcd122 Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] e287a316c0 Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] 033d2ee31c Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] 1a2fbf44f5 Uplift Fenix strings from main to releases_v119 7 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>
7 months ago
github-actions[bot] afc7c8a175 Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] a2e7e4c51c Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] 14e5292fb6 Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] 49c657f412 Uplift Fenix strings from main to releases_v119 7 months ago
github-actions[bot] b749d5cda8 Uplift Fenix strings from main to releases_v119 8 months ago
Titouan Thibaud e3a20a9c88 Bug 1847784: Provide a Theme to FedCM Provider Dialogs 8 months ago
AndiAJ deded12fad Bug 1854606 - History TestRail matching 8 months ago
oana.horvath cb0bb9f0dd Bug 1853639 - Downloads TestRail matching 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
github-actions 0cdbfdc829 Import translations from android-l10n 8 months ago
Roger Yang e6aefd2a11 Bug 1854739 - Catch crash when migrating pref_key_search_widget_installed 8 months ago
github-actions 4eebd93103 Import translations from android-l10n 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
github-actions 924a831c94 Import translations from android-l10n 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
AndiAJ c244185103 Bug 1854570 - Restore Pixel 3 for legacy and robo UI tests 8 months ago
AndiAJ 2d22551629 Bug 1854566 - Disable verifyCreditCardRedirectionsToAutofillSectionAfterInterruptionTest UI test 8 months ago
AndiAJ e2f362ccb9 Bug 1854354 - Bookmarks TestRail matching 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
github-actions 5384fe4d17 Import translations from android-l10n 8 months ago
Chris Peterson cc35c2f3ed Bug 1848842 - Increase APK regression alert's threshold to 1 MB
We added a regression alert for APK size regressions greater than 100 KB (in bug 1838717). This 100 KB threshold is too sensitive, so instead of disabling it entirely, I'd like to increase the threshold to 1 MB, so we will at least catch big surprises like -O2 bug 1838709 (+3 MB) and ICUX bug 1848025 (+2 MB).
8 months ago
Aaron Train 31573e46fd Bug 1854429 - Temporarily remove Pixel3 for low capacity 8 months ago
oana.horvath 62914e44ee Bug 1853382 - SettingsAboutTest TestRail matching 8 months ago
mcarare 0093b20d93 Bug 1849833 - Replace deprecated enabled with required.
See https://docs.gradle.org/7.5/dsl/org.gradle.api.reporting.Report.html#org.gradle.api.reporting.Report:enabled
8 months ago
rahulsainani 37a5a02ce4 Bug 1840113 - Display review checker info cards 8 months ago