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 | ============ |
michael@0 | 2 | Build System |
michael@0 | 3 | ============ |
michael@0 | 4 | |
michael@0 | 5 | Important Concepts |
michael@0 | 6 | ================== |
michael@0 | 7 | .. toctree:: |
michael@0 | 8 | :maxdepth: 1 |
michael@0 | 9 | |
michael@0 | 10 | glossary |
michael@0 | 11 | build-overview |
michael@0 | 12 | supported-configurations |
michael@0 | 13 | Mozconfig Files <mozconfigs> |
michael@0 | 14 | mozbuild-files |
michael@0 | 15 | mozbuild-symbols |
michael@0 | 16 | Profile Guided Optimization <pgo> |
michael@0 | 17 | slow |
michael@0 | 18 | environment-variables |
michael@0 | 19 | build-targets |
michael@0 | 20 | python |
michael@0 | 21 | test_manifests |
michael@0 | 22 | mozinfo |
michael@0 | 23 | preprocessor |
michael@0 | 24 | jar-manifests |
michael@0 | 25 | |
michael@0 | 26 | integrated development environment (IDE) |
michael@0 | 27 | ======================================== |
michael@0 | 28 | .. toctree:: |
michael@0 | 29 | :maxdepth: 1 |
michael@0 | 30 | |
michael@0 | 31 | androideclipse |
michael@0 | 32 | cppeclipse |
michael@0 | 33 | visualstudio |
michael@0 | 34 | |
michael@0 | 35 | mozbuild |
michael@0 | 36 | ======== |
michael@0 | 37 | |
michael@0 | 38 | mozbuild is a Python package containing a lot of the code for the |
michael@0 | 39 | Mozilla build system. |
michael@0 | 40 | |
michael@0 | 41 | .. toctree:: |
michael@0 | 42 | :maxdepth: 1 |
michael@0 | 43 | |
michael@0 | 44 | mozbuild/index |
michael@0 | 45 | mozbuild/dumbmake |