bob%bclary.com
|
d354f01f61
|
Regression test for bug 290656 by Andrew Schultz, bug 290656
|
2005-04-19 00:43:19 +00:00 |
bob%bclary.com
|
4382a25eaf
|
Do not crash when calling function with more than 32768 arguments by Erik Fabert, Bug 290575
|
2005-04-19 00:26:12 +00:00 |
bob%bclary.com
|
c183deded4
|
Additional test for ECMA 3 10.6.1 by Bryant Chen, Bug 290774
|
2005-04-19 00:12:21 +00:00 |
brendan%mozilla.org
|
fcd6866ce9
|
Don't delegate activation objects to Object.prototype (290774, r=shaver a=me).
|
2005-04-18 21:39:00 +00:00 |
bob%bclary.com
|
379c0b0fa4
|
Additional test from Martin Honnen, Bug 290715
|
2005-04-18 21:04:23 +00:00 |
bob%bclary.com
|
08b86585f6
|
Updated test from Brendan, bug 290488
|
2005-04-18 20:47:45 +00:00 |
bob%bclary.com
|
825c57b68b
|
Additional tests by Martin Honnen, Bug 290481
|
2005-04-18 20:02:20 +00:00 |
brendan%mozilla.org
|
6ca1a2be0d
|
Follow ECMA when .call is passed zero args (290488, r=shaver, a=me).
|
2005-04-17 20:15:32 +00:00 |
brendan%mozilla.org
|
20ba20b15b
|
Add it.bindMethod for testing of DOM and XPConnect bound methods.
|
2005-04-17 19:59:13 +00:00 |
shaver%mozilla.org
|
4fcbb1c1ae
|
Bug 290592: Add |forEach|, |indexOf|, |filter|, |map|, |some| and |every| to
Array.prototype, for greater Lispy righteousness. r+a=brendan.
|
2005-04-17 18:31:59 +00:00 |
brendan%mozilla.org
|
5cd746131a
|
Use 64-bit-friendly ptr/int macros.
|
2005-04-17 18:17:23 +00:00 |
brendan%mozilla.org
|
b84dfb39f1
|
Clamp fun->{nargs,nvars}, an old bug laid to rest (290575, r=shaver, a=me).
|
2005-04-17 16:01:28 +00:00 |
brendan%mozilla.org
|
5f668406fd
|
Fast followup to uninitialized ok blunder in last checkin.
|
2005-04-17 04:30:30 +00:00 |
brendan%mozilla.org
|
5e13bca28a
|
Finish implementing Descendants, handle the neglected XMLList case (290481, r/a=me).
|
2005-04-15 20:32:15 +00:00 |
brendan%mozilla.org
|
6204ed72ac
|
Fix empty-XMLList-literal basis case bug (290499, r/a=me).
|
2005-04-15 20:08:33 +00:00 |
bob%bclary.com
|
86cd3d8ce3
|
Regression test for bug 290499, by Martin Honnen
|
2005-04-15 18:29:53 +00:00 |
bob%bclary.com
|
e4fddb852b
|
Fix typo, thanks to Erik Fabert for pointing it out
|
2005-04-15 17:56:18 +00:00 |
bob%bclary.com
|
5e3c74fe1b
|
Function.prototype.call() for closures should default scope to the global object, bug 290488
|
2005-04-15 17:22:46 +00:00 |
brendan%mozilla.org
|
ff437dc535
|
Fix js_AllocStack to null new space (cheapest way to save last-ditch GC from scanning uninitialized stack space; 290476, r=shaver, a=me).
|
2005-04-15 16:01:20 +00:00 |
bob%bclary.com
|
b8e01fdd3b
|
Add regression test for bug 290056, by Martin Honnen
|
2005-04-13 18:44:22 +00:00 |
kairo%kairo.at
|
5bbe1ad37d
|
bug 289326 - hangs when clicking on "Satellite" link on Google maps (linux-ia64 only), patch by David Mosberger <davidm@hpl.hp.com> r=brendan sr=shaver a=asa
|
2005-04-13 12:47:20 +00:00 |
brendan%mozilla.org
|
4249ff3d6b
|
Fix bugs due to errata in ECMA-357 10.2.1, 13.4.4.35 and 13.4.4.36 (290056, r/a=me).
|
2005-04-12 22:42:57 +00:00 |
brendan%mozilla.org
|
ec575cd9d2
|
Defense in depth for eval on what should be an inaccessible scope (217195, r+sr=jst, a=chase).
|
2005-04-12 01:35:05 +00:00 |
jst%mozilla.jstenback.com
|
d7043fdb6b
|
Fixing bug 286629. Allow access to Components.lookupMethod() and .isSuccessCode() from untrusted script. r=dveditz@cruzio.com, sr=brendan@mozilla.org, a=chofmann@mozilla.org
|
2005-04-11 20:41:12 +00:00 |
bob%bclary.com
|
2982e862e7
|
revert stupid mistake
|
2005-04-11 17:49:45 +00:00 |
bob%bclary.com
|
e25c8b676d
|
/b(?=(b+))/.exec(baaabac) == null
|
2005-04-11 03:39:26 +00:00 |
bob%bclary.com
|
b75f7c3624
|
Generalize test to use regular expression to prevent false failure in rhino
|
2005-04-11 03:37:52 +00:00 |
bob%bclary.com
|
cb472f4afb
|
Catch exception if indirect eval calls are not allowed in the engine
|
2005-04-11 03:36:25 +00:00 |
bob%bclary.com
|
e15b03e6d0
|
Don't call gc() if it is not defined the the engine being tested
|
2005-04-11 03:35:19 +00:00 |
bob%bclary.com
|
54adfefe48
|
Change expected typeof new Script() to 'object', since it is not callable
|
2005-04-11 03:33:44 +00:00 |
bob%bclary.com
|
39c4c41fed
|
Escape >, bug 289634
|
2005-04-11 03:27:48 +00:00 |
bob%bclary.com
|
7ab1d9eb3a
|
spidermonkey version of the test
|
2005-04-11 03:15:54 +00:00 |
bob%bclary.com
|
89e5487c6e
|
Update character ranges, bug 289640
|
2005-04-11 02:24:04 +00:00 |
bob%bclary.com
|
26ca2bbb40
|
Add two test cases from Martin Honnen, bug 289706, bug 289790
|
2005-04-11 02:15:35 +00:00 |
brendan%mozilla.org
|
ce0f68ace9
|
Fix to late-night goof in xml_contains (289790, r/a=me).
|
2005-04-10 15:21:47 +00:00 |
brendan%mozilla.org
|
2805fe76d2
|
Fix incomplete/buggy Equals (278706, reporter=Martin.Honnen@arcor.de, r/a=me).
|
2005-04-09 17:59:21 +00:00 |
bob%bclary.com
|
0f9f044e25
|
add obsolete tests to spidermonkey's exclusion list, bug 289604
|
2005-04-08 20:19:21 +00:00 |
bob%bclary.com
|
b211db6b5c
|
add spidermonkey only tests to rhino's exclusion list, bug 289603
|
2005-04-08 20:08:57 +00:00 |
bob%bclary.com
|
970dadf149
|
remove anchors from jsDriver.pl output, bug 289600
|
2005-04-08 20:02:47 +00:00 |
brendan%mozilla.org
|
dbac83a323
|
Revert kludge, want a general fix.
|
2005-04-07 19:48:57 +00:00 |
brendan%mozilla.org
|
57b68eabe5
|
Stop evals and Script object calls/execs that cross trust domains (289074, r=shaver, sr=jst, a=drivers).
|
2005-04-07 02:22:24 +00:00 |
brendan%mozilla.org
|
517b250fd9
|
Fix SetFunctionSlot to cope with the second shawdowed arg or var (289094, r=shaver).
|
2005-04-05 23:10:43 +00:00 |
brendan%mozilla.org
|
c70649a04e
|
Don't bellow, below
|
2005-04-05 22:47:41 +00:00 |
bob%bclary.com
|
364190fdcf
|
Regress test for bug 289094, by Jonas Jonsson <mozilla.nospam@fatbrain.org>, Brendan Eich <brendan@mozilla.org>
|
2005-04-05 22:30:49 +00:00 |
bsmedberg%covad.net
|
34605abce4
|
Static build bustage from bug 288955 - MODULE_NAME is incompatible with FORCE_SHARED_LIB in static builds.
|
2005-04-05 18:26:06 +00:00 |
bsmedberg%covad.net
|
3ebcd593c5
|
Bug 288955 - move jsdebugger to tier 50, integrate with libxul r=darin
|
2005-04-05 16:34:09 +00:00 |
bob%bclary.com
|
da8332f7a2
|
Testcase for XML Descendants, by Martin Honnen <martin.honnen@gmx.de>
|
2005-04-05 15:22:58 +00:00 |
bsmedberg%covad.net
|
a38f42348d
|
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
|
2005-04-05 12:36:03 +00:00 |
brendan%mozilla.org
|
ef7120db92
|
JS_FRIEND_API for js_DumpGCStats (#ifdef JS_GCMETER only, not part of build).
|
2005-04-04 20:43:47 +00:00 |
bob%bclary.com
|
4bba88fd71
|
15.5.4.14 - String.prototype.split(/()/), by Karten Sperling <spiff@phreax.net
|
2005-04-04 15:51:25 +00:00 |