Skip to content
  1. Mar 13, 2019
  2. Feb 08, 2019
  3. Jan 31, 2019
  4. Jan 25, 2019
  5. Jan 23, 2019
  6. Jan 22, 2019
  7. Jan 21, 2019
  8. Jan 18, 2019
    • Kathleen Brade's avatar
      Bug 28836: Links on about:tor are not clickable. · 0a628166
      Kathleen Brade authored and Georg Koppen's avatar Georg Koppen committed
      When the about:tor window was short, links such as the Tor Browser
      manual one were not clickable (the fundraising banner made this
      problem more likely). The root cause was that the onions/circles
      at the bottom of the page overlapped with the links, and the divs
      that were used to generate the circles were in front of the links.
      
      This patch changes the behavior on desktop to not allow the onions
      to be placed under any page content; instead, they are displayed
      at the bottom of the page after all other content. If they won't
      fit on the page, a vertical scrollbar is shown.
      
      On mobile, the existing behavior is preserved (onions can appear
      behind content). We added `z-index: -1` to ensure that all tappable
      content will be usable (although no links are currently displayed
      on mobile, we might add some in the future).
      0a628166
  9. Jan 14, 2019
  10. Dec 12, 2018
  11. Dec 06, 2018
  12. Dec 05, 2018
    • Georg Koppen's avatar
      e0b17e85
    • Georg Koppen's avatar
      Bug 27290: Remove WebGL pref for min capability mode · 7d98f3bd
      Georg Koppen authored
      In Mozilla Bug 1217290, a new WebGL mode was introduced specifically
      for `privacy.resistFingerprinting` set to `true`, which is supposed to
      give most machines the same WebGL profile.
      
      Previously, `webgl.min_capability_mode` was used for this purpose,
      but now that pref is intended strictly for browser testing and it
      overrides the `privacy.resistFingerprinting` setting. Furthermore,
      `webgl.min_capability_mode` can cause WebGL to fail unnecessarily.
      
      So we should not be enabling `webgl.min_capability_mode` any more in
      Tor Browser. This patch is the complement to a tor-browser patch
      which both remove that preference setting so it reverts to Firefox's
      default value (false).
      7d98f3bd
    • Georg Koppen's avatar
      Translations update · 07e7b64c
      Georg Koppen authored
      07e7b64c
  13. Dec 04, 2018
  14. Dec 03, 2018
  15. Nov 29, 2018
  16. Nov 27, 2018
  17. Nov 26, 2018
  18. Nov 21, 2018
  19. Nov 20, 2018
  20. Nov 19, 2018
    • Georg Koppen's avatar
      Bug 28515: Use en-US for english Torbutton strings · 6a107223
      Georg Koppen authored
      There is no `en` in Mozilla's universe and we need `en-US` for Torbutton
      integration into `tor-browser` (see: #25013). Thus, switch our locale
      code for english in Torbutton accordingly.
      
      The server-side of this switch got done in #28261 and the workaround for
      that, which was symlinking `en` to `en-US`, is not needed anymore.
      6a107223
  21. Nov 14, 2018
  22. Nov 12, 2018