arthuredelstein / torbutton Public
14429+13
Commits on Mar 16, 2015
Commits on Mar 12, 2015
-
-
-
Bug 15086: Handle RTL text in Tor circuit display
Also fixes #13704 (circuit display now accomodates more than 3 relays).
Commits on Mar 10, 2015
Commits on Mar 4, 2015
Commits on Feb 19, 2015
Commits on Feb 18, 2015
Commits on Feb 16, 2015
Commits on Feb 13, 2015
-
Bug 9442: Add New Circuit button
This adds a button to utilize the domain isolation to get a new circuit for the current tab only.
-
Bug 8400: Prompt for restart if disk records are enabled/disabled.
The private browsing pref doesn't actually take effect until restart..
-
Bug 14630: Hide Torbutton's proxy settings tab.
We only hide this for now in case we want to bring it back as a secondary tab after everyone cries about it. It also simplifies the code changes to simply hide it. Also clean up the associated Torbutton menu and strings for clarity.
-
Bug 14632: Disable Cookie Manager until we get it working.
Also update the string so it is more clear that it is a secondary dialog, once we do get it working again.
-
Bug 11175: Remove "About Torbutton" from onion menu.
Patch originally by Saint, but in this version we keep the actual dialog in case we want to move it somewhere else later.
-
Bug 13900: Remove SafeCache code.
The SafeCache functionality that we need has been reimplemented in C++ inside Tor Browser.
Commits on Feb 12, 2015
-
Bug 14392: Make about:tor behave like other initial pages.
In particular: Don't steal focus from the URL bar.
-
Bug 11236: Don't set search engines in extension
We risk search engine names getting translated which results in broken search boxes if we expose them in locale files. As we only use en-US search engines (i.e. no localized ones) we can avoid that risk by removing these language strings and adding the search engines names directly into a central preference file shared by all localized bundles.
-
fixup! Bug 9387: Bind jar: pref to security slider
Fix a missing :.
Commits on Feb 11, 2015
Commits on Feb 10, 2015
-
Use unicode elipsis in new menus.
Might as well standardize on this, rather than going back and forth.
Commits on Feb 9, 2015
-
-
Bug 13406: Stop directing users to download-easy.html.en
Always display a "Check for Tor Browser Update..." menu item (to avoid localization issues, the menu item label entity was not renamed). When the menu item is chosen, open the Update Service prompt window to perform the update check.
Kathy Brade committedFeb 9, 2015
Commits on Feb 4, 2015
-
Bug 9387: Be smarter when leaving custom mode
We are leaving custom mode now if the user manages it to undo all security slider related preference changes manually. If, on the other hand, the user changes a relevant preference while being in one of the four regular slider modes we don't bother checking all preferences and switch to the custom mode immediately.
-
Bug 9387: Unlock the slider if "custom" is set
If the custom mode is checked allow disabling it on the preference dialog directly by clicking on the description or dragging the thumb.
Commits on Jan 30, 2015
-
Bug 9387: Bind jar: pref to security slider
We are binding the preference governing the jar: protocol handler to the security slider (see #12430 for more details).