mcafee%netscape.com
e926da3464
Missing slash, fixes Linux autoconf breakage. Thanks to <smorrison@gte.com>.
1998-09-29 04:36:29 +00:00
mccabe%netscape.com
6ec66f53e8
Initial checkin of PerlConnect, migrated from the private tree.
...
Perlconnect is a set of facilities for controlling and interacting
with a perl interpreter from javascript, and vice versa. It supplies
several mechanisms for transparently reflecting perl scalars, hashes
and arrays as the corresponding types in javascript.
Currently maintained by Vladimir Livshits, val4@cornell.edu
1998-09-28 22:05:39 +00:00
mcafee%netscape.com
d515276241
Added Rhapsody to the long list of OS's that can't handle localtime_r().
1998-09-28 07:12:12 +00:00
cyeh%netscape.com
7d8c295ca5
(Actually mlm)
...
- Remove definition of inline which is breaking linux build
1998-09-25 23:49:30 +00:00
mlm%netscape.com
b90ca7ec9c
Branch landing: Multithreading libmocha in mozilla.
...
- Add casts to make -DJS_THREADSAFE work.
1998-09-25 22:02:47 +00:00
mlm%netscape.com
fbc03d270b
Branch landing: Multithreading libmocha in mozilla.
...
- Add -DJS_THREADSAFE
1998-09-25 22:02:19 +00:00
rogerl%netscape.com
bfc8111f7b
Oops, checked in a call to decompileFunctionBody which was for debugging
...
purposes only.
1998-09-25 18:10:27 +00:00
wtc%netscape.com
ad7714484d
Removed the inclusion of private NSPR header "prosdep.h" on the Mac.
...
Reviewed and approved by Warren Harris.
1998-09-25 04:43:58 +00:00
wtc%netscape.com
b1fda97e9f
Removed references to the obsolete library libmsgc21 in the comments.
...
Reviewed and approved by Scott Furman.
Files changed: js/src/{Makefile,Makefile.in},
js/src/xpcom/{Makefile,Makefile.in}.
1998-09-24 14:16:52 +00:00
jband%netscape.com
f22cb5951c
added class to minimize drawinf of list items. lxr friendlier generated files
1998-09-24 07:28:52 +00:00
jband%netscape.com
2679d473d5
add targets, generated files use C-stlye comments to be more lxr friendly
1998-09-24 07:27:07 +00:00
fur%netscape.com
3d4c0f0c83
Deleting obsolete contents of jsj directory
1998-09-24 00:32:24 +00:00
rogerl%netscape.com
4f81e38cf9
Added the #define for turning on the default messages. Not sure if this is
...
the right place for it, but I wanted to get it in before the merge-a-thon.
1998-09-23 20:41:13 +00:00
rogerl%netscape.com
7c1d5988f6
Changes for error messages - arguments are now jschar.
1998-09-23 20:38:23 +00:00
rogerl%netscape.com
0896895d70
Bug #104766 , decompileFunctionBody needed to set scope in printer before
...
calling decompileCode.
1998-09-23 20:37:58 +00:00
rogerl%netscape.com
2cd63753bb
Changes for error messages - arguments are now jschar.
...
Bug #104766 , decompileFunctionBody needed to set scope in printer before
calling decompileCode.
1998-09-23 20:36:18 +00:00
bjorn%netscape.com
d376dd5861
Now using a lock in prarena instead of compare-and-swap.
1998-09-23 20:19:28 +00:00
bjorn%netscape.com
e98900791f
Removed a redundant assignment, f->susp=-1.
1998-09-23 19:51:26 +00:00
fur%netscape.com
a3c65849c2
When finalizing the prototype objects, don't try to access the JNIEnv, since that can cause the JVM to be unnecessarily loaded
1998-09-23 18:36:38 +00:00
bjorn%netscape.com
92dd15691d
Patched the name JS_USE_ONLY_NSPR_LOCKS.
1998-09-22 21:45:13 +00:00
wtc%netscape.com
96a6a02078
NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
...
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
fur%netscape.com
f88cf62f00
First Checked In.
1998-09-22 03:07:13 +00:00
beard%netscape.com
64ea2e0c0f
Turned off registering the native methods that are now installed by the plugin.
1998-09-22 02:29:36 +00:00
beard%netscape.com
dd37b82b9a
Changed all interfaces to use UNICODE strings, changed some ints to jints.
1998-09-22 02:24:56 +00:00
beard%netscape.com
dabecf7bc1
Added netscape_javascript_JSObject.h.
1998-09-22 02:23:44 +00:00
matt%netscape.com
34b612cd1e
Adding mak file for HP-UXB.10.20
1998-09-22 02:13:56 +00:00
norris%netscape.com
a8d7c15011
Fix bug 323696 "js12: unimplemented bytecode error in switch test"
...
Rename js_ResetCodeGenerator to js_FinishCodeGenerator to indicate that
js_InitCodeGenerator must be called after finish before it can be reused.
1998-09-21 17:17:26 +00:00
brendan%netscape.com
13c7230b4c
Fix last checkin.
1998-09-20 02:58:41 +00:00
norris%netscape.com
b7d8575ca7
Remove ECMA v2 versioning since v2 is far from settled and we don't know which JavaScript version will implement it.
1998-09-18 20:40:35 +00:00
norris%netscape.com
9fb6ef3b59
Update version number and release date. Use the date of our next customer drop.
1998-09-18 20:35:09 +00:00
rogerl%netscape.com
9a27ef1b9d
Bug #315139 (aka 104859). Some discrepancies between JS1.2 behaviour for
...
matching at empty pattern at end of string. I'm not real confident of
this fix since it removes code that seems to explicitly address the issue,
but it does fix the bug.
1998-09-18 20:22:59 +00:00
rogerl%netscape.com
9f60232a23
Bug #316839 . Re-allocation of space for flat1/flat coalesce wasn't using
...
sizeof(jschar).
1998-09-18 20:20:53 +00:00
jband%netscape.com
dcca610736
(not part of client build) added short description to each source file
1998-09-18 19:56:45 +00:00
fur%netscape.com
f52527ce5d
We decided not to create mini-NSPR
1998-09-18 18:09:26 +00:00
sudu%netscape.com
12577f0abd
Removed dependancy on caps/oji plugin stuff in building liveconnect
1998-09-18 02:28:50 +00:00
warren%netscape.com
e739973a4a
Abstracted away need for JavaVM object and GetJavaVM plugin API call.
1998-09-18 01:29:08 +00:00
jband%netscape.com
238f96eccb
(not part of client build) added call/return hooks to js_Invoke and js_Execute. Also added additional accessors to jsdbgapi for JSStackFrame contents. This will better facilitate tracking exceptions as they propagate up the stack, allow for faster stepping schemes, and support less intrusive tracing/profiling schemes.
1998-09-18 00:57:11 +00:00
mccabe%netscape.com
8257eac38e
Propagate mcafee compile-warning fixes from js/src.
1998-09-17 23:48:20 +00:00
beard%netscape.com
8785f1659c
09171998 LiveConnect Carpool
1998-09-17 20:41:00 +00:00
sudu%netscape.com
6eada553e3
including config.mak to get default MOZ_OJI flag being set in config
1998-09-17 19:22:38 +00:00
beard%netscape.com
3b0249a287
09171998 LiveConnect Carpool
1998-09-17 19:20:20 +00:00
sudu%netscape.com
27a8da36c2
removed c++ style comments
1998-09-17 19:06:00 +00:00
sudu%netscape.com
8d00de7ede
Included confg.mk so that MOZ_OJI flag gets picked up from there. Else liveonnect dir would not be traversed
1998-09-17 18:35:15 +00:00
sudu%netscape.com
1de8c0fe1f
Added new XPCOM apis to liveconnect
1998-09-17 18:21:49 +00:00
sudu%netscape.com
3e35efee72
removing jni files which were placed by mistake in _jri dir
1998-09-17 18:18:16 +00:00
sudu%netscape.com
cdabeaacce
Resurrecting the files which were placed in wrong dir _jri
1998-09-17 18:17:04 +00:00
sudu%netscape.com
ace5839c75
New xpcom liveconnect apis
1998-09-17 18:13:55 +00:00
jband%netscape.com
b1ecdebd65
(not part of client build) moving to mozilla from jsdse_branch of ns/js/jsd/corba. This code constitutes the server side of the Corba/iiop based remote JavaScript debugging system. There is not currently a build system for the C++ code in place
1998-09-16 22:24:00 +00:00
jband%netscape.com
2de73cf99d
(not part of client build) added single makefile controlled switchpoint using awk generated Java source file for ASSERT and DEBUG in ifcui
1998-09-16 19:04:53 +00:00
mcafee%netscape.com
e7203838d4
Uninitialized variable compiler warnings on Linux
1998-09-16 06:54:49 +00:00