Skip to content
Permalink
10281+2_check

Commits on Nov 22, 2016

  1. 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.)
    arthuredelstein authored and gk-tpo committed Nov 22, 2016

Commits on Nov 18, 2016

  1. fixup! Bug #4234: Use the Firefox Update Process for Tor Browser.

    This fixes bug 20709.
    gk-tpo committed Nov 18, 2016

Commits on Nov 13, 2016

  1. fixup! fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitt…

    …er; remove Amazon, eBay, bing
    
    DuckDuckGo should work as well by default with JavaScript disabled.
    gk-tpo committed Nov 13, 2016

Commits on Nov 10, 2016

  1. 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.
    gk-tpo committed Nov 10, 2016
  2. 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.
    gk-tpo committed Nov 10, 2016
  3. Revert "Work around Mozilla's 1305396"

    This reverts commit 446e044.
    
    Was needed for GCC 6.2.0 which we don't use.
    gk-tpo committed Nov 10, 2016
  4. 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.
    Kathy Brade authored and gk-tpo committed Nov 10, 2016
  5. 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.
    Liang-Heng Chen authored and gk-tpo committed Nov 10, 2016
  6. 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.
    Neil Deakin authored and gk-tpo committed Nov 10, 2016
  7. Bug 1270277, HasDataMatchingFlavors should only return true for text/…

    …unicode, r=snorp
    Neil Deakin authored and gk-tpo committed Nov 10, 2016
  8. Bug 1249522, when a file is present, only specify file type, r=smaug

    Neil Deakin authored and gk-tpo committed Nov 10, 2016
  9. Bug 1311044 - show error when connection to domain socket is failed; …

    …r=bagder
    
    MozReview-Commit-ID: GtqKiMVwQyX
    
    --HG--
    extra : rebase_source : 04e3b258f06e7d3e196c241c96aa3cc92ec334da
    Liang-Heng Chen authored and gk-tpo committed Nov 10, 2016
  10. 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.
    Kathy Brade authored and gk-tpo committed Nov 10, 2016
  11. Work around Mozilla's 1305396

    gk-tpo committed Nov 10, 2016
  12. Bug 1272647 - Exclude NameTable.cpp from unified compilation because …

    …#include <cmath> in other source files causes gcc6 compilation failure. r=bas
    jfkthame authored and gk-tpo committed Nov 10, 2016
  13. 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.
    glandium authored and gk-tpo committed Nov 10, 2016
  14. Bug 1070710 - Use ViewRegion for window dragging. r=spohl

    MozReview-Commit-ID: 5x2XHl20P6a
    
    --HG--
    extra : histedit_source : 56b671bffe9e6cd497ade61ff9beed2e3bf98e14
    mstange authored and gk-tpo committed Nov 10, 2016
  15. Bug 1070710 - Use ViewRegion for vibrant areas in VibrancyManager. r=…

    …spohl
    
    MozReview-Commit-ID: 5qVo59SV7QG
    
    --HG--
    extra : histedit_source : 12980052172b2a858a52978fdd98dea28a9ea854
    mstange authored and gk-tpo committed Nov 10, 2016
  16. 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
    mstange authored and gk-tpo committed Nov 10, 2016
  17. Bug 1291543 - [1.1] Accept partial information from VBR headers. r=jya

    This fixes our bug 20160.
    Eugen Sawin authored and gk-tpo committed Nov 10, 2016
  18. 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.
    buttercookie42 authored and gk-tpo committed Nov 10, 2016
  19. Bug 1236639 - [1.2] Avoid division by zero in MP3Demuxer. r=gerald

    This fixes our bug 20160.
    Eugen Sawin authored and gk-tpo committed Nov 10, 2016
  20. Bug 17334: Spoof referrer when leaving a .onion domain

    Note I also remove a superfluous and confusing line,
    `currentHost = referrerHost;`
    arthuredelstein authored and gk-tpo committed Nov 10, 2016
  21. 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.
    Kathy Brade authored and gk-tpo committed Nov 10, 2016
  22. Bug 19890: Disable installation of system addons

    By setting the URL to "" we make sure that already installed system
    addons get deleted as well.
    gk-tpo committed Nov 10, 2016
  23. 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.
    Kathy Brade authored and gk-tpo committed Nov 10, 2016
Older