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"
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
7 ac_add_options --enable-debug
9 # Nightlies only since this has a cost in performance
10 ac_add_options --enable-js-diagnostics
12 # Needed to enable breakpad in application.ini
13 export MOZILLA_OFFICIAL=1
15 export MOZ_TELEMETRY_REPORTING=1
17 if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
18 . $topsrcdir/build/win32/mozconfig.vs2010-win64
19 else
20 . $topsrcdir/build/win32/mozconfig.vs2010
21 fi
23 # B2G Options
24 ac_add_options --enable-application=b2g
25 ENABLE_MARIONETTE=1
27 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
29 GAIADIR=$topsrcdir/gaia
31 . "$topsrcdir/b2g/config/mozconfigs/common.override"