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

8401 Коммитов

Автор SHA1 Сообщение Дата
bclary%bclary.com 40cc6cccc7 JavaScript Test - regression test for bug 352375, by Jesse Ruderman 2006-09-13 10:23:01 +00:00
bclary%bclary.com 0072e92620 JavaScript Test - regression test for bug 352402, by Jesse Ruderman 2006-09-13 10:17:59 +00:00
bclary%bclary.com 16d87ff586 JavaScript Test - regression test for bug 352415, by Jesse Ruderman 2006-09-13 10:14:49 +00:00
bclary%bclary.com 97d2e60736 JavaScript Tests - handle decompilation tests better, bug 352490 2006-09-13 09:59:15 +00:00
brendan%mozilla.org 7e29a3786d Space patrol. 2006-09-13 08:26:42 +00:00
brendan%mozilla.org 95ea2a05b5 Fix else-if chains to be unbraced as required by single let declaration consequents (352268, r=mrbkap). 2006-09-13 07:20:48 +00:00
brendan%mozilla.org 7b7bd53a67 Fix to avoid elselet run-together decompilations (352217, r=mrbkap). 2006-09-13 07:13:15 +00:00
brendan%mozilla.org 6d6eec0f80 Fix labeled brace source annotation harder (352415, r=mrbkap). 2006-09-13 07:02:58 +00:00
brendan%mozilla.org a9a4b1c0d5 Fix generator stack farbling (350793, r=mrbkap). 2006-09-13 06:56:26 +00:00
brendan%mozilla.org 790997f9da Replace bogus assertion in js_PeekTokenSameLine with necessary test and return (352372, r=mrbkap). 2006-09-13 04:45:09 +00:00
brendan%mozilla.org 927a3b9758 Fix new and related precedence problems (352312, r=sayrer/jesse). 2006-09-13 00:16:46 +00:00
gavin%gavinsharp.com 21b2d49e0d Bug 352226: JS regexp trivial cleanups, patch by Brian Crowder <crowder@fiverocks.com>, r=mrbkap, sr=brendan 2006-09-13 00:10:10 +00:00
dbaron%dbaron.org 92584add98 Be more careful pushing/popping contexts. b=352264 r=jst sr=bzbarsky/jst 2006-09-12 22:58:11 +00:00
brendan%mozilla.org bdd6c8db0e Update SRC_LABELBRACE selection logic to be block-scope aware (352402, r=mrbkap). 2006-09-12 22:09:12 +00:00
brendan%mozilla.org c392bb8044 Fix PNX_NEEDBRACES setting logic to detect only function statement directly contained in a block (352281, r=mrbkap). 2006-09-12 21:56:32 +00:00
igor.bukanov%gmail.com 3bfe3dddf9 thread-local gc lists are cleaned up whenever we transition from 0 to 1 context per thread. bug=351602 r=brendan,feng.qian.moz 2006-09-12 20:31:17 +00:00
brendan%mozilla.org 7b356a3402 Give JSOP_FORNAME, etc., operator precedences (352375, r=mrbkap). 2006-09-12 19:28:42 +00:00
benjamin%smedbergs.us f8b7089d8a Bug 340443 - Not possible to use the XPCOM glue with the static CRT, r=neil sr=darin 2006-09-12 18:22:40 +00:00
brendan%mozilla.org bb238cb1c9 Fix post-increment stack modeling again (352272, r=mrbkap). 2006-09-12 17:48:38 +00:00
brendan%mozilla.org 254ca7779c Fix PutBlockObjects conditional call to happen before stack it relies on is released (352212, r=mrbkap). 2006-09-12 17:44:58 +00:00
brendan%mozilla.org bcd6d41003 Avoid gcc-on-Mac warning. 2006-09-12 06:23:51 +00:00
brendan%mozilla.org e0fc0c4f74 Rest of checkin for bug 352079, r=mrbkap. 2006-09-12 06:21:23 +00:00
brendan%mozilla.org c1da3756ed Fix yield's 'input precedence' (352269, r=mrbkap). 2006-09-12 05:16:26 +00:00
mrbkap%gmail.com 6bedc0603c Fully initialize the newly-created parse node. bug 352271, r=brendan 2006-09-12 04:59:58 +00:00
brendan%mozilla.org a03807f7fc Detect parentheses forcing right association and decompile them (352261, r=mrbkap). 2006-09-12 04:30:12 +00:00
brendan%mozilla.org e7587d52bb Tweak new precedence when constructor is a call expression (352013, r=mrbkap). 2006-09-12 04:10:43 +00:00
mrbkap%gmail.com 26c7ed38f8 Ensure that fp's concept of the pc and sp are up to date. bug 352094, r=brendan 2006-09-12 04:02:46 +00:00
mrbkap%gmail.com 8a0b1ae2ca Skip over scope statements that aren't MAYBE_SCOPE when finding the JSStmtInfo for let declarations. bug 352092, r=brendan 2006-09-12 04:00:31 +00:00
brendan%mozilla.org 4ccca157d7 Fix JSOP_SETCALL and JSOP_POPV precedences; turn off auto-parens for bracketed index values (352079, r=mrbkap). 2006-09-12 02:07:32 +00:00
brendan%mozilla.org c4571403a5 Skip parens around operand of unary op when constant folding (352068, r=mrbkap). 2006-09-12 01:58:37 +00:00
brendan%mozilla.org 805ec10f9d Fix getter/setter in object initialiser decompilation to track minimal parenthesization fixes (352010, r=mrbkap). 2006-09-12 01:55:08 +00:00
bclary%bclary.com d52817b96a JavaScript Test - update to reflect proper parenthetication of decompiled expressions, bug 346902 2006-09-12 01:14:40 +00:00
jwalden%mit.edu 420e23451c Bug 352223 - < foo/> and < foo></foo> are also invalid XML and should be rejected by E4X. r=brendan again 2006-09-12 00:17:40 +00:00
jwalden%mit.edu d3e0a6f13f Bug 352223 - <foo></ foo> (space after </ and before qname) accepted as valid XML in E4X initializer. r=brendan 2006-09-11 21:51:02 +00:00
brendan%mozilla.org 3f1e558bae Fix TCF_RETURN_* flag propagation out of blocks (352197, r=mrbkap). 2006-09-11 21:29:00 +00:00
brendan%mozilla.org 2da080f51c Fix yield (yield) decompilation (352198, r=mrbkap). 2006-09-11 21:26:30 +00:00
brendan%mozilla.org 86e150d521 Fix to parenthesize any expression starting with 'function ' (352073, r=mrbkap). 2006-09-11 21:15:00 +00:00
brendan%mozilla.org 8c6a9d64d3 Fix element-setting decompilation (352202, r=mrbkap). 2006-09-11 21:09:37 +00:00
jwalden%mit.edu 790cc26107 Bug 352097 - E4X XML processing instruction with a target but no data decompiles with an extra space; also fixes bug 352103 - <??> accepted as a valid XML PI. r=brendan 2006-09-11 21:08:03 +00:00
brendan%mozilla.org da9955a079 Fix bogus assertion harder (352208, r/a=me). 2006-09-11 20:14:20 +00:00
brendan%mozilla.org b74b5a9e45 Fix bogus assertion (352208, r/a=me). 2006-09-11 19:54:18 +00:00
brendan%mozilla.org 76f84e3334 Don't brace let declaration if single statement controlled by if/do/while/for/with (351070, r=mrbkap). 2006-09-11 19:45:24 +00:00
brendan%mozilla.org bb83424b59 Fix precedence-based decompilation (352026 and dependents, r=mrbkap/sayrer). 2006-09-11 18:29:33 +00:00
sayrer%gmail.com 41a852c540 bug 352060. Fixes for getter/setter keywords, XML assign decompile printfs, and precedence table. r=brendan 2006-09-11 16:38:45 +00:00
igor.bukanov%gmail.com cde829c661 Make sure id array are GC-protected. bug=351973 r=mrbkap sr=brendan 2006-09-11 11:17:05 +00:00
bclary%bclary.com 307e8c398d JavaScript Test - update to keep up with parenthesization 2006-09-11 04:37:39 +00:00
bclary%bclary.com 067e33e027 JavaScript Test - regression test for bug 349616, by Jesse Ruderman 2006-09-11 04:19:25 +00:00
bclary%bclary.com b26adefeff JavaScript Test - regression test for bug 350621, by Seno Aiko 2006-09-11 04:07:28 +00:00
bclary%bclary.com 4f8add89f3 JavaScript Test - regression test for bug 351988, by Robert Sayre 2006-09-11 03:41:01 +00:00
bclary%bclary.com c823a36861 JavaScript Test - regression test for bug 3520009, by Jesse Ruderman 2006-09-11 03:35:26 +00:00
bclary%bclary.com 211df6d94b JavaScript Test - regression test for bug 352015, by Jesse Ruderman 2006-09-11 03:30:50 +00:00
bclary%bclary.com 761de9f3f9 JavaScript Test - regression tests for bug 352022, by Jesse Ruderman, Brendan Eich 2006-09-11 03:24:32 +00:00
bclary%bclary.com 5122483c59 JavaScript Test - update to test for generic error 2006-09-10 17:05:20 +00:00
sayrer%gmail.com cff9a52e76 Bug 349616. "getter" keyword decompiles as "(null)" 2006-09-10 16:54:30 +00:00
szegedia%freemail.hu 2f5a6e4294 Added a SecurityController implementation that delegates to Java security Policy via assigning CodeSource to scripts. 2006-09-10 12:16:46 +00:00
szegedia%freemail.hu e913e272dc Adding a changelog 2006-09-10 12:15:26 +00:00
bclary%bclary.com a3bb16b6c6 JavaScript Test - update test to reflect current behavior 2006-09-10 09:26:16 +00:00
bclary%bclary.com c9791e880a JavaScript Test - update test to reflect current behavior 2006-09-10 09:17:21 +00:00
brendan%mozilla.org 26e3938ac1 Fix ancient bug that suppressed parenthesization of set-element rhs (352022, r=mrbkap). 2006-09-10 09:10:17 +00:00
bclary%bclary.com 44f8da352a JavaScript Test - move test to js1_7/block, bug 349653 2006-09-10 08:59:40 +00:00
brendan%mozilla.org 1ba9413eaf Give yield least precedence (352015, r=mrbkap). 2006-09-10 08:34:35 +00:00
brendan%mozilla.org 79368d7c69 Fix regression to-do with for/in AST change (352009, r=mrbkap). 2006-09-10 08:30:19 +00:00
bclary%bclary.com 34e5623b82 JavaScript Test - teach test |new Date()| and |new Date| are equivalent, bug 352016, 2006-09-10 08:20:30 +00:00
brendan%mozilla.org 497ce38a0e Fix regression from last checkin (350793, r=gavin). 2006-09-10 07:07:58 +00:00
sayrer%gmail.com 89eecf04e9 e4x adds spurious quotes when decompiling an XMLPI object initializer. r=brendan 2006-09-10 04:45:39 +00:00
bclary%bclary.com 66d49f16e8 JavaScript Test - update to match changing decompilation of x.@[2], bug 349822 2006-09-10 03:20:12 +00:00
brendan%mozilla.org a36987e124 Fix for-in loops to be yieldable (r=mrbkap). 2006-09-09 22:43:11 +00:00
brendan%mozilla.org 91c2108543 Trailing space and comment cleanup. 2006-09-09 20:37:49 +00:00
bclary%bclary.com 425913e927 JavaScript Test - regression test for bug 343675 2006-09-09 11:30:49 +00:00
bclary%bclary.com 3f2fc9ca05 JavaScript Test - regression test for bug 351515, by Igor Bukanov 2006-09-09 11:18:23 +00:00
bclary%bclary.com c25c8225ff JavaScript Test - regression test for bug 351794, by Jesse Ruderman 2006-09-09 10:50:21 +00:00
bclary%bclary.com 0f03250944 JavaScript Test - regression test for bug 351793, by Jesse Ruderman 2006-09-09 10:38:11 +00:00
bclary%bclary.com 0e2f9a41c9 JavaScript Test - regression test for bug 351705, by Jesse Ruderman 2006-09-09 10:33:52 +00:00
bclary%bclary.com bc2251712c JavaScript Test - regression test for bug 351693, by Jesse Ruderman 2006-09-09 09:56:17 +00:00
bclary%bclary.com 7721dfbd6d JavaScript Test - regression test for bug 351626, by Jesse Ruderman 2006-09-09 09:51:01 +00:00
bclary%bclary.com 6af30a29da JavaScript Test - regression test for bug 351606, by Jesse Ruderman 2006-09-09 09:44:10 +00:00
bclary%bclary.com 5166fc285d JavaScript Test - regression test for bug 351496, by Jesse Ruderman 2006-09-09 09:23:32 +00:00
bclary%bclary.com 5d7e7c3fce JavaScript Test - regression test for bug 350809, by Jesse Ruderman 2006-09-09 05:07:56 +00:00
bclary%bclary.com d6375a2e93 JavaScript Test - regression test for bug 350730, by Jesse Ruderman 2006-09-09 05:01:39 +00:00
bclary%bclary.com 60d96da607 JavaScript Test - regression test for bug 350666, by Jesse Ruderman 2006-09-09 04:56:22 +00:00
bclary%bclary.com b3ccf07c2c JavaScript Test - regression test for bug 350650, by a-higuti 2006-09-09 04:46:19 +00:00
bclary%bclary.com e9b4263bae JavaScript Test - regression test for bug 350629, by Jeff Walden 2006-09-09 04:38:25 +00:00
bclary%bclary.com 91b079d5c8 JavaScript Test - regression test for bug 346915, by Jesse Ruderman 2006-09-09 04:29:24 +00:00
bclary%bclary.com f78688a81f JavaScript Test - regression test for bug 349634, by Jesse Ruderman 2006-09-09 04:24:31 +00:00
bclary%bclary.com 04ca6a25a1 JavaScript Test - explicitly turn on JS17, bug 351515 2006-09-09 02:53:58 +00:00
igor.bukanov%gmail.com 105812d512 Bug 351515: enable let and yield keywords only when version is set to JS17 for compatibility. r=brendan 2006-09-08 21:22:31 +00:00
brendan%mozilla.org 38701820aa Fix bad assertion, include for with let and catch as exceptions to candidacy for SRC_BRACE, and avoid spurious leading line-number notes from Function (351794, r=mrbkap). 2006-09-08 20:11:18 +00:00
brendan%mozilla.org 8166135a55 Avoid redundant JSOP_GROUP opcodes for efficiency and correct decompilation of JSOP_ENDINIT (351793, r=mrbkap). 2006-09-08 18:43:41 +00:00
brendan%mozilla.org 332ddf0d29 Fix two bugs in JSOP_CONDSWITCH code-gen and decompilation (351496, r=mrbkap). 2006-09-08 16:45:40 +00:00
brendan%mozilla.org 5edc920ece Skip parens when looking for constant condition (351693, r=mrbkap). 2006-09-08 16:38:03 +00:00
brendan%mozilla.org 5fa13ca36d Fix js_CheckRedeclaration to drop a found property if the caller doesn't want it but there's no redeclaration error (351717, r=mrbkap). 2006-09-08 06:53:40 +00:00
brendan%mozilla.org c123d1dcf3 back out rev 3.160, it's buggy. 2006-09-08 05:18:36 +00:00
brendan%mozilla.org 67f10aca99 Fix decompilation to preserve braces required by let, and also fix switch body block to have scope for let at top level of case statement (349634, r=mrbkap). 2006-09-08 05:03:54 +00:00
brendan%mozilla.org 83ecb2f5dd Must keep discriminant on stack when decompiling switches, for correct stack modeling of let expressions/blocks/declarations (351496, r=mrbkap). 2006-09-08 04:53:01 +00:00
mrbkap%gmail.com 3b363ece72 Correct the STMT_TYPE_MAYBE_MACRO to not include with, since we never want to turn a JSSTMT_WITH into a scope statement. Also ignore with statements when we're processing a let declaration so that given 'with (x) let x = 3' we correctly set x to 3. bug 350730, r=brendan 2006-09-08 00:54:45 +00:00
mrbkap%gmail.com 6224dabba8 Clear the pending exception before calling the exception object's toString so that scripted toStrings actually have a chance to run. Patch from a-higuti@gray.plala.or.jp with minor tweaks from me, bug 350650, r=brendan 2006-09-08 00:39:30 +00:00
mrbkap%gmail.com 227352bd1c Properly set the cloned block objects' parent slot. bug 351606, r=igor sr=brendan 2006-09-08 00:33:14 +00:00
brendan%mozilla.org c46afc5d50 Fix 351626 and 351705, r=mrbkap/sayrer. 2006-09-07 19:47:40 +00:00
brendan%mozilla.org ffad24e880 Fix delete code gen to emit (operand, true) when operand is not an lvalue, but must be evaluated for side effects; instead of operand; true which does not decompile in expression contexts (350666, r=mrbkap). 2006-09-07 17:03:05 +00:00
brendan%mozilla.org 050a81da62 CheckSideEffects needs to do more work for delete operands, to match the code generator for delete (346915, r=mrbkap). 2006-09-07 16:57:59 +00:00
brendan%mozilla.org 6dca9f6da2 Stop yield from filtering predicate for now (350809, r=igor). 2006-09-07 16:10:48 +00:00
bclary%bclary.com 9a85b784e3 JavaScript Test - regression test for bug 350226, by Jesse Ruderman 2006-09-07 13:40:45 +00:00
bclary%bclary.com c0e8518206 JavaScript Test - regression test for bug 350279, by Jesse Ruderman 2006-09-07 13:28:47 +00:00
bclary%bclary.com dfa9e34cf1 JavaScript Test - regression test for bug 351104, by Jesse Ruderman 2006-09-07 13:12:50 +00:00
bclary%bclary.com e913d537f0 JavaScript Test - regression test for bug 351497, by Jesse Ruderman 2006-09-07 12:57:52 +00:00
bclary%bclary.com 1fd950fbd2 JavaScript Test - regression test for bug 351514, by Brendan Eich 2006-09-07 12:52:13 +00:00
bclary%bclary.com d84692513f JavaScript Test - regression test for bug 351597, by Jesse Ruderman 2006-09-07 12:46:35 +00:00
bclary%bclary.com 2cfd5e553a JavaScript Test - regression test for bug 351625, by Jesse Ruderman 2006-09-07 12:41:16 +00:00
igor.bukanov%gmail.com d702c8b868 Bug 343675: allow to use keywords as function names. r=brendan 2006-09-07 11:28:30 +00:00
brendan%mozilla.org 1b7f00440b Remove extraneous JOF_XMLNAME format flags (350226, r=jwalden). 2006-09-07 05:53:02 +00:00
brendan%mozilla.org 8863715fce Object and array initializers must be parenthesized if expression statements (351625, r=mrbkap). 2006-09-07 05:50:23 +00:00
brendan%mozilla.org aed8ed3c98 Fix stack budget for postfix ++ and -- applied to property refs (350238, r=mrbkap). 2006-09-07 04:47:23 +00:00
brendan%mozilla.org 8fe48ea15a Fix CheckDestructuring to reject array comprehensions (which start out as array initialisers) right away (350279, r=mrbkap). 2006-09-07 04:10:46 +00:00
brendan%mozilla.org ee7b84c4f2 s/NULL/JS_FALSE/ to fix glitch in last checkin that provokes a useful warning. 2006-09-07 01:22:22 +00:00
brendan%mozilla.org ef588e8190 Fix JSOP_GROUP decompilation to propagate lastop to saveop (to lastop again on next iteration, in case of cascading groups; 351597, r=mrbkap). 2006-09-07 01:16:15 +00:00
brendan%mozilla.org aa1d41cab8 Fix to require parentheses around yield expression in argument list (351514, r=mrbkap). 2006-09-06 22:52:28 +00:00
szegedia%freemail.hu 1a879c5a20 Use Rhino's security domain for generated classes by default when no SecurityController is in use 2006-09-06 13:35:16 +00:00
szegedia%freemail.hu 7c9a366c03 Introduced SecurityUtilities -- for now, allows getting system properties in a privileged block 2006-09-06 12:54:45 +00:00
igor.bukanov%gmail.com 699d6f9642 Bug 351413: let-block cloning is no longer recursive to avoid stack overflow. r=brendan 2006-09-06 08:55:12 +00:00
bclary%bclary.com baf28c42b0 JavaScript Test - regression test for bug 350531, by Biju 2006-09-06 07:24:05 +00:00
bclary%bclary.com 3767957ef5 JavaScript Test - regression test for bug 350531, by Brendan Eich 2006-09-06 07:08:15 +00:00
brendan%mozilla.org d674a96747 Fix 351497, regression from last patch. 2006-09-06 07:05:57 +00:00
brendan%mozilla.org 439859354f Fix operator precedences and make the most of them when decompiling (350531, r=mrbkap/sayrer). 2006-09-06 06:31:08 +00:00
bclary%bclary.com b7c6f9ad7d JavaScript Test - regression test for bug 351336, by Jesse Ruderman 2006-09-06 05:50:59 +00:00
bclary%bclary.com 6f17f65b4f JavaScript Test - regression test for bug 350442, Lubos Ures 2006-09-06 05:47:55 +00:00
bclary%bclary.com 37b5fcc0e3 JavaScript Test - regression test for bug 349814, by Jesse Rudermanregress-349814.js 2006-09-06 05:45:28 +00:00
brendan%mozilla.org 555a781970 Fix lack of XPC.mfasl versioning via separate JS bytecode version (350787, r=mrbkap/dbaron/jst). 2006-09-05 22:53:47 +00:00
brendan%mozilla.org 15a32ddcf9 Cleanup patch geared toward not escaping control characters in XML literals (349814, r=mrbkap). 2006-09-05 20:21:56 +00:00
brendan%mozilla.org 8e51504ff5 Format comment per vim modeline. 2006-09-05 19:35:12 +00:00
brendan%mozilla.org 733c4d28f2 Force parens around 'in' expr E1 in for (E1;...) loop (351336, r=mrbkap). 2006-09-05 00:29:32 +00:00
jwalden%mit.edu 2542519660 Bug 350629 - GeneratePrefix can return prefixes which begin with "xml" or similar, even though such prefixes are reserved in the XML spec. r=brendan 2006-09-04 23:25:29 +00:00
bclary%bclary.com f1a16005fa JavaScript Test - regression test for bug 350991, by Jesse Ruderman, Jeff Walden 2006-09-03 18:57:53 +00:00
bclary%bclary.com 9fd2721d4d JavaScript Test - regression test for bug 344951, by Jeff Walden 2006-09-03 18:34:14 +00:00
igor.bukanov%gmail.com bf1e76d0da Bug 347248: Initialize Error instance properties lazily to speed up new Error(). r=brendan 2006-09-03 12:34:18 +00:00
brendan%mozilla.org c967f94453 Allow 'for (let (x)...; E2;E3)S1' as well as for with let declaration at the front (350991, r=mrbkap). 2006-09-03 07:50:32 +00:00
brendan%mozilla.org 82755011d3 Fix last checkin (351204, r=mrbkap). 2006-09-03 07:08:24 +00:00
brendan%mozilla.org 6d0ca0452e Back out last change, reopening bug (thanks to waldo). 2006-09-03 06:29:20 +00:00
brendan%mozilla.org 72467c9c18 Allow 'for (let (x)...; E2;E3)S1' as well as for with let declaration at the front (350991, r=mrbkap). 2006-09-03 05:01:48 +00:00
bclary%bclary.com bd816e2be4 JavaScript Test - regression test for bug 349851, by Jesse Ruderman 2006-09-03 01:09:05 +00:00
bclary%bclary.com 12df582e42 JavaScript Test - regression test for bug 349362, by Jesse Ruderman 2006-09-03 01:00:59 +00:00
bclary%bclary.com d0ee46c2d6 JavaScript Test - regression test for bug 351116, by Jesse Ruderman 2006-09-03 00:49:02 +00:00
bclary%bclary.com fa9372349e JavaScript Test - attempt to deal with alert dismissal, bug 341821 2006-09-03 00:29:33 +00:00
bclary%bclary.com a5774c73f1 JavaScript Test - attempt to deal with alert dismissal, bug 341815 2006-09-03 00:28:36 +00:00
bclary%bclary.com 726df31335 JavaScript Test - remove length tests, bug 322135 2006-09-03 00:25:41 +00:00
bclary%bclary.com 4dbd0746ce JavaScript Test - register and unregister dialog closer on start/stop rather than on before/after page load, no bug, not part of the build 2006-09-03 00:23:09 +00:00
bclary%bclary.com 66a2beb19c JavaScript Test - update gVersion for js16, js17, no bug, not part of the build 2006-09-03 00:21:27 +00:00
brendan%mozilla.org e06975ecca Stop popping cloned blocks at activation boundary (351122, r=mrbkap). 2006-09-03 00:12:47 +00:00
igor.bukanov%gmail.com 0313dd4baf Bug 347248: Taking out the prev commit as old GCC can not tolerate non-static initializers. 2006-09-02 20:53:20 +00:00
bclary%bclary.com 17504d634c JavaScript Test - fix automatic e4x detection, no bug not part of the build 2006-09-02 20:43:27 +00:00
brendan%mozilla.org cc1d04808b Fix local function shadowing argument decompilation (351116, r=mrbkap). 2006-09-02 20:33:42 +00:00