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