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 |
stejohns%adobe.com
|
8524b347d4
|
Bug 360675: fix compiler warnings in VS2003 & VS2005 for some variations of the Microsoft Platform SDK (which includes headers that warn at Warning Level 4)
|
2006-11-14 17:37:37 +00:00 |
wsharp%adobe.com
|
71dd0a9f64
|
reverting changes to shell's project file. These were incorrectly merged in from shel64 project. This should be back to 1.2 now.
|
2006-11-14 15:11:41 +00:00 |
wsharp%adobe.com
|
6a93f63ff6
|
bug 360602. fix windows build
|
2006-11-14 15:05:57 +00:00 |
wsharp%adobe.com
|
524c0cb872
|
update shell64 second time. CVS files were incorrectly copied from shell project causing problems
|
2006-11-14 15:05:14 +00:00 |
wsharp%adobe.com
|
1d07d5db4e
|
bug 360602. Mac 64-bit porting work. Switched "IA64" designation to "AMD64". Added AVMPLUS_64BIT target for code that is 64-bit specific instead of x86_64 specific. Other changes listed in bug record - lots of intptr changes, op_abs_jump fixes. 64-bit shell is launching and running until emitNativeThunk which needs 64-bit specific ASM generation.
|
2006-11-14 14:44:27 +00:00 |
stejohns%adobe.com
|
fccd194c6e
|
added .cvsignore files for Tamarin for common Mac XCode build directories and files.
|
2006-11-14 01:44:17 +00:00 |
stejohns%adobe.com
|
f48ab6ac9b
|
added .cvsignore for Tamarin files including VC7/VC8 projects files
|
2006-11-14 01:18:26 +00:00 |
stejohns%adobe.com
|
5b697c3ca9
|
Revert incorrect checkin of MMgc.vcproj to correct build breakage
|
2006-11-14 01:01:08 +00:00 |
stejohns%adobe.com
|
b1c39b8f05
|
Bug 360615: fixes for Tamarin to build under VS2005
|
2006-11-14 00:17:20 +00:00 |
bzbarsky%mit.edu
|
6bfbc1846b
|
Make PRMJ_basetime faster by making it close to O(1) in the year instead of
O(N). Bug 360484, r=shaver
|
2006-11-13 21:33:06 +00:00 |
nboyd%atg.com
|
fcd6e8f149
|
Better link for MPL.
|
2006-11-13 21:12:28 +00:00 |
nboyd%atg.com
|
7c2281b34b
|
Propagate formatting changes from the mozilla-org CVS repository
|
2006-11-13 21:03:34 +00:00 |
benjamin%smedbergs.us
|
7c4419bc25
|
Use 0 instead of NULL in non-pointer context, fixes XCode 2.2 build, r=stejohns
|
2006-11-13 20:44:52 +00:00 |
nboyd%atg.com
|
f0dee84c3e
|
Change reference to NPL to MPL.
|
2006-11-13 20:32:30 +00:00 |
nboyd%atg.com
|
8ba3dba150
|
Add reference to latest BSF version. Remove obsolete link.
|
2006-11-13 20:28:09 +00:00 |
stejohns%adobe.com
|
8fe5ee87ee
|
Bug 360310: check in fixes to allow Tamarin to build and link properly with VS2003 on Windows.
|
2006-11-13 17:42:56 +00:00 |
igor.bukanov%gmail.com
|
0831f0d954
|
360282: Debug-only warning about broken FPU state. r=brendan
|
2006-11-13 10:50:40 +00:00 |
mrbkap%gmail.com
|
b2ee877bda
|
Fix BeOS build bustage. bug 360376, r=jst
|
2006-11-11 22:32:01 +00:00 |
bclary%bclary.com
|
f3fbad7f95
|
JavaScript Test - correct regression test for bug 292863
|
2006-11-11 05:22:46 +00:00 |
bclary%bclary.com
|
9872961e42
|
JavaScript Test - modify expected exit code for shell out of memory conditions, bug 358975
|
2006-11-11 00:33:37 +00:00 |
bclary%bclary.com
|
4522dd2e4c
|
JavaScript Test - regression test for bug 352271, by Jesse Ruderman
|
2006-11-10 19:53:09 +00:00 |
bclary%bclary.com
|
cda0460472
|
JavaScript Test - regression test for bug 354924, by Jesse Ruderman
|
2006-11-10 19:49:05 +00:00 |
bclary%bclary.com
|
0321dfd542
|
JavaScript Test - regression test for bug 353264, by Jesse Ruderman
|
2006-11-10 19:42:43 +00:00 |
bclary%bclary.com
|
2309792599
|
JavaScript Test - regression test for bug 354151, by Igor Bukanov
|
2006-11-10 19:36:58 +00:00 |
bclary%bclary.com
|
d1dc48cb78
|
JavaScript Test - regression test for bug 354145, by Igor Bukanov
|
2006-11-10 19:32:15 +00:00 |
bclary%bclary.com
|
f762b53e5b
|
JavaScript Test - regression test for bug 350238, by Jesse Ruderman
|
2006-11-10 19:27:03 +00:00 |
wsharp%adobe.com
|
4814010aa4
|
Bug 360275 - remove usage of va_list for 64-bit support. Fix shell to run on 10.5.
|
2006-11-10 18:57:27 +00:00 |
wsharp%adobe.com
|
d8efb2bb1c
|
bug 360174 - fix MMGC for 64-bit issues, add 64-bit XCode 3.0 project files for 10.5 64-bit compiles
|
2006-11-10 16:04:27 +00:00 |
gerv%gerv.net
|
fa75652059
|
Bug 236108 - changing licence from NPL/GPL to MPL/GPL to help the Apache people. The bug in question also suggests an eventual switch to MIT; that may come later.
|
2006-11-10 15:27:40 +00:00 |
cpeyer%adobe.com
|
2b45572c10
|
*** empty log message ***
|
2006-11-10 00:48:31 +00:00 |
gavin%gavinsharp.com
|
fe7743592b
|
Bug 358569: When running with reduced FPU precision, the rounding error introduced by |d -=L*ds;| will cause |if (!(d *= 10.)) break;| to never be true, causing an infinite loop and consequent crash. Given |k| is already known, we know how often the loop should run, so use that as stop condition, also avoiding overwriting memory with 0. Patch by Keith Victor of MediaMachines, r=igor, r=crowder
|
2006-11-09 18:53:24 +00:00 |
stejohns%adobe.com
|
5c61421c4f
|
*** empty log message ***
|
2006-11-08 21:03:34 +00:00 |
shaver%mozilla.org
|
82e9c7e122
|
Fixing shell XCode project (bug 359850), r=stejohns.
|
2006-11-07 22:58:36 +00:00 |
brendan%mozilla.org
|
aa512d54b9
|
Tamarin (AVM2 open source) initial revision.
|
2006-11-07 05:35:54 +00:00 |
mrbkap%gmail.com
|
7b5b6ae191
|
Set up the pseudo frame more carefully. bug 354978, r=brendan
|
2006-11-07 05:09:53 +00:00 |
bclary%bclary.com
|
bd845f6b33
|
JavaScript Test - regression test for bug 355344, by Jesse Ruderman
|
2006-11-07 04:40:46 +00:00 |
mrbkap%gmail.com
|
37e58a61b3
|
Munge call ops for delete in the code generator instead of the parser because the parser doesn't have enough information to always munge correctly. bug 356693, r=brendan
|
2006-11-07 01:32:02 +00:00 |
mrbkap%gmail.com
|
49e4748e86
|
Propagate any exceptions thrown. bug 355344, r=brendan
|
2006-11-07 01:30:16 +00:00 |
jst%mozilla.org
|
e7249545d5
|
Landing fix for bug 336731. Do more checking when calling watch handlers. Patch by mrbkap@gmail.com, r=brendan@mozilla.org, sr=jst@mozilla.com
|
2006-11-06 19:14:50 +00:00 |
szegedia%freemail.hu
|
cc962b13ca
|
We're now 1.6R5pre
|
2006-11-06 08:40:52 +00:00 |
szegedia%freemail.hu
|
ccf589a72c
|
Rhino 1.6R5 will target JRE 1.3
|
2006-11-06 08:39:57 +00:00 |
szegedia%freemail.hu
|
3362e15397
|
- Using SecurityUtilities
- Removing dead assignment
|
2006-11-06 08:39:19 +00:00 |
szegedia%freemail.hu
|
d039d47c11
|
Added "gc" to the list of supported commands - it is present in SpiderMonkey and used by the test suite
|
2006-11-06 08:38:42 +00:00 |
szegedia%freemail.hu
|
24cf819aaa
|
Furthering work on CodeSource-based security controller
|
2006-11-06 08:37:07 +00:00 |
szegedia%freemail.hu
|
0e2947cff5
|
Added static reportWarning(String, Throwable)
|
2006-11-06 08:36:15 +00:00 |