Commit Graph

8401 Commits

Author SHA1 Message Date
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.
2022-02-15 01:45:35 +00:00
Noah Bond
48141b25a9 For #21900 - Delete files from Synced Tabs XML implementation 2022-02-15 00:01:57 +00:00
Noah Bond
584b2cd83c For #21900 - Delete files from Synced Tabs XML implementation 2022-02-15 00:01:57 +00:00
Gabriel Luong
bf70616d93 For #23713 - Replace @color/secondary_text_normal_theme with @color/fx_mobile_text_color_secondary 2022-02-14 21:15:40 +00:00
MickeyMoz
d1fbf309b3 Update Android Components version to 99.0.20220214170500. 2022-02-14 20:21:46 +00:00
Matt Tighe
f146cefcb8 closes #23662: replace wallpaper thumbnail lazyverticalgrid with manual scroll layout 2022-02-14 19:14:28 +00:00
Gabriel Luong
5bbf8437b3 For #23711 - Replace @color/primary_text_normal_theme with @color/fx_mobile_text_color_primary 2022-02-14 18:42:11 +00:00
Mozilla L10n Automation Bot
45f530b573 Import l10n. 2022-02-14 17:01:36 +00:00
AndiAJ
1baddfaf2d Save logins and external links in custom tabs UI test 2022-02-14 16:12:36 +00:00
Rohan Maity
df0d196759 For #20634 remove some lint issues from baseline 2022-02-14 11:52:37 +00:00
Oana Horvath
3d25de721a For #21002: Adds UI test for Addons in private mode 2022-02-14 11:17:09 +00:00
MickeyMoz
84ef85d326 Update Android Components version to 99.0.20220212143326. 2022-02-12 16:52:31 +00:00
Mozilla L10n Automation Bot
2fee285f77 Import l10n. 2022-02-12 00:48:47 +00:00
Matt Tighe
9643e96244 fixes #23644: reload wallpapers on orientation change 2022-02-11 18:25:11 +00:00
Arturo Mejia
11601770eb For #23679 Update the wallpaper settings switch text 2022-02-11 17:51:20 +00:00
MickeyMoz
50dfd0e802 Update Android Components version to 99.0.20220211143103. 2022-02-11 16:35:49 +00:00
Mozilla L10n Automation Bot
72f0191fcb Import l10n. 2022-02-11 01:54:08 +00:00
MickeyMoz
c3a77dc574 Update Android Components version to 99.0.20220210181319. 2022-02-10 20:02:10 +00:00
MickeyMoz
40123882dc Update Android Components version to 99.0.20220210143122. 2022-02-10 17:32:38 +00:00
Mozilla L10n Automation Bot
eea4b07cb5 Import l10n. 2022-02-10 01:52:49 +00:00
Gabriel Luong
37a0edceb6 For #23431 - Display the order of Contile Top Sites correctly 2022-02-10 00:54:24 +00:00
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.
2022-02-09 23:31:22 +00:00
Andrew Halberstadt
7931e12f06 For #23614 - Update taskgraph to latest version 2022-02-09 23:31:22 +00:00
MickeyMoz
974653084a Update Android Components version to 99.0.20220209143350. 2022-02-09 21:46:40 +00:00
Roger Yang
80c9ad9100 No issue: Update history search string 2022-02-09 19:36:16 +00:00
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.
2022-02-09 15:56:27 +00:00
Arturo Mejia
9b7e07ab0e Remove stale strings for version 96 2022-02-09 15:14:23 +00:00
mcarare
18f785ddb9 For #22958: Set content description only when view is visible.
This avoids additional processing.
2022-02-09 14:44:58 +00:00
AndiAJ
c0918a3d1a New browser functionalities in custom tabs tests 2022-02-09 10:09:39 +00:00
Alexandru2909
2d75ff7d47 For #14321 - Dismiss search dialog buttons on edit cancel 2022-02-09 09:29:15 +00:00
Alexandru2909
d7803e6dc7 For #14954 - Use TabSessionState.id to check if tab is selected 2022-02-09 09:04:08 +00:00
Mozilla L10n Automation Bot
4c4062362c Import l10n. 2022-02-09 00:51:30 +00:00
Noah Bond
c0942eadb2 For #23526 - Add telemetry for Contile interactions 2022-02-08 21:45:16 +00:00
MickeyMoz
4120223589 Update Android Components version to 99.0.20220208145842. 2022-02-08 20:25:11 +00:00
Arturo Mejia
618135ed01 Update version.txt to 99.0.0-beta.1 2022-02-08 18:29:23 +00:00
Julien Cristau
c56d2d6926 docker: run get-secret.py with python3 2022-02-08 17:23:30 +00:00
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
2022-02-08 12:44:07 +00:00
AndiAJ
534838c0fb Add and remove most visited top sites UI test 2022-02-08 11:00:25 +00:00
AndiAJ
b77496d59d Refactoring work top sites tests 2022-02-08 11:00:25 +00:00
Mickey Moz
d1b3c4979d
Update Android Components version to 98.0.20220208025830. (#23629)
Co-authored-by: Ryan VanderMeulen <ryanvm@gmail.com>
2022-02-07 23:59:09 -05:00
Matt Tighe
0c297dcee2 closes #23540: scale wallpaper and translate to bottom of image 2022-02-08 03:46:41 +00:00
Roger Yang
1d1412c766 Close #23626: Do not exit edit mode in history search toolbar 2022-02-08 01:40:42 +00:00
Mozilla L10n Automation Bot
fa8cb6bb34 Import l10n. 2022-02-08 00:48:02 +00:00
Matt Tighe
24d2abd2b2 fixes #23619: use well-defined name for fetching remote wallpaper assets 2022-02-07 23:26:45 +00:00
Sarah Khan
26c7562e62 For #23596 and #23309 - Add deeplink to wallpaper settings 2022-02-07 17:02:46 -05:00
Matt Tighe
b7b601eee1 closes #23616: add final path separator to reote path 2022-02-07 19:59:59 +00:00
Jonathan Almeida
4c953bc910 No issue: Update debug app name to Fenix
We don't use the "Preview" naming any more and it's easier to find the app when "Fenix" is in the app name.
2022-02-07 17:38:33 +00:00
MickeyMoz
bae20d6505 Update Android Components version to 98.0.20220207143129. 2022-02-07 16:28:03 +00:00
Arturo Mejia
c90dcaa314 For #23577: Make description text on the wallpapers settings page align with the start of the switch 2022-02-07 15:01:28 +00:00
Julien Cristau
cf0e94204c Fix signing format for mozillaonline builds 2022-02-07 14:16:07 +00:00