henry pushed to branch mullvad-browser-150.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser Commits: 6c7c9f55 by Henry Wilkes at 2026-04-28T09:53:53+01:00 BB 44902: Temporary fix for privacy settings initialisation. Can be dropped with Firefox version 151 due to bugzilla bug 1999769. - - - - - 1 changed file: - browser/components/preferences/privacy.js Changes: ===================================== browser/components/preferences/privacy.js ===================================== @@ -5417,11 +5417,9 @@ var gPrivacyPane = { gMainPane.manageProfiles ); - setEventListener( - "dataCollectionViewProfilesMultiProfileBackupWarning", - "click", - gMainPane.manageProfiles - ); + // tor-browser#44902. + // #dataCollectionViewProfilesMultiProfileBackupWarning is not in markup. + // This should be dropped with bugzilla bug 1999769 (Firefox version 151). let listener = () => gPrivacyPane.updateProfilesPrivacyInfo(); SelectableProfileService.on("enableChanged", listener); View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/6c7c... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/6c7c... 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)
-
henry (@henry)