arthuredelstein / tor-browser Public
10281+2_check
Commits on Dec 9, 2016
Commits on Nov 22, 2016
-
Bug 20707: Avoid localization failure in about:preferences
This fixes problem with our 20244 patches in non-US-English locales. If those patches are uplifted, then Mozilla can localize the strings. In the meantime, this patch removes our localizable strings from privacy.xul altogether. Our torbutton code overlays localized strings anyway. (This patch should not be uplifted.)
Commits on Nov 18, 2016
-
fixup! Bug #4234: Use the Firefox Update Process for Tor Browser.
This fixes bug 20709.
Commits on Nov 13, 2016
-
fixup! fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitt…
…er; remove Amazon, eBay, bing DuckDuckGo should work as well by default with JavaScript disabled.
Commits on Nov 10, 2016
-
Revert "Bug 1245076 - Don't include mozalloc.h from the cstdlib wrapp…
…er. r=froydnj" This reverts commit b26ae51. Was needed for GCC 6.2.0 which we don't use.
-
Revert "Bug 1272647 - Exclude NameTable.cpp from unified compilation …
…because #include <cmath> in other source files causes gcc6 compilation failure. r=bas" This reverts commit 0be815c. Was needed for GCC 6.2.0 which we don't use.
-
Revert "Work around Mozilla's 1305396"
This reverts commit 446e044. Was needed for GCC 6.2.0 which we don't use.
-
-
fixup! Bug #4234: Use the Firefox Update Process for Tor Browser.
Modify the AddSymlink implementation to use absolute paths when creating symlinks. This fixes a compile error that was introduced due to the changes Mozilla made for https://bugzilla.mozilla.org/show_bug.cgi?id=1246972.
-
Bug 1311275 - use protocol service directly instead of NS_GetFileFrom…
…URLSpec; r=mayhemer MozReview-Commit-ID: 26ElbTXr6fI --HG-- extra : rebase_source : bad92dfad90b4cee8a850cdf29a85832f16f8149 This is a backport we need due to an assertion failure caused by a previous patch (see: #20304). Fixes bug 20490.
-
Bug 1273371, don't use the searchbar for this test, instead use a sep…
…arate textbox, r=gijs This and the previous two commits fix bug 20442 in our bug tracker.
-
Bug 1270277, HasDataMatchingFlavors should only return true for text/…
…unicode, r=snorp
-
Bug 1311044 - show error when connection to domain socket is failed; …
…r=bagder MozReview-Commit-ID: GtqKiMVwQyX --HG-- extra : rebase_source : 04e3b258f06e7d3e196c241c96aa3cc92ec334da
-
Bug 20304: SOCKS socket does not support spaces and other special cha…
…racters Correctly decode file URL paths before using for them in Unix domain socket paths. The upstream bug is https://bugzilla.mozilla.org/show_bug.cgi?id=1308275.
-
-
-
-
Bug 1272647 - Exclude NameTable.cpp from unified compilation because …
…#include <cmath> in other source files causes gcc6 compilation failure. r=bas
-
Bug 1245076 - Don't include mozalloc.h from the cstdlib wrapper. r=fr…
…oydnj Our STL wrappers do various different things, one of which is including mozalloc.h for infallible operator new. mozalloc.h includes stdlib.h, which, in libstdc++ >= 6 is now itself a wrapper around cstdlib, which circles back to our STL wrapper. But of the things our STL wrappers do, including mozalloc.h is not one that is necessary for cstdlib. So skip including mozalloc.h in our cstdlib wrapper. Additionally, some C++ sources (in media/mtransport) are including headers in an extern "C" block, which end up including stdlib.h, which ends up including cstdlib because really, this is all C++, and our wrapper pre-includes <new> for mozalloc.h, which fails because templates don't work inside extern "C". So, don't pre-include <new> when we're not including mozalloc.h.
-
Bug 1070710 - Use ViewRegion for window dragging. r=spohl
MozReview-Commit-ID: 5x2XHl20P6a --HG-- extra : histedit_source : 56b671bffe9e6cd497ade61ff9beed2e3bf98e14
-
Bug 1070710 - Use ViewRegion for vibrant areas in VibrancyManager. r=…
…spohl MozReview-Commit-ID: 5qVo59SV7QG --HG-- extra : histedit_source : 12980052172b2a858a52978fdd98dea28a9ea854
-
Bug 1070710 - Add mozilla::ViewRegion which assembles a LayoutDeviceI…
…ntRegion as NSViews. r=spohl MozReview-Commit-ID: RrVzLcv27T --HG-- extra : amend_source : d14dc262bf300a81feaf03954d5783ea1c7451cb extra : histedit_source : aa39b53c122a719a5181b5a41d5351bbdf04cbd8
-
Bug 1291543 - [1.1] Accept partial information from VBR headers. r=jya
This fixes our bug 20160.
-
Bug 1263334 - Check VBR header is valid before using it for duration …
…calculations. r=esawin MozReview-Commit-ID: KPrn5WeXUuF --HG-- extra : transplant_source : E%89%8Cs%1BG%28y%B82%3E%F8%CB%A8Q%B3%1F%EB%94%C2 This fixes our bug 20160.
-
Bug 1236639 - [1.2] Avoid division by zero in MP3Demuxer. r=gerald
This fixes our bug 20160.
-
-
Bug 17334: Spoof referrer when leaving a .onion domain
Note I also remove a superfluous and confusing line, `currentHost = referrerHost;`
-
Bug 17858: Cannot create incremental MARs for hardened builds.
Define HOST_CFLAGS, etc. to avoid compiling programs such as mbsdiff (which is part of mar-tools and is not distributed to end-users) with ASan.
-
Bug 19890: Disable installation of system addons
By setting the URL to "" we make sure that already installed system addons get deleted as well.
-
Bug 19273: Avoid JavaScript patching of the external app helper dialog.
Before launching an external application, broadcast an "external-app-requested" observer service notification to allow other modules, including extensions, a chance to cancel the launch.
-