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.
2 Mozilla ChangeLog file for zlib
4 Mozilla.org changes:
5 - 17 June 2004
6 Sync'd with 1.2.1 release
7 see bug #226733
9 - 17 June 2004
10 Add mozzconf.h
12 - 17 June 2004
13 Turn off ZLIB_DLL to fix static build bustage
15 - 24 June 2004
16 do not prototype strerror for VMS in zutil.h
18 - 25 June 2004
19 define NO_vsnprintf for VMS in zutil.h
21 - 21 September 2004
22 applied patch for DoS vulnerabililty in inflate.c
23 see bug #258009
25 - 02 November 2004
26 Sync'ed with 1.2.2 release
27 (keeping '#include "mozzconf.h"' in zconf.h)
28 Our patches of 24, 25 June and 21 Sept are now in the zlib
29 distribution.
30 See bug #248644
32 - 24 July 2005
33 Sync'ed with 1.2.3 release
34 (keeping '#include "mozzconf.h"' in zconf.h)
35 See bugs #299445 and #300349
37 - 24 July 2005
38 Added treatment of HAVE_VISIBILITY_PRAGMA in mozzconf.h
40 - 24 July 2005
41 Updated zlib.def with new symbols in zlib version 1.2.3
43 - 13 September 2009
44 Don't enable zlib's debug output when the Mozilla build is in debug mode (bug 431950)
46 - 18 September 2010
47 Sync'ed with 1.2.5 release
48 (keeping '#include "mozzconf.h"' in zconf.h)
49 See bug #573137
51 - 8 February 2012
52 Sync'ed with 1.2.6 release
53 (keeping '#include "mozzconf.h"' in zconf.h)
54 See bug #722391
56 - 4 May 2012
57 Sync'ed with 1.2.7 release
58 (keeping '#include "mozzconf.h"' in zconf.h)
59 See bug #751697
61 - 9 May 2013
62 Sync'ed with 1.2.8 release
63 (keeping '#include "mozzconf.h"' in zconf.h)
64 See bug #866964