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.
michael@0 | 1 | . "$topsrcdir/b2g/config/mozconfigs/common" |
michael@0 | 2 | |
michael@0 | 3 | mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-b2g |
michael@0 | 4 | |
michael@0 | 5 | ac_add_options --enable-application=b2g |
michael@0 | 6 | ac_add_options --enable-b2g-camera |
michael@0 | 7 | ac_add_options --enable-updater |
michael@0 | 8 | |
michael@0 | 9 | ac_add_options --target=arm-linux-androideabi |
michael@0 | 10 | ac_add_options --with-gonk="$topsrcdir/gonk-toolchain" |
michael@0 | 11 | export TOOLCHAIN_HOST=linux-x86 |
michael@0 | 12 | export GONK_PRODUCT=generic |
michael@0 | 13 | ac_add_options --with-gonk-toolchain-prefix="$topsrcdir/gonk-toolchain/prebuilt/$TOOLCHAIN_HOST/toolchain/arm-linux-androideabi-4.4.x/bin/arm-linux-androideabi-" |
michael@0 | 14 | ac_add_options --disable-elf-hack |
michael@0 | 15 | ac_add_options --enable-debug-symbols |
michael@0 | 16 | # ac_add_options --enable-profiling |
michael@0 | 17 | #. "$topsrcdir/build/mozconfig.cache" |
michael@0 | 18 | ENABLE_MARIONETTE=1 |
michael@0 | 19 | |
michael@0 | 20 | # Enable dump() from JS. |
michael@0 | 21 | export CXXFLAGS="-DMOZ_ENABLE_JS_DUMP -include $topsrcdir/gonk-toolchain/gonk-misc/Unicode.h -include $topsrcdir/gonk-toolchain/system/vold/ResponseCode.h" |
michael@0 | 22 | |
michael@0 | 23 | . "$topsrcdir/b2g/config/mozconfigs/common.override" |