arlolra / tor-browser-bundle Public
Permalink
gn
Commits on Mar 30, 2017
-
Build webrtc-linux with GN instead of GYP.
* Bump webrtc to branch-heads/58 * Also, bumps go-webrtc and snowflake to the latest. * Removes the need to re-run ninja for FakeAudioCaptureModule since "pc_test_utils" includes it. * Update to the new default bridge
Commits on Mar 22, 2017
-
There is a prebuilt gn binary for linux64, but none for linux32, and anyway we prefer to build from source for reproducibility reasons.
Commits on Mar 7, 2017
Commits on Mar 3, 2017
-
Release preparations for 7.0a2
Version bumps, Changelog update, and update of config.yml
Commits on Mar 2, 2017
Commits on Feb 23, 2017
Commits on Feb 21, 2017
Commits on Feb 6, 2017
Commits on Feb 4, 2017
Commits on Jan 31, 2017
Commits on Jan 30, 2017
-
-
Bug 21326: Update the "Using a system-installed Tor" section.
Adjust the comments to account for recent Torbutton changes.
Commits on Jan 27, 2017
Commits on Jan 25, 2017
Commits on Jan 23, 2017
Commits on Jan 20, 2017
Commits on Jan 19, 2017
Commits on Jan 18, 2017
-
Bug 20989: Browser sandbox profile is too restrictive on OSX 10.12.2
Allow full read access to all files under /usr/lib. Allow full read access to /Library/Preferences/com.apple.ViewBridge.plist. Allow writes to TorBrowser-Data/Browser/profiles.ini (otherwise, a new browser profile is created each time the browser is opened).
-
Commits on Jan 9, 2017
-
Bug 20735: Inline fetch --dry-run to pass a revision to gclient sync
* Recent upstream changes require manual intervention when doing the initial fetch, which we'd like to avoid. For now, just sync as far as we need.
Commits on Jan 5, 2017
-
Bug 20735: Add snowflake pt to alpha Linux builds
* Snowflake depends on go-webrtc, which in turn depends on libwebrtc, which adds significantly to the build. webrtc is special, having its own build system that brings in lots of Chromium dependencies. * Further, building cgo reproducibly requires go 1.7.3 and a compiler that supports the following flags, -gno-record-gcc-switches -fdebug-prefix-map=$WORK=/tmp/go-build
Commits on Dec 19, 2016
Commits on Dec 16, 2016
-
-
Bug 20147: (re-)dzip.sh: various improvements
- Don't ignore errors (except unzip exit status 1 or 2) - Quote $@ and $1 - Work with absolute filenames and filenames starting with a dash - Pass many files per chmod invocation (much faster) - Pass $UNZIPOPTS, like $ZIPOPTS - Reuse dzip.sh in re-dzip.sh The (re)generated zip files are identical.
-
Remove webapprt/omni.ja rezipping
After trying to apply the fix for #20147 it turns out that we had an error in the Firefox descriptor for Windows: the webapprt/omni.ja file does not exist. There is therefore no need to re-zip it in order to get a deterministic layout. The current script we use ignores this error while the new one proposed in #20147 is not so lenient anymore.
-