Commit Graph

8405 Commits (c4d08dfc95d5761d8f1957c1653d751ffe6e61c1)
 

Author SHA1 Message Date
Mugurell efc57762f6 For #22722 - Rename CrashReporterFragment to CrashContentView
Rename in a separate patch for git to not merge this to previous changes and in
such think that the the old file was deleted and a new one was created.
2 years ago
Mugurell bc59ede073 For #22722 - Reacting to the crashed flag
Whenever the ".crashed" property of the currently displayed
TabSessionState -> EngineState is true we will show an in-app crash reporter
with the usual close tab / restore tab options and also the option to report
all current non-fatal crashes to Mozilla if the setting for sending the crash
reports is enabled in app settings.
This closely mimics the previous crash reporter UI but there might be some
subtle differences stemming from migrating to using a ComposeView.

Whenever the ".crashed" property of the currently displayed
TabSessionState -> EngineState is false we will set the in-app crash reporter
to have a View.GONE visibility effectively removing it from the layout.

The functionality for receiving the non-fatal crashes from the AC CrashReporter
through an Intent is still kept and these crashes will be persisted in memory
until the user closes / restores a tab and so also makes a decision about
sending or not these crashes.

Currently more tabs can crash following just one since more share the same
process and as such there is no way to differentiate between them or link a
certain Crash to a certain tab.
They will all be acted upon at once from any tab the user chooses to close or
restore.
2 years ago
Mozilla L10n Automation Bot 1e38205f17 Import l10n. 2 years ago
Grigory Kruglov 8f4b303b94 Bump A-C version to 99.0.20220214225657 2 years ago
Grigory Kruglov a42018f124 Convert recently closed tabs code to use light-weight TabState
To lighten-up our memory usage and startup performance, all of the RecentlyClosed
machinery was converted to use a light-weight TabState - specifically, it's missing
EngineSessionState, which is expensive to obtain during startup, and potentially
very costly to keep in-memory.

When we actually need EngineSessionState (at the point of restoration of a tab), we
read and rehydrate it using provided storage implementation.
2 years ago
Noah Bond 48141b25a9 For #21900 - Delete files from Synced Tabs XML implementation 2 years ago
Noah Bond 584b2cd83c For #21900 - Delete files from Synced Tabs XML implementation 2 years ago
Gabriel Luong bf70616d93 For #23713 - Replace @color/secondary_text_normal_theme with @color/fx_mobile_text_color_secondary 2 years ago
MickeyMoz d1fbf309b3 Update Android Components version to 99.0.20220214170500. 2 years ago
Matt Tighe f146cefcb8 closes #23662: replace wallpaper thumbnail lazyverticalgrid with manual scroll layout 2 years ago
Gabriel Luong 5bbf8437b3 For #23711 - Replace @color/primary_text_normal_theme with @color/fx_mobile_text_color_primary 2 years ago
Mozilla L10n Automation Bot 45f530b573 Import l10n. 2 years ago
AndiAJ 1baddfaf2d Save logins and external links in custom tabs UI test 2 years ago
Rohan Maity df0d196759 For #20634 remove some lint issues from baseline 2 years ago
Oana Horvath 3d25de721a For #21002: Adds UI test for Addons in private mode 2 years ago
MickeyMoz 84ef85d326 Update Android Components version to 99.0.20220212143326. 2 years ago
Mozilla L10n Automation Bot 2fee285f77 Import l10n. 2 years ago
Matt Tighe 9643e96244 fixes #23644: reload wallpapers on orientation change 2 years ago
Arturo Mejia 11601770eb For #23679 Update the wallpaper settings switch text 2 years ago
MickeyMoz 50dfd0e802 Update Android Components version to 99.0.20220211143103. 2 years ago
Mozilla L10n Automation Bot 72f0191fcb Import l10n. 2 years ago
MickeyMoz c3a77dc574 Update Android Components version to 99.0.20220210181319. 2 years ago
MickeyMoz 40123882dc Update Android Components version to 99.0.20220210143122. 2 years ago
Mozilla L10n Automation Bot eea4b07cb5 Import l10n. 2 years ago
Gabriel Luong 37a0edceb6 For #23431 - Display the order of Contile Top Sites correctly 2 years ago
Andrew Halberstadt 6c59fd424b For #23614 - Set defaults for custom Fenix parameters
This will allow us to run taskgraph generation locally with the default
set of parameters.
2 years ago
Andrew Halberstadt 7931e12f06 For #23614 - Update taskgraph to latest version 2 years ago
MickeyMoz 974653084a Update Android Components version to 99.0.20220209143350. 2 years ago
Roger Yang 80c9ad9100 No issue: Update history search string 2 years ago
Mugurell 5bd6f1cb8c For #21854 - Split the big ComposeView in 3 smaller ones
This would shorten the time needed to layout all Pocket recommended stories
content in one go, though it may lead to shorten hiccups over a bigger period
of time.
2 years ago
Arturo Mejia 9b7e07ab0e Remove stale strings for version 96 2 years ago
mcarare 18f785ddb9 For #22958: Set content description only when view is visible.
This avoids additional processing.
2 years ago
AndiAJ c0918a3d1a New browser functionalities in custom tabs tests 2 years ago
Alexandru2909 2d75ff7d47 For #14321 - Dismiss search dialog buttons on edit cancel 2 years ago
Alexandru2909 d7803e6dc7 For #14954 - Use TabSessionState.id to check if tab is selected 2 years ago
Mozilla L10n Automation Bot 4c4062362c Import l10n. 2 years ago
Noah Bond c0942eadb2 For #23526 - Add telemetry for Contile interactions 2 years ago
MickeyMoz 4120223589 Update Android Components version to 99.0.20220208145842. 2 years ago
Arturo Mejia 618135ed01 Update version.txt to 99.0.0-beta.1 2 years ago
Julien Cristau c56d2d6926 docker: run get-secret.py with python3 2 years ago
jhugman b230c39a7f
Fixes #23492: Perf regression of calling isFirefoxDefault from main thread (#23556)
* Fixes #23492 — Fixup perf regression of calling isFirefoxDefault from the main thread

* Tightening of near defunct default browser message

* Fixup early crash in debug build

* ktlint
2 years ago
AndiAJ 534838c0fb Add and remove most visited top sites UI test 2 years ago
AndiAJ b77496d59d Refactoring work top sites tests 2 years ago
Mickey Moz d1b3c4979d
Update Android Components version to 98.0.20220208025830. (#23629)
Co-authored-by: Ryan VanderMeulen <ryanvm@gmail.com>
2 years ago
Matt Tighe 0c297dcee2 closes #23540: scale wallpaper and translate to bottom of image 2 years ago
Roger Yang 1d1412c766 Close #23626: Do not exit edit mode in history search toolbar 2 years ago
Mozilla L10n Automation Bot fa8cb6bb34 Import l10n. 2 years ago
Matt Tighe 24d2abd2b2 fixes #23619: use well-defined name for fetching remote wallpaper assets 2 years ago
Sarah Khan 26c7562e62 For #23596 and #23309 - Add deeplink to wallpaper settings 2 years ago
Matt Tighe b7b601eee1 closes #23616: add final path separator to reote path 2 years ago