- 23 Aug, 2018 2 commits
-
-
Georg Koppen authored
-
Arthur Edelstein authored
Also, fix a bug in noscript-control.js where initialized was never set to true.
-
- 22 Aug, 2018 4 commits
-
-
Arthur Edelstein authored
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
-
- 21 Aug, 2018 5 commits
-
-
Igor Oliveira authored
The preference is not available in the Desktop and it doesn't make sense on mobile. Thus, we are removing it.
-
Igor Oliveira authored
Create a responsive security slider, it can be used on mobile and tablet.
-
Igor Oliveira authored
get_general_useragent_locale to utils On Desktop, show_torbrowser_manual is a torbutton.js method and it is called by other components using the window.opener. However, on mobile, the security settings is opened in a tab instead of a modal. Thus the window.opener is nil. This patch moves the show_torbrowser_manual to util.js allowing it to be accessible from anywhere.
-
Georg Koppen authored
-
Georg Koppen authored
-
- 16 Aug, 2018 3 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
Version bump and CHANGELOG update
-
- 15 Aug, 2018 3 commits
-
-
Add strings for use by new user onboarding. Add "TorOpenSecuritySettings" observer.
-
Arthur Edelstein authored
Our old patch for Bug 8725 was upstreamed in https://bugzilla.mozilla.org/show_bug.cgi?id=863246
-
-
- 14 Aug, 2018 1 commit
-
-
Implement new design from UX team. Remove "update needed" notification (will be addressed by bug 25694).
-
- 13 Aug, 2018 1 commit
-
-
Georg Koppen authored
Icon design by Antonela Debiasi.
-
- 01 Aug, 2018 1 commit
-
-
Georg Koppen authored
In bug 1039069 Mozilla implemented the option of spoofing the locale in the Accept-Language header/JS locale if users with localized builds want that for better fingerprinting protection. That makes our workaround in Torbutton obsolete and we can remove it. Otherwise users start to get the respective language prompt twice, which is quite annoying.
-
- 24 Jul, 2018 1 commit
-
-
This patch moves the menu items from the torbutton to the menubar and the app menu. Needs the 26321 patch in tor-browser.git. Also hides the "New Private Window" and "Restore Previous Session" items from the app menu. (Design by Pearl Crescent and Antonela Debiasi.)
-
- 16 Jul, 2018 1 commit
-
-
Arthur Edelstein authored
Updates from Tor Browser's old "svg.in-content.enabled" pref to Firefox's new built-in "svg.disabled".
-
- 25 Jun, 2018 1 commit
-
-
Arthur Edelstein authored
It seems -moz-locale-dir(rtl) works in XUL; dir(rtl) does not.
-
- 24 Jun, 2018 1 commit
-
-
Georg Koppen authored
Version bump and CHANGELOG update
-
- 23 Jun, 2018 1 commit
-
-
Arthur Edelstein authored
Icon design by Antonela Debiasi. Switching our torbutton icons to SVG allows us get high quality for any size, including retina screens. Also, SVGs should scale to the correct image size, which means I think #8941 can be closed. In any case, the "iconsize" attribute has been dropped by Mozilla; see https://bugzilla.mozilla.org/show_bug.cgi?id=1430128 Blinking of update warning is implemented with a CSS animation.
-
- 22 Jun, 2018 3 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
CHANGELOG update and version bump
-
Georg Koppen authored
-
- 21 Jun, 2018 2 commits
-
-
Georg Koppen authored
-
Arthur Edelstein authored
-
- 19 Jun, 2018 2 commits
-
-
Georg Koppen authored
-
Added strings needed for Onion domain Page Info dialog to en locale
-
- 15 Jun, 2018 1 commit
-
-
Georg Koppen authored
This reverts commit d127873b.
-
- 07 Jun, 2018 1 commit
-
-
Arthur Edelstein authored
We try to maintain the same security slider behavior as for the legacy version of NoScript. This patch uses a few tricks: 1. Using a LegacyExtensionContext (defined in LegacyExtensionsUtils.jsm) to send JSON objects to NoScript via sendMessage. 2. Taking advantage of an existing invocation of browser.runtime.onMessage.addListener(...) in NoScript's code that accepts a JSON object for updating NoScript's settings. 3. Providing NoScript with settings for a "site" whose "domain" is "http:", which causes NoScript to match non-https sites. (Thanks to Sukhbir Singh for help.)
-
- 30 May, 2018 2 commits
-
-
Georg Koppen authored
-
-
- 28 May, 2018 1 commit
-
-
Georg Koppen authored
-
- 24 May, 2018 3 commits
-
-
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
-