- 15 Mar, 2019 4 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Add new string: label for the "action" button within the onboarding Security panel.
-
This patch has security level related changes for torbutton. Migrated 'security level' related strings from torbutton.dtd to new securityLevel.properties file, loaded by JS in the new securitylevel component in Tor Browser. Removed the old Security Slider xul and menu entry in the torbutton menu. Also 'fixed' the german (de) torbutton.dtd file (was valid listing of XML entities, but it broke my dtd parser used to migrate strings) Added new "extensions.torbutton.inserted_security_level" pref to torbutton that piggy backs off the existing "extensions.torbutton.inserted_button" pref logic. Toolbars are reset to the Tor Browser default when the new 'inserted_security_level' pref is false. Coupled with the changes in tor-browser, users which upgrade will have their toolbars reset to the new design.
-
- 14 Mar, 2019 1 commit
-
-
Richard Pospesel authored
Changed the torbutton icon svgs to use 'context-fill' for fill and 'context-opacity' for opacity attributes. With this change firefox will provide the correct color values to our icons so they always look correct for with the current theme.
-
- 13 Mar, 2019 3 commits
-
-
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 on the about:tor page below the Tor Browser version a link to a simplified changelog page (which continues to be located at about:tbupdate).
-
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.
-
Georg Koppen authored
-
- 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
-