- 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.
-
- 25 Oct, 2018 3 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
This reverts commit 8f1ff901.
-
- 24 Oct, 2018 1 commit
-
-
Georg Koppen authored
This reverts commit c94a5589.
-
- 19 Oct, 2018 1 commit
-
-
Georg Koppen authored
Changelog update and version bump
-
- 18 Oct, 2018 3 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Arthur Edelstein authored
Design by Antonela Debiasi
-
- 17 Oct, 2018 1 commit
-
-
Arthur Edelstein authored
-
- 06 Oct, 2018 1 commit
-
-
Arthur Edelstein authored
-
- 18 Sep, 2018 11 commits
-
-
Georg Koppen authored
Changelog update and version bump
-
The pref is called "extensions.torbutton.noscript_persist". Warning! It is dangerous and could reveal what sites you have visited in the past. (We also use a pref named "extensions.torbutton.noscript_inited" to keep track of the first run.)
-
traumschule authored
-
If about:blank is the homepage (or has been passed as a command line parameter), NoScript will send a message named "fetchChildPolicy" _before_ "started". Torbutton would then send its "updateSettings" too soon, resulting in the dreaded error "Could not establish connection. Receiving end does not exist" (see bug 26520). Fix this by whitelisting the relevant messages from NoScript: "started" and also "pageshow" for a slightly more graceful failure mode in case Torbutton somehow misses NoScript startup.
-
Georg Koppen authored
This reverts commit efdc83fe.
-
Georg Koppen authored
-
Georg Koppen authored
This reverts commit 8ff3b44e.
-
Georg Koppen authored
Changelog update and version bump
-
Georg Koppen authored
-
If about:blank is the homepage (or has been passed as a command line parameter), NoScript will send a message named "fetchChildPolicy" _before_ "started". Torbutton would then send its "updateSettings" too soon, resulting in the dreaded error "Could not establish connection. Receiving end does not exist" (see bug 26520). Fix this by whitelisting the relevant messages from NoScript: "started" and also "pageshow" for a slightly more graceful failure mode in case Torbutton somehow misses NoScript startup.
-
Georg Koppen authored
-