Skip to content
Permalink
gn

Commits on Mar 30, 2017

  1. Build webrtc-linux with GN instead of GYP.

     * Bump webrtc to branch-heads/58
    
     * Also, bumps go-webrtc and snowflake to the latest.
    
     * Removes the need to re-run ninja for FakeAudioCaptureModule since
       "pc_test_utils" includes it.
    
     * Update to the new default bridge
    David Fifield authored and arlolra committed Mar 30, 2017

Commits on Mar 22, 2017

  1. Build gn in linux-webrtc.

    There is a prebuilt gn binary for linux64, but none for linux32, and
    anyway we prefer to build from source for reproducibility reasons.
    David Fifield authored and arlolra committed Mar 22, 2017

Commits on Mar 7, 2017

  1. Switch nightlies to 45.8.0esr

    gk-tpo committed Mar 7, 2017

Commits on Mar 3, 2017

  1. Release preparations for 7.0a2

    Version bumps, Changelog update, and update of config.yml
    gk-tpo committed Mar 3, 2017

Commits on Feb 23, 2017

Commits on Feb 6, 2017

Commits on Feb 4, 2017

  1. No CXX needed for tor

    gk-tpo committed Feb 4, 2017

Commits on Jan 30, 2017

  1. Bug 21326: Update the "Using a system-installed Tor" section.

    Adjust the comments to account for recent Torbutton changes.
    Kathy Brade authored and gk-tpo committed Jan 30, 2017

Commits on Jan 23, 2017

  1. Pick a up new tor tag

    gk-tpo committed Jan 23, 2017

Commits on Jan 19, 2017

  1. Add Bill's new key

    gk-tpo committed Jan 19, 2017

Commits on Jan 18, 2017

  1. Bug 20989: Browser sandbox profile is too restrictive on OSX 10.12.2

    Allow full read access to all files under /usr/lib.
    Allow full read access to /Library/Preferences/com.apple.ViewBridge.plist.
    Allow writes to TorBrowser-Data/Browser/profiles.ini (otherwise, a new
      browser profile is created each time the browser is opened).
    Kathy Brade authored and gk-tpo committed Jan 18, 2017

Commits on Jan 9, 2017

  1. Bug 20735: Inline fetch --dry-run to pass a revision to gclient sync

     * Recent upstream changes require manual intervention when doing the
       initial fetch, which we'd like to avoid.  For now, just sync as far
       as we need.
    arlolra authored and gk-tpo committed Jan 9, 2017

Commits on Jan 5, 2017

  1. Bug 20735: Add snowflake pt to alpha Linux builds

     * Snowflake depends on go-webrtc, which in turn depends on libwebrtc,
       which adds significantly to the build.  webrtc is special, having its
       own build system that brings in lots of Chromium dependencies.
    
     * Further, building cgo reproducibly requires go 1.7.3 and a compiler
       that supports the following flags,
    
         -gno-record-gcc-switches
         -fdebug-prefix-map=$WORK=/tmp/go-build
    David Fifield authored and gk-tpo committed Jan 5, 2017

Commits on Dec 19, 2016

  1. Bug 20297: Upgrade Go to 1.7.4.

    David Fifield authored and gk-tpo committed Dec 19, 2016

Commits on Dec 16, 2016

  1. Bug 20147: (re-)dzip.sh: various improvements

    - Don't ignore errors (except unzip exit status 1 or 2)
    - Quote $@ and $1
    - Work with absolute filenames and filenames starting with a dash
    - Pass many files per chmod invocation (much faster)
    - Pass $UNZIPOPTS, like $ZIPOPTS
    - Reuse dzip.sh in re-dzip.sh
    
    The (re)generated zip files are identical.
    Rusty Bird authored and gk-tpo committed Dec 16, 2016
  2. Remove webapprt/omni.ja rezipping

    After trying to apply the fix for #20147 it turns out that we had an
    error in the Firefox descriptor for Windows: the webapprt/omni.ja file
    does not exist. There is therefore no need to re-zip it in order to get
    a deterministic layout.
    
    The current script we use ignores this error while the new one proposed
    in #20147 is not so lenient anymore.
    gk-tpo committed Dec 16, 2016
Older