tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 9bd8a901d87ee0c8fe51ce9af4d32622151c0e76
parent 3ee00d15b8329fcbe86f9c04edfac77d4d98e96f
Author: Narcis Beleuzu <nbeleuzu@mozilla.com>
Date:   Tue, 14 Oct 2025 14:44:20 +0300

Revert "Bug 1993903 - Disable MathML preferences mathspace_names/legacy_mathvariant_attribute in early beta. r=emilio" for causing bustages on StaticPrefList.yaml

This reverts commit 4b0a188f44b5ac5652bedd10216ec9acb4cd2215.

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -11104,7 +11104,7 @@ # "thickmathspace" etc for length attributes. - name: mathml.mathspace_names.disabled type: bool - value: @EARLY_BETA_OR_EARLIER@ + value: @IS_NIGHTLY_BUILD@ mirror: always # Whether to render all unknown mathml elements as <mrow> @@ -11144,7 +11144,7 @@ # implemented via text-transform: auto when that flag is enabled. - name: mathml.legacy_mathvariant_attribute.disabled type: bool - value: @EARLY_BETA_OR_EARLIER@ + value: @IS_NIGHTLY_BUILD@ mirror: always rust: true