pedemont%us.ibm.com
fbd12cf233
Bug 237183, Add FP exception handler to OS/2, r=brendan, a=mkaply
2004-03-31 16:38:54 +00:00
igor%mir2.org
31c7e1f54c
Fixing bug 58118 : long overdue commit of patch from Mike McCabe, mike+mozilla@meer.net
2004-03-30 12:48:29 +00:00
igor%mir2.org
023446d6c0
Since new x in Java never returns null, the check for null in date_format was redundant.
2004-03-30 10:35:42 +00:00
brendan%mozilla.org
1ae219610b
Parallel fix to SpiderMonkey's bug 238945, to automatically insert ; after do-while on any error token.
2004-03-30 03:25:17 +00:00
brendan%mozilla.org
3e24461b4b
Do automatic semicolon insertion after do-while loops for any error token, contrary to ECMA-262, to match almost a decade's worth of practice (238945, r=shaver, a=chofmann).
2004-03-30 03:20:03 +00:00
igor%mir2.org
0a8394388f
Faster implementation of MonthFromTime and DateFromTime:
...
1. Use day / 30 as month estimate with the following adjustment via switch()
2. Reuse year from day calculations in IsLeapYear
2004-03-29 15:19:04 +00:00
igor%mir2.org
7c417cd5e9
Fixing bug 239068: proper initialization of parent scope for functions of constructors.
2004-03-29 15:15:34 +00:00
igor%mir2.org
2306ff9f68
DaysInYear is replaced by IsLeapYear since the former was used only to determine if a particular was leap or not
2004-03-29 14:16:23 +00:00
igor%mir2.org
f394ba49d0
Cosmetics: layout fixes
2004-03-29 12:30:24 +00:00
igor%mir2.org
cd59bcde60
Starting 1.5R5.1 development
2004-03-29 12:29:11 +00:00
brendan%mozilla.org
a0a4104364
Fix js_LookupCompileTimeConstant to respect shadowing properties (238881, r=shaver, a=chofmann).
2004-03-29 01:11:24 +00:00
igor%mir2.org
03828224aa
Fixing 238823 : throw explicit IllegalArgumentException when JS source for Context.compileFunction does not contain single JS function statement instead of producing silent empty functions or throwing obscure NullPointerExceptions
2004-03-27 09:35:22 +00:00
igor%mir2.org
d48d5df72a
Better formating
2004-03-26 13:01:17 +00:00
igor%mir2.org
5c2d316845
Fixing bug 238699 : refactoring to expose simpler code generation API caused to select wrong code path when compiling functions
2004-03-26 12:42:00 +00:00
timeless%mozdev.org
66e24de929
Bug 238393 DRefTool analysis for jsd files
...
r=rginda a=asa
2004-03-26 07:27:05 +00:00
igor%mir2.org
e1c579fdb8
Explicit date in Context.getImplementationVersion() for 1.5R5 release
2004-03-25 20:37:32 +00:00
igor%mir2.org
1ac053c5c4
Reflecting 1.5R5 release
2004-03-25 19:45:56 +00:00
igor%mir2.org
de1e1ac301
Starting 1.5R6
2004-03-25 17:58:03 +00:00
igor%mir2.org
60759708f4
Removal of macbuild support: its Mac OS X time after all
2004-03-25 17:39:21 +00:00
igor%mir2.org
1174d12c74
Info about commercial support
2004-03-25 15:46:40 +00:00
igor%mir2.org
71ca64f861
*** empty log message ***
2004-03-25 11:04:04 +00:00
timeless%mozdev.org
9a35017588
Bug 238393 DRefTool analysis for jsd files
...
r=rginda
GC_MARK_DEBUG is not part of the build...
2004-03-24 23:25:30 +00:00
igor%mir2.org
e1e41ac43c
Preparations for 1.5R5
2004-03-24 15:52:55 +00:00
igor%mir2.org
732c7ab109
Updates to reflect new extension to allow to pass function to Java method expecting interface: now interface with multiple methods are allowed as long as all methods has the same signature
2004-03-24 15:44:19 +00:00
igor%mir2.org
6311b232ca
Finalizing 223435 : function can be converted to Java interface with more then one method as long as all methods has the same signature.
2004-03-24 14:15:37 +00:00
brendan%mozilla.org
48d2c413b7
Forgot to tag JS_Lock and JS_Unlock as DEPRECATED.
2004-03-24 01:36:57 +00:00
brendan%mozilla.org
5983925bc7
Fix typo.
2004-03-24 01:29:45 +00:00
brendan%mozilla.org
5211731b08
Fix up request model docs a bit, spurred by conversation in m.jseng with Bob Kline <bkline@rksystems.com>.
2004-03-23 21:12:28 +00:00
igor%mir2.org
27c2350055
More work on bug 223435 : pass method name for the interface as the last parameter to JS function so it can use for debug purposes
2004-03-23 16:24:32 +00:00
timeless%mozdev.org
ef689acbd2
Bug 238305 jsd doesn't build on windows if JS_MARK_DEBUG is set
...
r=rginda
not part of the build...
2004-03-23 05:33:09 +00:00
timeless%mozdev.org
522fe209a2
Bug 238058 Crash [@js_GetStringBytes] from venkman
...
r=rginda a=brendan
2004-03-23 05:13:09 +00:00
brendan%mozilla.org
6fe7b3ef71
Fix broken-since-rev-3.6.4.11 forelem normal-termination stack cleanup code-gen (174709, r=shaver, a=chofmann).
2004-03-23 02:09:38 +00:00
igor%mir2.org
9c0a6e0861
Making BaseFunction.decompile package private: any new public function will always find its users even if the usage is broken. It was public to allow calls from debugger but simple call to Context.toString() would do the same job.
2004-03-18 13:37:29 +00:00
igor%mir2.org
4c26393708
RUnit Software now includes a link on their page about JS (Declaimer: I work there!)
2004-03-18 13:32:52 +00:00
igor%mir2.org
6b102cf976
Added RUnit Software
2004-03-17 18:36:57 +00:00
igor%mir2.org
50cd6c7c8c
Fixing bug 237771 : allow to transfer toSource implementation to different objects
2004-03-17 18:36:39 +00:00
brendan%mozilla.org
c5cfd19722
Fix function after var redeclaration to avoid overincrementing fun->nvars (237461, r=shaver, a=chofmann).
2004-03-15 03:41:49 +00:00
caillon%redhat.com
3f278d9aef
fixing bug 146458 - Liveconnect calls fail if applet's codebase is in different domain.
...
Use the domain of the page, like we do for script.
r=jst, sr=brendan, a=dbaron
2004-03-13 20:52:39 +00:00
timeless%mozdev.org
19d389776b
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@juno.com r=timeless sr=alecf
2004-03-10 05:34:40 +00:00
brendan%mozilla.org
faa4736e7d
Fix bogus error report and redundant test, enforce style fascism, eliminate warnings (227705, 230397, r=igor).
2004-03-10 03:34:59 +00:00
igor%mir2.org
209e4801b3
Documenting new Context seal API and fixing obvious English mistakes.
2004-03-09 23:34:30 +00:00
brendan%mozilla.org
a75d2166a7
Better version of last fix, thanks to dbradley.
2004-03-09 04:25:12 +00:00
brendan%mozilla.org
7efa66b62f
Detect size_t overflow (r=shaver, sr=jst, 236618).
2004-03-08 20:51:40 +00:00
igor%mir2.org
e47574df7e
Updated file with license info from Eugene Aresteanu :
...
> Hi,
>
> Does it look right now?
>
> Regards,
> Eugene
>
> -----Original Message-----
> From: Igor Bukanov [mailto:igor@fastmail.fm]
> Sent: Friday, March 05, 2004 10:07 AM
> To: eugene aresteanu
> Subject: Re: Rhino and license for Messages_fr.properties
>
>
> eugene aresteanu wrote:
>
>>Hello,
>>
>>Here it is. I hope it is right.
>>Why do you say the default Messages.properties lacks notices?
>>I used the header of Messages.properties as a template.
>
>
> Sorry for not been clear, but what I wanted to say is that did not have
> triple MPL/GPL/LGPL but rather the old NPL/GPL pair. Could you update
> the file one more time using
> http://www.mozilla.org/MPL/boilerplate-1.1/mpl-tri-license-sh as template?
>
> Regards, Igor
2004-03-05 19:17:43 +00:00
igor%mir2.org
2cac059a8a
Resolving bug 236117 : new API to seal Context
2004-03-03 19:59:25 +00:00
igor%mir2.org
6a15c2b2bb
Resolving bug 236193: require enetered Context for compilation
2004-03-03 11:20:33 +00:00
brendan%mozilla.org
57b160d3af
Fix HasFinalReturn to cope with fall-thru in switch cases (235930, r=shaver).
2004-03-03 05:25:28 +00:00
brendan%mozilla.org
8ae50b8280
Save the next end of line char pointer into userbuf in case it's far away, and avoid searching for it repeatedly, when dealing with inputs with very long lines (218511, r=shaver).
2004-03-03 01:50:46 +00:00
igor%mir2.org
7cc3ebfd9c
Making javaToJS static to match the rest of API
2004-03-01 19:19:47 +00:00
brendan%mozilla.org
6c9f42d9fa
Fiddle comment.
2004-02-25 22:34:53 +00:00