rginda%netscape.com
27f1158c90
fix uninitialized return value in jsd_IsStackFrameNative
2002-02-14 22:39:09 +00:00
pschwartau%netscape.com
cf200c945e
Adding a comment.
2002-02-14 20:42:44 +00:00
pschwartau%netscape.com
1558dcb700
Add skip for new RegExp performance test. Bug 125562 (Rhino), bug 85721 (SpiderMonkey).
2002-02-14 20:37:40 +00:00
rogerl%netscape.com
9176616495
Fixed expected output from case 1. (sr=pschwartau)
2002-02-14 19:21:13 +00:00
pschwartau%netscape.com
9f52495aaf
Correcting an error
2002-02-14 19:11:15 +00:00
pschwartau%netscape.com
68fab19f05
Initial add. Regression test for bug 85721.
2002-02-14 19:06:59 +00:00
rginda%netscape.com
605e3a0d2e
bug 124474, "add native frame support to jsd"
...
sr=shaver, r=jband
add JSD_IsStackFrameNative, IsStackFrameDebugger, and IsStackFrameConstructing
add similar attributes to jsdIStackFrame
tweak return values in jsds_FilterHook
don't include dummy stack frames in threadstates
bug 110387, "Crash on exiting venkman"
check to see if the debugger was turned off before going through with an unPause.
2002-02-14 07:57:30 +00:00
rginda%netscape.com
6564fd58e3
bug 124474, "JS_IsNativeFrame should return !fp->script"
...
also includes typo fix from bug 124474
sr=shaver, r=jband
2002-02-14 07:52:02 +00:00
brendan%mozilla.org
15ad22874d
Construct error objects to consolidate their default property setting; this entails adding JS_ConstructObjectWithArguments (123177, r=rginda, sr=shaver).
2002-02-14 07:25:34 +00:00
jband%netscape.com
43ed832482
add regression test for bug 125430. NOT PART OF THE BUILD
2002-02-14 06:01:54 +00:00
nboyd%atg.com
fd53ae729f
Add skips for new tests.
2002-02-14 02:05:38 +00:00
dbradley%netscape.com
65087c7eec
Bug 124251 - Fix for some DOMStrings leaking when using -mail. r=dbaron, sr=jst
2002-02-14 00:12:44 +00:00
nboyd%atg.com
1e805530da
Fix build problem in batik:
...
[javac] Compiling 1427 source files to /data/gump/xml-batik/classes
[javac] /data/gump/xml-batik/sources/org/apache/batik/script/rhino/EventTargetWrapper.java:81:
coerceType(java.lang.Class,java.lang.Object,boolean)
in org.mozilla.javascript.NativeJavaObject cannot be applied to
(java.lang.Class,java.lang.Object)
2002-02-13 03:07:31 +00:00
igor%mir2.org
60d1faddd2
Making final for performance reasons
2002-02-13 01:41:11 +00:00
rogerl%netscape.com
08b08f2d2c
Fixing bug #103351 - using undefined as RegExp value for String.replace.
...
r=khanson, sr=brendan
2002-02-12 19:12:42 +00:00
ccarlen%netscape.com
9285546c83
Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser
2002-02-12 15:41:41 +00:00
nboyd%atg.com
56b4c7639b
Add new Context method "toType" to convert to a specified Java type
2002-02-12 14:30:27 +00:00
nboyd%atg.com
3b7d591dab
Fix 124900
2002-02-12 14:29:30 +00:00
brendan%mozilla.org
220ffd5fbc
Hack special frame flags into fp when compiling under JS_Evaluate*InStackFrame, so useless expressions don't get optimized away (92087, r=rginda, sr=jband).
2002-02-12 07:44:48 +00:00
pschwartau%netscape.com
707d16f185
Initial add. Testing functions with duplicate formal parameter names.
2002-02-12 01:35:05 +00:00
pschwartau%netscape.com
26a03c6b5d
Added two new cases to the test.
2002-02-11 23:02:32 +00:00
pschwartau%netscape.com
b48480f087
Improving readability of summary.
2002-02-11 22:04:16 +00:00
pschwartau%netscape.com
3e819f0609
Fixing a typo.
2002-02-11 20:13:59 +00:00
pschwartau%netscape.com
c632c407e1
Initial add. Testing functions with duplicate formal parameter names.
2002-02-11 19:39:12 +00:00
igor%mir2.org
5da4f07e74
cosmetics: end-of-line whitespace removal
2002-02-11 01:33:23 +00:00
igor%mir2.org
e19dc64c61
tabs -> spaces
2002-02-11 00:02:14 +00:00
igor%mir2.org
f2b5c3ca6b
Avoid unnecessary calls to Context.getContext() by passing Context directly as an argument
2002-02-10 21:10:35 +00:00
igor%mir2.org
ae18854f6f
Always use try/finally to wrap Context.exit
2002-02-10 21:09:42 +00:00
brendan%mozilla.org
f55fa17330
Add exception object stack property, string valued; clean up NULL/VOID mixup, missing OOM test, etc. (123177, r=rginda, sr=shaver).
2002-02-09 06:28:58 +00:00
pschwartau%netscape.com
24bfd4186f
Added five new cases to test number values between uint32 upper-bound and long upper-bound.
2002-02-09 00:18:12 +00:00
brendan%mozilla.org
558ab58c83
Remove bad old regexp object locking across huge, deadlock-prone, so-not-critical sections (123930, r=rogerl, sr=jband&shaver).
2002-02-09 00:14:31 +00:00
brendan%mozilla.org
08f1da9ec7
Fix recently-uncovered ECMA violation: lastIndex must use double storage (124339, r=rogerl, sr=shaver).
2002-02-08 23:59:49 +00:00
pschwartau%netscape.com
fc321473a3
Improving readability.
2002-02-08 23:22:59 +00:00
pschwartau%netscape.com
119ec875f0
Improving readability.
2002-02-08 21:42:55 +00:00
brendan%mozilla.org
8e1d9bb9ca
Make regexp.lastIndex threadsafe by multiplexing it by thread-id in each r.e. (76717, r=rogerl, sr=shaver).
2002-02-08 02:46:03 +00:00
brendan%mozilla.org
1d6ebcfbea
Avoid all gc <> obj-lock deadlocks by letting the gc run lock-free, safe since all requests are suspended or ended when the gc runs (114712, r=shaver, sr=jband).
2002-02-08 01:55:30 +00:00
nboyd%atg.com
ef54ffb244
* Avoid creating a ClassNameHelper when turning caching off.
...
* When turning debug generation on, don't change opt level from -1 to 0.
2002-02-07 17:54:57 +00:00
rginda%netscape.com
72d9d63b4f
bug 121039, "Need a way to unwrap jsdIValues", r=jband, sr=jst
...
adds jsdIValue::getWrappedValue() and jsdIService::wrapValue() methods to provid
e js scripts a way to convert between jsdIValues and "real" js values.
Also includes fix to not call breakpoint hook while paused, and changes jsdIFilt
er::glob attribute to jsdIFilter::globalObject, to match jsdIContext::globalObject
2002-02-07 00:59:55 +00:00
brendan%mozilla.org
58d8f5d607
Quick followup to last checkin -- warning fixes (d'oh!)
2002-02-06 07:56:29 +00:00
brendan%mozilla.org
955c321423
Fix call and new expression parsenode beginning line number, where the arglist is on another line from the function or constructor, to avoid a bogus assertion in UPDATE_LINENO_NOTES, which is now replaced by better comments and an avoided gratuitous store to cg->currentLine (123371, r=rginda, sr=shaver).
2002-02-06 07:39:20 +00:00
brendan%mozilla.org
007549706e
Fix failure to check for JS_InitClass failure, reported by Eric Brueggemann <eric_brueggemann@yahoo.com>, r=shaver, sr=mozbot.
2002-02-06 07:01:37 +00:00
nboyd%atg.com
e6676e0b45
Have ClassNameHelper object be allocated lazily
2002-02-05 13:47:16 +00:00
nboyd%atg.com
204c42cfd6
Don't hold a static reference to a ClassLoader that will prevent JavaAdapter classes
...
from being unloaded.
2002-02-05 13:37:50 +00:00
jband%netscape.com
3f114e88cf
Add better support to xpconnect for converting between variants and arrays. bug 120881. r=dbradley sr=vidur. Trivial fix for case where we were hitting an assert at xpcom shutdown. bug 121536. r=dbradley rs=vidur.
2002-02-05 06:45:08 +00:00
jst%netscape.com
60d1308df5
Fixing bug 116834. Making element.innerHTML='...<script>...</script>...' not execute the script, this makes mozilla compatible with IE wrt innerHTML and execution of scripts. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
2002-02-05 05:53:56 +00:00
pschwartau%netscape.com
29ba61d5fe
Initial add. Regression test for bug 123437.
2002-02-05 01:44:52 +00:00
nboyd%atg.com
e93d36c2d5
Clean up formatting.
2002-02-04 18:58:03 +00:00
nboyd%atg.com
72599bbc98
Change version to 1.5R4pre.
2002-02-04 15:26:31 +00:00
jband%netscape.com
bba4a3eea4
unbust XPCONNECT_STANDALONE build. No change to default build. bug 121438. rs=jband.
2002-02-03 20:05:22 +00:00
pschwartau%netscape.com
377ad0431c
Initial add. Regression test for bug 123002.
2002-02-02 02:03:43 +00:00