brendan%mozilla.org
|
88c3a02236
|
Space patrol.
|
2006-09-13 08:26:42 +00:00 |
|
brendan%mozilla.org
|
d75c529f29
|
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
|
aff7f7df12
|
Fix to avoid elselet run-together decompilations (352217, r=mrbkap).
|
2006-09-13 07:13:15 +00:00 |
|
brendan%mozilla.org
|
93dd592cda
|
Fix labeled brace source annotation harder (352415, r=mrbkap).
|
2006-09-13 07:02:58 +00:00 |
|
brendan%mozilla.org
|
199957366a
|
Fix generator stack farbling (350793, r=mrbkap).
|
2006-09-13 06:56:26 +00:00 |
|
brendan%mozilla.org
|
f72d43b0e5
|
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
|
23673304ae
|
Fix new and related precedence problems (352312, r=sayrer/jesse).
|
2006-09-13 00:16:46 +00:00 |
|
gavin%gavinsharp.com
|
84bda81d9f
|
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
|
bb32a15350
|
Be more careful pushing/popping contexts. b=352264 r=jst sr=bzbarsky/jst
|
2006-09-12 22:58:11 +00:00 |
|
brendan%mozilla.org
|
9fd6ba01ff
|
Update SRC_LABELBRACE selection logic to be block-scope aware (352402, r=mrbkap).
|
2006-09-12 22:09:12 +00:00 |
|
brendan%mozilla.org
|
4c7e90689f
|
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
|
5e4cf617f5
|
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
|
27b0c111bf
|
Give JSOP_FORNAME, etc., operator precedences (352375, r=mrbkap).
|
2006-09-12 19:28:42 +00:00 |
|
benjamin%smedbergs.us
|
c70d78a351
|
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
|
5a9f1f9573
|
Fix post-increment stack modeling again (352272, r=mrbkap).
|
2006-09-12 17:48:38 +00:00 |
|
brendan%mozilla.org
|
8eeb36816d
|
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
|
636cfbd62e
|
Avoid gcc-on-Mac warning.
|
2006-09-12 06:23:51 +00:00 |
|
brendan%mozilla.org
|
2b910f9e32
|
Rest of checkin for bug 352079, r=mrbkap.
|
2006-09-12 06:21:23 +00:00 |
|
brendan%mozilla.org
|
29d996a80d
|
Fix yield's 'input precedence' (352269, r=mrbkap).
|
2006-09-12 05:16:26 +00:00 |
|
mrbkap%gmail.com
|
276b585a76
|
Fully initialize the newly-created parse node. bug 352271, r=brendan
|
2006-09-12 04:59:58 +00:00 |
|
brendan%mozilla.org
|
7b8565ef91
|
Detect parentheses forcing right association and decompile them (352261, r=mrbkap).
|
2006-09-12 04:30:12 +00:00 |
|
brendan%mozilla.org
|
c870f3e117
|
Tweak new precedence when constructor is a call expression (352013, r=mrbkap).
|
2006-09-12 04:10:43 +00:00 |
|
mrbkap%gmail.com
|
126dc0e276
|
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
|
ec02775a7e
|
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
|
f7baa26e81
|
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
|
31964022bb
|
Skip parens around operand of unary op when constant folding (352068, r=mrbkap).
|
2006-09-12 01:58:37 +00:00 |
|
brendan%mozilla.org
|
5d458db61a
|
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
|
06c138f96c
|
JavaScript Test - update to reflect proper parenthetication of decompiled expressions, bug 346902
|
2006-09-12 01:14:40 +00:00 |
|
jwalden%mit.edu
|
75ce576332
|
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
|
50e6a54a6a
|
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
|
0ab86235fe
|
Fix TCF_RETURN_* flag propagation out of blocks (352197, r=mrbkap).
|
2006-09-11 21:29:00 +00:00 |
|
brendan%mozilla.org
|
c1f3468d95
|
Fix yield (yield) decompilation (352198, r=mrbkap).
|
2006-09-11 21:26:30 +00:00 |
|
brendan%mozilla.org
|
eba27afa16
|
Fix to parenthesize any expression starting with 'function ' (352073, r=mrbkap).
|
2006-09-11 21:15:00 +00:00 |
|
brendan%mozilla.org
|
2e41735790
|
Fix element-setting decompilation (352202, r=mrbkap).
|
2006-09-11 21:09:37 +00:00 |
|
jwalden%mit.edu
|
d789c52f9b
|
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
|
903a315350
|
Fix bogus assertion harder (352208, r/a=me).
|
2006-09-11 20:14:20 +00:00 |
|
brendan%mozilla.org
|
f162d5ee4d
|
Fix bogus assertion (352208, r/a=me).
|
2006-09-11 19:54:18 +00:00 |
|
brendan%mozilla.org
|
4f62c4c886
|
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
|
26c2c253ba
|
Fix precedence-based decompilation (352026 and dependents, r=mrbkap/sayrer).
|
2006-09-11 18:29:33 +00:00 |
|
sayrer%gmail.com
|
89b8a1e75e
|
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
|
521fd404df
|
Make sure id array are GC-protected. bug=351973 r=mrbkap sr=brendan
|
2006-09-11 11:17:05 +00:00 |
|
bclary%bclary.com
|
15d914bdd1
|
JavaScript Test - update to keep up with parenthesization
|
2006-09-11 04:37:39 +00:00 |
|
bclary%bclary.com
|
a58ab1dd31
|
JavaScript Test - regression test for bug 349616, by Jesse Ruderman
|
2006-09-11 04:19:25 +00:00 |
|
bclary%bclary.com
|
32bd501160
|
JavaScript Test - regression test for bug 350621, by Seno Aiko
|
2006-09-11 04:07:28 +00:00 |
|
bclary%bclary.com
|
72d84e451f
|
JavaScript Test - regression test for bug 351988, by Robert Sayre
|
2006-09-11 03:41:01 +00:00 |
|
bclary%bclary.com
|
a4408c3a76
|
JavaScript Test - regression test for bug 3520009, by Jesse Ruderman
|
2006-09-11 03:35:26 +00:00 |
|
bclary%bclary.com
|
c56079951e
|
JavaScript Test - regression test for bug 352015, by Jesse Ruderman
|
2006-09-11 03:30:50 +00:00 |
|
bclary%bclary.com
|
2229ad728c
|
JavaScript Test - regression tests for bug 352022, by Jesse Ruderman, Brendan Eich
|
2006-09-11 03:24:32 +00:00 |
|
bclary%bclary.com
|
2cad73fdc6
|
JavaScript Test - update to test for generic error
|
2006-09-10 17:05:20 +00:00 |
|
sayrer%gmail.com
|
ca8384ee7b
|
Bug 349616. "getter" keyword decompiles as "(null)"
|
2006-09-10 16:54:30 +00:00 |
|