- 08 Feb, 2019 1 commit
-
-
Georg Koppen authored
-
- 31 Jan, 2019 1 commit
-
-
Georg Koppen authored
We include Torbutton directly into the browser on Android. The features .xpi we bundle is not used. Patch idea by sysrqb@torproject.org.
-
- 25 Jan, 2019 2 commits
-
-
Georg Koppen authored
Version bump and CHANGELOG update
-
Georg Koppen authored
-
- 23 Jan, 2019 2 commits
-
-
Add "Downloading update" property string.
-
Georg Koppen authored
-
- 22 Jan, 2019 4 commits
-
-
Georg Koppen authored
Patch based on a version written by Arthur Edelstein
-
Georg Koppen authored
-
Georg Koppen authored
Removing the newsletter signup banner
-
Georg Koppen authored
Removing the donation banner.
-
- 21 Jan, 2019 1 commit
-
-
Updated aboutDialog.css to point to the branded default256.png icon now stored in the firefox jar. Removed old default256.png from torbutton.
-
- 18 Jan, 2019 1 commit
-
-
When the about:tor window was short, links such as the Tor Browser manual one were not clickable (the fundraising banner made this problem more likely). The root cause was that the onions/circles at the bottom of the page overlapped with the links, and the divs that were used to generate the circles were in front of the links. This patch changes the behavior on desktop to not allow the onions to be placed under any page content; instead, they are displayed at the bottom of the page after all other content. If they won't fit on the page, a vertical scrollbar is shown. On mobile, the existing behavior is preserved (onions can appear behind content). We added `z-index: -1` to ensure that all tappable content will be usable (although no links are currently displayed on mobile, we might add some in the future).
-
- 14 Jan, 2019 1 commit
-
-
Georg Koppen authored
-
- 12 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 06 Dec, 2018 2 commits
-
-
Georg Koppen authored
CHANGELOG update and version bump
-
Georg Koppen authored
-
- 05 Dec, 2018 3 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
In Mozilla Bug 1217290, a new WebGL mode was introduced specifically for `privacy.resistFingerprinting` set to `true`, which is supposed to give most machines the same WebGL profile. Previously, `webgl.min_capability_mode` was used for this purpose, but now that pref is intended strictly for browser testing and it overrides the `privacy.resistFingerprinting` setting. Furthermore, `webgl.min_capability_mode` can cause WebGL to fail unnecessarily. So we should not be enabling `webgl.min_capability_mode` any more in Tor Browser. This patch is the complement to a tor-browser patch which both remove that preference setting so it reverts to Firefox's default value (false).
-
Georg Koppen authored
-
- 04 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 03 Dec, 2018 1 commit
-
-
- 29 Nov, 2018 2 commits
-
-
Georg Koppen authored
Version bump and CHANGELOG update
-
Georg Koppen authored
-
- 27 Nov, 2018 1 commit
-
-
Georg Koppen authored
-
- 26 Nov, 2018 1 commit
-
-
Kathleen Brade authored
Remove unnecessary min-width from the .torcontent-container rule.
-
- 21 Nov, 2018 2 commits
-
-
-
Update torbutton, aboutTor(markup and styling) to work on mobile.
-
- 20 Nov, 2018 3 commits
-
-
Arthur Edelstein authored
-
-
Georg Koppen authored
-
- 19 Nov, 2018 1 commit
-
-
Georg Koppen authored
There is no `en` in Mozilla's universe and we need `en-US` for Torbutton integration into `tor-browser` (see: #25013). Thus, switch our locale code for english in Torbutton accordingly. The server-side of this switch got done in #28261 and the workaround for that, which was symlinking `en` to `en-US`, is not needed anymore.
-
- 14 Nov, 2018 1 commit
-
-
Georg Koppen authored
-
- 12 Nov, 2018 6 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
-
Igor Oliveira authored
Additionally, remove it when using the makexpi to create a xpi package. XPI packages are using the chrome.manifest and they support multi lang bundle.
-
Igor Oliveira authored
-
Igor Oliveira authored
-
- 09 Nov, 2018 1 commit
-
-
Georg Koppen authored
Without setting `browser.dom.window.dump.enabled` explicitly to `true` it is not possible anymore to capture output in the terminal when the log method is set to 0. We make sure that `browser.dom.window.dump.enabled` is set to `true` in that case and disable it again otherwise, unless Tor Launcher has enabled logging in a terminal as well. For context see: https://bugzilla.mozilla.org/show_bug.cgi?id=379797 https://bugzilla.mozilla.org/show_bug.cgi?id=1395711
-
- 07 Nov, 2018 1 commit
-
-
Arthur Edelstein authored
Also, introduce a "new circuit" icon (designed by Antonela Debiasi) to hamburger menu.
-