gecko/js/jsd
2011-10-17 10:59:28 -04:00
..
idl Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg 2011-08-06 22:03:32 -07:00
test Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only 2011-08-12 12:21:44 -04:00
jsd1640.def bug 624880 - renaming JSD public API to reflect the signature change. r=timeless 2011-01-29 22:40:29 +01:00
jsd1640.rc
jsd3240.rc
jsd_atom.c Bug 615361 warning: cast from pointer to integer of different size in jsd 2010-12-04 11:05:45 +01:00
jsd_high.c Bug 613457 - clean up string interfaces (r=njn) 2011-03-14 13:59:53 -07:00
jsd_hook.c
jsd_java.c bug 624880 - renaming JSD public API to reflect the signature change. r=timeless 2011-01-29 22:40:29 +01:00
jsd_lock.c
jsd_lock.h
jsd_obj.c Bug 630939 - JSD type error fetching construction function name (r=timeless) 2011-02-01 12:44:41 -08:00
jsd_scpt.c Bug 678988 - "potential null pointer dereference in js/jsd/jsd_scpt.c" [r=sphink] 2011-08-28 07:48:00 -07:00
jsd_stak.c bug 624880 - renaming JSD public API to reflect the signature change. r=timeless 2011-01-29 22:40:29 +01:00
jsd_step.c Bug 470791 - Remove all users of the long-obsolete JSLL_* macros. r=jimb 2011-06-09 01:13:03 -07:00
jsd_text.c Bug 586731 jsd_NewSourceText leaks new_url_string ifndef LIVEWIRE 2011-03-28 16:49:16 -04:00
jsd_val.c Remove jsobj.h from installed headers, bug 690943. r=luke 2011-10-04 07:06:54 -07:00
jsd_xpc.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
jsd_xpc.h Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
jsd.h Bug 586731 jsd_NewSourceText leaks new_url_string ifndef LIVEWIRE 2011-03-28 16:49:16 -04:00
jsdebug.c Backout 8d39d7a5b85c 2011-05-24 16:53:07 -07:00
jsdebug.h Bug 586731 jsd_NewSourceText leaks new_url_string ifndef LIVEWIRE 2011-03-28 16:49:16 -04:00
jsdstubs.c
Makefile.in Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted 2011-06-12 03:49:00 -04:00
mkshell.bat
README
resource.h

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.