arthuredelstein / tor-browser Public
17207+2
Commits on Oct 29, 2015
Commits on Oct 13, 2015
-
fixup! TB4: Tor Browser's Firefox preference overrides.
Fixes bug 17220.
Commits on Sep 20, 2015
Commits on Sep 19, 2015
Commits on Sep 18, 2015
-
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.
-
Bug #16855: Allow blobs to be downloaded on first-party pages
This patch may be made obsolete by Tanvi's work: https://bugzilla.mozilla.org/show_bug.cgi?id=1198559#c15
-
Bug 1192120 - Fix warnings that show up when opening the downloads wi…
…ndow in private browsing mode; r=mconley
-
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
-
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.
-
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.
-
Revert "Bug #15502. Isolate blob URLs to first party; no blobURLs in …
…Web Workers" This reverts commit 7a8d11b.
-
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.
-
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.
-
Bug #16005: Restrict WebGL minimal mode a bit.
Georg found an old netbook with slightly lower values for some properties.
-
Bug 16316: Fix New Tiles pref bustage.
This allows us to set the newtiles pref to 'classic' mode for the default value.
-
-
-
Bug #16005: Relax minimal mode.
Use min values from a 2013 Moto E and a 2009 laptop with integrated graphics.
-
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.
-
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.
-
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.
-
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
-
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.
-
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.
-
Bug 918827 - Remove caching for ftp connections. r=michal
--HG-- extra : amend_source : 2e31431e4227fdf3f88d31a8efa14aab8e793cd2 This is actually bug 913827.