brendan%mozilla.org
|
757290949f
|
Fix 360612, r=igor.
|
2006-11-25 02:11:28 +00:00 |
bclary%bclary.com
|
32ccfd6338
|
JavaScript Test - regression test for bug 361558, by Jesse Ruderman
|
2006-11-25 00:16:46 +00:00 |
mrbkap%gmail.com
|
7b9b3e81ce
|
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
|
ba5d458bc6
|
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
|
757c358c6b
|
Back out last change.
|
2006-11-24 05:12:29 +00:00 |
gavin%gavinsharp.com
|
3c600d1928
|
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
|
987c97e7e8
|
Move GSN cache for best sharing and correct clearing (360612, r=igor).
|
2006-11-24 03:03:18 +00:00 |
brendan%mozilla.org
|
e4df039409
|
Fix 316552, r=mrbkap.
|
2006-11-23 19:08:08 +00:00 |
brendan%mozilla.org
|
8768eeff4d
|
Fix bogus assertion (361558, r=mrbkap).
|
2006-11-23 17:16:17 +00:00 |
vladimir%pobox.com
|
df954f6171
|
backing out bug 333078, xpcom cycle collector due to perf issues
|
2006-11-22 23:18:16 +00:00 |
brendan%mozilla.org
|
6f0e6d64a9
|
Fix from Gavin Reaney <gavin@picsel.com> for 357392, r=me.
|
2006-11-22 22:32:47 +00:00 |
wsharp%adobe.com
|
09061e9b7b
|
bug 361427. Lost some MathUtils changes for 64-bit.
|
2006-11-22 21:22:34 +00:00 |
wsharp%adobe.com
|
351449b8ef
|
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
|
fdf72a2c5b
|
b=333078, xpcom cycle collector -- patch from graydon@mozilla.com, r=many
|
2006-11-22 19:23:02 +00:00 |
wsharp%adobe.com
|
c031b21935
|
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
|
40b48dae89
|
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
|
2472862233
|
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
|
664afc67b9
|
JavaScript Test - regression test for bug 361360, by Jesse Ruderman
|
2006-11-22 09:41:33 +00:00 |
bclary%bclary.com
|
c6b9adbc74
|
JavaScript Test - regression test for bug 361451, by Jesse Ruderman
|
2006-11-22 09:29:05 +00:00 |
bclary%bclary.com
|
882e8cdbf8
|
JavaScript Test - regression test for bug 361467, by Jesse Ruderman
|
2006-11-22 09:16:24 +00:00 |
mrbkap%gmail.com
|
8a67676fe6
|
Our function isn't guaranteed to be scripted. bug 361467, r=brendan
|
2006-11-22 06:45:51 +00:00 |
brendan%mozilla.org
|
2aa9b3398f
|
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
|
8319e7b82c
|
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
|
85e3d0ea83
|
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
|
b35f69a956
|
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
|
00de665384
|
Fix watchpoint pseudo-frame to have non-null pc field (361360, r=mrbkap).
|
2006-11-21 21:23:18 +00:00 |
bzbarsky%mit.edu
|
d936f50ce0
|
Fix MingW build bustage. Bug 361386, review pending.
|
2006-11-21 16:50:56 +00:00 |
brendan%mozilla.org
|
c91a7ebfc7
|
Fix from Martin Husemann <martin@NetBSD.ORG> for int-instead-of-ptrdiff_t abusage (361362, r=me).
|
2006-11-21 16:32:49 +00:00 |
bclary%bclary.com
|
6baeadfacf
|
JavaScript Test - regression test for bug 355339, by Jesse Ruderman
|
2006-11-21 11:08:36 +00:00 |
bclary%bclary.com
|
671868651c
|
JavaScript Test - regression tests for bug 355832, by Jesse Ruderman
|
2006-11-21 10:42:57 +00:00 |
bclary%bclary.com
|
1aa43f160f
|
JavaScript Test - regression test for bug 361274, by Jason Sachs
|
2006-11-21 10:18:06 +00:00 |
brendan%mozilla.org
|
da9be4f355
|
Fix which property tree node is saved as wp->sprop (355339, r=mrbkap).
|
2006-11-21 06:52:48 +00:00 |
bzbarsky%mit.edu
|
f3f1033051
|
Create URIs correctly. Bug 353731, r+sr=jst
|
2006-11-21 04:21:59 +00:00 |
nboyd%atg.com
|
7d9bc9971b
|
Update newsgroup information.
|
2006-11-21 01:40:15 +00:00 |
brendan%mozilla.org
|
b61a8d93b1
|
Rid CHECK_FOR_STRING_INDEX of ancient NUL terminator dependency (361274, r=mrbkap).
|
2006-11-20 22:37:08 +00:00 |
brendan%mozilla.org
|
d93467caeb
|
Fix from Gavin Reaney <gavin@picsel.com> for OOM/should-be-OOM bugs (361273, r=me).
|
2006-11-20 19:53:38 +00:00 |
brendan%mozilla.org
|
f6a6b70c1e
|
Warning fix.
|
2006-11-20 19:49:09 +00:00 |
brendan%mozilla.org
|
a9287de394
|
Fix JSOP_SETSP (and an assertion in JSOP_LEAVEBLOCK*) to cope with empty destructuring (355832, r=mrbkap).
|
2006-11-20 19:30:41 +00:00 |
benjamin%smedbergs.us
|
7b434c0d06
|
Bug 349002, try #2 - Refactor xptcall into a frozen API, r=timeless - with OS/2 fixup by Peter Weilbacher
|
2006-11-20 17:03:38 +00:00 |
dschaffe%adobe.com
|
72fb08abab
|
Bug 361282, add tamarin/test/runtests.pl test harness and update tests to pass 100% on windows
|
2006-11-20 17:02:52 +00:00 |
nboyd%atg.com
|
f5a21cbf80
|
Updates for version 1.6R5.
|
2006-11-18 21:40:11 +00:00 |
nboyd%atg.com
|
1e99dc5b21
|
Update from mozilla-org
|
2006-11-18 21:39:12 +00:00 |
benjamin%smedbergs.us
|
09d80a0a6f
|
Backout xptcall because linux tboxes are stupid, I think.
|
2006-11-16 20:17:24 +00:00 |
benjamin%smedbergs.us
|
8b41b7fdd0
|
Bug 349002 - Refactor xptcall into a frozen API, r=timeless. Includes OS/2 fixup by Peter Weilbacher
|
2006-11-16 18:29:33 +00:00 |
igor.bukanov%gmail.com
|
e69e9a438b
|
Bug 360681: properly initialize tvr.count in array_sort. r=brendan
|
2006-11-16 14:35:28 +00:00 |
stejohns%adobe.com
|
6c4fddf6b1
|
Bug 360829: enabling new warnings and correcting code as necessary.
|
2006-11-15 22:04:54 +00:00 |
cpeyer%adobe.com
|
7cd5f5c401
|
*** empty log message ***
|
2006-11-14 23:42:06 +00:00 |
wsharp%adobe.com
|
640ae6da3a
|
intptr to uintptr
|
2006-11-14 22:21:11 +00:00 |
wsharp%adobe.com
|
39266dc3de
|
bug 360720. various 64-bit type fixes.
|
2006-11-14 22:15:14 +00:00 |
dschaffe%adobe.com
|
ce07da7feb
|
bug 360596 cleanup the tamarin tests source, all tests pass, the test harness to run the tests will be added soon, also the abc code for each test will hopefully get hosted on the ftp site since we do not have a compiler to create the test abc files yet
|
2006-11-14 21:34:32 +00:00 |