update to gecko 151.0

This commit is contained in:
Fabian Freund
2026-05-25 04:27:18 +02:00
parent 864a1a2f1e
commit 77c3859dc2
2 changed files with 7 additions and 3 deletions
@@ -234,7 +234,11 @@ class Core(
LastMediaAccessMiddleware(),
// Keep parity with Fenix: do not initialize translations on store init.
// EngineObserver will dispatch InitTranslationsBrowserState after first completed page load.
TranslationsMiddleware(engine, MainScope(), false),
TranslationsMiddleware(
engine,
MainScope(),
false,
isTranslationsEnabled = { true }),
) + EngineMiddleware.create(
engine,
// We are disabling automatic suspending of engine sessions under memory pressure.