b2g/config/mozconfigs/win32_gecko/nightly

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 . "$topsrcdir/b2g/config/mozconfigs/common"
     3 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
     4 ac_add_options --enable-update-packaging
     5 ac_add_options --enable-jemalloc
     6 ac_add_options --enable-signmar
     8 # Nightlies only since this has a cost in performance
     9 ac_add_options --enable-js-diagnostics
    11 # Needed to enable breakpad in application.ini
    12 export MOZILLA_OFFICIAL=1
    14 export MOZ_TELEMETRY_REPORTING=1
    16 if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
    17   . $topsrcdir/build/win32/mozconfig.vs2010-win64
    18 else
    19   . $topsrcdir/build/win32/mozconfig.vs2010
    20 fi
    22 # B2G Options
    23 ac_add_options --enable-application=b2g
    24 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
    26 GAIADIR=$topsrcdir/gaia
    28 # Build simulator xpi and phone tweaks for b2g-desktop
    29 FXOS_SIMULATOR=1
    31 . "$topsrcdir/b2g/config/mozconfigs/common.override"

mercurial