Commit Graph

8561 Commits

Author SHA1 Message Date
gerv%gerv.net
b16bf0fa43 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
2bf537dace *** empty log message *** 2006-11-10 00:48:31 +00:00
gavin%gavinsharp.com
db36e0ed3e 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
9e3d6f0636 *** empty log message *** 2006-11-08 21:03:34 +00:00
shaver%mozilla.org
a20da2af9f Fixing shell XCode project (bug 359850), r=stejohns. 2006-11-07 22:58:36 +00:00
brendan%mozilla.org
dadbad1368 Tamarin (AVM2 open source) initial revision. 2006-11-07 05:35:54 +00:00
mrbkap%gmail.com
3a41b686ac Set up the pseudo frame more carefully. bug 354978, r=brendan 2006-11-07 05:09:53 +00:00
bclary%bclary.com
71adb09f82 JavaScript Test - regression test for bug 355344, by Jesse Ruderman 2006-11-07 04:40:46 +00:00
mrbkap%gmail.com
df1f4a0108 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
fdf880ecd4 Propagate any exceptions thrown. bug 355344, r=brendan 2006-11-07 01:30:16 +00:00
jst%mozilla.org
d310798d53 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
8401592add We're now 1.6R5pre 2006-11-06 08:40:52 +00:00
szegedia%freemail.hu
4c54aa1a2d Rhino 1.6R5 will target JRE 1.3 2006-11-06 08:39:57 +00:00
szegedia%freemail.hu
25088d688f - Using SecurityUtilities - Removing dead assignment 2006-11-06 08:39:19 +00:00
szegedia%freemail.hu
93c08e9048 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
3c86c21616 Furthering work on CodeSource-based security controller 2006-11-06 08:37:07 +00:00
szegedia%freemail.hu
62cdaa884f Added static reportWarning(String, Throwable) 2006-11-06 08:36:15 +00:00
szegedia%freemail.hu
643d55b3b3 Exposing getDefaultValue() as a static helper method, to be used by scripting integration 2006-11-06 08:35:24 +00:00
igor.bukanov%gmail.com
ea286abb09 Bug 358975: shell now returns 5, not 3 as exit code for out-of-memory errors. 2006-11-04 00:19:22 +00:00
bclary%bclary.com
0136b72743 JavaScript Test - regression test for bug 359062, by Seno Aiko 2006-11-03 10:22:59 +00:00
igor.bukanov%gmail.com
089c4941f6 Bug 358965: XML.prototype.contains() works again. r=brendan 2006-11-02 22:49:05 +00:00
igor.bukanov%gmail.com
4324af80b2 Bug 358975: properly report out-of-memory on failed arena allocation. r=brendan 2006-11-02 22:42:03 +00:00
timeless%mozdev.org
c70df9f530 Bug 106386 Correct misspellings in source code
r=bc rs=brendan
2006-11-02 20:21:50 +00:00
igor.bukanov%gmail.com
6f2650a499 Bug 356856: fixing 64-bit-only burst + better comments and style. 2006-11-02 16:09:10 +00:00
szegedia%freemail.hu
1acf3ae058 Fix for Bugzilla #358058: disallow TAB key in editor 2006-11-02 09:37:48 +00:00
szegedia%freemail.hu
bd092ee0c3 Using SecurityUtilities to query system properties 2006-11-02 09:34:23 +00:00
brendan%mozilla.org
1d20f5a6b6 Fix heavyweight generator activation to transfer the call and args objects to the generator's frame (359062, r=igor). 2006-11-01 23:42:23 +00:00
timeless%mozdev.org
46d2b15871 Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
igor.bukanov%gmail.com
8acbfd26d7 Bug 356856: Patch from Steve Snyder to use MSVC intrinsic function for faster implementation of bit scanning operations. r=me 2006-11-01 20:08:44 +00:00
gavin%gavinsharp.com
d4b5b5e3fb Bug 358867: void function returns a value, patch by Alfred Peng <alfred.peng@sun.com>, r=brendan/igor 2006-11-01 16:26:26 +00:00
bzbarsky%mit.edu
a5e609375a Fix allocator mismatch. Bug 306811, r+sr=shaver 2006-10-30 21:54:26 +00:00
bclary%bclary.com
f577de167a JavaScript Tests - kill writeLineToLog, etc. Not part of the build. Bug 358665, r=igor 2006-10-30 16:48:38 +00:00
szegedia%freemail.hu
0b632217bb Allow Rhino to access public methods declared in public interfaces/superclasses of nonpublic classes 2006-10-30 15:04:44 +00:00
szegedia%freemail.hu
3694a53854 Added some small improvements to documentation 2006-10-30 13:10:27 +00:00
brendan%mozilla.org
d16854c7e7 Fix from Gavin Reaney <gavin@picsel.com> for OOM-handling bugs in js_SweepScopeProperties (357388, r=me). 2006-10-29 15:00:04 +00:00
brendan%mozilla.org
df918ed584 Fix 358508, r=mrbkap. 2006-10-29 07:25:18 +00:00
igor.bukanov%gmail.com
fd050aed4e Bug 358528: Fixing regression caused by my patch for bug 357169. r=brendan 2006-10-28 22:57:14 +00:00
bclary%bclary.com
145a310cfc JavaScript Test - regression test for bug 357754, by Blake Kaplan 2006-10-28 13:52:38 +00:00
brendan%mozilla.org
369483d82a Fix body block scope capture by local functions (357754, r=mrbkap). 2006-10-28 05:55:06 +00:00
jst%mozilla.org
f804180244 Fixing bug 355161. Make sure to innerize the global object when looking for class objects, and fix the innerObject() hook to deal with really early requests to innerize. r=mrbkap@gmail.com, sr=brendan@mozilla.org 2006-10-28 00:21:53 +00:00
bclary%bclary.com
4481d1a5b3 JavaScript Test - regression test for bug 358183, by Igor Bukanov 2006-10-27 21:12:40 +00:00
bclary%bclary.com
4e2220f176 JavaScript Tests - regression test for bug 350256, by Bertrand Le Roy 2006-10-27 21:04:36 +00:00
igor.bukanov%gmail.com
848e7ed2e3 Bug 357169: temp root macros are type-safe now and details of AddRoot etc. implementation do not leak ouside jsgc.c. r=brendan 2006-10-27 19:38:33 +00:00
igor.bukanov%gmail.com
1be78ec564 Bug 358183: xml elements should be equal only if they have the same number of attributes. r=brendan 2006-10-26 23:28:44 +00:00
igor.bukanov%gmail.com
4105bba4b5 Bug 358192: Make sure that Out-of-Memory during exception initialization is properly propagated. r=brendan 2006-10-26 22:23:52 +00:00
igor.bukanov%gmail.com
1fa789186f Bug 357063: use cursor operations to implement xml equality to properly implement E4X. r=brendan,jwalden 2006-10-26 13:36:16 +00:00
brendan%mozilla.org
6545687efe Check in fix from Brian Crowder <crowder@fiverocks.com> to raise apply arg array length limit (350256, r=me). 2006-10-21 19:03:53 +00:00
cbiesinger%web.de
d186d00677 Bug 341270 use the pref service's contract ID for
nsIPrefService/nsIPrefBranch, instead of the nsPref one
patch by Ryan Jones <sciguyryan+bugzilla@gmail.com> r=bclary
2006-10-20 09:58:28 +00:00
timeless%mozdev.org
21e80a7610 Bug 357298 Remove obsolete and unusable null check from XPCCallContext
r=brendan sr=brendan
2006-10-20 07:29:28 +00:00
bclary%bclary.com
6508e2b128 JavaScript Test - regression test for bug 356085, by Jesse Ruderman 2006-10-15 09:57:44 +00:00