b2g/config/mozconfigs/macosx64_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"
     2 . $topsrcdir/build/macosx/mozconfig.common
     4 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
     5 ac_add_options --enable-update-packaging
     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 #ac_add_options --with-macbundlename-prefix=Firefox
    18 # Treat warnings as errors in directories with FAIL_ON_WARNINGS.
    19 ac_add_options --enable-warnings-as-errors
    21 # B2G Stuff
    22 ac_add_options --enable-application=b2g
    23 ac_add_options --enable-debug-symbols
    24 . "$topsrcdir/build/mozconfig.cache"
    25 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
    27 GAIADIR=$topsrcdir/gaia
    29 # Build simulator xpi and phone tweaks for b2g-desktop
    30 FXOS_SIMULATOR=1
    32 . "$topsrcdir/b2g/config/mozconfigs/common.override"

mercurial