js/jsd/jsd3240.rc

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.

michael@0 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
michael@0 2 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 5
michael@0 6
michael@0 7
michael@0 8 //Microsoft Developer Studio generated resource script.
michael@0 9 //
michael@0 10 #include "resource.h"
michael@0 11
michael@0 12 #define APSTUDIO_READONLY_SYMBOLS
michael@0 13 /////////////////////////////////////////////////////////////////////////////
michael@0 14 //
michael@0 15 // Generated from the TEXTINCLUDE 2 resource.
michael@0 16 //
michael@0 17 #include "winver.h"
michael@0 18
michael@0 19 /////////////////////////////////////////////////////////////////////////////
michael@0 20 #undef APSTUDIO_READONLY_SYMBOLS
michael@0 21
michael@0 22 /////////////////////////////////////////////////////////////////////////////
michael@0 23 //
michael@0 24 // Version
michael@0 25 //
michael@0 26
michael@0 27 VS_VERSION_INFO VERSIONINFO
michael@0 28 FILEVERSION 4,0,0,0
michael@0 29 PRODUCTVERSION 4,0,0,0
michael@0 30 FILEFLAGSMASK 0x3fL
michael@0 31 #ifdef _DEBUG
michael@0 32 FILEFLAGS 0x1L
michael@0 33 #else
michael@0 34 FILEFLAGS 0x0L
michael@0 35 #endif
michael@0 36 FILEOS 0x10004L
michael@0 37 FILETYPE 0x2L
michael@0 38 FILESUBTYPE 0x0L
michael@0 39 BEGIN
michael@0 40 BLOCK "StringFileInfo"
michael@0 41 BEGIN
michael@0 42 BLOCK "040904e4"
michael@0 43 BEGIN
michael@0 44 VALUE "CompanyName", "Netscape Communications Corporation\0"
michael@0 45 VALUE "FileDescription", "Netscape 32-bit JavaScript Debugger Module\0"
michael@0 46 VALUE "FileVersion", "4.0\0"
michael@0 47 VALUE "InternalName", "JSD3240\0"
michael@0 48 VALUE "LegalCopyright", "Copyright Netscape Communications. 1994-96\0"
michael@0 49 VALUE "LegalTrademarks", "Netscape, Mozilla\0"
michael@0 50 VALUE "OriginalFilename", "jsd3240.dll\0"
michael@0 51 VALUE "ProductName", "NETSCAPE\0"
michael@0 52 VALUE "ProductVersion", "4.0\0"
michael@0 53 END
michael@0 54 END
michael@0 55 BLOCK "VarFileInfo"
michael@0 56 BEGIN
michael@0 57 VALUE "Translation", 0x409, 1252
michael@0 58 END
michael@0 59 END
michael@0 60
michael@0 61 #ifdef APSTUDIO_INVOKED
michael@0 62 /////////////////////////////////////////////////////////////////////////////
michael@0 63 //
michael@0 64 // TEXTINCLUDE
michael@0 65 //
michael@0 66
michael@0 67 1 TEXTINCLUDE DISCARDABLE
michael@0 68 BEGIN
michael@0 69 "resource.h\0"
michael@0 70 END
michael@0 71
michael@0 72 2 TEXTINCLUDE DISCARDABLE
michael@0 73 BEGIN
michael@0 74 "#include ""winver.h""\r\n"
michael@0 75 "\0"
michael@0 76 END
michael@0 77
michael@0 78 3 TEXTINCLUDE DISCARDABLE
michael@0 79 BEGIN
michael@0 80 "\r\n"
michael@0 81 "\0"
michael@0 82 END
michael@0 83
michael@0 84 #endif // APSTUDIO_INVOKED
michael@0 85
michael@0 86 /////////////////////////////////////////////////////////////////////////////

mercurial