xulrunner/README.xulrunner

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 XULRunner is a package which can be used to run applications written in HTML
     2 or XUL. It can also be used to embed the gecko rendering engine into
     3 binary applications.
     5 XULRunner is not a product; it is a tool which can be used to create products.
     6 It is a byproduct of Firefox development and the Mozilla community does not
     7 have a strong commitment to support XULRunner development apart from Firefox
     8 development.
    10 For more information about using XULRunner or how to use this binary package,
    11 see the Mozilla Developer Center article:
    13 https://developer.mozilla.org/en/XULRunner

mercurial