Commit Graph

7914 Commits

Author SHA1 Message Date
brendan%mozilla.org
7c57ebc20f Fix thinko of pnprop for pnhit (346203, r=mrbkap). 2006-07-28 00:37:58 +00:00
brendan%mozilla.org
3e00dc9b3e Fix finally after try that throws, or catch-none finally in try-catch-finally, to save pending exception on stack, then rethrow after retsub (346029, r/sr=mrbkap/shaver). 2006-07-27 21:41:07 +00:00
bzbarsky%mit.edu
6d2c41cdbb Flag JS components as system scripts. Bug 345991, r=mrbkap, sr=brendan 2006-07-27 17:49:01 +00:00
mrbkap%gmail.com
bf57978e14 Checking in Feng Qian's <feng.qian.moz@gmail.com> patch to fix a typo. bug
346027, r=mrbkap
2006-07-27 17:11:36 +00:00
m_kato%ga2.so-net.ne.jp
2d193fbd68 bug 345866 - support OJI for Win64. r/sr=jst 2006-07-27 16:51:25 +00:00
bclary%bclary.com
5e6addc8ed JavaScript Test Library - regression test for bug 345879, by Seno Aiko 2006-07-27 11:23:25 +00:00
bclary%bclary.com
43468146ca JavaScript Test Library - regression test for bugs 336373, 345922, by Jeff Walden 2006-07-27 11:16:25 +00:00
bclary%bclary.com
0561599de5 JavaScript Test Library - regression test for bug 336921, by Joey Minta 2006-07-27 11:12:13 +00:00
mrbkap%gmail.com
2a02b41adb GCC isn't smart enough to see that list cannot be used uninitialized. Fallout from bug 336921, rs=brendan 2006-07-26 22:10:04 +00:00
igor.bukanov%gmail.com
bd81ffee8a Bug 345967: ensure proper id rooting in array_unshift. r=mrbkap,sr=brendan 2006-07-26 21:32:56 +00:00
mrbkap%gmail.com
5871e3cf79 Add a newline. 2006-07-26 20:54:01 +00:00
mrbkap%gmail.com
b8950a2eb1 Make XML.prototype.appendChild useful by fixing a bug in GetProperty that also exists in ECMA-357. bug 336921, r=brendan 2006-07-26 20:49:52 +00:00
mrbkap%gmail.com
626162160c Checking in a patch from Feng Qian <feng.qian.moz@gmail.com> to improve the performance of Date by caching the UTC time as well as the local time. bug 340992, r=mrbkap 2006-07-26 20:23:45 +00:00
mrbkap%gmail.com
3d9bf71497 Allow reserved keywords to be used as property identifiers after attribute selectors. bug 345922, r=brendan a=beltzner 2006-07-26 18:50:40 +00:00
bclary%bclary.com
35a7e72be4 Improve consistency of IEEE 754 floating point, shell only, not part of the build, r=mrbkap,sr=brendan, bug 343984 2006-07-26 03:56:41 +00:00
mrbkap%gmail.com
2584e1b8b6 Deal with a function in a generator passing too few arguments and with calling the result of 'yield'. Patch from brendan, r=mrbkap, bug 345879 2006-07-26 03:07:16 +00:00
mrbkap%gmail.com
ad013a907d Push catch and with statements onto tc->topScopeStmt so we don't optimize variable lookups inside of them. Also, protect against adding a stmt to the scope statement list twice. bug 345867, r=brendan 2006-07-26 03:03:18 +00:00
bclary%bclary.com
3f8bf3c65a Force JS_Assert to exit with code 3 on Windows, debug only, r=mrbkap,sr=brendan, bug 345118 2006-07-26 02:38:58 +00:00
mrbkap%gmail.com
2711b61c3c Protect each cloned block object from being GC'd. Patch from brendan, r=mrbkap, bug 345772 2006-07-25 23:21:03 +00:00
mrbkap%gmail.com
b631dfc76d Make jsfile.c compile in the new world. bug 345761, rs=brendan 2006-07-25 20:46:11 +00:00
mrbkap%gmail.com
c2c3247957 User a variable that's actually defined by default everywhere. bug 345787, r=brendan 2006-07-24 23:20:56 +00:00
nboyd%atg.com
4343615629 Add change log for 1.6R3. 2006-07-24 12:30:45 +00:00
nboyd%atg.com
47720dd287 Don't add apidocs URL prefix since this file is input to javadoc. 2006-07-24 12:02:07 +00:00
nboyd%atg.com
82381cc9b3 fix broken links 2006-07-23 16:17:52 +00:00
bclary%bclary.com
b2950c6a39 JavaScript Test Library - regression test for bug 345542, by nanto vi (TOYAMA Nao) 2006-07-23 03:42:39 +00:00
bclary%bclary.com
509b8bd8a4 JavaScript Test Library - add ability to declare multiple success exit codes, bug 345370, r=mrbkap 2006-07-23 03:29:10 +00:00
brendan%mozilla.org
cd15d6c3b1 Mark the calle (argv[-2]) from generator_mark (343455, r=mrbkap). 2006-07-22 22:20:40 +00:00
mrbkap%gmail.com
202a6f3a0b Don't assert when the block chain has been captured. bug 345542, r=brendan 2006-07-22 02:16:12 +00:00
brendan%mozilla.org
152df1b227 Rest of fix for 343455 (r=mrbkap). 2006-07-21 21:59:21 +00:00
brendan%mozilla.org
154cd0d3ae Defend against null acx->thread in js_GC, in case JS_ClearContextThread is used for context-pooling (345365, r=feng). 2006-07-21 19:09:36 +00:00
brendan%mozilla.org
4d789580db Null defense needed in case of JS_DestroyRuntime with no script filenames tabled (345350, r=mrbkap). 2006-07-21 02:17:22 +00:00
brendan%mozilla.org
17eecc3107 Mark newborn generators' frames (343455, r=mrbkap). 2006-07-21 02:00:36 +00:00
bclary%bclary.com
bf33bbb75c JavaScript Test Library - regression test for bug 324359 by Joey Minta 2006-07-20 22:38:46 +00:00
bclary%bclary.com
d5f12363a5 JavaScript Test Library - regression test for bug 324650, by Philipp Vogt, Brendan Eich 2006-07-20 22:35:45 +00:00
bclary%bclary.com
505d889a58 JavaScript Test Library - regression test for bug 330684, by Shaohua Wen 2006-07-20 22:32:29 +00:00
bclary%bclary.com
61f72850a3 JavaScript Test Library - test MakeDate, no bug 2006-07-20 22:28:13 +00:00
bclary%bclary.com
4fbc693556 JavaScript Test Library - remove extraneous print() in js1_7/block/regress-341939.js 2006-07-20 21:37:03 +00:00
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