commit 4ede95d1f3df78f1efe87f035bccc91eecd51c7b Author: Sukhbir Singh sukhbir@torproject.org Date: Fri Oct 30 11:57:43 2015 -0400
Bug 17453: Fix Tor Messenger crash on Windows --- ChangeLog | 4 ++++ projects/instantbird/preferences.patch | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 72312f5..da69296 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tor Messenger -- + * Windows + * Bug 17453: Fix Tor Messenger crash on Windows + Tor Messenger 0.1.0b2 -- October 29 2015 * All Platforms * Update libgpg-error to 1.20 diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch index c309926..164fd06 100644 --- a/projects/instantbird/preferences.patch +++ b/projects/instantbird/preferences.patch @@ -79,7 +79,7 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird. // The breakpad report server to link to in about:crashes pref("breakpad.reportURL", "http://crash-stats.instantbird.com/report/index/");
-@@ -297,14 +278,81 @@ +@@ -297,14 +278,84 @@ // 3 at the end of the tabstrip pref("browser.tabs.closeButtons", 1);
@@ -154,6 +154,9 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird. +pref("media.peerconnection.enabled", false); +// Disable "Take Picture" functionality that accesses the webcam +pref("media.navigator.video.enabled", false); ++// Disable hardware acceleration ++pref("gfx.direct2d.disabled", true); ++pref("layers.acceleration.disabled", true); + +// Updates +// Do not auto-update Instantbird