[tor-commits] [tor-messenger-build/updater] Add preference app.update.promptWaitTime

sukhbir at torproject.org sukhbir at torproject.org
Thu Sep 1 02:29:48 UTC 2016


commit 497e4577b839f8300c0281f9425e18e5fcce5fd8
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Wed Aug 31 22:28:31 2016 -0400

    Add preference app.update.promptWaitTime
    
    Borrowed from TBB, see http://kb.mozillazine.org/App.update.promptWaitTime
---
 projects/instantbird/preferences.patch | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch
index 6e5788b..29c058e 100644
--- a/projects/instantbird/preferences.patch
+++ b/projects/instantbird/preferences.patch
@@ -107,7 +107,7 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird.
  
  // We have an Error Console menu item by default so let's display chrome errors
  pref("javascript.options.showInConsole", true);
-@@ -300,14 +302,70 @@
+@@ -300,14 +302,73 @@
  // 3  at the end of the tabstrip
  pref("browser.tabs.closeButtons", 1);
  
@@ -181,3 +181,6 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird.
 +// Disable hardware acceleration
 +pref("gfx.direct2d.disabled", true);
 +pref("layers.acceleration.disabled", true);
++
++// Other Updates
++pref("app.update.promptWaitTime", 3600);



More information about the tor-commits mailing list