-
- Downloads
Bug 16940: After update, load local change notes.
Add an about:tbupdate page that displays the first section from TorBrowser/Docs/ChangeLog.txt and includes a link to the remote post-update page (typically our blog entry for the release). Always load about:tbupdate in a content process, but implement the code that reads the file system (changelog) in the chrome process for compatibility with future sandboxing efforts. Also fix bug 29440. Now about:tbupdate is styled as a fairly simple changelog page that is designed to be displayed via a link that is on about:tor.
parent
f0e3ebb7
No related branches found
No related tags found
Showing
- browser/actors/AboutTBUpdateChild.jsm 12 additions, 0 deletionsbrowser/actors/AboutTBUpdateChild.jsm
- browser/actors/AboutTBUpdateParent.jsm 135 additions, 0 deletionsbrowser/actors/AboutTBUpdateParent.jsm
- browser/actors/moz.build 6 additions, 0 deletionsbrowser/actors/moz.build
- browser/base/content/abouttbupdate/aboutTBUpdate.css 67 additions, 0 deletionsbrowser/base/content/abouttbupdate/aboutTBUpdate.css
- browser/base/content/abouttbupdate/aboutTBUpdate.js 109 additions, 0 deletionsbrowser/base/content/abouttbupdate/aboutTBUpdate.js
- browser/base/content/abouttbupdate/aboutTBUpdate.xhtml 47 additions, 0 deletionsbrowser/base/content/abouttbupdate/aboutTBUpdate.xhtml
- browser/base/content/browser.js 4 additions, 0 deletionsbrowser/base/content/browser.js
- browser/base/jar.mn 5 additions, 0 deletionsbrowser/base/jar.mn
- browser/components/BrowserContentHandler.sys.mjs 35 additions, 14 deletionsbrowser/components/BrowserContentHandler.sys.mjs
- browser/components/BrowserGlue.sys.mjs 15 additions, 0 deletionsbrowser/components/BrowserGlue.sys.mjs
- browser/components/about/AboutRedirector.cpp 7 additions, 0 deletionsbrowser/components/about/AboutRedirector.cpp
- browser/components/about/components.conf 3 additions, 0 deletionsbrowser/components/about/components.conf
- toolkit/modules/RemotePageAccessManager.sys.mjs 3 additions, 0 deletionstoolkit/modules/RemotePageAccessManager.sys.mjs
Loading
Please register or sign in to comment