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/a8f... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/a8f... 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
participants (1)
-
Pier Angelo Vendrame (@pierov)