gecko-dev/js/jsd
rginda%netscape.com 675a123ada bug 119865, crash exiting venkman, r=peterv, sr=brendan
use nsCOMPtr to avoid releasing a final reference via jsdScript::Invalidate()
2002-01-24 13:17:04 +00:00
..
classes
corba
idl bug 115695, rs=brendan, venkman only 2002-01-12 00:56:35 +00:00
java
javawrap
jsdb bug 117907, patch=joerg.schaible@gmx.de (J�rg Schaible), r=me 2002-01-04 19:24:14 +00:00
macbuild Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:10:45 +00:00
.cvsignore
jsd1640.def
jsd1640.rc Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd3240.rc Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_atom.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_high.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_hook.c bug 99601, add filter support to js/jsd, r=jband sr=brendan 2001-10-30 13:41:32 +00:00
jsd_java.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_lock.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_lock.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_obj.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_scpt.c bug 115695, rs=brendan, venkman only 2002-01-12 00:56:35 +00:00
jsd_stak.c bug 99601, add filter support to js/jsd, r=jband sr=brendan 2001-10-30 13:41:32 +00:00
jsd_step.c bug 99601, add filter support to js/jsd, r=jband sr=brendan 2001-10-30 13:41:32 +00:00
jsd_text.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_val.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_xpc.cpp bug 119865, crash exiting venkman, r=peterv, sr=brendan 2002-01-24 13:17:04 +00:00
jsd_xpc.h bug 115695, rs=brendan, venkman only 2002-01-12 00:56:35 +00:00
jsd.h bug 115695, rs=brendan, venkman only 2002-01-12 00:56:35 +00:00
jsd.mak
jsdebug.c bug 115695, rs=brendan, venkman only 2002-01-12 00:56:35 +00:00
jsdebug.h bug 115695, rs=brendan, venkman only 2002-01-12 00:56:35 +00:00
jsdshell.mak
jsdstubs.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
Makefile.in Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility. 2002-01-16 05:10:09 +00:00
makefile.win Rename 'install' build phase to 'libs'. 2001-11-21 09:49:41 +00:00
MANIFEST
mkshell.bat
README - not built - 2001-09-30 08:52:04 +00:00
resource.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00

js/jsd contains code for debugging support for the C-based JavaScript engine 
in js/src.  jsd_xpc.cpp provides an XPCOM binding for the library.

js/jsd/jsdb is a console debugger using only native code (see README in that 
directory.)  This debugger is no longer being actively developed, though it
should work.