briano%netscape.com
ab4aff4521
Fix for QNX. Their compiler reserves 'huge' as a keyword, so I replaced it with 'really_big'.
1999-05-14 02:01:15 +00:00
briano%netscape.com
9f7bc3c783
Eliminate the need to use -DQNX by switching to __QNX__, predefined by the compiler.
1999-05-14 01:46:00 +00:00
briano%netscape.com
30b87c0656
Converted the explicit 'ld' commands to use '$(LD)' instead, so platforms
...
with odd linker names will work properly.
1999-05-13 23:25:11 +00:00
briano%netscape.com
e9a7ddffb9
Fix for QNX, and any other platform that doesn't have memory.h. Thanks to fur@netscape.com for allowing this change.
1999-05-13 08:46:41 +00:00
jband%netscape.com
dec10427b3
remove assertion and go with runtime safety for the fix that mccabe thoughtfully added for my broken code
1999-05-13 05:38:10 +00:00
mccabe%netscape.com
96b21befe2
Check against null vp passed in to CallWrappedMethod. This fixes stuff in the xpcom/sample directory.
1999-05-13 03:34:54 +00:00
briano%netscape.com
9201ca0da4
QNX-specific ifdef addition.
1999-05-12 23:29:04 +00:00
rogerl%netscape.com
e7e6b50c60
Fixed warnings, few statement & expression changes
1999-05-12 05:01:31 +00:00
mccabe%netscape.com
e880402830
Support for magically detecting whether an argument to an XPConnect'ed function is a dom node with a native nsISupports, and unwrapping it properly.
...
This'll go live as soon as I can persuade joki or vidur to rebuild the DOM stubs.
1999-05-12 02:05:48 +00:00
norris%netscape.com
a62a14d61d
Subject:
...
Rhino SecurityException patch
Date:
Tue, 11 May 1999 12:25:50 -0400
From:
Andrew Wason <aw@softcom.com>
To:
Norris Boyd <norris@netscape.com>
Sorry if you aren't the right person to submit Rhino patches to.
I couldn't get Rhino to run under JDK1.2 with a SecurityManager installed
(e.g. java -Djava.security.manager=java.lang.SecurityManager). I
understand the JavaAdapter stuff won't work - but I would still like to use
Rhino without that piece.
I've attached a small patch which catches and ignores the
SecurityExceptions so that Rhino can run with a SecurityManager but without
JavaAdapter.
Andrew
--
Andrew Wason
SoftCom, Inc.
aw@softcom.com
1999-05-11 16:46:30 +00:00
cbegle%netscape.com
20f8852310
Error in the test -- it was not evaluating the statement that is supposed
...
to produce an error.
1999-05-11 15:55:22 +00:00
shaver%netscape.com
2cf946c1b7
use OBJ_THIS_OBJECT in SPROP_[GS]ET to make with(native_obj)'' work correctly
1999-05-11 15:41:51 +00:00
mccabe%netscape.com
8bbf73e25f
Fix to 5947. Handle \r\r properly when it ends a buffer.
...
This fixes problems reading prefs.js on Mac.
1999-05-11 08:03:07 +00:00
fur%netscape.com
104ad8308f
Small grammar fixes
1999-05-10 21:31:37 +00:00
waldemar%netscape.com
0bad941063
Moved language semantics files into subdirectories
1999-05-10 21:05:42 +00:00
waldemar%netscape.com
dedb40788f
Added references, predefined sets of characters, and lexer state support
1999-05-10 21:04:53 +00:00
waldemar%netscape.com
2215a3fa85
Added references and depict-styled-text
1999-05-10 21:03:07 +00:00
waldemar%netscape.com
231a8d5c02
Updated to match styles.css on documentation site
1999-05-10 21:02:22 +00:00
waldemar%netscape.com
61b0690ded
Added headers, footers, document information, and reference stubs
1999-05-10 21:00:06 +00:00
waldemar%netscape.com
cd34f3ee61
Added references, :wrap, :none
1999-05-10 20:58:56 +00:00
waldemar%netscape.com
eb2f087b4a
Added references
1999-05-10 20:57:17 +00:00
waldemar%netscape.com
ee4de03b3e
Added references, unfinished YACC input generator
1999-05-10 20:56:47 +00:00
waldemar%netscape.com
985cfa7218
Added references, default actions, combined rules
1999-05-10 20:55:59 +00:00
waldemar%netscape.com
22dc1bf442
Added references, combined rules
1999-05-10 20:54:25 +00:00
waldemar%netscape.com
2eb1a7f08f
First Checked In.
1999-05-10 20:52:58 +00:00
waldemar%netscape.com
edbf5e6f81
File Removed.
1999-05-10 20:50:37 +00:00
norris%netscape.com
576e9d20b6
A statement like "var java;" was hiding the java package defined in the
...
shared global since we weren't looking up the prototype chain.
1999-05-10 18:09:49 +00:00
mcafee%netscape.com
e84cf8d605
Attempting to turn xpconnect on for Solars/sparc and Solaris/intel.
1999-05-10 08:15:45 +00:00
beard%netscape.com
b63a89b964
First Checked In.
1999-05-10 01:48:27 +00:00
mccabe%netscape.com
9c7e64d404
Line-editing support for the standalone javascript interpreter on unixes. Propagating from the SpiderMonkeyDev_BRANCH.
...
None of this code is built as part of the Mozilla build.
1999-05-09 10:22:40 +00:00
beard%netscape.com
2d9156dce8
using the JSContext provided by JSObjectHandle wrappers. This forces all Java calls to work in the same JSContext, as specified by a particular JSObject. This may have to be changed, but it lets spontaneous calls from Java work for now.
1999-05-08 16:46:43 +00:00
beard%netscape.com
2c6d20de9f
added optional Java applet object parameter to jsj_enter_js
1999-05-08 16:46:41 +00:00
beard%netscape.com
12dc2b3cc4
added optional Java applet object parameter to jsj_enter_js, made cxp an in/out parameter, so caller can specify a JSContext
1999-05-08 16:46:40 +00:00
beard%netscape.com
414e8e3a44
added optional Java applet object parameter to map_jsj_thread_to_js_context callback.
1999-05-08 16:46:38 +00:00
rogerl%netscape.com
173eb15222
Latest changes
1999-05-07 22:18:39 +00:00
rogerl%netscape.com
8cf3d6ffe7
Latest changes
1999-05-07 22:07:22 +00:00
fur%netscape.com
50f967f883
Include jsosdep.h for JS_HAS_LONG_LONG flag
1999-05-07 19:20:53 +00:00
mccabe%netscape.com
1f36369274
Added references to the JavaAdapter and classfile classes.
1999-05-06 23:49:10 +00:00
norris%netscape.com
6fe783c4e7
Marginal performance tweak.
1999-05-06 23:17:12 +00:00
beard%netscape.com
05965b7454
First Checked In.
1999-05-06 14:16:15 +00:00
mccabe%netscape.com
ed1922475f
Initial checkin of distribution makefile system for our brandfangled free source Rhino.
1999-05-06 07:51:15 +00:00
fur%netscape.com
a338679826
Delete jsmathtemp.o when clobber'ing
1999-05-06 01:50:11 +00:00
norris%netscape.com
e9a081a149
Update release string.
1999-05-05 23:29:06 +00:00
jband%netscape.com
f642461677
don't copy libxpconnect.so components directory on platforms where xptcall is not supported
1999-05-04 23:54:13 +00:00
jband%netscape.com
f93b0c9828
adjust for xpidl [shared] cuasing a const qualifier to be emitted and wstring mapping to PRUnichar rather than PRUint16
1999-05-04 20:02:47 +00:00
norris%netscape.com
36803eaab9
Handle the case where f is null in "new f".
1999-05-04 17:23:13 +00:00
mccabe%netscape.com
43c8026874
Fix to 5301. Revert from using fd_copysign from the libmath emulation library to using the system copysign.
1999-05-04 07:12:18 +00:00
norris%netscape.com
7ea4f505a3
Fix spelling, don't claim uniqueness.
1999-05-03 17:56:07 +00:00
norris%netscape.com
c7d28e0cbb
Make it purdy.
1999-05-03 17:55:21 +00:00
norris%netscape.com
9628273770
Add README with support for LXR.
1999-05-03 17:53:10 +00:00