- Jun 15, 2018
-
-
Georg Koppen authored
This reverts commit d127873b.
-
- May 30, 2018
-
-
Georg Koppen authored
-
-
- May 28, 2018
-
-
Georg Koppen authored
-
- May 24, 2018
-
-
Arthur Edelstein authored
-
Arthur Edelstein authored
-
Igor Oliveira authored
code - Move all the resource files to the same directory and change the chrome.manifest file to allow them to be accessible by the chrome.[1] - jsversion.h was removed, we don't need to specify the JS version anymore.[2] - Since Torbutton has now logic to load the default preferences and we don't know when a string is a complex data, for the sake of simplicity, we are now retiring non-localized.properties and hard coding the about:tor in the preferences file. - Use tabbrowser-initialBrowser instead of content [1] https://bugzilla.mozilla.org/show_bug.cgi?id=863246 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1440043
-
Igor Oliveira authored
Now it is inline in the browser.xul[1]. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1441378
-
Arthur Edelstein authored
applyFilter changed its signature to include a callback object: https://hg.mozilla.org/mozilla-central/rev/77c14093bc69
-
Igor Oliveira authored
Mozilla switched from Task.spawn to async/await[1] and we should follow it since it makes the code simple. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1353542
-
Igor Oliveira authored
Mozilla removed the code that loads the default extension preferences[1]. Thus we need to load them in the startup time. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1413413
-
Igor Oliveira authored
The xmlhttprequest xpcom interface was deprecated in favor of the XMLHttpRequest.
-
Igor Oliveira authored
- catch statement can not have if statements. https://bugzilla.mozilla.org/show_bug.cgi?id=1228841 - Use 0o to represent octal numbers. https://bugzilla.mozilla.org/show_bug.cgi?id=1263074 - remove -moz- prefix in css https://bugzilla.mozilla.org/show_bug.cgi?id=1270406
-
Igor Oliveira authored
intl.locale.requested is the new way that Gecko handles locales. See https://bugzilla.mozilla.org/show_bug.cgi?id=1414390
-
- May 23, 2018
-
-
On some OSes relay lines are wrapping and the doorhanger is sometimes rendering too small to show everything inside. We avoid the line wrapping and resize the identity popup where needed.
-
- May 22, 2018
-
-
Georg Koppen authored
-
New circuit display design by Antonela Debiasi. The new design includes a "Guard" indicator, a "Load New Circuit" button, new Photon-compatible style.
-
- May 03, 2018
-
-
Georg Koppen authored
-
- Apr 11, 2018
-
-
Georg Koppen authored
Version bump, Changelog update, and minVersion bump. We've forgotten the latter for a while now but this Torbutton requires at least a Firefox 52.
-
Georg Koppen authored
-
- Apr 05, 2018
-
-
Use flexbox and media queries to make the layout responsive. For small and medium break points, remove the tor status image since there isn't enough space.
-
- Mar 07, 2018
-
-
Georg Koppen authored
-
- Feb 21, 2018
-
-
Georg Koppen authored
CHANGELOG update and version bump
-
Georg Koppen authored
-
- Feb 02, 2018
-
-
Georg Koppen authored
-
- Jan 25, 2018
-
-
Arthur Edelstein authored
The campaign is finished, so we can remove the banner. I'm leaving in the strings in case we want to use some of them next year.
-
- Jan 23, 2018
-
-
Kathleen Brade authored
For known platforms, append "-Windows", "-Linux", "-MacOS", or "-Android" to torbrowser.version before checking against the recommended versions JSON file. This allows for platform differences in the supported version.
-
- Jan 18, 2018
-
-
Georg Koppen authored
Translations update, CHANGELOG update, and version bump
-
- Jan 10, 2018
-
-
Georg Koppen authored
-
Georg Koppen authored
-
- Dec 21, 2017
-
-
Arthur Edelstein authored
-
- Dec 18, 2017
-
-
Georg Koppen authored
CHANGELOG update and version bump
-
Georg Koppen authored
-
-
- Dec 17, 2017
-
-
Georg Koppen authored
We update the copy of our desktop security slider following the experience provided for mobile users.
-
- Nov 09, 2017
-
-
Georg Koppen authored
- Nov 08, 2017
-
-
Georg Koppen authored
-
- Oct 27, 2017
-
-
Arthur Edelstein authored
-
- Oct 23, 2017
-
-
Georg Koppen authored
-