igor%mir2.org
bdb00e047c
When printing parse tree for debugging, include node number with target printout
2005-06-24 10:43:44 +00:00
igor%mir2.org
13233ef373
Optimezer-only token are moved back to Token for simpler debugging.
2005-06-24 09:40:09 +00:00
igor%mir2.org
d073a92808
Patch from Attila Szegedi <szegedia@freemail.hu> based on the suggestion from Grzegorz Lukasik <hauserx@gmail.com> to fix bug 292324 "ArrayIndexOutOfBoundsException while compiling a script".
2005-06-24 09:10:52 +00:00
igor%mir2.org
64b4cfb128
Patch from Michael Scott <mscott@ti.com>, Texas Instruments:
...
> I work in a group that re-packages the Rhino Debugger as part of a set
> of "C"/JavaScript-based configuration tools for developing embedded
> software. We have had a long-standing problem with setting
> breakOnException, breakOnEnter, and breakOnReturn flags within the debug
> engine and not having them in sync with the gui debug menu checkboxes. I
> have fixed this for our use and have attached the updated Main.java
> file. The change simply sets the checkbox selected state along with the
> dim flags.
2005-06-24 08:57:38 +00:00
mrbkap%gmail.com
966ac14026
bug 111816: Function.prototype.toString returns extra newlines. Moving the newlines into Decompile to preserve the output of new Script().toString(). r=shaver sr+a=brendan
2005-06-23 16:30:25 +00:00
timeless%mozdev.org
a35050a495
Bug 280234 [FIX]sometimes get ###!!! ASSERTION: tearoff not empty in dtor: '!(GetInterface()||GetNative()||GetJSObject())'
...
patch by bz r=dbradley sr=brendan a=brendan
2005-06-23 08:46:49 +00:00
dougt%meer.net
bb996c225a
Removing CheckStackGrowthDirection. bug 242518. r=brendan, a=brendan
2005-06-21 21:51:17 +00:00
brendan%mozilla.org
3b5174c57b
Use runtime-wide access check hook as a default per-object (296397, r=shaver, sr=jst, a=drivers).
2005-06-21 21:31:26 +00:00
mrbkap%gmail.com
83e97bb062
bug 173067: Fix unterminated character class error messages to use flat (single byte) strings instead of wide ones, so that the whole class is output, and not just the first character. r+a=brendan
2005-06-20 23:43:56 +00:00
mrbkap%gmail.com
d3e58ac1b9
Remove tabs introduced by my checkin for bug 287630. rs+a=brendan
2005-06-20 19:07:30 +00:00
brendan%mozilla.org
87cc0aac8c
Fast followup to last patch: use 2, not 1.5, as base for exponential growth (note ida->length >= 8, so no need to JS_MAX here).
2005-06-19 15:53:31 +00:00
brendan%mozilla.org
79482a270b
Fix transition from 0 length JSIdArray bug, and old over-allocating loop body order bug in JS_Enumerate to boot (r=bryner).
2005-06-19 07:26:20 +00:00
brendan%mozilla.org
1d9499a537
After > 10 years, fix the mistake whereby scripted-functions compiled from native code lack the enumerate flag (292953, r=shaver).
2005-06-18 01:13:46 +00:00
mrbkap%gmail.com
34922691ff
bug 287630: When using an empty capturing regexp, String.prototype.split() appends an extra element to the result. r+a=brendan
2005-06-17 16:25:51 +00:00
brendan%mozilla.org
6847e0863b
js/src part of 2nd patch for 292903, r+sr=bryner/jst.
2005-06-16 21:43:15 +00:00
brendan%mozilla.org
afe2ea2ef9
Fix regression from 292903's first patch, which results in JS_DEFAULT_XML_NAMESPACE_ID being enumerated! Thanks to bc for noticing.
2005-06-16 20:27:11 +00:00
brendan%mozilla.org
fb36f6a978
Add JS_EnumerateResolvedStandardClasses, and fix a few lazy-standard-class-init glitches hindering it (292903, r=shaver, a=me).
2005-06-16 04:24:03 +00:00
brendan%mozilla.org
c94de75fa6
Fix dumb copy-paste bug jst pointed out, whose symptom bz reported (r+sr=jst, a=me).
2005-06-15 16:42:31 +00:00
nboyd%atg.com
82274cd041
Add Magoo Software.
2005-06-15 16:12:35 +00:00
dbaron%dbaron.org
ab8827c68d
Fix releasing of nsISupportsWeakReference wrapped JS objects so it doesn't crash when we do multiple iterations of JS GC. b=292027 r=jst sr=brendan a=brendan
2005-06-15 00:23:32 +00:00
dbaron%dbaron.org
b07af11b3c
I only want part of DEBUG_xpc_hacker; fix spelling. b=292027 r=jst sr=brendan a=brendan
2005-06-15 00:21:26 +00:00
bob%bclary.com
1dadf9ec31
function local variables should not be enumerable properties of the function object, bug 293782, by Jonathan Watt
2005-06-14 16:49:49 +00:00
brendan%mozilla.org
fef2910df9
Forgot to remove JSPROP_ENUMERATE in one case for bug 293782 (thanks to jwatt for catching this).
2005-06-14 16:20:27 +00:00
brendan%mozilla.org
0efbaf9c4b
One more followup fix: __defineProperty__ should probably be global.
2005-06-12 18:45:53 +00:00
brendan%mozilla.org
241e1ec5d6
Followup to last checkin to delete constructor from Activation.prototype.
2005-06-12 18:28:33 +00:00
brendan%mozilla.org
9c322522a7
Mirror fix for bug 290774 from SpiderMonkey to Narcissus.
2005-06-12 16:08:21 +00:00
brendan%mozilla.org
578a39586d
Better fix for 296397 (r=shaver, sr=jst).
2005-06-11 01:33:44 +00:00
bob%bclary.com
4bde75c512
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
977bf3bd87
Remove JSPROP_ENUMERATE from function args/vars hidden property attributes (followup for 293782).
2005-06-09 23:45:54 +00:00
brendan%mozilla.org
8f58079aeb
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
f1cb388901
Followup fix for 255555 (r=mrbkap, a=me).
2005-06-08 18:08:53 +00:00
mrbkap%gmail.com
fdbe109b8c
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
8799ec01e3
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
7fe03798c2
remove extra newline which breaks mklistpage.pl, no bug, not part of build
2005-06-08 04:57:33 +00:00
bob%bclary.com
e3dd16e961
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
91aa107128
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
0a4bbd5c98
rename function to eliminate possible collisions, no bug, not part of build
2005-06-08 03:03:13 +00:00
bob%bclary.com
dae4cdc78f
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
f5bcb45373
e4x 10.2.1.js XML.toXMLString test coverage, bug 297025
2005-06-08 02:54:39 +00:00
bob%bclary.com
b525135e04
e4x 10.1.2.js xmllist.toString test coverage, bug 297024
2005-06-08 02:45:15 +00:00
bob%bclary.com
a3e1f0f920
e4x 10.1.1.js xml.toString test coverage, bug 297018
2005-06-08 02:23:01 +00:00
brendan%mozilla.org
b2dc882824
Fix bugs 296772 and 262948 (r=shaver, sr=jst, a=me).
2005-06-08 02:13:10 +00:00
bob%bclary.com
9f51bec4e3
mklistpage.pl - exclude tests in spidermonkey-n.tests from menu.html, bug 296978
2005-06-08 01:05:34 +00:00
mrbkap%gmail.com
f0f0906148
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
4d0c2ebdc2
Add newline after modeline, no bug, not part of the build
2005-06-07 19:54:01 +00:00
brendan%mozilla.org
9315b99293
Update comment to track tricky AVL tree reference.
2005-06-07 16:22:58 +00:00
jst%mozilla.jstenback.com
1326123ede
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
579f66758d
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
bfb1d6c0e8
Bug 296006: correctly handle the re-locking of shallow GCThings. r+a=brendan
2005-06-02 12:17:51 +00:00
bzbarsky%mit.edu
3ffbd13c27
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