Loading browser/actors/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ BROWSER_CHROME_MANIFESTS += [ "test/browser/browser.ini", ] if CONFIG["TOR_BROWSER_UPDATE"]: if CONFIG["BASE_BROWSER_UPDATE"]: FINAL_TARGET_FILES.actors += [ "AboutTBUpdateChild.jsm", "AboutTBUpdateParent.jsm", Loading browser/base/content/browser.js +1 −1 Original line number Diff line number Diff line Loading @@ -657,7 +657,7 @@ var gInitialPages = [ "about:welcomeback", ]; if (AppConstants.TOR_BROWSER_UPDATE) { if (AppConstants.BASE_BROWSER_UPDATE) { gInitialPages.push("about:tbupdate"); } Loading browser/base/jar.mn +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ browser.jar: content/browser/aboutTabCrashed.css (content/aboutTabCrashed.css) content/browser/aboutTabCrashed.js (content/aboutTabCrashed.js) content/browser/aboutTabCrashed.xhtml (content/aboutTabCrashed.xhtml) #ifdef TOR_BROWSER_UPDATE #ifdef BASE_BROWSER_UPDATE content/browser/abouttbupdate/aboutTBUpdate.xhtml (content/abouttbupdate/aboutTBUpdate.xhtml) content/browser/abouttbupdate/aboutTBUpdate.js (content/abouttbupdate/aboutTBUpdate.js) content/browser/abouttbupdate/aboutTBUpdate.css (content/abouttbupdate/aboutTBUpdate.css) Loading browser/components/BrowserContentHandler.jsm +2 −8 Original line number Diff line number Diff line Loading @@ -743,20 +743,14 @@ nsBrowserContentHandler.prototype = { "%OLD_TOR_BROWSER_VERSION%", old_tbversion ); #ifdef TOR_BROWSER_UPDATE if (overridePage) { if (overridePage && AppConstants.BASE_BROWSER_UPDATE) { prefb.setCharPref("torbrowser.post_update.url", overridePage); prefb.setBoolPref("torbrowser.post_update.shouldNotify", true); // If the user's homepage is about:tor, we will inform them // about the update on that page; otherwise, we arrange to // open about:tor in a secondary tab. if (startPage === "about:tor") overridePage = ""; else overridePage = "about:tor"; overridePage = startPage === "about:tor" ? "" : "about:tor"; } #endif break; case OVERRIDE_NEW_BUILD_ID: if (UpdateManager.readyUpdate) { Loading browser/components/BrowserGlue.jsm +1 −1 Original line number Diff line number Diff line Loading @@ -750,7 +750,7 @@ let JSWINDOWACTORS = { }, }; if (AppConstants.TOR_BROWSER_UPDATE) { if (AppConstants.BASE_BROWSER_UPDATE) { JSWINDOWACTORS.AboutTBUpdate = { parent: { moduleURI: "resource:///actors/AboutTBUpdateParent.jsm", Loading Loading
browser/actors/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ BROWSER_CHROME_MANIFESTS += [ "test/browser/browser.ini", ] if CONFIG["TOR_BROWSER_UPDATE"]: if CONFIG["BASE_BROWSER_UPDATE"]: FINAL_TARGET_FILES.actors += [ "AboutTBUpdateChild.jsm", "AboutTBUpdateParent.jsm", Loading
browser/base/content/browser.js +1 −1 Original line number Diff line number Diff line Loading @@ -657,7 +657,7 @@ var gInitialPages = [ "about:welcomeback", ]; if (AppConstants.TOR_BROWSER_UPDATE) { if (AppConstants.BASE_BROWSER_UPDATE) { gInitialPages.push("about:tbupdate"); } Loading
browser/base/jar.mn +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ browser.jar: content/browser/aboutTabCrashed.css (content/aboutTabCrashed.css) content/browser/aboutTabCrashed.js (content/aboutTabCrashed.js) content/browser/aboutTabCrashed.xhtml (content/aboutTabCrashed.xhtml) #ifdef TOR_BROWSER_UPDATE #ifdef BASE_BROWSER_UPDATE content/browser/abouttbupdate/aboutTBUpdate.xhtml (content/abouttbupdate/aboutTBUpdate.xhtml) content/browser/abouttbupdate/aboutTBUpdate.js (content/abouttbupdate/aboutTBUpdate.js) content/browser/abouttbupdate/aboutTBUpdate.css (content/abouttbupdate/aboutTBUpdate.css) Loading
browser/components/BrowserContentHandler.jsm +2 −8 Original line number Diff line number Diff line Loading @@ -743,20 +743,14 @@ nsBrowserContentHandler.prototype = { "%OLD_TOR_BROWSER_VERSION%", old_tbversion ); #ifdef TOR_BROWSER_UPDATE if (overridePage) { if (overridePage && AppConstants.BASE_BROWSER_UPDATE) { prefb.setCharPref("torbrowser.post_update.url", overridePage); prefb.setBoolPref("torbrowser.post_update.shouldNotify", true); // If the user's homepage is about:tor, we will inform them // about the update on that page; otherwise, we arrange to // open about:tor in a secondary tab. if (startPage === "about:tor") overridePage = ""; else overridePage = "about:tor"; overridePage = startPage === "about:tor" ? "" : "about:tor"; } #endif break; case OVERRIDE_NEW_BUILD_ID: if (UpdateManager.readyUpdate) { Loading
browser/components/BrowserGlue.jsm +1 −1 Original line number Diff line number Diff line Loading @@ -750,7 +750,7 @@ let JSWINDOWACTORS = { }, }; if (AppConstants.TOR_BROWSER_UPDATE) { if (AppConstants.BASE_BROWSER_UPDATE) { JSWINDOWACTORS.AboutTBUpdate = { parent: { moduleURI: "resource:///actors/AboutTBUpdateParent.jsm", Loading