Граф коммитов

6741 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org d3cfe0a98b One more followup fix: __defineProperty__ should probably be global. 2005-06-12 18:45:53 +00:00
brendan%mozilla.org 8ce567567e Followup to last checkin to delete constructor from Activation.prototype. 2005-06-12 18:28:33 +00:00
brendan%mozilla.org 0012321c21 Mirror fix for bug 290774 from SpiderMonkey to Narcissus. 2005-06-12 16:08:21 +00:00
brendan%mozilla.org b7b9a35bd5 Better fix for 296397 (r=shaver, sr=jst). 2005-06-11 01:33:44 +00:00
bob%bclary.com dd5b172740 remove keyword tests from spidermonkey-n.tests, add options('strict', 'werror') to force exceptions. 2005-06-10 05:22:15 +00:00
brendan%mozilla.org ac081d05f9 Remove JSPROP_ENUMERATE from function args/vars hidden property attributes (followup for 293782). 2005-06-09 23:45:54 +00:00
brendan%mozilla.org 7cacacf414 Check access when accessing function and regexp __proto__, etc. (296397, r=shaver, a=me). 2005-06-09 01:02:36 +00:00
brendan%mozilla.org 23ed3dd111 Followup fix for 255555 (r=mrbkap, a=me). 2005-06-08 18:08:53 +00:00
mrbkap%gmail.com 87a6415a5e bug 255555: undefined and missing values are passed to Array.sort()'s comparison function. r+a=brendan 2005-06-08 16:38:38 +00:00
bob%bclary.com 2fe1a18b36 XML.setNamespace() should affect in-scope namespaces, per brendan. No bug, not part of build. 2005-06-08 05:03:12 +00:00
bob%bclary.com e8dbee5d27 remove extra newline which breaks mklistpage.pl, no bug, not part of build 2005-06-08 04:57:33 +00:00
bob%bclary.com 608b68522b add invalid test e4x/Regress/regress-278112.js to spidermonkey-n.tests, rhino-n.tests 2005-06-08 04:39:06 +00:00
bob%bclary.com 01a274e399 test is testing for a crash. catch exception to prevent erroneous failure, no bug, not part of build. 2005-06-08 03:12:49 +00:00
bob%bclary.com 8c06b27d4c rename function to eliminate possible collisions, no bug, not part of build 2005-06-08 03:03:13 +00:00
bob%bclary.com fc262f68be increase global/local ratio to 2.5 to reduce noise, no bug, not part of build 2005-06-08 03:01:30 +00:00
bob%bclary.com 0a16c71eb0 e4x 10.2.1.js XML.toXMLString test coverage, bug 297025 2005-06-08 02:54:39 +00:00
bob%bclary.com 10ef72f21a e4x 10.1.2.js xmllist.toString test coverage, bug 297024 2005-06-08 02:45:15 +00:00
bob%bclary.com 30f1026449 e4x 10.1.1.js xml.toString test coverage, bug 297018 2005-06-08 02:23:01 +00:00
brendan%mozilla.org 5f76fd552e Fix bugs 296772 and 262948 (r=shaver, sr=jst, a=me). 2005-06-08 02:13:10 +00:00
bob%bclary.com 4fd9cb5530 mklistpage.pl - exclude tests in spidermonkey-n.tests from menu.html, bug 296978 2005-06-08 01:05:34 +00:00
mrbkap%gmail.com c2553b4dfa bug 294195: Remove an old dependence on null-terminated strings in favor of an end-pointer to fix a crash trying to interpret regexp dollar backrefs. r+a=brendan 2005-06-07 22:16:48 +00:00
bob%bclary.com e21aeb477a Add newline after modeline, no bug, not part of the build 2005-06-07 19:54:01 +00:00
brendan%mozilla.org dd66686ab6 Update comment to track tricky AVL tree reference. 2005-06-07 16:22:58 +00:00
jst%mozilla.jstenback.com c22744cdd3 Fixing tinderbox orangeness (Thunderbird) and bug 296467. Get the function object off of the stack frame through fp->argv[-2] and not through fp->fun->object as the latter may be null if the function on the frame is a clone and the real function object no longer exists. reviews and approval pending. 2005-06-03 04:16:14 +00:00
jst%mozilla.jstenback.com 6b9590cac8 Fixing bug 294795. Don't leave references from cloned member functions to the scope where xpconnect creates the functions (safe context). r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=brendan@mozilla.org 2005-06-02 21:33:18 +00:00
shaver%mozilla.org 3f1770c2b7 Bug 296006: correctly handle the re-locking of shallow GCThings. r+a=brendan 2005-06-02 12:17:51 +00:00
bzbarsky%mit.edu bbd38864c2 Log creation of XPCNativeWrapper and XPCWrappedNative objects if
DEBUG_XPCNativeWrapper is defined.  Bug 295435, r+sr=jst, a=shaver.
2005-06-01 19:26:24 +00:00
timeless%mozdev.org 36419b53d9 Bug 295636 OOM Crash [@ Init]
r=jst sr=jst a=shaver
2005-06-01 18:36:25 +00:00
bzbarsky%mit.edu de25a79074 Fix toString on the XPCNativeWrapper prototype to return something sane instead
of crashing.  Bug 295430, r+sr=jst, a=shaver
2005-06-01 15:20:29 +00:00
cls%seawood.org 90fcdb00a0 Use dashes instead of backslashes for program options to avoid msys shell expansion.
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
2005-06-01 14:28:35 +00:00
bzbarsky%mit.edu 50ff79e209 Separate out deep-ness and auto-unwrapping of native wrappers (base the latter
on whether the wrapper is explicit).  Bug 295782, r+sr+a=brendan
2005-06-01 01:46:01 +00:00
bzbarsky%mit.edu 461744f884 Don't return XPCNativeWrappers from an nsIXPConnect::WrapNative call. Bug
295152, r+sr=jst, a=brendan
2005-06-01 01:21:23 +00:00
brendan%mozilla.org ac89cb0198 Fix gcPoke management to cope with nesty destroy-context order (296119, r=shaver, a=me). 2005-06-01 01:16:06 +00:00
jst%mozilla.jstenback.com 70890dce44 Fixing crash introduced with my earlier changes for bug 294893. Make nw and wn finalizers order independent. r+sr=bzbarsky@mit.edu, a=drivers 2005-05-26 21:35:27 +00:00
jst%mozilla.jstenback.com a81b370e90 More fixes for bug 294893. When a XPCWrappedNative's scope is cleared, make sure we clear the scope for all of its XPCNativeWrappers as well. r+sr=bzbarsky@mit.edu, a=drivers 2005-05-26 19:30:36 +00:00
bzbarsky%mit.edu a68e2d534e Better version of last patch -- don't pin the atoms, and clean up nicely when
they're finalized so as not to crash.  Bug 294893, assumed future r=brendan,
a=drivers
2005-05-26 17:21:29 +00:00
bzbarsky%mit.edu 495c01f9c8 Backing out to fix orange till I can sort it out. 2005-05-26 14:41:34 +00:00
bzbarsky%mit.edu 732a318bfe Don't pin object atoms, since those can entrain all sorts of other stuff. Bug
294893 some more, r=brendan, sr=jst, a=brendan
2005-05-26 13:27:57 +00:00
brendan%mozilla.org 6fdd65d11d Fix null deref crash on s.match.apply (295052, r=shaver). 2005-05-25 23:28:00 +00:00
jst%mozilla.jstenback.com a12a67e400 More fixes for leak bug 294893. Make sure to clear the scope of the native wrapper when a wrapped native's scope is cleared. r+sr=bzbarsky@mit.edu, a=drivers 2005-05-25 03:40:24 +00:00
jst%mozilla.jstenback.com 679306af53 More attempts at fixing leak bug 294893 by fixing up parenting of XPCNativeWrapper objects, and fixing problem with accessing a deleted wrapper in some cases. r+sr=bzbarsky@mit.edu, a=asa@mozilla.org 2005-05-24 20:05:43 +00:00
jst%mozilla.jstenback.com 762423d761 Fixing (hopefully) leak bug 294893. Don't mark mNativeWrapper when an XPCWrappedNative is marked, let XPCNativeWrapper's die when all script references to them are gone even if their XPCWrappedNative is still referenced. r/sr/a=asa@mozilla.org (will get real reviews once people are reachable). 2005-05-24 06:42:30 +00:00
bzbarsky%mit.edu 3456bb0fa9 Fix deep-wrapping to reuse existing wrappers if it can. Bug 295301, r+sr=jst,
a=asa
2005-05-24 05:11:20 +00:00
timeless%mozdev.org 7e3c34656b Bug 293992 printf passed user controlled buffer
r=shaver sr=bz a=asa
2005-05-23 21:00:06 +00:00
jst%mozilla.jstenback.com b732bd9de4 More fixes for bug 295101. Don't leave *pob2 dangling (caught by bz). r+sr=bzbarsky@mit.edu, a=brendan@mozilla.org (on irc) 2005-05-23 16:59:29 +00:00
bzbarsky%mit.edu 239b86a89a Check in jst's patch to auto-mark our new objects before we do things that
might trigger gc.  Bug 295101 partial patch, r+sr=bzbarsky/brendan, a=brendan
2005-05-23 14:14:45 +00:00
brendan%mozilla.org 8d11e72c0e Bypass XPCNativeWrapper's delProperty hook (295122, r+sr=jst). 2005-05-23 05:58:05 +00:00
bzbarsky%mit.edu 55bdaeb6a4 Stop forwarding addProperty to the wrapped native. That's not the right thing
to do in general (since we use OBJ_DEFINE_PROPERTY in this case in resolve
anyway), and it breaks some things.  Bug 295122, r/sr=jst/brendan, a=brendan
2005-05-22 20:48:00 +00:00
brendan%mozilla.org fe8d068db1 Fix UMR regression introduced in 3.110 (295116, tachyonal r=shaver). 2005-05-22 18:25:08 +00:00
bob%bclary.com 45099f2bc5 Add testcase for bug 295052, by David James. Do not crash on String.prototype.match.apply 2005-05-21 21:28:43 +00:00
brendan%mozilla.org 1b3f9fa8ee Fix 294957 for good. 2005-05-21 17:35:16 +00:00
brendan%mozilla.org ac6c6c55fd Fix from bz for glitch in last checkin. 2005-05-21 14:55:54 +00:00
brendan%mozilla.org dc516e2d5f Fix stale comment added in last rev. 2005-05-21 06:32:12 +00:00
brendan%mozilla.org 931fdb098f Fix adblock and many other non-system chrome users of sytem-chrome xbl (294960, r+sr=bz). 2005-05-21 06:24:08 +00:00
brendan%mozilla.org 2d8d326848 Argh, I made JS_IsSystemObject return a bogo-boolean -- thanks to bz for catching this. 2005-05-21 05:52:20 +00:00
brendan%mozilla.org 3c1d4852bc Fix frames[0] case where DOM doesn't use an item method (294960, r+sr=bz). 2005-05-20 21:46:24 +00:00
brendan%mozilla.org 01554c0578 Fix 294957, fallout from the 281988 landing (r+sr=bz). 2005-05-20 20:06:22 +00:00
bzbarsky%mit.edu fc7844f174 Flag our private as ISUPPORTS so object principals, etc, become happy. Bug
281988 ongoing, r+sr+a=brendan.
2005-05-20 19:00:14 +00:00
brendan%mozilla.org 39161400fd Followup for 281988, r+sr=bz, to make deep XPCNativeWrapper __parent__ mirror wrapped-native parent linkage. 2005-05-20 18:51:57 +00:00
bzbarsky%mit.edu 50a41f5d6b Make sure to not use an XPCNativeWrapper as the parent for an
XPCWrappedNative.  Get its underlying XPCWrappedNative and use that instead.
Bug 281988 fun continues, r+sr+a=brendan
2005-05-20 17:35:11 +00:00
bzbarsky%mit.edu 194ef290a9 Make GetScopeOfObject() know about XPCNativeWrapper and get the scope of the
underlying XPCWrappedNative.  Bug 281988, r+sr+a=brendan
2005-05-20 05:09:56 +00:00
bzbarsky%mit.edu 195fa43291 Fixing build bustage. Thanks to swalker for the heads-up 2005-05-20 04:47:28 +00:00
brendan%mozilla.org fa453c7bb5 Big patch from jst and me to beef up and automate, configurably, XPCNativeWrapper (281988, r+sr=bz/shaver, a=drivers). 2005-05-20 03:12:22 +00:00
brendan%mozilla.org e1232f3586 Unregress __noSuchMethod__ for 1.8b2. 2005-05-17 20:01:28 +00:00
brendan%mozilla.org 4c3b59e700 Another 293782 followup, to restore lost perf in call_enumerate (called from js_PutCallObject, imp. for closure perf). 2005-05-17 17:44:57 +00:00
brendan%mozilla.org 7ffa58fd06 Comment tweak. 2005-05-17 03:00:49 +00:00
brendan%mozilla.org 0c140d8e32 Remove harmless but not-ready-for-prime-time stuff that tagged along with the last checkin. 2005-05-17 02:57:26 +00:00
brendan%mozilla.org cac435081a Duh. 2005-05-17 02:41:04 +00:00
brendan%mozilla.org e01142365d Followup patch for bug 293782 etc., to unregress 137000 (r/a=shaver). 2005-05-17 01:06:35 +00:00
brendan%mozilla.org 1f9e2c08a1 Fast followup to last checkin (bug 293782) to unregress 238881. 2005-05-15 22:38:12 +00:00
brendan%mozilla.org e4a43a7f5e Hide function arg/var properties, to hide pre-ECMA design decision that horks ECMA-conformance and sanity in multiple cases (293782 and its deps, r+a=shaver). 2005-05-15 18:24:31 +00:00
bob%bclary.com fb6c0cc527 Function arguments, variables should be hidden as Function properties, test by Jonathan Watt 2005-05-15 17:26:52 +00:00
bob%bclary.com 2afcc5cbe7 Test crash during String.replace when accessing String methods on backreferences 2005-05-15 17:04:00 +00:00
bob%bclary.com b7b59bd98e Test crash bug 294191, testcase by shutdown@ayassi.zzn.com 2005-05-15 16:38:46 +00:00
brendan%mozilla.org 86928e3adc Fix another scripts+runtime survive a zero-context condition bug reported by MikeM@RetekSolutions.com. 2005-05-13 17:47:04 +00:00
brendan%mozilla.org 35a36a660b Flag Script-object compilation so it deoptimizes fully (291213, r=shaver, a=me). 2005-05-12 19:34:13 +00:00
timeless%mozdev.org 1b02355110 Bug 293846 NS_IMETHODIMP nsJSRuntimeServiceImpl::GetBackstagePass returns nsnull on failure
r=shaver sr=shaver a=shaver
2005-05-12 03:55:41 +00:00
shaver%mozilla.org 851ecc32a8 Bug 293546: No way to do "a instanceof b" using the Spidermonkey API.
r+sr+a=brendan.
2005-05-10 19:53:44 +00:00
db48x%yahoo.com dab092cce6 bug 291861: XPCDispInterface.cpp fails to compile with Microsoft Visual Studio 2005 Beta 2
patch by Stephen Walker <sdwalker@myrealbox.com>, r=shaver, a=shaver
2005-05-07 06:12:54 +00:00
timeless%mozdev.org f9f2477f8e Bug 292397 JS_VERSION 130 doesn't build
r=brendan a=asa
2005-05-06 21:44:32 +00:00
timeless%mozdev.org 88c05eaeff Bug 292400 JS_VERSION 148 doesn't build
r=brendan a=asa
2005-05-06 21:42:39 +00:00
timeless%mozdev.org 1b270c6efa Bug 292398 JS_VERSION 140 doesn't build
r=brendan a=asa
2005-05-06 21:25:45 +00:00
bob%bclary.com b05070119d undeclaring namespace should cause parse error, bug 292863 by Martin Honnen 2005-05-06 01:16:23 +00:00
bob%bclary.com f94eaf5172 for-in statements should not invoke valueOf method, bug 292731, by Bryant Chen 2005-05-06 01:05:18 +00:00
bob%bclary.com dc097970b9 js1_5/Array/array-002.js Array extras is spidermonkey only, bug 290592 2005-05-05 19:46:02 +00:00
bob%bclary.com abe94e2220 Testcases for Array extras, bug 290592 2005-05-05 19:38:24 +00:00
shaver%mozilla.org 15fe62e5b4 Bug 291494: add Date.prototype.toLocaleFormat for better control over
localized Date formatting, as well as access to things like
            week-number and Julian dates. r+a=brendan.
2005-05-05 16:08:23 +00:00
timeless%mozdev.org c919d1fb9d Bug 292949 crash [@ js_SetClassPrototype] because proto isn't rooted in js_InitExceptionClasses across call to js_DefineFunction
r=brendan a=brendan
2005-05-05 05:40:22 +00:00
timeless%mozdev.org 526d515483 Bug 292556 JS_NewRuntime doesn't handle failure from js_SetupLocks
r=shaver a=shaver
2005-05-05 05:31:27 +00:00
brendan%mozilla.org 8ca7b2bdc2 Allow var redeclaration within a compilation unit (as is already allowed across compilation units; 291868, r=shaver a=me). 2005-05-05 01:43:52 +00:00
brendan%mozilla.org 28b1c8cc4d Fix so last-ditch GC doesn't collect script filenames (291312, r=shaver, a=me). 2005-05-05 00:47:50 +00:00
brendan%mozilla.org 403f448dbc Find active native function principals when walking the JS stack, and beef up eval-ish native safeguards (281988, r=shaver/caillon, sr=jst, a=drivers). 2005-05-04 06:28:36 +00:00
shaver%mozilla.org 94288f4091 Bug 290252: array extras: add lastIndexOf, add fromIndex to indexOf, fix
behaviour of operations on an empty array, shine shoes.
            r+a=brendan.
2005-05-04 02:43:13 +00:00
timeless%mozdev.org 942ba20c4a R:\mozilla\js\src>cl -FoWINNT5.1_DBG.OBJ/ -c /MD /Od /Z7 -D_X86_=1 -DXP_WIN -DXP_WIN32 -DWIN32 -D_WINDOWS -D_WIN32 /nologo /W3 /FpWINNT5.1_DBG.OBJ/js.pch -DDEBUG -DDEBUG_timeless -DJS_VERSION=140 /Op -DEXPORT_JS_API jsinterp.c jsinterp.c
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLPI' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLOBJECT' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLCOMMENT' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLCDATA' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_QNAMEPART' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_QNAMECONST' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_GETMETHOD' was undefined
2005-04-29 20:35:19 +00:00
dougt%meer.net 373d7db1ba Windows CE build changes. This addresses most of the outstanding Windows
CE compilation issues.

This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript.  This change is based on bug 242518.  See comment 36.

This patch also removes the unused enum in transformiix .  See bug
292118.

r/sr = dveditz/shaver
b    = 291229
a    = asa
2005-04-29 13:33:49 +00:00
bob%bclary.com 7e1bcd003f Add regression test for bug 234389, by Alex Vincent 2005-04-29 03:33:45 +00:00
bob%bclary.com 07471ffaa7 for-each-in should not affect outer for-in statements, bug 292020, test by jmsachs@gmail.com 2005-04-27 19:48:02 +00:00
timeless%mozdev.org 5133a93bbb Bug 281489 js.mak contains no rules for jsxml.*
patch by nallen@acm.org r=brendan
2005-04-27 13:42:46 +00:00
brendan%mozilla.org 51ff1215df Clear foreach flag when running off the prototype chain of the object being enumerated (292020, r/a=me, thanks to jmsachs@gmail.com for the report). 2005-04-26 22:42:53 +00:00
brendan%mozilla.org 518c62afc8 Add JS_Get[UC]*PropertyAttrsGetterAndSetter for fast-back bug (274784, r/a=me). 2005-04-26 04:11:59 +00:00
bsmedberg%covad.net 2f6222b35b Bug 290995 - Add Components.reportError() (allow JS exception handlers to report errors to the JS console but then continue about their business) r+sr=shaver a=brendan 2005-04-25 18:45:11 +00:00
brendan%mozilla.org ca78fd8700 Improve error reporting for too many array initialisers (276289, r/a=me). 2005-04-23 06:10:25 +00:00
brendan%mozilla.org ca6ebfbcf0 Allow up to 2^23 literals in a script (155081, r=shaver, a=me). 2005-04-23 02:14:20 +00:00
brendan%mozilla.org 489e632cd4 Check in timeless's patch to protect against last-ditch GCs under JS_InitClass (291439, r/a=me). 2005-04-23 00:07:35 +00:00
timeless%mozdev.org 9dc347d575 fix GC_MARK_DEBUG for !JS_HAS_XML_SUPPORT 2005-04-22 23:53:40 +00:00
igor%mir2.org 709027347a Fixing String.replace(re, function) where function doing regexps on its own would alter regexp data used by the regexp itself. 2005-04-22 15:28:19 +00:00
mconnor%steelgryphon.com 3c661e39a4 land jst's fix for bug 289675, r=bz/dveditz, sr=brendan, a=chase 2005-04-21 21:05:10 +00:00
brendan%mozilla.org 6c32a93708 Patch from Bob Clary <moz@bclary.com> to fix ancient iloop inherited from java.util.Date (273292, r/a=me). 2005-04-21 05:04:44 +00:00
bob%bclary.com b96f398bfc 15.9.3.2 new Date(value), bug 273292 2005-04-20 21:44:34 +00:00
bob%bclary.com c0502545fb Fix crashMe2 testcase to check for SyntaxError instead of just not crashing 2005-04-20 16:34:20 +00:00
brendan%mozilla.org 1d0ba90465 Checking in patch from James Ross <silver@warwickcompsoc.co.uk (257751, r/a=me). 2005-04-19 21:44:23 +00:00
brendan%mozilla.org dda2b82917 Limit args passed via Function ctor (290575, r/a=me). 2005-04-19 21:06:26 +00:00
bob%bclary.com f8b5b21ea0 Add new testcase for bug 290575, by Erik Fabert 2005-04-19 20:44:06 +00:00
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