gecko-dev/js/jsd
timeless%mozdev.org f80ba2953a Bug 325539 typo in mozilla/js/jsd/idl/jsdIDebuggerService.idl
r=silver
2007-01-07 10:50:23 +00:00
..
classes Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
corba Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
idl Bug 325539 typo in mozilla/js/jsd/idl/jsdIDebuggerService.idl 2007-01-07 10:50:23 +00:00
java
javawrap
jsdb
.cvsignore
Makefile.in Partial backout of bug 341919 to fix bustage caused by DOM_AGNOSTIC3_BRANCH landing. 2006-06-26 11:11:57 +00:00
README
jsd.h More nukage of private API usage. 2006-04-27 01:33:45 +00:00
jsd.mak
jsd.pkg
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.c
jsd_high.c Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan 2006-06-12 22:39:55 +00:00
jsd_hook.c
jsd_java.c
jsd_lock.c
jsd_lock.h
jsd_obj.c
jsd_scpt.c
jsd_stak.c Bug 343511 - Don't assert more than necessary. r=rginda 2006-07-20 15:25:32 +00:00
jsd_step.c
jsd_text.c
jsd_val.c Bug 342573 - "Fix accidental return value switch from bug 176182". r=mrbkap. 2006-06-23 22:29:51 +00:00
jsd_xpc.cpp Bug 341919 - Remove widget dependency from JSD. r=rginda sr=jst 2006-06-26 10:36:28 +00:00
jsd_xpc.h
jsdebug.c
jsdebug.h
jsdshell.mak
jsdstubs.c
mkshell.bat
resource.h

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.