Skip to content
Snippets Groups Projects
  1. Oct 16, 2020
  2. Oct 15, 2020
    • Matthew Finkel's avatar
    • Emilio Cobos Álvarez's avatar
      Bug 1658881 - When failing to create a channel and an image request, make sure... · 9ddab265
      Emilio Cobos Álvarez authored and Georg Koppen's avatar Georg Koppen committed
      Bug 1658881 - When failing to create a channel and an image request, make sure to set the image blocking status appropriately. r=tnikkel
      
      This is the same status as we do for known no-data protocols here:
      
        https://searchfox.org/mozilla-central/rev/ac142717cc067d875e83e4b1316f004f6e063a46/dom/base/nsNoDataProtocolContentPolicy.cpp#59
      
      This ensures we treat these two cases the same.
      
      Differential Revision: https://phabricator.services.mozilla.com/D89382
      9ddab265
    • Alex Catarineu's avatar
      Bug 40091: Load HTTPS Everywhere as a builtin addon in desktop · cdd57324
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      This loads HTTPS Everywhere as a builtin addon from a hardcoded
      resource:// URI in desktop. It also ensures that the non-builtin
      HTTPS Everywhere addon is always uninstalled on browser startup.
      
      The reason of making this desktop-only is that there are some issues
      when installing a builtin extension from geckoview side, making
      the extension not available on first startup. So, at least for
      now we handle the Fenix case separately. See #40118 for a followup
      for investigating these.
      cdd57324
    • Chun-Min Chang's avatar
      Bug 1650281 - P2: Make sure `gCombinedSizes` won't be underflowed r=gerald · 4356515a
      Chun-Min Chang authored and Georg Koppen's avatar Georg Koppen committed
      In any case, `gCombinedSizes` should be larger than or equal to the
      buffer within `MemoryClockCache`.
      
      Differential Revision: https://phabricator.services.mozilla.com/D84274
      4356515a
    • Chun-Min Chang's avatar
      Bug 1650281 - P1: Widen `gCombinedSizes` once the buffers grow r=gerald · 2faa92fb
      Chun-Min Chang authored and Georg Koppen's avatar Georg Koppen committed
      The `gCombinedSizes` need to be enlarged once the inner buffer within
      `MemoryBlockCache` grows. Otherwise, when the `MemoryBlockCache` is
      released, subtracting the buffer-size of the `MemoryBlockCache` from
      `gCombinedSizes` lead to a underflow.
      
      Differential Revision: https://phabricator.services.mozilla.com/D84273
      2faa92fb
    • Kathleen Brade's avatar
      Bug 40002: Remove about:pioneer · 89f9d870
      Kathleen Brade authored and Georg Koppen's avatar Georg Koppen committed
      Firefox Pioneer is an opt-in program in which people volunteer to
      participate in studies that collect detailed, sensitive data about
      how they use their browser.
      89f9d870
    • Alex Catarineu's avatar
      Bug 40073: Disable remote Public Suffix List fetching · 3b475bf3
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      In https://bugzilla.mozilla.org/show_bug.cgi?id=1563246 Firefox implemented
      fetching the Public Suffix List via RemoteSettings and replacing the default
      one at runtime, which we do not want.
      3b475bf3
    • Alex Catarineu's avatar
      Bug 40025: Remove Mozilla add-on install permissions · e9abf712
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      e9abf712
    • Kathleen Brade's avatar
      Bug 33852: Clean up about:logins (LockWise) to avoid mentioning sync, etc. · ddcda0ec
      Kathleen Brade authored and Georg Koppen's avatar Georg Koppen committed
      Hide elements on about:logins that mention sync, "Firefox LockWise", and
      Mozilla's LockWise mobile apps.
      
      Disable the "Create New Login" button when security.nocertdb is true.
      ddcda0ec
    • Kathleen Brade's avatar
      Bug 32418: Allow updates to be disabled via an enterprise policy. · 1ec4c249
      Kathleen Brade authored and Georg Koppen's avatar Georg Koppen committed
      Restrict the Enterprise Policies mechanism to only consult a
      policies.json file (avoiding the Windows Registry and macOS's
      file system attributes).
      
      Add a few disabledByPolicy() checks to the update service to
      avoid extraneous (and potentially confusing) log messages when
      updates are disabled by policy.
      
      Sample content for distribution/policies.json:
      {
        "policies": {
          "DisableAppUpdate": true
        }
      }
      
      On Linux, avoid reading policies from /etc/firefox/policies/policies.json
      1ec4c249
    • Alex Catarineu's avatar
      Bug 21952: Implement Onion-Location · 8b8f110f
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      Whenever a valid Onion-Location HTTP header (or corresponding HTML
      <meta> http-equiv attribute) is found in a document load, we either
      redirect to it (if the user opted-in via preference) or notify the
      presence of an onionsite alternative with a badge in the urlbar.
      8b8f110f
    • Alex Catarineu's avatar
      Bug 28005: Implement .onion alias urlbar rewrites · 58cee2db
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      A custom HTTPS Everywhere update channel is installed,
      which provides rules for locally redirecting some memorable
      .tor.onion URLs to non-memorable .onion URLs.
      
      When these redirects occur, we also rewrite the URL in the urlbar
      to display the human-memorable hostname instead of the actual
      .onion.
      
      Bug 34196: Update site info URL with the onion name
      58cee2db
    • Alex Catarineu's avatar
      Bug 33342: Avoid disconnect search addon error after removal. · 00f0b9f4
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      We removed the addon in #32767, but it was still being loaded
      from addonStartup.json.lz4 and throwing an error on startup
      because its resource: location is not available anymore.
      00f0b9f4
    • Matthew Finkel's avatar
      Bug 28125 - Prevent non-Necko network connections · b5d050f4
      Matthew Finkel authored and Georg Koppen's avatar Georg Koppen committed
      b5d050f4
    • Matthew Finkel's avatar
      Bug 25741 - TBA: Disable GeckoNetworkManager · 2fde1105
      Matthew Finkel authored and Georg Koppen's avatar Georg Koppen committed
      The browser should not need information related to the network
      interface or network state, tor should take care of that.
      2fde1105
    • Amogh Pradeep's avatar
      Orfox: Centralized proxy applied to AbstractCommunicator and BaseResources. · 9faea365
      Amogh Pradeep authored and Georg Koppen's avatar Georg Koppen committed
      See Bug 1357997 for partial uplift.
      
      Also:
      Bug 28051 - Use our Orbot for proxying our connections
      
      Bug 31144 - ESR68 Network Code Review
      9faea365
    • Matthew Finkel's avatar
      Bug 24796 - Comment out excess permissions from GeckoView · b71a0f18
      Matthew Finkel authored and Georg Koppen's avatar Georg Koppen committed
      The GeckoView AndroidManifest.xml is not preprocessed unlike Fennec's
      manifest, so we can't use the ifdef preprocessor guards around the
      permissions we do not want. Commenting the permissions is the
      next-best-thing.
      b71a0f18
    • Georg Koppen's avatar
      Bug 32658: Create a new MAR signing key · 626a2bd1
      Georg Koppen authored
      It's time for our rotation again: Move the backup key in the front
      position and add a new backup key.
      626a2bd1
    • Kathleen Brade's avatar
      Bug 30237: Add v3 onion services client authentication prompt · b5d86c7c
      Kathleen Brade authored and Georg Koppen's avatar Georg Koppen committed
      When Tor informs the browser that client authentication is needed,
      temporarily load about:blank instead of about:neterror and prompt
      for the user's key.
      
      If a correctly formatted key is entered, use Tor's ONION_CLIENT_AUTH_ADD
      control port command to add the key (via Torbutton's control port
      module) and reload the page.
      
      If the user cancels the prompt, display the standard about:neterror
      "Unable to connect" page. This requires a small change to
      browser/actors/NetErrorChild.jsm to account for the fact that the
      docShell no longer has the failedChannel information. The failedChannel
      is used to extract TLS-related error info, which is not applicable
      in the case of a canceled .onion authentication prompt.
      
      Add a leaveOpen option to PopupNotifications.show so we can display
      error messages within the popup notification doorhanger without
      closing the prompt.
      
      Add support for onion services strings to the TorStrings module.
      
      Add support for Tor extended SOCKS errors (Tor proposal 304) to the
      socket transport and SOCKS layers. Improved display of all of these
      errors will be implemented as part of bug 30025.
      
      Also fixes bug 19757:
       Add a "Remember this key" checkbox to the client auth prompt.
      
       Add an "Onion Services Authentication" section within the
       about:preferences "Privacy & Security section" to allow
       viewing and removal of v3 onion client auth keys that have
       been stored on disk.
      
      Also fixes bug 19251: use enhanced error pages for onion service errors.
      b5d86c7c
    • Richard Pospesel's avatar
      Bug 32220: Improve the letterboxing experience · 6005ba7e
      Richard Pospesel authored and Georg Koppen's avatar Georg Koppen committed
      CSS and JS changes to alter the UX surrounding letterboxing. The
      browser element containing page content is now anchored to the bottom
      of the toolbar, and the remaining letterbox margin is the same color
      as the firefox chrome. The letterbox margin and border are tied to
      the currently selected theme.
      
      Also adds a 'needsLetterbox' property to tabbrowser.xml to fix a race
      condition present when using the 'isEmpty' property. Using 'isEmpty'
      as a proxy for 'needsLetterbox' resulted in over-zealous/unnecessary
      letterboxing of about:blank tabs.
      6005ba7e
    • Alex Catarineu's avatar
      Bug 27604: Fix addon issues when moving TB directory · fd3c1b6b
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      fd3c1b6b
    • Alex Catarineu's avatar
      Bug 31740: Remove some unnecessary RemoteSettings instances · 4d4383fc
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      More concretely, SearchService.jsm 'hijack-blocklists' and
      url-classifier-skip-urls.
      
      Avoid creating instance for 'anti-tracking-url-decoration'.
      
      If prefs are disabling their usage, avoid creating instances for
      'cert-revocations' and 'intermediates'.
      
      Do not ship JSON dumps for collections we do not expect to need. For
      the ones in the 'main' bucket, this prevents them from being synced
      unnecessarily (the code in remote-settings does so for collections
      in the main bucket for which a dump or local data exists). For the
      collections in the other buckets, we just save some size by not
      shipping their dumps.
      
      We also clear the collections database on the v2 -> v3 migration.
      4d4383fc
    • Alex Catarineu's avatar
      Bug 32092: Fix Tor Browser Support link in preferences · f0d70ceb
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      f0d70ceb
    • Richard Pospesel's avatar
      Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor · 3294444a
      Richard Pospesel authored and Georg Koppen's avatar Georg Koppen committed
      This patch adds a new about:preferences#tor page which allows modifying
      bridge, proxy, and firewall settings from within Tor Browser. All of the
      functionality present in tor-launcher's Network Configuration panel is
      present:
      
       - Setting built-in bridges
       - Requesting bridges from BridgeDB via moat
       - Using user-provided bridges
       - Configuring SOCKS4, SOCKS5, and HTTP/HTTPS proxies
       - Setting firewall ports
       - Viewing and Copying Tor's logs
       - The Networking Settings in General preferences has been removed
      3294444a
    • Alex Catarineu's avatar
      Bug 13543: Spoof smooth and powerEfficient for Media Capabilities · 8dd12242
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      8dd12242
    • Kathleen Brade's avatar
      Bug 31607: App menu items stop working on macOS · 8c868260
      Kathleen Brade authored and Georg Koppen's avatar Georg Koppen committed
      Avoid re-creating the hidden window, since this causes the nsMenuBarX
      object that is associated with the app menu to be freed (which in
      turn causes all of the app menu items to stop working).
      
      More detail: There should only be one hidden window.
      XREMain::XRE_mainRun() contains an explicit call to create the
      hidden window and that is the normal path by which it is created.
      However, when Tor Launcher's wizard/progress window is opened during
      startup, a hidden window is created earlier as a side effect of
      calls to nsAppShellService::GetHiddenWindow(). Then, when
      XREMain::XRE_mainRun() creates its hidden window, the original one
      is freed which also causes the app menu's nsMenuBarX object which
      is associated with that window to be destroyed. When that happens,
      the menuGroupOwner property within each Cocoa menu items's MenuItemInfo
      object is cleared. This breaks the link that is necessary for
      NativeMenuItemTarget's menuItemHit method to dispatch a menu item
      event.
      8c868260
    • Kathleen Brade's avatar
      Bug 26961: New user onboarding. · 70c48300
      Kathleen Brade authored and Georg Koppen's avatar Georg Koppen committed
      Reuse the Firefox onboarding mechanism with minimal changes.
      Localizable strings are pulled in from Torbutton (if Torbutton is
        not installed, we lack about:tor and no tour will be shown).
      Replace SVG images with PNGs (see bug 27002),
      For defense in depth, omit include OnboardingTelemetry.jsm entirely.
      Added support for the following UITour page event:
        torBrowserOpenSecuritySettings
      
      Also fix bug 27403: the onboarding bubble is not always displayed.
      
      Arthur suggested to make the onboarding bubble visible on displays with
      less than 960px width available, so we choose 200px instead.
      
      Also fix bug 28628: Change onboarding Security panel to open new
      Security Level panel.
      
      Also fix bug 27484: Improve navigation within onboarding.
      
      Bug 27082: enable a limited UITour
      
      Disallow access to UITour functionality from all pages other than
        about:home, about:newtab, and about:tor.
      Implement a whitelist mechanism for page actions.
      
      Bug 26962 - implement new features onboarding (part 1).
      
      Add an "Explore" button to the "Circuit Display" panel within new user
      onboarding which opens the DuckDuckGo .onion and then guides users through
      a short circuit display tutorial.
      
      Allow a few additional UITour actions while limiting as much as possible
      how it can be used.
      
      Tweak the UITour styles to match the Tor Browser branding.
      
      All user interface strings are retrieved from Torbutton's
      browserOnboarding.properties file.
      
      Bug 27486 Avoid about:blank tabs when opening onboarding pages.
      
      Instead of using a simple <a href>, programmatically open onboarding
      web pages by using tabBrowser.addTab(). The same technique is now
      used for "See My Path", "See FAQs", and "Visit an Onion".
      
      Bug 29768: Introduce new features to users
      
      Add an "update" tour for the Tor Browser 8.5 release that contains two
      panels: Toolbar and Security (with appropriate description text and
      images).
      
      Display an attention-grabbing dot on the onboarding text bubble when
      the update tour is active. The animation lasts for 14 seconds.
      
      Bug 31768: Introduce toolbar and network settings changes in onboarding
      
      Update the "Tor Network" onboarding page to include a note that
      settings can now be accessed via the application preferences and
      add an "Adjust Your Tor Network Settings" action button which opens
      about:preferences#tor.
      
      Replace the Tor Browser 8.5 "update" onboarding tour with a 9.0 one
      that includes the revised "Tor Network" page and a revised "Toolbar"
      page. The latter explains that Torbutton's toolbar item has been
      removed ("Goodbye Onion Button") and explains how to access the
      New Identity feature using the hamburger menu and new toolbar item.
      
      Bug 34321 - Add Learn More onboarding item
      70c48300
    • Alex Catarineu's avatar
      Bring back old Firefox onboarding · d9572d26
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      Revert "Bug 1462415 - Delete onboarding system add-on r=Standard8,k88hudson"
      
      This reverts commit f7ffd78b.
      
      Revert "Bug 1498378 - Actually remove the old onboarding add-on's prefs r=Gijs"
      
      This reverts commit 057fe36f.
      
      Bug 28822: Convert onboarding to webextension
      
      Partially revert 1564367 (controlCenter in UITour.jsm)
      d9572d26
    • Alex Catarineu's avatar
      Bug 27511: Add new identity button to toolbar · 7f2ccc74
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      Also added 'New circuit for this site' button to CustomizableUI, but
      not visible by default.
      7f2ccc74
    • Alex Catarineu's avatar
      Bug 31575: Replace Firefox Home (newtab) with about:tor · 0e4b67b0
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      Avoid loading AboutNewTab in BrowserGlue.jsm in order
      to avoid several network requests that we do not need. Besides,
      about:newtab will now point to about:blank or about:tor (depending
      on browser.newtabpage.enabled) and about:home will point to
      about:tor.
      0e4b67b0
    • Alex Catarineu's avatar
      Bug 26345: Hide tracking protection UI · 091014fe
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      091014fe
    • Alex Catarineu's avatar
    • Georg Koppen's avatar
      32c9ca45
    • Richard Pospesel's avatar
      Bug 23247: Communicating security expectations for .onion · dfb4ff6e
      Richard Pospesel authored and Georg Koppen's avatar Georg Koppen committed
      Encrypting pages hosted on Onion Services with SSL/TLS is redundant
      (in terms of hiding content) as all traffic within the Tor network is
      already fully encrypted.  Therefore, serving HTTP pages from an Onion
      Service is more or less fine.
      
      Prior to this patch, Tor Browser would mostly treat pages delivered
      via Onion Services as well as pages delivered in the ordinary fashion
      over the internet in the same way.  This created some inconsistencies
      in behaviour and misinformation presented to the user relating to the
      security of pages delivered via Onion Services:
      
       - HTTP Onion Service pages did not have any 'lock' icon indicating
         the site was secure
       - HTTP Onion Service pages would be marked as unencrypted in the Page
         Info screen
       - Mixed-mode content restrictions did not apply to HTTP Onion Service
         pages embedding Non-Onion HTTP content
      
      This patch fixes the above issues, and also adds several new 'Onion'
      icons to the mix to indicate all of the various permutations of Onion
      Services hosted HTTP or HTTPS pages with HTTP or HTTPS content.
      
      Strings for Onion Service Page Info page are pulled from Torbutton's
      localization strings.
      dfb4ff6e
    • Alex Catarineu's avatar
      Bug 28369: Stop shipping pingsender executable · 47be03b6
      Alex Catarineu authored and Georg Koppen's avatar Georg Koppen committed
      47be03b6
    • Arthur Edelstein's avatar
      Bug 26353: Prevent speculative connect that violated FPI. · e18928a1
      Arthur Edelstein authored and Georg Koppen's avatar Georg Koppen committed
      Connections were observed in the catch-all circuit when
      the user entered an https or http URL in the URL bar, or
      typed a search term.
      e18928a1
    • Richard Pospesel's avatar
      Bug 25658: Replace security slider with security level UI · d562e740
      Richard Pospesel authored and Georg Koppen's avatar Georg Koppen committed
      This patch adds a new 'securitylevel' component to Tor Browser intended
      to replace the torbutton 'Security Slider'.
      
      This component adds a new Security Level toolbar button which visually
      indicates the current global security level via icon (as defined by the
      extensions.torbutton.security_slider pref), a drop-down hanger with a
      short description of the current security level, and a new section in
      the about:preferences#privacy page where users can change their current
      security level. In addition, the hanger and the preferences page will
      show a visual warning when the user has modified prefs associated with
      the security level and provide a one-click 'Restore Defaults' button to
      get the user back on recommended settings.
      
      Strings used by this patch are pulled from the torbutton extension, but
      en-US defaults are provided if there is an error loading from the
      extension. With this patch applied, the usual work-flow of "./mach build
      && ./mach run" work as expected, even if the torbutton extension is
      disabled.
      d562e740
    • Igor Oliveira's avatar
      Bug 23104: Add a default line height compensation · d5588b89
      Igor Oliveira authored and Georg Koppen's avatar Georg Koppen committed
      Many fonts have issues with their vertical metrics. they
      are used to influence the height of ascenders and depth
      of descenders. Gecko uses it to calculate the line height
      (font height + ascender + descender), however because of
      that idiosyncratic behavior across multiple operating
      systems, it can be used to identify the user's OS.
      
      The solution proposed in the patch uses a default factor
      to be multiplied with the font size, simulating the concept
      of ascender and descender. This way all operating
      systems will have the same line height only and only if the
      frame is outside the chrome.
      d5588b89
Loading