commit 54e64e53e26b823f4c1a917848188acf0b6b28f5 Author: Mike Perry mikeperry-git@torproject.org Date: Thu Jun 20 22:02:30 2013 -0700
fixup! Tor Browser's Firefox preference overrides.
Direct2D crashes on windows, so disable it (the pref only matters there). --- browser/app/profile/000-tor-browser.js | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index e49c950..0e06e2d 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -120,5 +120,8 @@ pref("xpinstall.whitelist.add.36", ""); // Omnibox settings pref("keyword.URL", "https://startpage.com/do/search?q=");
+// Hacks/workarounds: Direct2D seems to crashe w/ lots of video cards w/ MinGW? +pref("gfx.direct2d.disabled", true); + // Version placeholder pref("torbrowser.version", "UNKNOWN");
tor-commits@lists.torproject.org