js/jsd/jsd1640.def

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.

     1 ; -*- Mode: Fundamental; tab-width: 4; indent-tabs-mode: nil -*-
     2 ;
     3 ; This Source Code Form is subject to the terms of the Mozilla Public
     4 ; License, v. 2.0. If a copy of the MPL was not distributed with this
     5 ; file, You can obtain one at http://mozilla.org/MPL/2.0/.
     8 LIBRARY JSD1640.DLL
     9 EXETYPE WINDOWS
    10 PROTMODE
    12 DESCRIPTION 'Netscape 16-bit JavaScript Debugger Library'
    14 CODE    LOADONCALL MOVEABLE DISCARDABLE
    15 DATA	PRELOAD MOVEABLE SINGLE
    17 HEAPSIZE    8192
    19 EXPORTS
    20 	WEP															@1 RESIDENTNAME	NONAME
    21 	_JSD_AppendSourceText
    22 	_JSD_ClearAllExecutionHooks
    23 	_JSD_ClearAllExecutionHooksForScript
    24 	_JSD_ClearDebugBreakHook
    25 	_JSD_ClearExecutionHook
    26 	_JSD_ClearInterruptHook
    27 	_JSD_ClearSourceText
    28 	_JSD_DebuggerOff
    29 	_JSD_DebuggerOn
    30 	_JSD_EvaluateScriptInStackFrame
    31 	_JSD_FindSourceForURL
    32 	_JSD_GetCallingStackFrame
    33 	_JSD_GetClosestLine
    34 	_JSD_GetClosestPC
    35 	_JSD_GetCountOfStackFrames
    36 	_JSD_GetMajorVersion
    37 	_JSD_GetMinorVersion
    38 	_JSD_GetPCForStackFrame
    39 	_JSD_GetScriptBaseLineNumber
    40 	_JSD_GetScriptFilename
    41 	_JSD_GetScriptForStackFrame
    42 	_JSD_GetScriptFunctionId
    43 	_JSD_GetScriptHook
    44 	_JSD_GetScriptLineExtent
    45 	_JSD_GetSourceAlterCount
    46 	_JSD_GetSourceStatus
    47 	_JSD_GetSourceText
    48 	_JSD_GetSourceURL
    49 	_JSD_GetStackFrame
    50 	_JSD_IncrementSourceAlterCount
    51 	_JSD_IsSourceDirty
    52 	_JSD_IterateScripts
    53 	_JSD_IterateSources
    54 	_JSD_LockScriptSubsystem
    55 	_JSD_LockSourceTextSubsystem
    56 	_JSD_NewSourceText
    57 	_JSD_SetDebugBreakHook
    58 	_JSD_SetErrorReporter
    59 	_JSD_SetExecutionHook
    60 	_JSD_SetInterruptHook
    61 	_JSD_SetScriptHook
    62 	_JSD_SetSourceDirty
    63 	_JSD_SetUserCallbacks
    64 	_JSD_UnlockScriptSubsystem
    65 	_JSD_UnlockSourceTextSubsystem
    66 	_Java_netscape_jsdebug_DebugController__0005fsetController_stub
    67 	_Java_netscape_jsdebug_DebugController_executeScriptInStackFrame_stub
    68 	_Java_netscape_jsdebug_DebugController_sendInterrupt_stub
    69 	_Java_netscape_jsdebug_DebugController_setInstructionHook0_stub
    70 	_Java_netscape_jsdebug_JSPC_getSourceLocation_stub
    71 	_Java_netscape_jsdebug_JSSourceTextProvider_loadSourceTextItem_stub
    72 	_Java_netscape_jsdebug_JSSourceTextProvider_refreshSourceTextVector_stub
    73 	_Java_netscape_jsdebug_JSStackFrameInfo_getCaller0_stub
    74 	_Java_netscape_jsdebug_JSStackFrameInfo_getPC_stub
    75 	_Java_netscape_jsdebug_JSThreadState_countStackFrames_stub
    76 	_Java_netscape_jsdebug_JSThreadState_getCurrentFrame_stub
    77 	_Java_netscape_jsdebug_Script_getClosestPC_stub

mercurial