-
- 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.
Showing
- browser/actors/AboutTBUpdateChild.jsm 53 additions, 0 deletionsbrowser/actors/AboutTBUpdateChild.jsm
- browser/actors/moz.build 5 additions, 0 deletionsbrowser/actors/moz.build
- browser/base/content/abouttbupdate/aboutTBUpdate.css 74 additions, 0 deletionsbrowser/base/content/abouttbupdate/aboutTBUpdate.css
- browser/base/content/abouttbupdate/aboutTBUpdate.js 10 additions, 0 deletionsbrowser/base/content/abouttbupdate/aboutTBUpdate.js
- browser/base/content/abouttbupdate/aboutTBUpdate.xhtml 39 additions, 0 deletionsbrowser/base/content/abouttbupdate/aboutTBUpdate.xhtml
- browser/base/content/browser-siteIdentity.js 1 addition, 1 deletionbrowser/base/content/browser-siteIdentity.js
- 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.jsm 41 additions, 14 deletionsbrowser/components/BrowserContentHandler.jsm
- browser/components/BrowserGlue.jsm 25 additions, 0 deletionsbrowser/components/BrowserGlue.jsm
- browser/components/about/AboutRedirector.cpp 6 additions, 0 deletionsbrowser/components/about/AboutRedirector.cpp
- browser/components/about/components.conf 3 additions, 0 deletionsbrowser/components/about/components.conf
- browser/components/moz.build 4 additions, 1 deletionbrowser/components/moz.build
- browser/locales/en-US/chrome/browser/aboutTBUpdate.dtd 8 additions, 0 deletionsbrowser/locales/en-US/chrome/browser/aboutTBUpdate.dtd
- browser/locales/jar.mn 3 additions, 0 deletionsbrowser/locales/jar.mn
- browser/modules/AboutTBUpdate.jsm 134 additions, 0 deletionsbrowser/modules/AboutTBUpdate.jsm
- browser/modules/moz.build 5 additions, 0 deletionsbrowser/modules/moz.build
Loading
Please register or sign in to comment