- Mar 11, 2019
-
-
Kathleen Brade authored
After the browser has been updated, notify the user by displaying a message on the about:tor page. Also, in release and alpha builds, include in the tor-right corner of the about:tor page a link to a simplified changelog page (which continues to be located at about:tbupdate).
-
- Mar 07, 2019
-
-
Kathleen Brade authored
Remove strings that were used for the "New Circuit Display" promotional banner which previously was shown on the about:tbupdate page. This reverts commit c93f0641.
-
- Feb 08, 2019
-
-
Georg Koppen authored
-
- Jan 31, 2019
-
-
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.
-
- Jan 25, 2019
-
-
Georg Koppen authored
Version bump and CHANGELOG update
-
Georg Koppen authored
-
- Jan 23, 2019
-
-
Add "Downloading update" property string.
-
Georg Koppen authored
-
- Jan 22, 2019
-
-
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.
-
- Jan 21, 2019
-
-
Updated aboutDialog.css to point to the branded default256.png icon now stored in the firefox jar. Removed old default256.png from torbutton.
-
- Jan 18, 2019
-
-
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).
-
- Jan 14, 2019
-
-
Georg Koppen authored
-
- Dec 12, 2018
-
-
Georg Koppen authored
-
- Dec 06, 2018
-
-
Georg Koppen authored
CHANGELOG update and version bump
-
Georg Koppen authored
-
- Dec 05, 2018
-
-
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
-
- Dec 04, 2018
-
-
Georg Koppen authored
-
- Dec 03, 2018
-
-
- Nov 29, 2018
-
-
Georg Koppen authored
Version bump and CHANGELOG update
-
Georg Koppen authored
-
- Nov 27, 2018
-
-
Georg Koppen authored
-
- Nov 26, 2018
-
-
Kathleen Brade authored
Remove unnecessary min-width from the .torcontent-container rule.
-
- Nov 21, 2018
-
-
-
Update torbutton, aboutTor(markup and styling) to work on mobile.
-
- Nov 20, 2018
-
-
Arthur Edelstein authored
-
-
Georg Koppen authored
-
- Nov 19, 2018
-
-
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.
-
- Nov 14, 2018
-
-
Georg Koppen authored
-
- Nov 12, 2018
-
-
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
-