summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Update translations from transifex.Mike Perry2014-10-09
|
* Bug 13366: Fix cert exemption dialog when disk storage is enabled.Mike Perry2014-10-08
|
* Comment that the on-datatransfer-available API is the new one.Mike Perry2014-09-29
|
* Update changelog.Mike Perry2014-09-29
|
* Merge remote-tracking branch 'gk/bug_10716_v2'Mike Perry2014-09-29
|\
| * Bug 10716: Take care of drag/drop events in ESR 31.bug_10716_v2Georg Koppen2014-09-18
| |
* | Update changelog.Mike Perry2014-09-29
| |
* | Merge remote-tracking branch 'gk/bug_12947'Mike Perry2014-09-29
|\ \
| * | Bug 12947: Adapt session storage blocker to ESR 31.bug_12947Georg Koppen2014-09-05
| |/
* | Update changelog and version for 1.7.0.0-pre.Mike Perry2014-09-29
| |
* | Merge remote-tracking branch 'brade/bug13138'Mike Perry2014-09-29
|\ \
| * | Bug 13138: ESR31-about:tor shows "Tor is not working"Kathy Brade2014-09-11
| | | | | | | | | | | | | | | | | | | | | 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).
| * | Bug #10751.2: Adapt Torbutton to Australis UI.Arthur Edelstein2014-09-11
| | | | | | | | | | | | | | | Use CustomizableUI, if it is available, to add TorButton's button to navigation toolbar.
| * | Bug #10751.1: Load HUDService only if it's not already available.Arthur Edelstein2014-09-11
| |/ | | | | | | | | Loading by this method breaks the browser console in ESR31. Fortunately, ESR31 has a built-in window.HUDService.
* | Bump version and update changelog for 1.6.12.3.Mike Perry2014-09-22
| |
* | Bug 10804: Relocate event queue draining inside control port call.Agent Smith2014-09-22
| | | | | | | | | | | | | | This patch relocates the event queue draining hack from bug #9531 from New Identity to all control port commands. This should help address hangs at startup due to HTTPS activity (and other usage of the control port while the TLS stack is live).
* | Bump version and update changelog for 1.6.12.2.Mike Perry2014-09-22
| |
* | Merge remote-tracking branch 'brade/bug13091'Mike Perry2014-09-22
|\ \
| * | Bug 13091: Use "Tor Browser" everywhere (space included)Kathy Brade2014-09-09
| |/ | | | | | | | | Changed MOZ_APP_DISPLAYNAME and brandShortName from "TorBrowser" to "Tor Browser".
* | Update translations from transifex.Mike Perry2014-09-22
|/
* Update translations from transifex.Mike Perry2014-08-29
|
* Add changelog and bump version for 1.6.12.1.Mike Perry2014-08-29
|
* Bug 8940: Move RecommendedTBBVersions file to www.torproject.org.Mike Perry2014-08-27
|
* Bug 12684: Slightly tweak the canvas message.Mike Perry2014-08-19
| | | | | Still not perfect, but repeating "image data" and "extract" twice might help get the point across.
* Merge remote-tracking branch ↵Mike Perry2014-08-19
|\ | | | | | | 'isis/bug12684-additional-canvas-ui-strings_squashed'
| * Bug #12684: Add `canvas.notNow` UI strings to torbutton.properties file.Isis Lovecruft2014-08-16
| | | | | | | | | | | | | | | | | | | | Also, clarify UI strings which explain HTML5 canvas fingerprinting and options within the PopupNotification dialogue, and make capitalisation consistent. * FIXES #12684. [0] [0]: https://bugs.torproject.org/12684
* | Update translations for 1.6.12.0.Mike Perry2014-08-04
| |
* | Update changelog for 1.6.12.0.Mike Perry2014-08-04
| |
* | Bug 9535: Fix hang on New Identity.bug_9531_v2Georg Koppen2014-07-31
| | | | | | | | | | | | The related bug 10804 needs a different fix as this one applied there would stall the start-up for a short amount of time resulting in a bad user experience.
* | Update version and changelog for 1.6.11.1.Mike Perry2014-07-24
| |
* | Merge remote-tracking branch 'gk/bug_12680'Mike Perry2014-07-24
|\ \
| * | Bug 12680: Change Torbutton URL in about dialog.bug_12680Georg Koppen2014-07-23
| |/
* | Bug 11472: about:tor logo and text may overlap.Kathy Brade2014-07-16
|/ | | | | This problem occurred in some non-English locales (e.g., de). We now reduce the font size of some elements if necessary.
* Write changelog and bump version for 1.6.11.0.Mike Perry2014-06-27
|
* Bug 10819: Bind new third party isolation pref to the Torbutton pref.Mike Perry2014-06-27
| | | | This makes the UI option apply to this new pref.
* Merge remote-tracking branch 'gk/bug_9268_final_stopgap_rebased'Mike Perry2014-06-27
|\
| * Bug 9268: Fix some resizing corner cases.bug_9268_final_stopgap_rebasedGeorg Koppen2014-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now take the DPI value into account when calculating the width and height of the browser window. Furthermore, using GetAvailRect() helps to take care of taskbars that could influence the available height. At least two corner-corner cases remain: 1) On some Linux machines the height of the titlebar is not included in outerHeight(). Thus, we guess with a pretty safe margin. 2) On some systems retrieving the available height is giving the screen height back which could lead to problems if taskbars are available. Fixing those two problems (and presumably others yet to be reported) is out of the scope for this patch. However, in order to give the user the option to overwrite the miscalculation two preferences extensions.torbutton.window.innerWidth extensions.torbutton.window.innerHeigth are consulted. If they are set their values are used when resizing the inner window.
* | Write changelog and bump version for 1.6.10.1.Mike Perry2014-06-26
| |
* | remove obsolete files, re Bug 1506 P0Arthur Edelstein2014-06-26
|/
* Add changelog and bump version for 1.6.10.0.Mike Perry2014-06-05
|
* Update translations.Mike Perry2014-06-05
|
* Fix #12172: Enhance makepkg.sh to create the pkg directory if doesn't ↵Arthur Edelstein2014-06-05
| | | | already exist
* remove obsolete jshooks filesArthur Edelstein2014-06-05
|
* Bug #11510: about:tor should not report success if no tor.Kathy Brade2014-05-27
| | | | | | If the remote check does not complete successfully, look at the status code associated with the underlying nsIRequest and fail the tor check when the status is "proxy connection refused."
* Bug 11783: Avoid double-clicking on New Identity.Georg Koppen2014-05-26
| | | | | | | | | It turns out that clicking several times on New Identity very quickly may lead to unexpected behavior, to errors like "TypeError: b.webProgress is undefined" and a somewhat broken browser: clicking on New Identity again after this error showed up shuts the browser down, for example. Thanks to a patch by a cypherpunk we disable the New Identity menuitem after the first click which resolves this issue.
* Bug 11722: Add hidden pref to force remote Tor checkMike Perry2014-05-26
| | | | | | Some users may not have access to their Tor control port, and would prefer a remote Tor check instead, even if they are not using a transproxy. This pref allows them to specify this.
* Bug 11763: Fix race condition in pref dialog.bug_11763Georg Koppen2014-05-21
| | | | | | | | If a user is clicking on the Accept button on the preferences dialog more than once the code in torbutton_prefs_save() is executed more than once as well which may lead to unexpected and unintended behavior. We fix this thanks to a patch by a cypherpunk by disabling the Accept button after the first click.
* Update changelog and rdf for 1.6.9.0.Mike Perry2014-04-25
|
* Translation updates.Mike Perry2014-04-25
|
* Bug 11384: Completely remove hidden toggle menu item.Mike Perry2014-04-22
|