- 05 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 30 Nov, 2018 2 commits
-
-
Georg Koppen authored
Versions bump and Changelog update
-
Georg Koppen authored
-
- 29 Nov, 2018 1 commit
-
-
- 20 Nov, 2018 1 commit
-
-
- 06 Nov, 2018 1 commit
-
-
Georg Koppen authored
-
- 19 Oct, 2018 3 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
Versions bump and Changelog update
-
- 16 Oct, 2018 2 commits
-
-
Kathleen Brade authored
Use a new .DS_Store file that has the correct app icon position. Incorporate a new background image with updated Tor Browser branding, including @1x and @2x (Retina) images. Remove the .fseventsd/ directory, which is not needed in a DMG. These changes also fix bug 25151: Update Tor Browser branding on installation.
-
We use `/usr/bin/env` for invocation in other scripts already. Let's use it in `execdesktop` as well.
-
- 11 Oct, 2018 2 commits
- 09 Oct, 2018 1 commit
-
-
Georg Koppen authored
-
- 02 Oct, 2018 1 commit
-
-
Georg Koppen authored
-
- 21 Sep, 2018 1 commit
-
-
Georg Koppen authored
-
- 20 Sep, 2018 1 commit
-
-
Georg Koppen authored
-
- 18 Sep, 2018 3 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
-
- 13 Sep, 2018 1 commit
-
-
Georg Koppen authored
-
- 06 Sep, 2018 2 commits
-
-
-
Georg Koppen authored
-
- 03 Sep, 2018 2 commits
-
-
Georg Koppen authored
-
When doing Moat things, use a separate profile for the secondary browser (instead of trying to use the main meek helper profile).
-
- 02 Sep, 2018 1 commit
-
-
Georg Koppen authored
-
- 01 Sep, 2018 1 commit
-
-
Georg Koppen authored
-
- 31 Aug, 2018 1 commit
-
-
Georg Koppen authored
Version bumps and Changelog update
-
- 27 Aug, 2018 1 commit
-
-
Georg Koppen authored
-
- 21 Aug, 2018 1 commit
-
-
Georg Koppen authored
-
- 16 Aug, 2018 5 commits
-
-
Georg Koppen authored
Fixed missing items in Changelog, correct sha256sum for new NoScript
-
Georg Koppen authored
-
Georg Koppen authored
Versions bump and Changelog update
-
Georg Koppen authored
-
In a previous patch for bug 25485 we changed how we set LD_LIBRARY_PATH in start-tor-browser. However this change is not taken into account when the browser is restarted by the updater. To avoid this issue we replace the firefox binary by a wrapper setting LD_LIBRARY_PATH.
-
- 07 Aug, 2018 1 commit
-
-
Sukhbir Singh authored
We ship our version of libstdc++.so.6 for backward compatibility of Tor Browser on older systems like Ubuntu 16.04. However, a newer version of the library may be installed on the user's system and we should detect and use that. This commit adds support for detecting the library using a C++ program that uses the latest ABI; if the program executes, we should use the system library, and if not (for the older systems), we add our libstdc++.so.6 to LD_LIBRARY_PATH.
-
- 31 Jul, 2018 1 commit
-
-
Prior to this change, arguments with spaces were flattened, so running ./start-tor-browser.desktop --search "hello world" would be converted to ./start-tor-browser.desktop --search hello world opening up two windows, one search for "hello" and one trying to connect to http://world Fixes #18022 as well.
-
- 06 Jul, 2018 1 commit
-
-
Georg Koppen authored
-
- 29 Jun, 2018 2 commits
-
-
Fixup for 26039. WebExtension extensions can't read/write prefs, so the base contents of extension-overrides.js are completely unnecessary. The WebExtension versions of noscript and httpseverywhere seem to be nearly complete re-writes (noscript in particular is much simpler) so our custom options appear to be no longer required (though a complete audit of noscript should probably be done just to be sure we don't need to fix any bad behaviour). The updated build script for tor-browser now dumps all of the build-determined prefs (pluggable transport strings, localization options) into a generated-prefs.js file created at build time, which is then appended to 000-tor-browser.js as before. The pdfjs option is no longer needed since the disableRange option seems to break pdfjs altogether in latest ESR60. Also, setting the user pref in 000-tor-browser.js does not work since pdfjs overwrites it with its own value (any future patch setting pdfjs options needs to modify the default values table)
-
boklm authored
Reported in a comment on the blog: https://blog.torproject.org/comment/275985#comment-275985
-