tor-browser

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

commit a9112dba70fdded5f20b9f1448c284c49996c254
parent e8339761dff1c0973ab7438924d8d6808b9cb226
Author: Simon Pieters <zcorpan@gmail.com>
Date:   Tue,  4 Nov 2025 18:01:07 +0000

Bug 1995971 - Add 2 WAPFORUM public ids that enable the XHTML entities. r=dom-core,smaug

Differential Revision: https://phabricator.services.mozilla.com/D269749

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

diff --git a/parser/htmlparser/nsExpatDriver.cpp b/parser/htmlparser/nsExpatDriver.cpp @@ -296,6 +296,8 @@ 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) {