Loading browser/components/mullvad-browser/AboutMullvadBrowserChild.sys.mjs +3 −0 Original line number Diff line number Diff line /** * Actor child class for the about:mullvad-browser page. */ export class AboutMullvadBrowserChild extends JSWindowActorChild { handleEvent(event) { switch (event.type) { Loading browser/components/mullvad-browser/AboutMullvadBrowserParent.sys.mjs +3 −0 Original line number Diff line number Diff line /** * Actor parent class for the about:mullvad-browser page. */ export class AboutMullvadBrowserParent extends JSWindowActorParent { receiveMessage(message) { const shouldNotifyPref = "mullvadbrowser.post_update.shouldNotify"; Loading browser/locales/en-US/browser/mullvad-browser/aboutMullvadBrowser.ftl +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ about-mullvad-browser-learn-more = Curious to learn more about the browser? <a d # $version (String) - The new browser version. about-mullvad-browser-update-message = { -brand-short-name } has been updated to { $version }. <a data-l10n-name="update-link">See what’s new</a> ## Deprecated. To be removed when 13.5 becomes stable. about-mullvad-browser-page-title = { -brand-product-name } Home Loading
browser/components/mullvad-browser/AboutMullvadBrowserChild.sys.mjs +3 −0 Original line number Diff line number Diff line /** * Actor child class for the about:mullvad-browser page. */ export class AboutMullvadBrowserChild extends JSWindowActorChild { handleEvent(event) { switch (event.type) { Loading
browser/components/mullvad-browser/AboutMullvadBrowserParent.sys.mjs +3 −0 Original line number Diff line number Diff line /** * Actor parent class for the about:mullvad-browser page. */ export class AboutMullvadBrowserParent extends JSWindowActorParent { receiveMessage(message) { const shouldNotifyPref = "mullvadbrowser.post_update.shouldNotify"; Loading
browser/locales/en-US/browser/mullvad-browser/aboutMullvadBrowser.ftl +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ about-mullvad-browser-learn-more = Curious to learn more about the browser? <a d # $version (String) - The new browser version. about-mullvad-browser-update-message = { -brand-short-name } has been updated to { $version }. <a data-l10n-name="update-link">See what’s new</a> ## Deprecated. To be removed when 13.5 becomes stable. about-mullvad-browser-page-title = { -brand-product-name } Home