summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bug 9387: Remove questionmark in favor of text encouraging mouseover.bug_9387_v10Mike Perry2015-03-19
| | | | Also, add tooltips for sentences missing them.
* Bug 9387: Version 0.8 of the Security SliderGeorg Koppen2015-03-19
|
* Fixup for bug 10216Georg Koppen2015-03-19
|
* Merge remote-tracking branch 'brade/bug14631-01'Mike Perry2015-03-17
|\
| * Bug 14631: Improve profile access error msgs (strings).Kathy Brade2015-02-27
| | | | | | | | To allow for localization, get profile-related error strings from Torbutton.
* | Bug 15334: Display Cookie Protections menu choice if disk records enabled.Mike Perry2015-03-17
| | | | | | | | Regression caused during #14632.
* | Add a extensions.torbutton.test_enabled boolean pref.intrigeri2015-03-17
| | | | | | | | Defaults to true. When disabled, no attempt is made to test if Tor is enabled.
* | Bug 13891: Avoid undefined circuitStatuses/bridgesArthur Edelstein2015-03-12
| |
* | Bug 14324: Show HS circuit in Tor circuit displayArthur Edelstein2015-03-12
| |
* | Bug 15086: Handle RTL text in Tor circuit displayArthur Edelstein2015-03-12
| | | | | | | | Also fixes #13704 (circuit display now accomodates more than 3 relays).
* | Bug #15207: Check first if bridge.ID exists before using itArthur Edelstein2015-03-09
| |
* | Bug 15085: Fix about:tor RTL text alignment problems.Arthur Edelstein2015-03-04
|/
* Update translations.Mike Perry2015-02-18
|
* Mention bug 14448 in changelog.Mike Perry2015-02-18
|
* Add changelog for 1.9.0.0 + bump version.Mike Perry2015-02-18
|
* Merge remote-tracking branch 'arthur/13882+'Mike Perry2015-02-18
|\
| * Bug #13882: Fix display of bridges after bridge settings have been changedArthur Edelstein2015-02-18
| |
* | Bug #5698: Use "Tor Browser" branding in "About Tor Browser" dialogArthur Edelstein2015-02-17
|/
* Update translationsGeorg Koppen2015-02-16
|
* Bug 10280: Strings and pref for preventing plugin initialization.Mike Perry2015-02-12
|
* Bug #14866: Show correct circuit when more than one exists for a given domainArthur Edelstein2015-02-12
|
* Bug 9442: Add New Circuit buttonMike Perry2015-02-12
| | | | | This adds a button to utilize the domain isolation to get a new circuit for the current tab only.
* Bug 9906: Warn users before closing all windows and performing new identity.Mike Perry2015-02-12
|
* Bug 8400: Prompt for restart if disk records are enabled/disabled.Mike Perry2015-02-12
| | | | The private browsing pref doesn't actually take effect until restart..
* Bug 14630: Hide Torbutton's proxy settings tab.Mike Perry2015-02-12
| | | | | | | | 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.Mike Perry2015-02-12
| | | | | 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.Mike Perry2015-02-12
| | | | | 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.Kathy Brade2015-02-12
| | | | | The SafeCache functionality that we need has been reimplemented in C++ inside Tor Browser.
* Bug 14490: Make disconnect search the default search engine.Mike Perry2015-02-11
|
* Bug 14392: Make about:tor behave like other initial pages.Mike Perry2015-02-11
| | | | In particular: Don't steal focus from the URL bar.
* Bug 11236: Don't set search engines in extensionGeorg Koppen2015-02-11
| | | | | | | | 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 sliderMike Perry2015-02-11
| | | | Fix a missing :.
* Merge remote-tracking branch 'gk/bug_9387_12430'Mike Perry2015-02-11
|\
| * Bug 9387: Bind jar: pref to security sliderGeorg Koppen2015-01-30
| | | | | | | | | | We are binding the preference governing the jar: protocol handler to the security slider (see #12430 for more details).
* | Use unicode elipsis in new menus.Mike Perry2015-02-10
| | | | | | | | Might as well standardize on this, rather than going back and forth.
* | Merge remote-tracking branch 'brade/bug13406-01'Mike Perry2015-02-09
|\ \
| * | Bug 13406: Stop directing users to download-easy.html.enKathy Brade2015-02-09
| |/ | | | | | | | | | | | | 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.
* | Bug 9387: Be smarter when leaving custom modeGeorg Koppen2015-02-04
| | | | | | | | | | | | | | | | 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 setGeorg Koppen2015-02-04
|/ | | | | If the custom mode is checked allow disabling it on the preference dialog directly by clicking on the description or dragging the thumb.
* Bump version to 1.8.1.3Georg Koppen2015-01-14
|
* Update CHANGELOG; update translationsGeorg Koppen2015-01-14
|
* Try to make the security slider less eager to switch to "custom".Mike Perry2015-01-13
| | | | | We actually need to rewrite the entire check for the custom settings here, but this quick hack will make it flap a bit less I think.
* Add changelog for 1.7.0.2 for historical archive.Mike Perry2015-01-13
|
* Bug 13998: Bind volatilePrivatePermissions to diskGeorg Koppen2015-01-13
| | | | | | We set `noscript.volatilePrivatePermissions` to `true` if disk records are disabled and otherwise to `false`. All this in the assumption NoScript is enabled at all.
* Bug 13998: Adapt code to fixed globalHttpsWhitelistGeorg Koppen2015-01-13
|
* Bug 14100: Add option to hide NetworkSettingsGeorg Koppen2015-01-13
| | | | | | This patch hides the NetworkSettings menuitem if the environment variable TOR_NO_DISPLAY_NETWORK_SETTINGS is set. Thanks to linostar for writing it.
* Bug #13078: environment variable to skip TorButton control port verificationPatrick Schleizer2015-01-13
|
* Bug 13835: Add support for TOR_DEFAULT_HOMEPAGE env variable.linostar2015-01-07
| | | | | If TOR_DEFAULT_HOMEPAGE is set and the user has not customized the browser home page, it is reset to the value contained in TOR_DEFAULT_HOMEPAGE.
* Bug 11449: Avoid new identity error when NoScript disabled.Loic Bistuer2014-12-11
|
* Bug #13881. Localize strings for tor circuit displayArthur Edelstein2014-12-08
|