gecko/js/jsd
Nicholas Nethercote 3f5d413d90 Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke.
--HG--
rename : js/src/jsdbgapi.h => js/public/OldDebugAPI.h
rename : js/src/jsdbgapi.cpp => js/src/vm/OldDebugAPI.cpp
extra : rebase_source : 9cd65a698e726c43d88d650f40823367bf98feae
2013-08-26 19:05:20 -07:00
..
idl Bug 902332 - Replace JS_{FALSE,TRUE} with {false,true} almost everywhere. r=luke,bz. 2013-08-06 23:59:54 -07:00
test Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
jsd1640.def Bug 880697 - Remove JSD_GetDefaultJSContext and fix callers. r=gabor 2013-06-12 14:17:55 -07:00
jsd1640.rc
jsd3240.rc
jsd_atom.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_high.cpp Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
jsd_hook.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_java.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_lock.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_lock.h Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_obj.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_scpt.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_stak.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_step.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_text.cpp Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
jsd_val.cpp Bug 908483 - Fix some exact rooting hazards in jsd; r=jonco 2013-08-22 15:43:47 -07:00
jsd_xpc.cpp Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke. 2013-08-26 19:05:20 -07:00
jsd_xpc.h Bug 884061 - Part 3n: Use NS_DECL_THREADSAFE_ISUPPORTS in js/, r=bholley 2013-07-18 21:23:32 -05:00
jsd.h Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke. 2013-08-26 19:05:20 -07:00
jsdebug.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsdebug.h Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke. 2013-08-26 19:05:20 -07:00
jsdstubs.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jshash.cpp Bug 898263 (part 15) - Remove jsutil.h from EXPORTS. r=jorendorff. 2013-07-26 00:57:03 -07:00
jshash.h Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
Makefile.in Bug 883284 - Part d: Move LIBXUL_LIBRARY into moz.build (f-j); r=bsmedberg 2013-08-22 08:56:00 +02:00
mkshell.bat
moz.build Bug 883284 - Part d: Move LIBXUL_LIBRARY into moz.build (f-j); r=bsmedberg 2013-08-22 08:56:00 +02:00
README
resource.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07: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.