summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Bump build versionGeorg Koppen2018-02-21
|
* Bug 25327: create *-debug.tar.xz files instead of *-debug.tar.gz filesNicolas Vigier2018-02-21
|
* Bump build versionGeorg Koppen2018-02-21
|
* Bug 22612: Add script to hash signed bundlesGeorg Koppen2018-02-21
|
* Bug 24879: enable fetching of new commits by default for nightly buildsNicolas Vigier2018-02-21
|
* Release preparations for 8.0a2Georg Koppen2018-02-21
| | | | Changelog update and versions bump
* Bug 15599: Range requests used by pdfjs are not isolated to URL bar domainRichard Pospesel2018-02-21
| | | | | | | | | | | | | | | | | After much debugging and investigation, it seems that the required information needed to drive the first-party domain cannot be accessed in the XmlHttpRequest creation path. The JS context the part of pdf.js making the range requests runs with does not have a reference to parent window and associated LoadInfo information (which includes the requesting first-party domain). To fix the issue, we can easily disable support for range-based requests via the pdfjs.disableRange property. However, the side-effect here is that pages can not be read as they load; the entire pdf must be downloaded before it can be read and interacted with. This patch updates each platforms extension-overrides.js to change this pref.
* Merge remote-tracking branch 'boklm/bug_20892_v2'Georg Koppen2018-02-21
|\
| * Bug 20892: use sha256sums-signed-build.txt in download_missing_versionsNicolas Vigier2018-02-06
| | | | | | | | | | | | | | | | This fixes the download of the osx64 mar files. Previously we were unsigning the downloaded mar files and checking them with sha256sums-unsigned-build.txt. The signed osx64 mar files include files that are code-signed, so unsigning the mar file is not enough to get a mar file matching sha256sums-unsigned-build.txt.
* | Merge branch 'bug_25000'Georg Koppen2018-02-21
|\ \
| * \ Merge remote-tracking branch 'boklm/bug_24341' into bug_25000Georg Koppen2018-02-19
| |\ \
| * | | Bug 25000: Add [System+Principal] to the NoScript whitelistGeorg Koppen2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to whitelist `[System+Principal]` for functioning settings frames of WebExtensions on the about:addons page. On higher security slider levels this is broken otherwise. To quote Giorgio Maone (see: #25000 comment:14): "The Tor Browser enforces permissions cascading, and in the Add-ons Options window the top frame is about:addons, whose principal's origin is [System+Principal]. Since this origin is omitted from Tor Browser's version of NoScript mandatory whitelist, the top site by default is considered forbidden, cascading down script blocking to the WebExtension's subframe."
* | | | Merge remote-tracking branch 'boklm/bug_24341'Georg Koppen2018-02-19
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bug 24341: update platform.arch to avoid error with some runc versionsNicolas Vigier2017-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The runc versions after this commit: https://github.com/opencontainers/runc/commit/1cd050244e004bc9940787f888b4570328703100 and before this commit: https://github.com/opencontainers/runc/commit/e1146182a8cebb5a6133a9e298a5e4acf99652e9 cannot run containers where platform.arch is set to anything else than amd64 when running on amd64. The platform.arch is not used for anything so we can set it to amd64 in all cases to avoid the error with that runc version.
* | | Bug 24614: Bump meek tag for moat featureGeorg Koppen2018-02-19
| | |
* | | Merge remote-tracking branch 'boklm/bug_25020'Georg Koppen2018-02-19
|\ \ \
| * | | Bug 25020: add a tbb_version.json fileNicolas Vigier2018-02-08
| | |/ | |/| | | | | | | | | | Add a tbb_version.json file containing informations about the installed bundle.
* | | Merge remote-tracking branch 'boklm/bug_25178'Georg Koppen2018-02-19
|\ \ \
| * | | Bug 25178: re-enable windows-x86_64 build in 'make testbuild'Nicolas Vigier2018-02-08
| |/ /
* | | Bug 25266: PT config should include full names of executable filesKathy Brade2018-02-16
| | | | | | | | | | | | | | | | | | | | | Tor Launcher's Moat client implementation uses Mozilla's Subprocess.jsm module to start the meek client, and that module requires a complete file path including the .exe suffix. For consistency, we now include the .exe suffix everywhere.
* | | Bug 23384: Add user mikeperry on build-sunet-a.torproject.netNicolas Vigier2018-02-10
|/ /
* | Bug 24995: include git hash in tor --versionNicolas Vigier2018-02-02
| |
* | Fold in stable ChangelogGeorg Koppen2018-02-02
| |
* | Bump rbm to latest masterGeorg Koppen2018-02-02
| |
* | Bug 25111: Don't compile Yasm on our own anymore for Windows Tor BrowserNicolas Vigier2018-02-01
| |
* | Bug 23738: add ansible scripts to deploy fpcentralNicolas Vigier2018-01-28
| |
* | Bug 23766: Document error during debootstrapGeorg Koppen2018-01-26
| | | | | | | | Patch provided by kkuehl, thanks
* | Bug 24999: Hash our *.tar.gz files as wellGeorg Koppen2018-01-24
| |
* | Pick up Firefox changesGeorg Koppen2018-01-19
| | | | | | | | Use tor-browser -2 and build number bump
* | Bump tbb build tagGeorg Koppen2018-01-18
| |
* | Bump browser build tag (to -build2)Georg Koppen2018-01-18
| |
* | No branch -2 for nightlies anymoreGeorg Koppen2018-01-18
| |
* | Release preparations for 8.0a1Georg Koppen2018-01-18
| | | | | | | | Changelog update and versions bump
* | Bug 24912: Remove selfrando export in release buildsGeorg Koppen2018-01-18
| |
* | Bug 24924: update ubuntu images to 16.04.3Nicolas Vigier2018-01-17
| |
* | Bug 18691: switch Windows builds from precise to jessieNicolas Vigier2018-01-17
| |
* | Bug 24756: Add noisebridge01 obfs4 bridge configurationPatrick O'Doherty2018-01-17
| |
* | Bug 24912: Don't build the macOS sandbox in the stable seriesGeorg Koppen2018-01-16
| |
* | Bug 24912: Disable selfrando on stable seriesGeorg Koppen2018-01-16
| |
* | Bug 24912: No sandboxed-tor-browser in the stable series yetGeorg Koppen2018-01-16
| |
* | Bug 24912: No Win64 stable bundles yetGeorg Koppen2018-01-16
| |
* | Bug 24912: Don't build snowflake on the stable series yetGeorg Koppen2018-01-16
| |
* | Reset timestamp when no_build_id is selectedNicolas Vigier2018-01-16
| | | | | | | | | | | | | | | | The defaut timestamp value will use the commit time of the selected commit for the project, which will require cloning the git repository if it is not present. When we use the no_build_id target to display a script, we usually don't care about such details, so we set timestamp to 0 to avoid unnecessary cloning.
* | Bug 24842: include libasan.so.2 and libubsan.so.0 in debug buildsNicolas Vigier2018-01-09
| |
* | Bug 23892: Include Firefox and Tor debug files in final build directoryNicolas Vigier2018-01-09
| |
* | Bug 23911: Create .htaccess file in build directoryNicolas Vigier2017-12-22
| |
* | Bug 24514: set tmp directory used by dmg2marNicolas Vigier2017-12-19
| |
* | Release preparations for 7.5a10Georg Koppen2017-12-18
| | | | | | | | Versions bump and Changelog update
* | Adding 7.0.10 changelog as wellGeorg Koppen2017-12-18
| |
* | Fold in stable changelogGeorg Koppen2017-12-18
| |