Commit Graph

9462 Commits

Author SHA1 Message Date
MickeyMoz
f6f21f98a8 Update Android Components version to 105.0.20220814143053. 2022-08-14 16:45:09 +00:00
Mozilla L10n Automation Bot
e4ee87a614 Import l10n. 2022-08-14 00:40:15 +00:00
MickeyMoz
f52f6b4e22 Update Android Components version to 105.0.20220813143108. 2022-08-13 12:44:46 -04:00
Mozilla L10n Automation Bot
a28ffd76bd Import l10n. 2022-08-13 15:55:23 +00:00
MickeyMoz
b4bc3918a8 Update Android Components version to 105.0.20220812143059. 2022-08-12 19:26:31 +00:00
Gabriel Luong
a98868d791 For #26412 - Remove try catch for NimbusFeatureException from FxNimbus value() getter 2022-08-12 16:05:23 +00:00
sarah541
bbb602a2fd For #26308 - Add feature flag for MR onboarding 2022-08-12 15:01:33 +00:00
sv-ohorvath
cffce104cf Issue ##26361: randomize shortcut titles to avoid data overlapping 2022-08-12 12:26:07 +00:00
AndiAJ
6bab84f565 For #26144 new cancelDeleteAllHistoryTest UI test 2022-08-12 08:15:35 +00:00
AndiAJ
323da3b459 For #26144 refactor deleteAllHistoryTest UI test 2022-08-12 08:15:35 +00:00
Mugurell
e74742a3e6 For #25602: Lowercase search engine id when recording telemetry 2022-08-12 06:41:29 +00:00
Alexandru2909
c268161311 For #26115 - Change homescreen Show all button color according to wallpaper 2022-08-12 00:55:43 +00:00
Charlie Humphreys
b33abbbec2 change name for isFirstRun to isFirstNimbusRun and move setter to after experiments are set 2022-08-12 00:24:28 +00:00
Charlie Humphreys
1ce99506ad update isFirstRun to be manually set and set experiments locally on first run 2022-08-12 00:24:28 +00:00
Charlie Humphreys
9b8ffbc8c1 Add workflow to download Nimbus early experiments 2022-08-11 21:35:14 +00:00
Mickey Moz
580ec1d7ff
Update Android Components version to 105.0.20220811143056. (#26440)
Co-authored-by: Donal Meehan <76789979+DonalMe@users.noreply.github.com>
2022-08-11 15:13:53 -04:00
isabelrios
33406ac245 use python 3.10 2022-08-11 15:31:37 +00:00
isabelrios
ae21e63f8b For #26390 Upgrade to Python3 2022-08-11 15:31:37 +00:00
MatthewTighe
72959901d8 Fixes #26245: refactor the WallpaperManager as several WallpaperUseCases 2022-08-11 14:56:49 +00:00
Jonathan Almeida
d0c21c06aa Close #26041: Remove un-needed Nimbus workaround
This workaround was temporary and is not needed with the Nimbus groovy
plugin updates in Android Components.
2022-08-11 10:13:19 -04:00
Roger Yang
4204c43236 Close #26198: Add debounce to account manager syncs 2022-08-10 21:06:29 +00:00
Mozilla L10n Automation Bot
f356df785c Import l10n. 2022-08-10 07:26:01 +00:00
rxu
2a30213fc1 Add "manage account and devices" button to home menu in mozillaonline builds 2022-08-10 06:50:08 +00:00
Noah Bond
a77375a363 For #22558 - Fix private theme bug in Tabs Tray 2022-08-09 21:08:38 +00:00
Jonathan Almeida
f03ee91ecb Close #26041: Re-set TrackingProtectionPolicy after Nimbus SDK is initialized
There are three issues here that we have uncovered while investigating
this bug:

 1. Settings.kt has a lazy block around `enabledTotalCookieProtection`
    which ends up caching the first result it evaluates.
 3. The `FeatureHolder` within FxNimbus caches the incorrectly
    evaluated value and returns this value hence forth.
 4. Nimbus is not ready to return a result for an engine experiment
    when we need it early on in the dependency tree initialization.

There are multiple systems that require engine to be initialized for
 them to work (e.g. Glean, Profiler, concept-fetch). In our TCP,
 experiment, we need to apply these engine settings during the engine
 initialization. So when we try and evaluate Nimbus that early on, it
 has not had time to initialize itself correctly or even use the
 engine's concept-fetch client to return the correct experiment result.
 This bug is made worse because of the first two caching bugs where we
 are always holding onto a cached value of the wrong result.

Our temporary solution is to:

 1. Remove the `lazy` around `Settings.enabledTotalCookieProtection`.
 2. Set the `FxNimbus.api` value right after we are done initializing
    `FxNimbus` and `NimbusApi` so that all future queries to FxNimbus
    will be made against a real instance of `NimbusApi`. This is a
    short-term fix for the `FeatureHolder` caching bug.
 3. Set a new TrackingProtectionPolicy that will evaluate Nimbus now
    that it is in the correct state when receive the
    `NimbusInterface.Observer.onUpdatesApplied`.

Co-authored-by: jhugman <jhugman@users.noreply.github.com>
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
2022-08-09 19:33:00 +00:00
MatthewTighe
29a8c33ba5 Fixes #26377: re-open already opened recent synced tabs 2022-08-09 19:00:40 +00:00
MickeyMoz
b3fa1b0e81 Update Android Components version to 105.0.20220809141528. 2022-08-09 16:43:27 +00:00
Mozilla L10n Automation Bot
37745eb83d Import l10n. 2022-08-09 10:12:58 +00:00
Noah Bond
db0162465b For #26289 - Remove search term tab groups metrics and setting 2022-08-08 18:16:33 +00:00
MickeyMoz
8e3d64f71c Update Android Components version to 105.0.20220808143406. 2022-08-08 12:51:06 -04:00
rudmannn
8e8ea5e57a
Fix #26362: Use app:lineHeight to support API Level <= 27 (#26364)
* Fix android:lineHeight

Change android:lineHeight to app:lineHeight for incompatibilities at API Level <= 27

* Fix android:lineHeight (Part 2)

Change android:lineHeight to app:lineHeight for fixing incompatibilities in custom_search_engine

* Change android:lineHeight (Part 3)

Change android:lineHeight to app:lineHeight in settings_https_only for incompatibilities at API Level <= 27

* cleanup lint-baseline.xml

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-08-08 12:12:18 -04:00
Jan-Erik Rediger
06488cdabe Move startup perf measurements to a background thread
This is required to avoid loading the Glean core library (provided by libxul) early on.
Fenix needs to do the time measurement itself for now.
2022-08-08 14:10:36 +00:00
Alexandru2909
1a2b357119 For #26302 - Change header text height to wrap_content for autofill add/edit screens 2022-08-08 05:37:09 +00:00
Mozilla L10n Automation Bot
9255d351fd Import l10n. 2022-08-08 00:39:10 +00:00
MickeyMoz
25d2233e35 Update Android Components version to 105.0.20220807143114. 2022-08-07 16:34:25 +00:00
Mozilla L10n Automation Bot
4f77d2966b Import l10n. 2022-08-07 00:43:28 +00:00
MickeyMoz
0ed165d3f7 Update Android Components version to 105.0.20220806154436. 2022-08-06 17:18:04 +00:00
Mozilla L10n Automation Bot
4379b06288 Import l10n. 2022-08-06 00:39:20 +00:00
Mugurell
624ffa79e1 For #26236: Update Android Components version which introduces the api change 2022-08-05 15:25:39 +00:00
indu
1488e8e87b For #26236: Fix breaking change from AC regarding exitImmersiveModeIfNeeded
This will allow Fenix to use the refactored method name 'exitImmersiveMode' in Activity from Android Components library

Co-Authored-By: Mugurell <Mugurell@users.noreply.github.com>
2022-08-05 15:25:39 +00:00
Mozilla L10n Automation Bot
926daabe1f Import l10n. 2022-08-05 00:40:01 +00:00
AndiAJ
c356982a4d For #26144 new App-like experience in PWAs UI test 2022-08-04 19:28:09 +00:00
Mickey Moz
20911100d9
Update Android Components version to 105.0.20220804143845. (#26319) 2022-08-04 13:00:07 -04:00
AndiAJ
9a6d7f5bbd For #26286 new verifyRemoveTopSiteFromMainMenu UI test 2022-08-04 14:35:34 +00:00
AndiAJ
7e06d48bcb For #25926 disable failing mainMenuOpenInAppTest UI test 2022-08-04 11:54:48 +00:00
Mozilla L10n Automation Bot
dd563b19f0 Import l10n. 2022-08-04 01:10:03 +00:00
Noah Bond
8656fd48eb For #26227 - Remove search term tab groups from Jump Back In 2022-08-04 00:10:47 +00:00
Mugurell
aa992263d6 For #26172 - New CFR popup composable
This will allow for pinpoint accuracy when anchoring and resolve any color
disparities between the popup body and the indicator arrow by having everything
drawn programmatically as one shape.

Because of the async nature of the values for insets and screen rotation
immediately after an orientation change the popup will automatically get
dismissed to prevent any anchoring issues.
While not ideal the effect of this is better than accepting layout issues after
orientation changes and is the same approach used for other of our popups.
2022-08-03 19:04:31 +00:00
MickeyMoz
577ec0b659 Update Android Components version to 105.0.20220803135114. 2022-08-03 15:55:32 +00:00
KNS
f96c77a5a0
Bug 1780858 - Run a51 browsertime tests on Fenix branch (#26152)
* Add a51 platform and worker

* Run on pull request

* Remove on-pull-request

* Add correct matching platform for A51

* Remove github-pull-request

Co-authored-by: KS <kshampur@MacBook-Pro.local>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-08-03 12:33:45 +00:00