Commit Graph

7877 Commits

Author SHA1 Message Date
silver%warwickcompsoc.co.uk
3ba02d2f8f Bug 343511 - Don't assert more than necessary. r=rginda 2006-07-20 15:25:32 +00:00
bclary%bclary.com
5f85c0f27a JavaScript Test Library - regression test for bug 344804, by Jesse Ruderman 2006-07-19 20:14:48 +00:00
bclary%bclary.com
f7c30db5ac JavaScript Test Library - regression test for bug 344370, by nanto vi (TOYAMA Nao) 2006-07-19 20:02:08 +00:00
mrbkap%gmail.com
1ae65e3838 Protect the newborn function object from being collected because of a GC callback displacing it from its newborn root. bug 344759, r=brendan 2006-07-19 18:37:53 +00:00
mrbkap%gmail.com
4f87c8b8db Remove the new wrapper from the map when postcreate fails so that we don't find
it the next time we try to wrap that object. bug 344873, r=jst sr=brendan
2006-07-18 21:26:36 +00:00
mrbkap%gmail.com
07a112a37e Set up let declarations properly by finding the correct JSStmtInfo (not missing try or catch
blocks). This required making the 'scope' statements have a bit instead of a statement type
since we can now morph e.g. try statements. This patch also fixes the numbering for let
blocks after the first let block. bug 344370, r=brendan
2006-07-18 21:23:30 +00:00
bclary%bclary.com
c8fe980efe JavaScript Test Library - report JS_Assert as a test failure, add failure list output file, bug 344131 2006-07-18 19:48:32 +00:00
jst%mozilla.jstenback.com
d186098107 Fixing bug 344960. Cap the length of ActiveX contract id argument to prevent windows from crashing in bstr code due to OOM. r=mrbkap@gmail.com, sr=bugmail@sicking.cc 2006-07-18 19:45:08 +00:00
mrbkap%gmail.com
ca33b0e632 Handle js_ValueToPrintableSource failure without crashing. bug 344804, r=brendan 2006-07-18 18:20:49 +00:00
bclary%bclary.com
f8b1752abe JavaScript Test Library - regression test for bug 344711, by Eric Promislow 2006-07-18 17:37:53 +00:00
szegedia%freemail.hu
2d2ebdd1b1 Fix for #343976 2006-07-18 17:01:08 +00:00
bclary%bclary.com
22981d08d5 JavaScript Test Library - regression test for bug 343765, by nanto vi (TOYAMA Nao), Blake Kaplan 2006-07-18 09:53:41 +00:00
bclary%bclary.com
78c92dda72 JavaScript Test Library - regression test for bug 343966, by Uri Bernstein 2006-07-18 09:30:53 +00:00
bclary%bclary.com
ec70f078a0 JavaScript Test Library - regression test for bug 344959, by Seno Aiko 2006-07-18 09:11:47 +00:00
mrbkap%gmail.com
3227fb4d67 Don't peek over newlines, since we assume that ts->ungetpos refers to a point on our line. bug 344711, r=brendan 2006-07-18 00:35:15 +00:00
brendan%mozilla.org
606fbd540c Fix JSOP_SETSP to trim only the current frame's scope chain (344959, r=mrbkap). 2006-07-17 23:49:36 +00:00
bclary%bclary.com
80782e2902 JavaScript Test Library - regression test for bug 344262, by nanto vi (TOYAMA Nao), not part of the build or tinderbox tests 2006-07-17 23:07:35 +00:00
bclary%bclary.com
81c3339af6 JavaScript Test Library - regression test for bug 344455, not part of the build or tinderbox tests 2006-07-17 22:54:25 +00:00
brendan%mozilla.org
15e0f48461 Warning fix. 2006-07-13 19:18:01 +00:00
brendan%mozilla.org
92134eaf2b Improve mismatched tag name diagnostic (344455, r=mrbkap). 2006-07-13 19:14:21 +00:00
gavin%gavinsharp.com
74b982040d Bug 343998: copysign was not defined on WINCE, patch by dougt, r=brendan 2006-07-13 14:01:41 +00:00
brendan%mozilla.org
a41c1f3355 Trailing whitespace removal. 2006-07-13 01:31:44 +00:00
bent.mozilla%gmail.com
59c230656f Backing out changes from bug 280236. 2006-07-12 23:00:11 +00:00
bent.mozilla%gmail.com
151e9fcc71 Bug 280236 - "coercing an array containing an nsXPCConstructor to a string results in an uncatchable error". Patch by timeless. r=dbradley, sr=jst. 2006-07-12 22:18:45 +00:00
mrbkap%gmail.com
17e71cd968 Add some code that imitates split windows in the js shell. bug 337528, rs=brendan 2006-07-12 21:21:45 +00:00
szegedia%freemail.hu
3a1f4012bf Fix for #343021 2006-07-12 09:28:57 +00:00
brendan%mozilla.org
baed97a243 Fix js_PutBlockObject, write JSOP_LEAVEBLOCKEXPR decompiler logic (344262, r=mrbkap). 2006-07-11 23:29:41 +00:00
mrbkap%gmail.com
b12405c6a4 Fix dependencies for regenerating jsautokw.h. bug 344265, r=brendan sr=bsmedberg 2006-07-11 20:19:36 +00:00
szegedia%freemail.hu
f1e19754a9 Fix for #314163 "E4X XML object constructed from an XML Beans XmlObject is not consistent with a literal (inline) E4X XML object" 2006-07-11 12:52:35 +00:00
szegedia%freemail.hu
d02505e57c Fix for #342894: "examples/E4X/e4x_example.js has line endings inconsistent with rest of source tree" 2006-07-11 12:38:20 +00:00
szegedia%freemail.hu
54f73196ec Fix for #342894: "examples/E4X/e4x_example.js has line endings inconsistent with rest of source tree" 2006-07-11 12:34:25 +00:00
szegedia%freemail.hu
ed8e5c16e9 Patches from #343021: "Rhino E4X does not correctly build from source with Ant" 2006-07-11 12:28:42 +00:00
brendan%mozilla.org
0aeae8a794 Comment update for last patch (344139, r=mrbkap). 2006-07-10 21:11:47 +00:00
mrbkap%gmail.com
3ed60e4aa8 Emit the correct bytecode when a let-declared variable is on the right side of a += or similar operator. bug 344139, r=brendan 2006-07-10 19:23:13 +00:00
brendan%mozilla.org
7ff75083df Forgot to switch to SRC_INITPROP (344120, r=mrbkap). 2006-07-10 19:13:55 +00:00
bclary%bclary.com
94eb63d441 JavaScript Test Library - regression test for bug 344139, by Jeff Walden 2006-07-10 18:52:32 +00:00
bclary%bclary.com
070b0bc40b JavaScript Test Library - regression test for bug 344120, by timeless 2006-07-10 18:46:47 +00:00
bclary%bclary.com
8a41e721ce JavaScript Test Library - regression test for bug 336376, by Jeff Walden 2006-07-10 00:11:25 +00:00
bclary%bclary.com
67b480f96a JavaScript Test Library - regression test for bug 344052, by Dao Gottwald 2006-07-09 23:54:39 +00:00
mrbkap%gmail.com
964994c006 Clear cached class objects when JS_ClearScope is called on the global object to avoid leaks. Also, add code to GC_MARK_DEBUG that pretty-prints slot names containing cached class objects. bug 343417, r=brendan 2006-07-07 22:28:05 +00:00
brendan%mozilla.org
102fc7b78d Fix another 1.8-branch API compat bit-hack bug. 2006-07-07 06:25:29 +00:00
brendan%mozilla.org
f722c8fbf6 Fix bit-magic brainfart, remove useless test and add assert that it's useless (js1.7 bug, r=mrbkap). 2006-07-07 01:52:07 +00:00
mrbkap%gmail.com
77bbbb4727 Don't stuff the stack slot that we were about to read. bug 343765, r=brendan 2006-07-06 22:46:26 +00:00
mrbkap%gmail.com
c9b8311dda Make sure that we clean up block objects that were cloned into the scope chain for environment capture, so they don't reference dead frame pointers or dead stack slots, and instead have property-based copies of their locals. bug 343765, r=brendan 2006-07-06 20:47:02 +00:00
mrbkap%gmail.com
dd69817f01 Nuke a warning introduced by widening JSFunctionSpec.extra. No bug, r=brendan 2006-07-06 20:18:46 +00:00
mrbkap%gmail.com
02d2912e62 Nuke GCC -pedantic warnings by using the GCC __extension__ keyword (along with a hack to allow us to use it on 'goto' expressions). bug 343680, r=brendan 2006-07-06 20:14:23 +00:00
mrbkap%gmail.com
30d15a673d Landing a patch from Feng Qian <feng.qian.moz@gmail.com> to avoid long-running regexps from hanging the browser forever by calling the branch callback at regular intervals. bug 307456, r=brendan/mrbkap 2006-07-06 20:13:04 +00:00
brendan%mozilla.org
82c8a485f2 Followup to match (modulo comment and whitespace) 1.8 branch for script flags functions. 2006-07-06 19:35:33 +00:00
brendan%mozilla.org
b2072bf1a1 MOZILLA_1_8_BRAN CH API compatibility restoration. 2006-07-06 18:40:03 +00:00
mrbkap%gmail.com
e064fc9e40 Remove this assertion since with objects will botch it. bug 343713, r=brendan 2006-07-06 06:25:31 +00:00