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

6741 Коммитов

Автор SHA1 Сообщение Дата
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
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
brendan%mozilla.org 4bfcb89d50 Fix for regression from 288688's patch (288818, tachyonal r=shaver/sr=dbaron). 2005-04-03 07:56:54 +00:00
brendan%mozilla.org f47d1fa4a3 Followup to last patch: JS_free is null-safe. 2005-04-02 06:39:16 +00:00
bob%bclary.com b203ffe785 Regression test for bug 288688 2005-04-02 06:38:32 +00:00
brendan%mozilla.org 60314129a3 Fix property lookup so function::name can be found in a filtering predicate expression. 2005-04-02 06:37:45 +00:00
brendan%mozilla.org c57026ec04 Fix 8-year-old bug with lambda replace clobbering cx->regExpStatics (288688, r=shaver, sr=dbaron). 2005-04-02 02:48:16 +00:00
brendan%mozilla.org 0b45156a21 Fix unique attribute {uri, localName} bug (283972) and follow the spec on escaping > (264369). 2005-04-01 17:23:12 +00:00
timeless%mozdev.org ee7af6f699 Bug 288532 OOM crash [@ XPCConvert::JSErrorToXPCException]
r=dbradley sr=rbs
2005-04-01 04:36:44 +00:00
igor%mir2.org da975bcfa0 *** empty log message *** 2005-03-31 13:16:07 +00:00
bob%bclary.com 2b79db60f1 Add test cases for XML literals: comment, processing instruction. No bug, issue found by Martin Honnen 2005-03-30 14:56:03 +00:00
bsmedberg%covad.net 4e7256ad3f Bug 286450 - Make nsIScriptError.message display a formatted message with file/line information, for future logging purposes r=dbradley sr=bz 2005-03-30 11:34:59 +00:00
brendan%mozilla.org 0d87e318d8 Fix ancient misordering of addProperty before slot store (279289, r=shaver). 2005-03-29 19:24:33 +00:00
brendan%mozilla.org adf436987a Make js_GetScriptLineExtent JS_FRIEND_API for the js shell's sake. 2005-03-29 16:55:43 +00:00
brendan%mozilla.org acfbf271cb Fix EmitJump to AddSpanDep if in all necessary cases (155081, the small crash-fix patch). 2005-03-29 02:45:03 +00:00
brendan%mozilla.org 5330862d15 Fix bogus assertion reported a while ago (sorry, I forgot by whom). 2005-03-29 02:40:23 +00:00
brendan%mozilla.org 2ce3bc9c0d Add getslx for testing js_GetScriptLineExtent, and make GetTrapArgs work as ValueToScript does. 2005-03-29 02:39:01 +00:00
brendan%mozilla.org 03428adbbe - Fix longstanding goof in js_PushLocalRoot, where m (n % local-root-chunk)
was returned rather than n (the index of lrs->scopeMark).  I'm mortified.
- Followup fix to GC local rooting fix in ParseNodeToXML -- missed a few
  early returns from what used to be no-local-roots switch cases.
2005-03-29 01:40:30 +00:00
brendan%mozilla.org a55482b90a - Revert recent change to js_NewXMLSpecialObject API, it was based on me
misreading the spec.
- Improve XML constant folding by decompiling CDATA, comments, and PIs in
  non-constant XML literals -- those containing {embedded-expressions}.
- Fix GC local rooting in ParseNodeToXML, it was pretty broken.
2005-03-28 23:12:42 +00:00
brendan%mozilla.org a976083473 Back out recent attempts to fix 287107 and follow-on bugs; back to drawing board. 2005-03-28 08:25:30 +00:00
brendan%mozilla.org bc87e38439 Comment tweak. 2005-03-27 20:30:46 +00:00
brendan%mozilla.org 0120c22ebc Make top-level PIs and comments respect their XML.ignore* flags (246441 cont'd). 2005-03-27 20:18:51 +00:00
brendan%mozilla.org de47825124 Maintain XMLPI target and content as non-null -- if no content, use empty string (private communcation w/ bclary). 2005-03-27 16:08:42 +00:00
brendan%mozilla.org 89d3070223 Clear pending results after fetching 'em in XPCWrappedJSClass::CallMethod (287490, r=dbradley, sr=jst). 2005-03-24 23:37:47 +00:00
brendan%mozilla.org a64a9d93c1 Fix so JSNewResolveOp can define id in an unrelated object and return it (not needed now for 274784, may be useful later, good for js, r=shaver). 2005-03-24 22:28:09 +00:00
shaver%mozilla.org 9becf054e2 Bug 287441: add __LOCATION__ property so JS components can tell where they're
loaded from.  r=dbradley.
2005-03-24 18:24:09 +00:00
brendan%mozilla.org a48523b662 Unregress 1.73's breakage of NS_COMFALSE return from a JS method (287107, r=dbradley, sr=jst). 2005-03-23 02:39:47 +00:00
cbiesinger%web.de f6c5f13bb9 270224 create nsIPropertyBag2 for easier getting of values from a propertybag
r=shaver sr=darin
2005-03-22 18:16:53 +00:00
bob%bclary.com 3a1fc4546b Update Martin's email 2005-03-21 19:09:10 +00:00
brendan%mozilla.org 50b7b41cf9 Remove dead code pointed out by njaguar@gmail.com. 2005-03-20 05:00:15 +00:00
bob%bclary.com 4218d0f595 Add ability to run js/tests from browsers. Bug 263119 2005-03-18 19:09:59 +00:00
brendan%mozilla.org 56197d45f3 Kludge tracing code (DEBUG only) to cope with JSOP_FORELEM oddment (286216). 2005-03-15 22:22:45 +00:00
igor%mir2.org b62a161c65 Fixing bug 286251: removal of double call to initFunction which was spotted by Gilles Barnier <gilles.barnier@veritas.com>. 2005-03-15 17:13:02 +00:00
bob%bclary.com 7a651eaca7 modify to follow ecma3 specification. See bug 281606 2005-03-15 00:28:38 +00:00
bryner%brianryner.com a821ecc6cf Inline access to XPCWrappedNative's nsISupports pointer, with do_QueryWrappedNative nsCOMPtr helper (bug 285404). r=jst, sr=darin. 2005-03-10 00:39:28 +00:00
bob%bclary.com 1b89a28222 Update changed line number in function testRealError() 2005-03-09 20:23:55 +00:00
brendan%mozilla.org ae25f3cc23 Propagate special and compile-n-go flags from top frame when pushing a compiler frame, EXCEPT when pushing a frame for a function body -- there, propagate compile-n-go (285219, r=shaver). 2005-03-09 01:02:27 +00:00
brendan%mozilla.org 80cc46ef48 Back out last change, reopening bug 285219 (see bug 285244). 2005-03-08 22:35:30 +00:00
dmose%mozilla.org a153f8ebe8 Fix MinGW build bustage. Thanks to sharparrow1@yahoo.com for the patch. r=dbradley, sr=dmose. 2005-03-08 22:24:08 +00:00
brendan%mozilla.org 9802bc0ab5 Propagate special and compile-n-go flags from top frame when pushing a compiler frame (285219, r=shaver). 2005-03-08 06:23:10 +00:00
bob%bclary.com 4ffb4e1c8d tweak function arguments to match use. 2005-03-07 04:54:52 +00:00
bob%bclary.com 56359ef5a8 Initial add. Regression test for bug 155081, by ajschult@verizon.net 2005-03-07 04:48:08 +00:00
bob%bclary.com 1bd1eade04 Initial add. Test for __noSuchMethod__ handler, by brendan@mozilla.org 2005-03-07 04:43:16 +00:00
bob%bclary.com 08f5d32ba7 Initial add. Regression test for bug 273931, by brendan@mozilla.org 2005-03-07 04:39:49 +00:00
bob%bclary.com d8fd9ea457 Initial add. Regression test for bug 257751, by bugzilla@gemal.dk, jerfa@yahoo.com 2005-03-07 04:35:43 +00:00
bob%bclary.com 9fc990d1ac Initial add. Regression test for bug 255555, by jerfa@yahoo.com 2005-03-07 04:31:23 +00:00
bob%bclary.com 5a18505745 Initial add. Regression test for bug 260106, by liorean@gmail.com 2005-03-07 04:25:44 +00:00
bob%bclary.com b1669738e3 Initial add. Regress test for bug 283349, by igor@mir2.org 2005-03-07 04:20:59 +00:00
bob%bclary.com 77e48e3ed3 Initial add. Regression test for bug 280844, by igor@mir2.org 2005-03-07 02:55:17 +00:00
bob%bclary.com afe62315e1 Initial add. Regression test for bug 283972, by Martin.Honnen@arcor.de 2005-03-07 02:46:10 +00:00
brendan%mozilla.org 1d7fdf8411 When converting from list to hashtable in js_IndexAtom, arrange to preallocate the table's buckets array to the list length, and set table->nentries (buglet reported by tellme.com folks). 2005-03-04 18:23:58 +00:00
bob%bclary.com ff7c720248 Fix error where testcase did not test conversion of the object to a string. Note this does not accurately test the true problem of evaluating the object in the js shell 2005-03-04 06:24:16 +00:00
bob%bclary.com a91090fc40 Initial add. Regression test for bug 167328, by pschwartau@meer.net 2005-03-04 03:26:50 +00:00
bob%bclary.com e8b1da722d Initial add. Regression test for bug 155081, by ajschult@verizon.net 2005-03-04 00:17:19 +00:00
timeless%mozdev.org 6acd2a12ba Bug 284549 crash if nsIClassInfo.getInterfaces includes a null interface [@ HashIIDPtrKey]
r=shaver sr=shaver
2005-03-03 23:41:12 +00:00
bob%bclary.com 514fdb52bb Initial add. Regression test for bug 119719 2005-03-03 22:00:16 +00:00
bob%bclary.com 52c97d663e Initial add. Regression test for bug 58116 2005-03-03 21:25:31 +00:00
bob%bclary.com bc33efc364 Initial add. Regression test for bug 249211, by dcourtin@systemplus.fr 2005-03-03 18:59:05 +00:00
bob%bclary.com 55f9667cd4 Initial add. Regression test for bug 245148, by bebabo@swissonline.ch 2005-03-03 18:51:11 +00:00
bob%bclary.com 76537bb595 Initial add. Regression test for bug 281930, by jerfa@yahoo.com 2005-03-03 18:32:13 +00:00
bob%bclary.com e666fc56c9 Initial add. Regression test for bug 280769, by igor@mir2.org 2005-03-03 17:03:05 +00:00
bob%bclary.com 919fd14406 Update section 2 to handle changed Spidermonkey behavior. Bug 284123 2005-03-02 11:29:10 +00:00
bob%bclary.com ea083903ed Initial add. Regression test for bug 238945, by hhschwab@gmail.com 2005-03-01 22:16:28 +00:00
bob%bclary.com 9a83d6a5c4 fix error where status was used instead of summary 2005-03-01 18:58:08 +00:00
bob%bclary.com 5d62eabbf0 Separate testcases for 32K boundary in regexp bytecode jump offset and 64K boundary of [] offset in regexp search string. bug 280769 2005-03-01 17:08:17 +00:00
bob%bclary.com 6e032cdbbd Initial add. Regression testcases for bug 280769, by igor@mir2.org 2005-03-01 17:04:51 +00:00
bob%bclary.com a54bf61c9e Initial add. Regression test for bug 240577 2005-03-01 16:57:07 +00:00
bob%bclary.com 92bd1f8def remove redeclaration of variable N which hid argument. 2005-03-01 08:59:45 +00:00
bob%bclary.com 143e99dc98 Modify to include 3 sections for N=20000, 0xFFFF, 100000 2005-03-01 01:45:46 +00:00
bob%bclary.com 7feebf75e8 Initial add. Regression test for bug 280769, comment 12 by igor@mir2.org 2005-03-01 00:59:48 +00:00
bob%bclary.com ee8dd0b527 Initial add. Regression test for bug 254296, by kal_el1938@hotmail.com 2005-02-28 19:04:03 +00:00
igor%mir2.org c9b019c48a Patch from Attila Szegedi, szegedia@freemail.hu to address an issue with bug fix for bug 274467. From comment 24:
Patch for wrapping unchecked exceptions from Java method invocations

Recently we had a problem with a NPE occurring in a Java method - it wasn't
wrapped into WrappedException and subsequently we did not see the interpreter
script stack traces. This is because unchecked throwables aren't wrapped into
InvocationTargetException. I changed the relevant code in MemberBox.java to
wrap all exceptions (checked and unchecked) into WrappedException. BTW, this is
now consistent with how JavaMembers.get() and JavaMembers.put() work - they
also wrap all exceptions into WrappedException, not just
InvocationTargetException.
2005-02-28 12:39:04 +00:00
bob%bclary.com 02b4b8df17 Initial add. Regression test for bug 281606, by sukhisoul@yahoo.com 2005-02-28 12:27:37 +00:00
bob%bclary.com 7d8903c658 remove o instanceof o testcase, bug 281606 2005-02-28 12:10:37 +00:00
bob%bclary.com 682d0f7cf6 Initial add. Regression test for bug 261887, by osfo@home.se 2005-02-28 03:52:46 +00:00
bob%bclary.com 56eb7d08ef Initial add. Regression test for bug 261886, by osfo@home.se 2005-02-28 03:52:02 +00:00
mrbkap%gmail.com 4a98e6c61a bug 274888: Use the correct type for indexing into the input so that backtracking works when it is longer than 65535 characters. r=brendan 2005-02-27 18:32:57 +00:00
bob%bclary.com 246224ff53 Add Alexander Law as primary contributor 2005-02-27 15:30:28 +00:00
bob%bclary.com f68375559c Initial add. Regression test for bug 280769, by aldenfloyd@gmail.com 2005-02-26 23:55:30 +00:00
bob%bclary.com 42717d0581 Initial add. Regression test for bug 169559 2005-02-26 23:50:56 +00:00
bob%bclary.com 45d1db3555 Initial add. Regression test for bug 165201, by brendan@mozilla.org 2005-02-26 23:45:45 +00:00
bob%bclary.com 4ad675c930 Initial add. Regression test for bug 283477, by sjoerd@w3future.com 2005-02-26 21:39:32 +00:00
bob%bclary.com 27fb70bbf9 Initial add. Regression test for bug 274888, by sjoerd@w3future.com 2005-02-26 21:29:59 +00:00
brendan%mozilla.org 04aee5ffc8 Cosmetic tweak. 2005-02-26 18:29:00 +00:00
brendan%mozilla.org 9513c8157e Fix from Igor Bukanov <igor@mir2.org> for 283064 (r=me). 2005-02-26 18:28:14 +00:00
bob%bclary.com 140153aece Initial add. List of obsolete spidermonkey tests 2005-02-26 05:03:53 +00:00
bob%bclary.com 78f30a3ba0 Initial add. Regression test for bug 255245, by celsoaguiar@hotmail.com, brendan@mozilla.org 2005-02-26 04:59:58 +00:00
bob%bclary.com c09d0918cd Initial add. Regression test for bug 233483, by m-wada@japan.com 2005-02-26 04:48:48 +00:00
brendan%mozilla.org 6d3b81b8d1 Deal with undefined as well as empty namespace prefix in GetNamespace (283349, r=igor, sr=shaver). 2005-02-25 01:19:35 +00:00