python/mozboot/README.rst

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 mozboot - Bootstrap your system to build Mozilla projects
     2 =========================================================
     4 This package contains code used for bootstrapping a system to build
     5 mozilla-central.
     7 This code is not part of the build system per se. Instead, it is related
     8 to everything up to invoking the actual build system.
    10 If you have a copy of the source tree, you run:
    12     python bin/bootstrap.py
    14 If you don't have a copy of the source tree, you can run:
    16     curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py | python -
    18 The bootstrap script will download everything it needs from hg.mozilla.org
    19 automatically!

mercurial