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 // Microsoft Visual C++ generated resource script.
2 //
3 #include "resource.h"
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #include <windows.h>
11 #include "../common/version.h"
13 /////////////////////////////////////////////////////////////////////////////
14 #undef APSTUDIO_READONLY_SYMBOLS
16 /////////////////////////////////////////////////////////////////////////////
17 // English (U.S.) resources
19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
20 #ifdef _WIN32
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22 #pragma code_page(1252)
23 #endif //_WIN32
25 #ifdef APSTUDIO_INVOKED
26 /////////////////////////////////////////////////////////////////////////////
27 //
28 // TEXTINCLUDE
29 //
31 1 TEXTINCLUDE
32 BEGIN
33 "resource.h\0"
34 END
36 2 TEXTINCLUDE
37 BEGIN
38 "#include ""afxres.h""\r\n"
39 "#include ""../common/version.h""\0"
40 END
42 3 TEXTINCLUDE
43 BEGIN
44 "\r\n"
45 "\0"
46 END
48 #endif // APSTUDIO_INVOKED
51 /////////////////////////////////////////////////////////////////////////////
52 //
53 // Version
54 //
56 VS_VERSION_INFO VERSIONINFO
57 FILEVERSION MAJOR_VERSION,MINOR_VERSION,BUILD_VERSION,BUILD_REVISION
58 PRODUCTVERSION MAJOR_VERSION,MINOR_VERSION,BUILD_VERSION,BUILD_REVISION
59 FILEFLAGSMASK 0x17L
60 #ifdef _DEBUG
61 FILEFLAGS 0x1L
62 #else
63 FILEFLAGS 0x0L
64 #endif
65 FILEOS 0x4L
66 FILETYPE 0x2L
67 FILESUBTYPE 0x0L
68 BEGIN
69 BLOCK "StringFileInfo"
70 BEGIN
71 BLOCK "040904b0"
72 BEGIN
73 VALUE "FileDescription", "ANGLE libEGL Dynamic Link Library"
74 VALUE "FileVersion", VERSION_STRING
75 VALUE "InternalName", "libEGL"
76 VALUE "LegalCopyright", "Copyright (C) 2011 Google Inc."
77 VALUE "OriginalFilename", "libEGL.dll"
78 VALUE "PrivateBuild", VERSION_STRING
79 VALUE "ProductName", "ANGLE libEGL Dynamic Link Library"
80 VALUE "ProductVersion", VERSION_STRING
81 END
82 END
83 BLOCK "VarFileInfo"
84 BEGIN
85 VALUE "Translation", 0x409, 1200
86 END
87 END
89 #endif // English (U.S.) resources
90 /////////////////////////////////////////////////////////////////////////////
94 #ifndef APSTUDIO_INVOKED
95 /////////////////////////////////////////////////////////////////////////////
96 //
97 // Generated from the TEXTINCLUDE 3 resource.
98 //
101 /////////////////////////////////////////////////////////////////////////////
102 #endif // not APSTUDIO_INVOKED