Pier Angelo Vendrame pushed to branch mullvad-browser-150.0a1-16.0-2 at The Tor
Project / Applications / Mullvad Browser
Commits:
b53cf77f by Pier Angelo Vendrame at 2026-05-05T09:07:52+02:00
fixup! MB 329: Customize toolbar for mullvad-browser.
BB 43824: Move from resources:// to moz-src:///.
- - - - -
05741fd2 by Pier Angelo Vendrame at 2026-05-05T09:08:29+02:00
fixup! MB 39: Add home page about:mullvad-browser
BB 43824: Move from resources:// to moz-src:///.
- - - - -
3 changed files:
- browser/components/DesktopActorRegistry.sys.mjs
- browser/components/customizableui/CustomizableUI.sys.mjs
- browser/components/mullvad-browser/moz.build
Changes:
=====================================
browser/components/DesktopActorRegistry.sys.mjs
=====================================
@@ -110,10 +110,12 @@ let JSWINDOWACTORS = {
AboutMullvadBrowser: {
parent: {
- esModuleURI: "resource:///actors/AboutMullvadBrowserParent.sys.mjs",
+ esModuleURI:
+
"moz-src:///browser/components/mullvad-browser/AboutMullvadBrowserParent.sys.mjs",
},
child: {
- esModuleURI: "resource:///actors/AboutMullvadBrowserChild.sys.mjs",
+ esModuleURI:
+
"moz-src:///browser/components/mullvad-browser/AboutMullvadBrowserChild.sys.mjs",
events: {
DOMContentLoaded: {},
},
=====================================
browser/components/customizableui/CustomizableUI.sys.mjs
=====================================
@@ -1141,7 +1141,7 @@ var CustomizableUIInternal = {
if (buttonIndex >= 0) {
// NOTE: We expect the SecurityLevel module to already be
initialized.
const { SecurityLevelPrefs } = ChromeUtils.importESModule(
- "resource://gre/modules/SecurityLevel.sys.mjs"
+ "moz-src:///toolkit/components/securitylevel/SecurityLevel.sys.mjs"
);
if (!SecurityLevelPrefs.securityCustom) {
navbarPlacements.splice(buttonIndex, 1);
=====================================
browser/components/mullvad-browser/moz.build
=====================================
@@ -1,6 +1,6 @@
JAR_MANIFESTS += ["jar.mn"]
-FINAL_TARGET_FILES.actors += [
+MOZ_SRC_FILES += [
"AboutMullvadBrowserChild.sys.mjs",
"AboutMullvadBrowserParent.sys.mjs",
]
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/a8f33bdd32a685b4f31c8060fdba435264ee43ce...05741fd276e8adc8eca5ed9694e15960e30fcc39
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/a8f33bdd32a685b4f31c8060fdba435264ee43ce...05741fd276e8adc8eca5ed9694e15960e30fcc39
You're receiving this email because of your account on gitlab.torproject.org.
Manage all notifications: https://gitlab.torproject.org/-/profile/notifications
| Help: https://gitlab.torproject.org/help
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]