tor-browser

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

commit 0834332cfd4dd0ebe40d04ef0e7716d49ff6cbfc
parent 52614d66291f1c55d26d893dad32ab8aae9da62e
Author: Serban Stanca <sstanca@mozilla.com>
Date:   Wed,  5 Nov 2025 01:21:26 +0200

Revert "Bug 1995971 - Add 2 WAPFORUM public ids that enable the XHTML entities. r=dom-core,smaug" for causing wpt failures in xhtml-mathml-dtd-entity-11.htm.

This reverts commit a9112dba70fdded5f20b9f1448c284c49996c254.

Diffstat:
Mparser/htmlparser/nsExpatDriver.cpp | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/parser/htmlparser/nsExpatDriver.cpp b/parser/htmlparser/nsExpatDriver.cpp @@ -296,8 +296,6 @@ static const nsCatalogData kCatalogTable[] = { "htmlmathml-f.ent", nullptr}, {"-//W3C//DTD MathML 2.0//EN", "htmlmathml-f.ent", nullptr}, {"-//WAPFORUM//DTD XHTML Mobile 1.0//EN", "htmlmathml-f.ent", nullptr}, - {"-//WAPFORUM//DTD XHTML Mobile 1.1//EN", "htmlmathml-f.ent", nullptr}, - {"-//WAPFORUM//DTD XHTML Mobile 1.2//EN", "htmlmathml-f.ent", nullptr}, {nullptr, nullptr, nullptr}}; static const nsCatalogData* LookupCatalogData(const char16_t* aPublicID) {