Commit Graph

8662 Commits

Author SHA1 Message Date
dschaffe%adobe.com
0284f46788 bug 361312, fix tamarin tests of case Math.pow(Infinity,-1)=0 and variants, r=wsharp 2006-12-07 14:30:29 +00:00
wsharp%adobe.com
4ca4131209 bug 361312. Fix for Math.pow plus a few other things. r: stejohns@adobe.com 2006-12-06 20:51:03 +00:00
timeless%mozdev.org
c2af885732 Bug 351261 startup crash. [@ js_XDRStringAtom] / jsxdrapi.c
mips crash because of bad optimization with MIPSpro compiler
patch by neko@nekochan.net r=brendan
2006-12-06 03:03:59 +00:00
brendan%mozilla.org
21fcbfb1ba Back out last checkin. 2006-12-05 15:46:19 +00:00
brendan%mozilla.org
0e730225bc Back out last rev to clear orange balsa. 2006-12-05 07:39:15 +00:00
brendan%mozilla.org
adf992b77e Fix O(n^2) problem exposed by closures as instance-getters/setters (335700, r=mrbkap+shaver). 2006-12-05 00:55:00 +00:00
brendan%mozilla.org
029e2627fd Add JS_DHASH_{,DEFAULT_}CAPACITY macros for realloc-free init (356116, r/sr=mrbkap+shaver/dbaron). 2006-12-05 00:52:05 +00:00
bzbarsky%mit.edu
2e2a56f630 Fix build bustage on platforms where we use a struct for 64-bit ints. Bug
361075, r=shaver
2006-12-04 20:28:31 +00:00
szegedia%freemail.hu
772faaed07 Bugfix for a generated proxy 2006-12-03 19:46:12 +00:00
mrbkap%gmail.com
4e4c5f4b39 Fix silly mistake (and thus UMR). bug 361694, r=brendan 2006-12-03 00:15:06 +00:00
brendan%mozilla.org
a3f20eeb8a Fix from Gavin Reaney <gavin@picsel.com> for bug 362110, r=me. 2006-12-02 23:12:56 +00:00
wsharp%adobe.com
5077e74e1e fix mac build. bug 362390. 2006-12-01 17:17:06 +00:00
wsharp%adobe.com
726b9a0426 bug 362390. Various fixes to get Tamarin working with latest Adobe Flash player. Some fixes from Flash source code brought over. r: edwsmith 2006-12-01 16:38:46 +00:00
bclary%bclary.com
0736e0c82d JavaScript Test - regression test for bug 361571, by Jesse Ruderman 2006-12-01 16:11:58 +00:00
mrbkap%gmail.com
43c0e6cd3f Give the psuedo frame a scopeChain. bug 361571, r=brendan a=dveditz 2006-11-30 21:54:39 +00:00
mrbkap%gmail.com
5a7c06313c Make argv as large as GC expects it to be. bug 361964, r=brendan 2006-11-30 21:43:57 +00:00
benjamin%smedbergs.us
987c4882f9 Bug 362264 - Cross-platform Tamarin build system (early initial cut, only builds on mac-x86 right now), a=stejohns 2006-11-30 16:43:12 +00:00
benjamin%smedbergs.us
7d8d6aaa49 Bug 362254 - Assining NULL to an integer type breaks some GCCs, r=stejohns 2006-11-29 19:18:36 +00:00
igor.bukanov%gmail.com
cd89a14818 Bug 362180: optimizing slot access in JS_NewPropertyIterator. 2006-11-29 17:16:55 +00:00
wsharp%adobe.com
f8c9d2b9aa bug 361388. More 64-bit fixes. r:stejohns 2006-11-29 14:39:14 +00:00
brendan%mozilla.org
081e12fd49 Hack around compare-and-swap prob (353962, r=mrbkap). 2006-11-28 19:53:56 +00:00
wsharp%adobe.com
35b8db178e bug 361427. Fix debug build for Linux. r:mtilburg 2006-11-28 16:08:03 +00:00
peterv%propagandism.org
3e4eb1f0d1 Fix for bug 356851 (nsXPConnect::ReparentAllWrappersInScope uses wrong parents.). r/sr=jst 2006-11-27 16:20:31 +00:00
brendan%mozilla.org
b5ef6024be Fix 360612, r=igor. 2006-11-25 02:11:28 +00:00
bclary%bclary.com
fd6d10dd6d JavaScript Test - regression test for bug 361558, by Jesse Ruderman 2006-11-25 00:16:46 +00:00
mrbkap%gmail.com
fbd7a0a162 Remove JOF_NAME so as to not confuse the code generator. bug 360969, r=brendan 2006-11-24 19:00:39 +00:00
mrbkap%gmail.com
a2ac29f1f3 Mark our saved setter in case we have the last reference to it. bug 361346, r=brendan 2006-11-24 18:57:34 +00:00
brendan%mozilla.org
259cba6a26 Back out last change. 2006-11-24 05:12:29 +00:00
gavin%gavinsharp.com
3d4af0cded Bug 357398: js_ExpandErrorArguments can crash in OOM conditions, patch by Gavin Reaney <gavin@picsel.com>, r=mrbkap 2006-11-24 03:07:59 +00:00
brendan%mozilla.org
c50c06c7e6 Move GSN cache for best sharing and correct clearing (360612, r=igor). 2006-11-24 03:03:18 +00:00
brendan%mozilla.org
4e9f9b42f2 Fix 316552, r=mrbkap. 2006-11-23 19:08:08 +00:00
brendan%mozilla.org
71e281e07e Fix bogus assertion (361558, r=mrbkap). 2006-11-23 17:16:17 +00:00
vladimir%pobox.com
82a10357c9 backing out bug 333078, xpcom cycle collector due to perf issues 2006-11-22 23:18:16 +00:00
brendan%mozilla.org
89d818175f Fix from Gavin Reaney <gavin@picsel.com> for 357392, r=me. 2006-11-22 22:32:47 +00:00
wsharp%adobe.com
de39e28e51 bug 361427. Lost some MathUtils changes for 64-bit. 2006-11-22 21:22:34 +00:00
wsharp%adobe.com
d7a5d0e8b0 bug 361427. Merge Linux code into AVM+ source tree. Not quite building yet - some sort of zlib problem with the new zlib routines. Maybe a C/C++ mismatch somehow? r:mtilburg 2006-11-22 21:10:17 +00:00
vladimir%pobox.com
3748c8bf4f b=333078, xpcom cycle collector -- patch from graydon@mozilla.com, r=many 2006-11-22 19:23:02 +00:00
wsharp%adobe.com
a14d9fada6 bug 361366. Continuation of Mac 64-bit port. r: stejohns. Also fixed two bugs with Steven's change from yesterday. NATIVE functions in DictionaryGlue and DomainClass need 'constructor' changed to new name. 2006-11-22 18:41:17 +00:00
dbaron%dbaron.org
1d842a82b4 Fix use of the wrong variable that causes the same argument to be passed twice to NSGetModule. b=316416 r=bsmedberg 2006-11-22 18:01:37 +00:00
gavin%gavinsharp.com
4498b3c9e7 Bug 355717: #if is always true or function does not return a value, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r=brendan 2006-11-22 17:34:49 +00:00
bclary%bclary.com
2e43231ce7 JavaScript Test - regression test for bug 361360, by Jesse Ruderman 2006-11-22 09:41:33 +00:00
bclary%bclary.com
11004fa85c JavaScript Test - regression test for bug 361451, by Jesse Ruderman 2006-11-22 09:29:05 +00:00
bclary%bclary.com
b09cbd4421 JavaScript Test - regression test for bug 361467, by Jesse Ruderman 2006-11-22 09:16:24 +00:00
mrbkap%gmail.com
08d16c0829 Our function isn't guaranteed to be scripted. bug 361467, r=brendan 2006-11-22 06:45:51 +00:00
brendan%mozilla.org
f5708d8e31 Sweep property tree after finalizing objects, which may have watchpoints pointing to tree nodes (361451, r=mrbkap). 2006-11-22 03:09:27 +00:00
jwalden%mit.edu
239ae04168 JavaScript Test - bug 357352 - e4x/Namespace/regress-350442.js is too strict and requires a particular implementation-dependent generated prefix. r=inonit@inonit.com as agreement that this fix is implementation-independent, assuming the tested implementation doesn't violate the spec in extremely weird ways. 2006-11-22 02:46:15 +00:00
stejohns%adobe.com
89e19872a5 added .cvsignore files to the mozilla/js/tamarin/test directory tree, so that people who expand the .abc test files into it do not get hundreds of unknown files listed by CVS. Only *.abc files are ignored at present. 2006-11-22 01:27:12 +00:00
stejohns%adobe.com
492c17dd18 Bug 360829: Removal of compiler warnings in Tamarin. Enabled (and fixed) many hidden-virtual-function warnings. 2006-11-22 00:15:24 +00:00
brendan%mozilla.org
3658c8aaf3 Fix watchpoint pseudo-frame to have non-null pc field (361360, r=mrbkap). 2006-11-21 21:23:18 +00:00
bzbarsky%mit.edu
653b0d5893 Fix MingW build bustage. Bug 361386, review pending. 2006-11-21 16:50:56 +00:00