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.
1 #include<winver.h>
4 /////////////////////////////////////////////////////////////////////////////
5 //
6 // Version
7 //
9 VS_VERSION_INFO VERSIONINFO
10 FILEVERSION 1,0,0,0
11 PRODUCTVERSION 1,0,0,0
12 FILEFLAGSMASK 0x3fL
13 #ifdef _DEBUG
14 FILEFLAGS 0x1L
15 #else
16 FILEFLAGS 0x0L
17 #endif
18 FILEOS VOS__WINDOWS32
19 FILETYPE VFT_DLL
20 FILESUBTYPE 0x0L
21 BEGIN
22 BLOCK "StringFileInfo"
23 BEGIN
24 BLOCK "040904e4"
25 BEGIN
26 VALUE "CompanyName", "mozilla.org"
27 VALUE "FileDescription", L"Second plug-in for testing purposes."
28 VALUE "FileExtents", "ts2"
29 VALUE "FileOpenName", "Second test type"
30 VALUE "FileVersion", "1.0"
31 VALUE "InternalName", "npsecondtest"
32 VALUE "MIMEType", "application/x-Second-Test"
33 VALUE "OriginalFilename", "npsecondtest.dll"
34 VALUE "ProductName", "Second Test Plug-in"
35 VALUE "ProductVersion", "1.0"
36 END
37 END
38 BLOCK "VarFileInfo"
39 BEGIN
40 VALUE "Translation", 0x409, 1252
41 END
42 END