Skip to content
Permalink
17207+2

Commits on Oct 13, 2015

  1. Revert "Back out changes for bug 16909"

    This reverts commit fc16b4e.
    gk-tpo committed Oct 13, 2015
  2. fixup! TB4: Tor Browser's Firefox preference overrides.

    Fixes bug 17220.
    arthuredelstein authored and gk-tpo committed Oct 13, 2015

Commits on Sep 20, 2015

  1. Back out changes for bug 16909

    gk-tpo committed Sep 20, 2015

Commits on Sep 18, 2015

  1. Bug 16906: Don't depend on Windows crypto DLLs

    If not building the Windows Maintenance Service, avoid a dependency
    on crypt32.dll and wintrust.dll.
    
    Also, avoid setting sUsingService inside the updater code; this
    ensures that all Maintenance Service related codepaths are skipped.
    Kathy Brade authored and gk-tpo committed Sep 18, 2015
  2. Bug 1192120 - Fix warnings that show up when opening the downloads wi…

    …ndow in private browsing mode; r=mconley
    ehsan authored and gk-tpo committed Sep 18, 2015
  3. Bug #16311: Fix the responseEnd attribute (navigation timing)

    This reverts a change introduced by this patch:
    https://hg.mozilla.org/mozilla-central/rev/9b0c94f564f3#l11.43
    boklm authored and gk-tpo committed Sep 18, 2015
  4. Bug 16488: Remove "Sign in to Sync" from the menu.

    By default, hide the "Sign in to Sync" item (aka the Firefox Sync
    status item) within the hamburger menu.
    Unhide by setting the pref. services.sync.ui.hidden to false.
    Kathy Brade authored and gk-tpo committed Sep 18, 2015
  5. Bug #15502. Isolate blob, mediasource & mediastream URLs to first party

    This patch handles blob URLs created and retrieved in Web Workers.
    
    See also #15703 and #16429.
    arthuredelstein authored and gk-tpo committed Sep 18, 2015
  6. Revert "Bug #15502. Isolate blob URLs to first party; no blobURLs in …

    …Web Workers"
    
    This reverts commit 7a8d11b.
    arthuredelstein authored and gk-tpo committed Sep 18, 2015
  7. Bug 16236: Windows updater: avoid writing to the registry.

    Mozilla moves "in use" files that cannot be deleted during an
    update to a "tobedeleted" directory and then makes a call to
    MoveFileEx(..., MOVEFILE_DELAY_UNTIL_REBOOT) to request that
    the file be deleted later.  To avoid writing to the Windows Registry,
    we simply try to remove the "tobedeleted" directory and its contents
    during browser startup.
    Kathy Brade authored and gk-tpo committed Sep 18, 2015
  8. Bug 16528: Prevent indexedDB Modernizr breakage (e10s highrisk).

    This change should make the indexedDB failure mode for pref checks equivalent
    to the private browsing failure mode. Sites that use Modernizr are accustomed
    to the failure modes for Private Browsing usage of IndexedDB, but not for when
    the pref is disabled.
    
    This patch may cause serious issues with e10s in the future. We'll need to
    keep an eye on it for FF45.
    mikeperry-tor authored and gk-tpo committed Sep 18, 2015
  9. Bug #16005: Restrict WebGL minimal mode a bit.

    Georg found an old netbook with slightly lower values for some properties.
    mikeperry-tor authored and gk-tpo committed Sep 18, 2015
  10. Bug 16316: Fix New Tiles pref bustage.

    This allows us to set the newtiles pref to 'classic' mode for the default
    value.
    mikeperry-tor authored and gk-tpo committed Sep 18, 2015
  11. Bug #16005: Relax minimal mode.

    Use min values from a 2013 Moto E and a 2009 laptop with integrated graphics.
    mikeperry-tor authored and gk-tpo committed Sep 18, 2015
  12. Bug 16300: Isolate Broadcast Channels to first party.

    Note that when the privacy.thirdparty.isolate pref. is set to 1 or 2,
    we disable use of Broadcast Channels by SharedWorkers since we cannot
    obtain the isolation host.
    Kathy Brade authored and gk-tpo committed Sep 18, 2015
  13. Bug 16439: remove screencasting code.

    Screencasting is disabled in desktop browsers because
    browser.casting.enabled = false.  However, to avoid including
    code that could lead to proxy bypass, we exclude the related
    JS modules from Tor Browser.
    Kathy Brade authored and gk-tpo committed Sep 18, 2015
  14. Bug 16285: Disabling EME bits

    Disabling the EME related preferences is currently more a user interface/
    possible user irritation related thing: On Windows no GMPs are downloaded
    at all as the aus4 server does not know about our mingw-w64 build. And on
    Linux and OS X there is no EME CDM yet.
    arthuredelstein authored and gk-tpo committed Sep 18, 2015
  15. Bug 1057908 - GeckoMediaPluginService needs to be proxied from Conten…

    …t processes to parent process. Add nsServiceManagerUtils.h include to WMFDecoderModule.cpp.
    
    --HG--
    extra : rebase_source : 4285384ce5c38bd296ba065adf4f057c5e12dced
    petervanderbeken authored and gk-tpo committed Sep 18, 2015
  16. Bug 15910: Disable GMPs for now

    Until there are GMPs that can get built reproducible AND whose source
    code is inspectable we disable the underlying install and update
    mechanisms.
    
    We can't use OpenH264 and Adobe's CDM in Tor Browser anyway
    as the former is currently only used for WebRTC which we disable for
    content and the latter is neither available for Linux nor OS X and does
    not run on Windows as we can't compile the sandbox for it yet which is a
    hard requirement.
    gk-tpo committed Sep 18, 2015
  17. Bug 16351: Upgrade our toolchain (Binutils/GCC)

    Upgrading to GCC 5.1.0 is hitting an NSS version detection bug (see:
    https://bugzilla.mozilla.org/show_bug.cgi?id=1167200. This patch is the
    backport of Jacek's not yet landed one.
    gk-tpo committed Sep 18, 2015
  18. Bug 918827 - Remove caching for ftp connections. r=michal

    --HG--
    extra : amend_source : 2e31431e4227fdf3f88d31a8efa14aab8e793cd2
    
    This is actually bug 913827.
    ddragana authored and gk-tpo committed Sep 18, 2015
Older