gecko-dev/js/jsd
darin%meer.net 8d65e087ae landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
..
classes
corba
idl bug 216112, "add ability to disable object tracking in jsd" 2003-08-14 22:49:09 +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
.cvsignore
Makefile.in Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
README - not built - 2001-09-30 08:52:04 +00:00
jsd.h bug 200591, "File Options > Don't Debug Eval/Timeouts isn't working", r=brendan 2003-04-18 20:12:11 +00:00
jsd.mak Purge XP_PC. 2003-04-03 22:42:02 +00:00
jsd.pkg Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
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 Bug 187529 jsd init's a jscontext and doesn't release it (caught by res->input leak) 2003-01-04 22:47:44 +00:00
jsd_hook.c bug 200591, "File Options > Don't Debug Eval/Timeouts isn't working", r=brendan 2003-04-18 20:12:11 +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 bug 216112, "add ability to disable object tracking in jsd" 2003-08-14 22:49:09 +00:00
jsd_scpt.c part of bug 109652, "Venkman needs to profile" r=peterv,r=a=shaver 2002-02-27 09:24:14 +00:00
jsd_stak.c fix tbox bustage. 2003-04-18 20:48:43 +00:00
jsd_step.c bug 216112, "add ability to disable object tracking in jsd" 2003-08-14 22:49:09 +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 bug 129519, "JS_GetPropertyDesc gives up too easily", r=jband, sr=shaver, a=bren 2002-03-16 01:58:36 +00:00
jsd_xpc.cpp landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
jsd_xpc.h Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 21:07:51 +00:00
jsdebug.c part of bug 109652, "Venkman needs to profile" r=peterv,r=a=shaver 2002-02-27 09:24:14 +00:00
jsdebug.h bug 216112, "add ability to disable object tracking in jsd" 2003-08-14 22:49:09 +00:00
jsdshell.mak Purge XP_PC. 2003-04-03 22:42:02 +00:00
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
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.