Commit Graph

7496 Commits (75a148b882b437207e289436d47cc0cf24a9ddfb)

Author SHA1 Message Date
Mugurell edff593ee6 For #26335: Disable tests for the number of inflations.
These fail in Firebase with different values making the test intermittent.
2 years ago
Mugurell 1f562fe927 For #26335: Allow for more inflations in performance tests
The first patch for this enabled the contile feature by default which based on
the automated tests increased the number of inflations done in HomeActivity.
This patch comes to address that by allowing for up to 6 inflations as seen
reported as the actual count in tests.
2 years ago
mergify 765c3e0b99 update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Mozilla L10n Automation Bot 6e18cb1043 Import l10n. 2 years ago
Alexandru2909 0c6cf5f6a8 For #26335: Enable sponsored shortcuts by default 2 years ago
Jonathan Almeida 94ff169a30 Close #26495: Move Huawei checks to ManufacturerCodes 2 years ago
Mozilla L10n Automation Bot 32b635d5c8 Import l10n. 2 years ago
MatthewTighe 7bfd6caa5b For #26423: simplify wallpaper types to single data class 2 years ago
MatthewTighe ab306f0ab9 Fixes #26124: recent synced tab will use preview image URLs from history 2 years ago
sunilk9211 db47f4182d For #25985: Remove ability to click the logo to change the wallpaper 2 years ago
mavduevskiy 40ef60ca87 Revert "Closes #25942: use HistoryFragment to show synced history"
This reverts commit 6483e1c647.
2 years ago
Mugurell f96f8465ad For #26414 - Have the Pocket spocs feature as part of the homescreen sections experiments 2 years ago
sarah541 0b0e31aae8 For #26421 - Extract synced tabs into it's own viewholder 2 years ago
indu 979862357d For #26037: Open shared FireFox tab from another device in Firefox browser
This fix will allow the tab that's being shared from a device to open in FireFox browser in the device  that receives the tab, even if another browser is set as default in the destination device.

Co-Authored-By: Mugurell <Mugurell@users.noreply.github.com>
2 years ago
Mozilla L10n Automation Bot 7d0c09fb3e Import l10n. 2 years ago
Roger Yang 85f8a1f3ee Close #26150: Do not show sync tabs in home when sync open tabs setting is disabled 2 years ago
mike a 9baf0db8db Closes #26446: add wallpaper oboarding Nimbus flag 2 years ago
Mozilla L10n Automation Bot c9c7e2f3b8 Import l10n. 2 years ago
Mozilla L10n Automation Bot e4ee87a614 Import l10n. 2 years ago
Mozilla L10n Automation Bot a28ffd76bd Import l10n. 2 years ago
Gabriel Luong a98868d791 For #26412 - Remove try catch for NimbusFeatureException from FxNimbus value() getter 2 years ago
sarah541 bbb602a2fd For #26308 - Add feature flag for MR onboarding 2 years ago
sv-ohorvath cffce104cf Issue ##26361: randomize shortcut titles to avoid data overlapping 2 years ago
AndiAJ 6bab84f565 For #26144 new cancelDeleteAllHistoryTest UI test 2 years ago
AndiAJ 323da3b459 For #26144 refactor deleteAllHistoryTest UI test 2 years ago
Mugurell e74742a3e6 For #25602: Lowercase search engine id when recording telemetry 2 years ago
Alexandru2909 c268161311 For #26115 - Change homescreen Show all button color according to wallpaper 2 years ago
Charlie Humphreys b33abbbec2 change name for isFirstRun to isFirstNimbusRun and move setter to after experiments are set 2 years ago
Charlie Humphreys 1ce99506ad update isFirstRun to be manually set and set experiments locally on first run 2 years ago
isabelrios 33406ac245 use python 3.10 2 years ago
isabelrios ae21e63f8b For #26390 Upgrade to Python3 2 years ago
MatthewTighe 72959901d8 Fixes #26245: refactor the WallpaperManager as several WallpaperUseCases 2 years ago
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.
2 years ago
Roger Yang 4204c43236 Close #26198: Add debounce to account manager syncs 2 years ago
Mozilla L10n Automation Bot f356df785c Import l10n. 2 years ago
rxu 2a30213fc1 Add "manage account and devices" button to home menu in mozillaonline builds 2 years ago
Noah Bond a77375a363 For #22558 - Fix private theme bug in Tabs Tray 2 years ago
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>
2 years ago
MatthewTighe 29a8c33ba5 Fixes #26377: re-open already opened recent synced tabs 2 years ago
Mozilla L10n Automation Bot 37745eb83d Import l10n. 2 years ago
Noah Bond db0162465b For #26289 - Remove search term tab groups metrics and setting 2 years ago
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>
2 years ago
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.
2 years ago
Alexandru2909 1a2b357119 For #26302 - Change header text height to wrap_content for autofill add/edit screens 2 years ago
Mozilla L10n Automation Bot 9255d351fd Import l10n. 2 years ago
Mozilla L10n Automation Bot 4f77d2966b Import l10n. 2 years ago
Mozilla L10n Automation Bot 4379b06288 Import l10n. 2 years ago
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>
2 years ago
Mozilla L10n Automation Bot 926daabe1f Import l10n. 2 years ago
AndiAJ c356982a4d For #26144 new App-like experience in PWAs UI test 2 years ago
AndiAJ 9a6d7f5bbd For #26286 new verifyRemoveTopSiteFromMainMenu UI test 2 years ago
AndiAJ 7e06d48bcb For #25926 disable failing mainMenuOpenInAppTest UI test 2 years ago
Mozilla L10n Automation Bot dd563b19f0 Import l10n. 2 years ago
Noah Bond 8656fd48eb For #26227 - Remove search term tab groups from Jump Back In 2 years ago
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.
2 years ago
Alexandru2909 ec4ad984c2 For #26239 - Avoid displaying multiple download items for the same file 2 years ago
AndiAJ f239a24d48 For #26286 new undoDeleteHistoryItemTest UI test 2 years ago
Christian Sadilek 7ddc50017e Revert "For #26227 - Remove search term tab groups from Jump Back In"
This reverts commit fa00527dc6.
2 years ago
Christian Sadilek b24650c449 Revert "For #26227 - Remove search term tab groups from Recently Visited"
This reverts commit c45e4b4ac5.
2 years ago
Arturo Mejia bddac731d5 For #26283: Use message buttonLabel in MessageCard. 2 years ago
Mozilla L10n Automation Bot 4ee1b6da9e Import l10n. 2 years ago
Noah Bond c45e4b4ac5 For #26227 - Remove search term tab groups from Recently Visited 2 years ago
Noah Bond fa00527dc6 For #26227 - Remove search term tab groups from Jump Back In 2 years ago
MatthewTighe 9fb6eeb8cf Fixes: #26052 remove WallpaperManager::updateWallpaper 2 years ago
Alexandru2909 acf9206fe1 For #25837 - Invalidate cached nimbusValidation values when changing locale settings 2 years ago
Mozilla L10n Automation Bot 1cf34a5ac4 Import l10n. 2 years ago
AndiAJ 39a4a7c275 For #25926 disable failing testDownloadPrompt UI test 2 years ago
Mozilla L10n Automation Bot c80195064f Import l10n. 2 years ago
Mozilla L10n Automation Bot b57ff63707 Import l10n. 2 years ago
Mozilla L10n Automation Bot 77a6381520 Import l10n. 2 years ago
MatthewTighe 767d604315 Fixes #26029: Add wallpaper state to AppStore 2 years ago
Alexandru2909 7d85a9d274 For #26221 - Use favicon instead of ic_globe for composed tab grid item 2 years ago
Mozilla L10n Automation Bot 5e58ace753 Import l10n. 2 years ago
mike a 6483e1c647 Closes #25942: use HistoryFragment to show synced history 2 years ago
Mozilla L10n Automation Bot cf21e02182 Import l10n. 2 years ago
Roger Yang 015b79f833 For #26061: Make sure favicons are cropped correctly 2 years ago
mcarare 11a7085e46 For #26197: Cancel history list update on fragment destroyed. 2 years ago
Mozilla L10n Automation Bot d48bb493e7 Import l10n. 2 years ago
mike a 063a09782a Issue #26101: add telementry for deleting history time range 2 years ago
mcarare 4b5b15aa53 For #22692: Remove Metropolis font. 2 years ago
Alexandru2909 335159cef5 For #25891 - Move GridViewHolder to compose 2 years ago
sv-ohorvath 263e4d819b Issue #25970: wait for homescreen to exist before scrolling 2 years ago
Gabriel Luong 8f51a9968a For #26026 - Refactor the FenixTabCounterMenu creation from HomeFragment to TabCounterBuilder 2 years ago
Gabriel Luong ac51c345e7 For #26182 - Remove all unused strings marked moz:removedIn <= 102 2 years ago
Mozilla L10n Automation Bot 74d143721c Import l10n. 2 years ago
mike a ed152a31c1 Closes #26174: remove escapes from the typographic quotes 2 years ago
mike a a475541be2 Closes #26174: fix delete time range prompt text punctuation 2 years ago
Mozilla L10n Automation Bot 4ec71c3aba Import l10n. 2 years ago
Mozilla L10n Automation Bot 7c4e087749 Import l10n. 2 years ago
Mozilla L10n Automation Bot 75864cca82 Import l10n. 2 years ago
Gabriel Luong 1e43c4474c For #26146 - Use the correct moz:removedIn version in @string/delete_browsing_data_prompt_message 2 years ago
Alexandru2909 2345eb22a8 For #26089 - Record metrics for save credit card prompt shown 2 years ago
Mozilla L10n Automation Bot fa8e4a7cc6 Import l10n. 2 years ago
Gabriel Luong 7603d6db66 For #26134 - Add parameter description for @string/delete_all_history_group_prompt_message 2 years ago
Mozilla L10n Automation Bot 15a870c356 Import l10n. 2 years ago
mike a 7982c6b79f Close #25954: add a new delete time range confirmation dialog for history screen 2 years ago
Gabriel Luong bfd0eb7306 For #26113 ⁃ Enable address autofill in all channels 2 years ago
sv-ohorvath 3111c8bf8b Issue #26097: use mock location in UI tests 2 years ago
sv-ohorvath f3ef15800c Issue #25972, #25971: reduce test failures with more retries on legacy-api-tests 2 years ago
Mozilla L10n Automation Bot 52a2cb6a4d Import l10n. 2 years ago