- 07 Dec, 2015 1 commit
-
-
Changes include: 0. Logo changed to prettier onion 1. Title changed to "Welcome to Tor Browser" (in purple). 2. Dropped "This browser is configured to use Tor." 3. Normal style for "You are now free to browse the Internet anonymously." 4. Border on input box set to light gray, rounded corners removed 5. Search button image replaced with non-pixellated one 6. Sans-serif text used everywhere 7. Borders on bubbles removed 8. Text color changed to be slightly less black 9. Some text increased a little in size
-
- 05 Dec, 2015 1 commit
-
-
- 14 Sep, 2015 1 commit
-
-
Kathleen Brade authored
Avoid hard-coded heights and positions in about:tor. The "update needed" arrow is now constructed from 4 elements instead of 2 and the info. "bubbles" use table layout instead of hard-coded heights. Set the CSS z-index so that text will be in front of the status image (onion image) and the "update needed" arrow. Use "let" instead of "var" in the about:tor JS code.
-
- 12 Feb, 2015 2 commits
-
-
Mike Perry authored
-
Mike Perry authored
In particular: Don't steal focus from the URL bar.
-
- 11 Sep, 2014 1 commit
-
-
Kathleen Brade authored
In Firefox 26 and newer, the BrowserOnAboutPageLoad() function that Torbutton previously used to detect about:tor page loads has been removed. The new approach is to have about:tor dispatch a custom event (which is the same approach Mozilla uses for about:home).
-
- 16 Jul, 2014 1 commit
-
-
Kathleen Brade authored
This problem occurred in some non-English locales (e.g., de). We now reduce the font size of some elements if necessary.
-
- 03 Feb, 2014 1 commit
-
-
Kathleen Brade authored
We now position the arrow so it points to the toolbar button regardless of its position.
-
- 23 Jan, 2014 1 commit
-
-
Kathleen Brade authored
Our use of entities that contained trailing spaces was a bad idea: they got lost during the translation process. Instead, we now use a template that contains a snippet of HTML, with the search engine URLs as separate property strings. We did our best to preserve the existing translated strings, converting them to the new scheme and adding the missing spaces.
-
- 31 Aug, 2013 1 commit
-
-
Kathleen Brade authored
-
- 03 Jun, 2013 1 commit
-
-
Kathleen Brade authored
Avoid empty entity strings in DTD and add explanation for translators. Remove trailing ? from Startpage privacy URL.
-
- 30 May, 2013 1 commit
-
-
Kathleen Brade authored
Instead of a remote check, we now check browser proxy settings against the values specified by the tor control port. If the control port is unavailable or broken, we send background request to check.torproject.org and update the about:tor homepage and torbutton icon retroactively if that fails.
-