[Pkg-mozext-commits] [tabmixplus] 03/06: No phone home on install and upgrade

David Prévot taffit at alioth.debian.org
Fri Sep 27 02:16:46 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch sid
in repository tabmixplus.

commit 26d129ad14e5820750db90bc045c00cba47c4da5
Author: David Prévot <taffit at debian.org>
Date:   Sun Sep 8 17:11:02 2013 -0400

    No phone home on install and upgrade
    
    Closes: #657466
---
 debian/patches/No_phone_home.patch |   27 +++++++++++++++++++++++++++
 debian/patches/series              |    1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/No_phone_home.patch b/debian/patches/No_phone_home.patch
new file mode 100644
index 0000000..1150087
--- /dev/null
+++ b/debian/patches/No_phone_home.patch
@@ -0,0 +1,27 @@
+Description: No phone home on install and upgrade
+ Upon installation and upgrades), tabmixplus opens a special page on
+ authors' site. The URL contains a number similar to a version.
+ 
+ This is annoying and resembles to user tracking.
+Author: David Prévot <taffit at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657466
+Forwarded: not-needed
+Last-Update: 2013-09-08
+--- a/chrome/content/tab/tab.js
++++ b/chrome/content/tab/tab.js
+@@ -1819,6 +1819,7 @@
+         Tabmix.prefs.setCharPref("version", currentVersion);
+       let showNewVersionTab = currentVersion != oldVersion &&
+         (!isNaN(currentVersion.substr(-1)) || subs(currentVersion) != subs(oldVersion))
++/*
+       if (showNewVersionTab) {
+         // open Tabmix page in a new tab
+         window.setTimeout(function() {
+@@ -1832,6 +1833,7 @@
+         },1000);
+         // noting more to do at the moment
+       }
++*/
+     }
+     const Application = Cc["@mozilla.org/fuel/application;1"].getService(Ci.fuelIApplication);
+     let wrappedGetVersion = function(extensions) {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7aafa66
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+No_phone_home.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list