README.txt

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 An explanation of the Mozilla Source Code Directory Structure and links to
     2 project pages with documentation can be found at:
     4     https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure
     6 For information on how to build Mozilla from the source code, see:
     8     http://developer.mozilla.org/en/docs/Build_Documentation
    10 To have your bug fix / feature added to Mozilla, you should create a patch and
    11 submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:
    13     http://developer.mozilla.org/en/docs/Creating_a_patch
    14     http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree
    16 If you have a question about developing Mozilla, and can't find the solution
    17 on http://developer.mozilla.org, you can try asking your question in a
    18 mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
    19 are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]
    21 You can download nightly development builds from the Mozilla FTP server.
    22 Keep in mind that nightly builds, which are used by Mozilla developers for
    23 testing, may be buggy. Firefox nightlies, for example, can be found at:
    25     ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/
    26             - or -
    27     http://nightly.mozilla.org/

mercurial