commit e2cce93493a857b062af83f5e8f9130fb76933a0 Author: Georg Koppen gk@torproject.org Date: Thu Nov 13 13:30:05 2014 +0000
Bug 13751: Get rid of remaining SafeCache parts.
Additionally to getting rid of remaining SageCache parts we bump the Torbutton version to 1.8.1.1 and adapt the CHANGELOG. --- src/CHANGELOG | 3 +++ src/chrome/content/torbutton.js | 6 ------ src/install.rdf | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/src/CHANGELOG b/src/CHANGELOG index 4510b0c..1966ab7 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1,3 +1,6 @@ +1.8.1.1 + * Bug 13751: Get rid of remaining SafeCache parts + 1.8.1.0 * Bug 13746: Properly link Torbutton UI to thirdparty pref. * Bug 13742: Remove SafeCache code (in favor of C++ implementation) diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js index 841dca8..2e921da 100644 --- a/src/chrome/content/torbutton.js +++ b/src/chrome/content/torbutton.js @@ -2689,9 +2689,6 @@ function torbutton_do_main_window_startup()
torbutton_unique_pref_observer.register();
- // Bug 1506: This is probably the most important observer in this function - // XXX: We should fold this into our code/move it to its own component - SSC_startup(); }
// Bug 1506 P4: Most of this function is now useless, save @@ -2957,9 +2954,6 @@ function torbutton_close_window(event) { progress.removeProgressListener(torbutton_weblistener); torbutton_unique_pref_observer.unregister();
- // XXX: We should fold this into our code.. - SSC_controller.removeListener(); - if(m_tb_is_main_window) { // main window not reset above // This happens on Mac OS because they allow firefox // to still persist without a navigator window diff --git a/src/install.rdf b/src/install.rdf index 402b99c..b39f0de 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -6,7 +6,7 @@ em:nameTorbutton</em:name> em:creatorMike Perry</em:creator> em:idtorbutton@torproject.org</em:id> - em:version1.8.1.0</em:version> + em:version1.8.1.1</em:version> em:homepageURLhttps://www.torproject.org/projects/torbrowser.html.en</em:homepageURL> em:optionsURLchrome://torbutton/content/preferences.xul</em:optionsURL> em:iconURLchrome://torbutton/skin/tor.png</em:iconURL>
tbb-commits@lists.torproject.org