Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Steve Fink
|
f960a24566
|
Bug 748937 - Switch JSD destroyScript signature from JSContext -> JSFreeOp. r=jorendorff
This is a warning fix only; JSD doesn't use the argument anyway.
|
2012-04-27 11:49:57 -07:00 |
|
David Mandelin
|
f0690b22d1
|
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
|
2012-02-28 15:11:11 -08:00 |
|
David Mandelin
|
0a4c9bd844
|
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
|
2012-02-24 14:19:52 -08:00 |
|
Ms2ger
|
20e82e6b3f
|
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
|
2012-01-11 09:23:05 +01:00 |
|
Jeff Walden
|
12e010ddeb
|
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
|
2011-12-08 22:54:10 -05:00 |
|
Brian Hackett
|
507d858355
|
Don't try to correlate scripts with functions in JSD interface, bug 707613. r=luke
|
2011-12-07 13:41:27 -08:00 |
|
Atul Aggarwal
|
7852d3b54e
|
Bug 678988 - "potential null pointer dereference in js/jsd/jsd_scpt.c" [r=sphink]
|
2011-08-28 07:48:00 -07:00 |
|
Steve Fink
|
448ee2fdce
|
Bug 638178 - Add jsdIScript.getExecutableLines for fast identification of breakable lines (r=timeless)
|
2011-03-03 10:11:54 -08:00 |
|
Steve Fink
|
79461945d5
|
Backout 8d39d7a5b85c
|
2011-05-24 16:53:07 -07:00 |
|
Steve Fink
|
10b6ac6647
|
Bug 638178 - Add jsdIScript.getExecutableLines for fast identification of breakable lines (r=timeless)
|
2011-03-03 10:11:54 -08:00 |
|
Steve Fink
|
a22a45a328
|
Bug 628758 - Various compartment and request fixes for JSD (r=luke)
|
2011-01-27 18:31:48 -08:00 |
|
Igor Bukanov
|
6170210542
|
bug 624880 - renaming JSD public API to reflect the signature change. r=timeless
|
2011-01-29 22:40:29 +01:00 |
|
Igor Bukanov
|
73f37d3ea6
|
Bug 619641 - making jsd to return "anonymous" for nameless functions, not an empty string, for compatibility with Firebug. r=adrake
|
2010-12-23 22:41:57 +01:00 |
|
Luke Wagner
|
3cb920c302
|
Bug 609440, part 3 - remove fallible public APIs, update mozilla (r=bent,jst,mrbkap,waldo,sdwilsh)
|
2010-12-03 00:24:17 -08:00 |
|
Steve Fink
|
dcaaf41d0f
|
Bug 610793 - Add a per-script enableSingleStepInterrupts() to JSD [r=dmandelin]
|
2010-11-16 15:18:35 -08:00 |
|
Igor Bukanov
|
c95d2bf7a1
|
Bug 612150 - Eliminating JS_GetFunctionName. r=mrbkap
|
2010-11-24 17:56:43 +01:00 |
|
|
|
9a44d1228a
|
Bug 615361 warning: cast from pointer to integer of different size in jsd
r=bz
|
2010-12-04 11:05:45 +01:00 |
|
Igor Bukanov
|
894784261e
|
bug 607292 - eliminating JS_GetStringBytes and friends. r=gal
|
2010-11-08 13:17:31 +01:00 |
|
Robert Sayre
|
b33c75529c
|
Bug 595243 - Expose debugMode to JSD. Relanding test bustage fixed up. r=gal.
|
2010-10-30 12:13:02 -04:00 |
|
Jeff Walden
|
d2ffe8c4fa
|
Backed out changeset 85feecf161fe (Career Limiting Move? <http://bonsai.mozilla.org/cvsquery.cgi?who=sspitzer%40netscape.com&whotype=regexp&date=explicit&mindate=2001-01-25+10%3A00&maxdate=2001-01-25+10%3A15>), seems to have turned mochitest-plain-4 orange.
|
2010-10-29 22:31:12 -07:00 |
|
Robert Sayre
|
4ecf143a8f
|
Bug 595243 - Expose debugMode to JSD. r=gal
|
2010-10-29 18:35:07 -04:00 |
|
David Anderson
|
e46d061bee
|
Remove JSOP_BEGIN and fix tracer integration issues (bug 603044, r=luke+dmandelin).
|
2010-10-15 11:36:56 -07:00 |
|
David Anderson
|
cea4edbdf9
|
Backed out changeset 2bdf648e7015
|
2010-10-15 15:21:51 -07:00 |
|
David Anderson
|
92940538af
|
Backed out changeset 1998fa240434
|
2010-10-15 14:13:59 -07:00 |
|
David Mandelin
|
c870caca5b
|
Bug 602003: add jsd API to query valid script begin and end PCs, r=sayrer,jjb
|
2010-10-06 11:23:14 -07:00 |
|
David Mandelin
|
1627e948ff
|
Backed out changeset af020f2b9293 due to x64 build bustage.
|
2010-10-07 17:03:01 -07:00 |
|
David Mandelin
|
59b6daa65c
|
Bug 602003: add jsd API to query valid script begin and end PCs, r=sayrer,jjb
|
2010-10-06 11:23:14 -07:00 |
|
Luke Wagner
|
bc4ed6a1da
|
Bug 562991 - Change JS_SetTrap closure argument type from void* to jsval (r=brendan)
|
2010-04-30 17:34:54 -07:00 |
|
Makoto Kato
|
b2820c2b9a
|
Bug 498862 - build error in script_alloc_ops on CodeWarrior for Symbian emulator. r=timeless
|
2009-06-18 18:12:56 +09:00 |
|
Blake Kaplan
|
2dc2497d7a
|
Bug 483847 - Remove bogo-assertion (and fix compilation warning). r=Waldo
|
2009-04-02 15:01:15 -07:00 |
|
Wladimir Palant
|
0c6e359e86
|
Bug 480765 - Scripts compiled before the debugger got activated cannot be debugged; r=timeless
|
2009-03-14 15:57:31 +01:00 |
|
Arpad Borsos
|
5c3d798db7
|
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
|
2008-09-07 00:21:43 +02:00 |
|
|
|
45f8ff384c
|
Bug 416293 unbalanced locking in jsd_SetExecutionHook r=crowder a=mtschrep
|
2008-02-09 20:16:54 -08:00 |
|
|
|
ebeb1c0f9a
|
Bug 336991 Useless null check of jsdscript in _destroyJSDScript r=gijs sr=bz a=dsicore
|
2007-12-23 15:47:36 -08:00 |
|
timeless@mozdev.org
|
838b56453f
|
Bug 266208 [@ js_PCToLineNumber] because of crash due to infinite recursion
r=rginda sr=brendan
|
2006-02-09 05:47:55 +00:00 |
|
timeless@mozdev.org
|
f07795d670
|
Bug 281137 Add profiling column for functions excluding other functions running
jsd part
patch by silver@warwickcompsoc.co.uk r=shaver sr=dmose a=bsmedberg
|
2005-08-02 15:53:59 +00:00 |
|
gerv@gerv.net
|
4ba0518141
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:01:16 +00:00 |
|
rginda@netscape.com
|
c11da0b0d9
|
part of bug 109652, "Venkman needs to profile" r=peterv,r=a=shaver
add profiling support.
|
2002-02-27 09:24:14 +00:00 |
|
rginda@netscape.com
|
3accb9e9ae
|
bug 115695, rs=brendan, venkman only
netive changes relating to pretty print support, includes...
* remove jsdIPC interface, replaced with ulong offsets from PC 0.
* add |pcmap| parameter to select between sourcetext/prettyprint linemaps (pcToLine, lineToPc, and isLineExecutable.)
* add |functionSource| property to jsdIScript.
* add |tag| to jsdIScript.
* fixed potential jsdIScript leaks.
|
2002-01-12 00:56:35 +00:00 |
|
gerv@gerv.net
|
58d409fba9
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
|
gerv@gerv.net
|
30a09f1d88
|
Oops.
|
2001-09-20 00:02:59 +00:00 |
|
scc@mozilla.org
|
a43c5e83a8
|
bug #98089: ripped new license
|
2001-09-19 22:39:41 +00:00 |
|
rginda@netscape.com
|
2b912c5119
|
- not built -
Convert JS_SetTrap closure to a jsval so it works like a GC thing.
|
2001-05-13 21:07:03 +00:00 |
|
rginda@netscape.com
|
e88d273fcf
|
- not built -
add private data to JSDScripts, fix unsigned vs signed warning
|
2001-04-20 03:45:39 +00:00 |
|
rginda@netscape.com
|
8447e760c9
|
-- not built --
unix make fixes
unix "missing initializer" warnings
|
2001-04-14 18:57:00 +00:00 |
|
dmose@mozilla.org
|
34fd2555cf
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
|
jband@netscape.com
|
98e0adb174
|
not part of mozilla build - merging from SpiderMonkey140_BRANCH
|
1998-11-05 08:57:24 +00:00 |
|
ltabb
|
c4cc52826a
|
Free the lizard
|
1998-03-28 02:44:41 +00:00 |
|