gecko-dev/js/jsd
alecf%netscape.com d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
..
classes updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
corba updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
idl bug 99601, add filter support to js/jsd, r=jband sr=brendan 2001-10-30 13:41:32 +00:00
java updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
javawrap
jsdb -- not built -- 2001-04-14 18:57:00 +00:00
macbuild Checking in updated mac project file for Venkman (the JS Debugger) 2001-09-30 12:39:29 +00:00
.cvsignore
MANIFEST
Makefile.in bug 99601, add filter support to js/jsd, r=jband sr=brendan 2001-10-30 13:41:32 +00:00
README - not built - 2001-09-30 08:52:04 +00:00
jsd.h bug 99601, add filter support to js/jsd, r=jband sr=brendan 2001-10-30 13:41:32 +00:00
jsd.mak
jsd1640.def updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
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 Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +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 99601, add filter support to js/jsd, r=jband sr=brendan 2001-10-30 13:41:32 +00:00
jsd_xpc.h bug 99601, add filter support to js/jsd, r=jband sr=brendan 2001-10-30 13:41:32 +00:00
jsdebug.c bug 99601, add filter support to js/jsd, r=jband sr=brendan 2001-10-30 13:41:32 +00:00
jsdebug.h bug 99601, add filter support to js/jsd, r=jband sr=brendan 2001-10-30 13:41:32 +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.win win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
mkshell.bat
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

README

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.