Sat, 03 Jan 2015 20:18:00 +0100
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 ac_add_options --enable-debug
25 ac_add_options --with-ccache
26 ENABLE_MARIONETTE=1
28 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
30 GAIADIR=$topsrcdir/gaia
32 . "$topsrcdir/b2g/config/mozconfigs/common.override"