mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
Fast September 2022 (#69)
This commit is contained in:
+8
-12
@@ -56,7 +56,7 @@ user_pref("image.jxl.enabled", true);
|
|||||||
// PREF: about:home startup cache
|
// PREF: about:home startup cache
|
||||||
// A cache for the initial about:home document that is loaded by default at startup.
|
// A cache for the initial about:home document that is loaded by default at startup.
|
||||||
// The purpose of the cache is to improve startup performance.
|
// The purpose of the cache is to improve startup performance.
|
||||||
// user_pref("browser.startup.homepage.abouthome_cache.enabled", true);
|
// user_pref("browser.startup.homepage.abouthome_cache.enabled", true);
|
||||||
|
|
||||||
// PREF: CSS Masonry Layout
|
// PREF: CSS Masonry Layout
|
||||||
user_pref("layout.css.grid-template-masonry-value.enabled", true);
|
user_pref("layout.css.grid-template-masonry-value.enabled", true);
|
||||||
@@ -77,9 +77,10 @@ user_pref("gfx.offscreencanvas.enabled", true);
|
|||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1072107
|
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1072107
|
||||||
user_pref("layout.css.font-loading-api.workers.enabled", true);
|
user_pref("layout.css.font-loading-api.workers.enabled", true);
|
||||||
|
|
||||||
// PREF: Shadowrealms
|
// PREF: Enable animation-composition
|
||||||
// [1] https://github.com/tc39/proposal-shadowrealm/blob/main/explainer.md
|
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1785329
|
||||||
user_pref("javascript.options.experimental.shadow_realms", true);
|
// [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1293490
|
||||||
|
user_pref("layout.css.animation-composition.enabled", true);
|
||||||
|
|
||||||
// PREF: Wasm GC
|
// PREF: Wasm GC
|
||||||
// [1] https://github.com/WebAssembly/gc/blob/main/proposals/gc/Overview.md
|
// [1] https://github.com/WebAssembly/gc/blob/main/proposals/gc/Overview.md
|
||||||
@@ -89,11 +90,6 @@ user_pref("javascript.options.experimental.shadow_realms", true);
|
|||||||
// [1] https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md
|
// [1] https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md
|
||||||
// user_pref("javascript.options.wasm_function_references", true);
|
// user_pref("javascript.options.wasm_function_references", true);
|
||||||
|
|
||||||
// PREF: Array Find Last
|
// PREF: Shadowrealms
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1775026
|
// [1] https://github.com/tc39/proposal-shadowrealm/blob/main/explainer.md
|
||||||
// user_pref("javascript.options.experimental.array_find_last", true);
|
// user_pref("javascript.options.experimental.shadow_realms", true);
|
||||||
|
|
||||||
// PREF: Enable animation-composition
|
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1785329
|
|
||||||
// [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1293490
|
|
||||||
// user_pref("layout.css.animation-composition.enabled", true); // In stable, but needed?
|
|
||||||
|
|||||||
Reference in New Issue
Block a user