summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bug 25702: Activity 1.1 Update Tor Browser icon to follow design guidelinesbug_25702_v2Richard Pospesel2018-11-20
| | | | | Updated aboutDialog.css to point to the branded default256.png icon now stored in the firefox jar. Removed old default256.png from torbutton.
* Bug 27701 - Don't show App Blocker on AndroidMatthew Finkel2018-11-20
|
* Translations updatesGeorg Koppen2018-11-20
|
* Bug 28515: Use en-US for english Torbutton stringsGeorg Koppen2018-11-19
| | | | | | | | | 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.
* Translations updateGeorg Koppen2018-11-14
|
* Translations updateGeorg Koppen2018-11-12
|
* Bug 25013: Make `en` a symlink of `en-US` insteadGeorg Koppen2018-11-12
|
* Merge remote-tracking branch 'igt0/25013-v4'Georg Koppen2018-11-12
|\
| * bug 25013: Create symlink to en locale folder following mozilla standard namingIgor Oliveira2018-11-12
| | | | | | | | | | | | 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.
| * bug 25013: Remove non needed import, it is already available in the window ↵Igor Oliveira2018-11-12
| | | | | | | | object
| * bug 25013: Add Gecko build system infrastructure into tor buttonIgor Oliveira2018-11-12
| |
* | Bug 28039: Enable dump() if log method is 0Georg Koppen2018-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Bug 28187: Change tor circuit icon to torbutton.svgArthur Edelstein2018-11-07
| | | | | | | | | | Also, introduce a "new circuit" icon (designed by Antonela Debiasi) to hamburger menu.
* | Translations updateGeorg Koppen2018-10-25
| |
* | Update translationsGeorg Koppen2018-10-25
| |
* | Revert "Revert "Bug 28082: Add locales cs, el, hu, ka""Georg Koppen2018-10-25
| | | | | | | | This reverts commit 8f1ff9017e9f793156d1edce38dde8cfcf590b2b.
* | Revert "Bug 28082: Add locales cs, el, hu, ka"Georg Koppen2018-10-24
|/ | | | This reverts commit c94a5589ffeabf71ea95c3c5c1a3396bdbe14da5.
* Release preparations for 2.1.1Georg Koppen2018-10-19
| | | | Changelog update and version bump
* Merge remote-tracking branch 'arthur/28082'Georg Koppen2018-10-18
|\
| * Bug 28082: Add locales cs, el, hu, kaArthur Edelstein2018-10-16
| |
* | Update translationsGeorg Koppen2018-10-18
| |
* | Bug 23925: Donation banner for YE 2018 CampaignArthur Edelstein2018-10-17
|/ | | | Design by Antonela Debiasi
* Bug 27959: 2018 Donation banner text ready for translationArthur Edelstein2018-10-06
|
* Release preparations for 2.1Georg Koppen2018-09-18
| | | | Changelog update and version bump
* Bug 27175: Add pref to allow users to persist custom noscript settingsArthur Edelstein2018-09-18
| | | | | | | | | 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.)
* Bug 21263: Remove outdated information from the READMEtraumschule2018-09-18
|
* Bug 27760: Fix NoScript IPC for about:blank by whitelisting messagesRusty Bird2018-09-18
| | | | | | | | | | | | 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.
* Revert "Fix NoScript IPC for about:blank by whitelisting messages"Georg Koppen2018-09-18
| | | | This reverts commit efdc83fec6244d5f2e4b8880fef010a6e362d9dc.
* Merge remote-tracking branch 'arthur/27427_alpha'Georg Koppen2018-09-18
|\
| * Send updateSettings message using NoScript >= 10.1.9.2 protocolRusty Bird2018-09-17
| |
| * Fix NoScript IPC for about:blank by whitelisting messagesRusty Bird2018-09-17
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Revert "Bug 27427: Fix NoScript IPC for about:blank by whitelisting messages"Georg Koppen2018-09-18
| | | | | | | | This reverts commit 8ff3b44e478ebddf5a067d796f57a353beae2af0.
* | Release preparations for 2.0.7Georg Koppen2018-09-18
| | | | | | | | Changelog update and version bump
* | Translations updateGeorg Koppen2018-09-18
| |
* | Bug 27427: Fix NoScript IPC for about:blank by whitelisting messagesRusty Bird2018-09-18
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Bug 26624: Only block OBJECT on highest slider levelGeorg Koppen2018-09-18
|/
* Bug 27097: Get the event listener scope rightGeorg Koppen2018-09-17
|
* Bug 26555: Don't show IP address for meek or snowflakeArthur Edelstein2018-09-17
| | | | | | | (the IP address for these PTs looks like 0.x.x.x) Also, we remove some dead code that implemented part of the old circuit display.
* Bug 27097: Tor News signup bannerArthur Edelstein2018-09-17
| | | | | | | The banner disappears permanently: * if the user clicks a small "X" on the right * if the user clicks the "Sign Up" link * if the banner has already been shown 4 times
* Bug 27558: Update the link to "Your Guard note may not change" textSukhbir Singh2018-09-14
|
* Bug 27478: Torbutton icons for dark themeArthur Edelstein2018-09-13
|
* Bug 27506: Move status version to UL corner for RTL localesArthur Edelstein2018-09-13
| | | | | | We use both offset-inline-end and inset-inline-end because the former is supported in Firefox 60 and the latter is supported in Firefox 63 and later.
* Bug 27663: Add New Identity menuitem againGeorg Koppen2018-09-12
| | | | | | | | | | Moving the New Identity button to the hamburger menu without having the redesign of our security controls in place and without having a proper guidance for where we moved it to is confusing. Let's revert that decision until we have all required pieces ready. We omit the key attribute from the menu item to avoid doing a New Identity twice if users press Ctrl+Shift+u.
* Release preparations for 2.0.6Georg Koppen2018-09-01
| | | | Version bump and CHANGELOG update
* Bug 27401: Start listening for NoScript before it loadsArthur Edelstein2018-08-31
|
* Release preparations for 2.0.5Georg Koppen2018-08-31
| | | | CHANGELOG update and version bump
* Translations updateGeorg Koppen2018-08-31
|
* Bug 26520: Fix sec slider/NoScript for TOR_SKIP_LAUNCH=1Arthur Edelstein2018-08-29
| | | | | | We need to wait for NoScript to have launched before we send the first settings message from the security slider. So wait for NoScript to send us a message first.
* Bug 26490: Remove the security slider notificationGeorg Koppen2018-08-28
| | | | | | | We now have the onboarding to show users our security slider. We remove the notification bar on first start as it was a workaround for that onboarding feature which on some system causes problems with window size rounding.
* Bug 27214: Improve the onboarding textKathy Brade2018-08-28
|