henry pushed to branch mullvad-browser-147.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser Commits: 1c53419e by Henry Wilkes at 2026-01-19T15:40:24+00:00 fixup! Mullvad Browser strings MB 489: Drop about:rights strings. - - - - - d4dac903 by Henry Wilkes at 2026-01-19T15:40:26+00:00 fixup! MB 63: Customize some about pages for Mullvad Browser MB 489: Drop about:rights for mullvad browser. - - - - - 29183696 by Henry Wilkes at 2026-01-19T15:40:29+00:00 BB 43901: Modify about:license. We also drop about:rights. - - - - - 7 changed files: - browser/base/moz.build - browser/components/about/AboutRedirector.cpp - browser/components/about/components.conf - − toolkit/content/aboutRightsMullvad.xhtml - toolkit/content/jar.mn - toolkit/locales/en-US/toolkit/global/mullvad-browser.ftl - toolkit/themes/shared/aboutLicense.css Changes: ===================================== browser/base/moz.build ===================================== @@ -79,7 +79,8 @@ PERFTESTS_MANIFESTS += ["content/test/perftest.toml"] DEFINES["MOZ_APP_VERSION"] = CONFIG["MOZ_APP_VERSION"] DEFINES["MOZ_APP_VERSION_DISPLAY"] = CONFIG["MOZ_APP_VERSION_DISPLAY"] -DEFINES["APP_LICENSE_BLOCK"] = "%s/content/overrides/app-license.html" % SRCDIR +# Do not include the Firefox app-license.html in about:license. +# tor-browser#43901. if CONFIG["BASE_BROWSER_UPDATE"]: DEFINES["BASE_BROWSER_UPDATE"] = True ===================================== browser/components/about/AboutRedirector.cpp ===================================== @@ -97,9 +97,7 @@ static const RedirEntry kRedirMap[] = { {"profiling", "chrome://devtools/content/performance-new/aboutprofiling/index.html", nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI}, - {"rights", "chrome://global/content/aboutRights.xhtml", - nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | - nsIAboutModule::URI_MUST_LOAD_IN_CHILD}, +// Drop about:rights. tor-browser#43901. #ifndef BASE_BROWSER_VERSION {"robots", "chrome://browser/content/aboutRobots.xhtml", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | ===================================== browser/components/about/components.conf ===================================== @@ -23,7 +23,7 @@ pages = [ 'profiling', 'reader', 'restartrequired', - 'rights', + # Removed 'rights'. tor-browser#43901. # Removed 'robots'. tor-browser#42831. 'sessionrestore', 'settings', ===================================== toolkit/content/aboutRightsMullvad.xhtml deleted ===================================== @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html [ <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -%htmlDTD; ]> - -<!-- This Source Code Form is subject to the terms of the Mozilla Public - - License, v. 2.0. If a copy of the MPL was not distributed with this - - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <meta - http-equiv="Content-Security-Policy" - content="default-src chrome:; object-src 'none'" - /> - <meta name="color-scheme" content="light dark" /> - <title data-l10n-id="rights-title"></title> - <link - rel="stylesheet" - href="chrome://global/skin/in-content/info-pages.css" - type="text/css" - /> - <link rel="localization" href="branding/brand.ftl" /> - <link rel="localization" href="toolkit/about/aboutRights.ftl" /> - <link rel="localization" href="toolkit/global/mullvad-browser.ftl" /> - </head> - - <body id="your-rights" class="aboutPageWideContainer"> - <div class="container"> - <h1 data-l10n-id="rights-title"></h1> - - <p data-l10n-id="rights-mullvad-intro"></p> - <p data-l10n-id="rights-mullvad-you-should-know"></p> - - <ul> - <li data-l10n-id="rights-intro-point-1"> - <a - href="http://www.mozilla.org/MPL/" - data-l10n-name="mozilla-public-license-link" - ></a> - </li> - <li data-l10n-id="rights-mullvad-trademarks"></li> - </ul> - </div> - </body> -</html> ===================================== toolkit/content/jar.mn ===================================== @@ -212,5 +212,3 @@ toolkit.jar: content/global/vendor/react-transition-group.js (vendor/react/react-transition-group.js) content/global/vendor/redux.js (vendor/react/redux.js) content/global/vendor/react-redux.js (vendor/react/react-redux.js) - - content/global/aboutRights.xhtml (aboutRightsMullvad.xhtml) ===================================== toolkit/locales/en-US/toolkit/global/mullvad-browser.ftl ===================================== @@ -27,15 +27,6 @@ about-mullvad-browser-update-message = { -brand-short-name } has been updated t home-mode-choice-mullvad = .label = { -brand-product-name } Home -## about:rights page. - -rights-mullvad-intro = { -brand-short-name } is free and open source software. -rights-mullvad-you-should-know = There are a few things you should know: -rights-mullvad-trademarks = - You are not granted any trademark rights or licenses to the trademarks of - the { -brand-short-name } or any party, including without limitation the - { -brand-short-name } name or logo. - ## about:telemetry page. telemetry-title = Telemetry Information ===================================== toolkit/themes/shared/aboutLicense.css ===================================== @@ -5,13 +5,9 @@ /* License Illustration */ .license-header { - background-image: url("chrome://global/skin/illustrations/about-license.svg"); - background-repeat: no-repeat; - background-position: right center; - min-height: 300px; - display: flex; - align-items: center; - padding-inline-end: 320px; + /* Adjust the header to remove the background, which is out of place without + * the app-license.html content. */ + align-self: start; } td:nth-child(1), View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/c43... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/c43... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
henry (@henry)