-
- Downloads
Bug 10760: Integrate TorButton to TorBrowser core
Because of the non-restartless nature of Torbutton, it required a two-stage installation process. On mobile, it was a problem, because it was not loading when the user opened the browser for the first time. Moving it to tor-browser and making it a system extension allows it to load when the user opens the browser for first time. Additionally, this patch also fixes Bug 27611. Bug 26321: New Circuit and New Identity menu items Bug 14392: Make about:tor behave like other initial pages. Bug 25013: Add torbutton as a tor-browser submodule Bug 31575: Replace Firefox Home (newtab) with about:tor Avoid loading AboutNewTab in BrowserGlue.jsm in order to avoid several network requests that we do not need. Besides, about:newtab will now point to about:blank or about:tor (depending on browser.newtabpage.enabled) and about:home will point to about:tor.
Showing
- .gitmodules 0 additions, 0 deletions.gitmodules
- browser/base/content/aboutDialog.xhtml 29 additions, 11 deletionsbrowser/base/content/aboutDialog.xhtml
- browser/base/content/appmenu-viewcache.inc.xhtml 5 additions, 0 deletionsbrowser/base/content/appmenu-viewcache.inc.xhtml
- browser/base/content/browser-doctype.inc 8 additions, 0 deletionsbrowser/base/content/browser-doctype.inc
- browser/base/content/browser-menubar.inc 18 additions, 2 deletionsbrowser/base/content/browser-menubar.inc
- browser/base/content/browser-sets.inc 1 addition, 0 deletionsbrowser/base/content/browser-sets.inc
- browser/base/content/browser.js 1 addition, 0 deletionsbrowser/base/content/browser.js
- browser/base/content/browser.xhtml 13 additions, 0 deletionsbrowser/base/content/browser.xhtml
- browser/base/content/hiddenWindowMac.xhtml 4 additions, 0 deletionsbrowser/base/content/hiddenWindowMac.xhtml
- browser/base/content/navigator-toolbox.inc.xhtml 5 additions, 0 deletionsbrowser/base/content/navigator-toolbox.inc.xhtml
- browser/base/content/pageinfo/pageInfo.xhtml 6 additions, 0 deletionsbrowser/base/content/pageinfo/pageInfo.xhtml
- browser/components/BrowserGlue.jsm 2 additions, 31 deletionsbrowser/components/BrowserGlue.jsm
- browser/components/controlcenter/content/identityPanel.inc.xhtml 22 additions, 0 deletions.../components/controlcenter/content/identityPanel.inc.xhtml
- browser/components/newtab/AboutNewTabService.jsm 1 addition, 14 deletionsbrowser/components/newtab/AboutNewTabService.jsm
- browser/components/places/content/places.xhtml 3 additions, 0 deletionsbrowser/components/places/content/places.xhtml
- browser/components/preferences/home.inc.xhtml 2 additions, 2 deletionsbrowser/components/preferences/home.inc.xhtml
- browser/components/preferences/preferences.xhtml 4 additions, 1 deletionbrowser/components/preferences/preferences.xhtml
- browser/components/shell/content/setDesktopBackground.xhtml 6 additions, 0 deletionsbrowser/components/shell/content/setDesktopBackground.xhtml
- browser/installer/package-manifest.in 2 additions, 0 deletionsbrowser/installer/package-manifest.in
- browser/modules/HomePage.jsm 1 addition, 1 deletionbrowser/modules/HomePage.jsm
Loading
Please sign in to comment