jband%netscape.com
464d9eeb86
adding netbsd m68k support contributed by khym@bga.com (Dave Huang)
1999-06-02 02:26:38 +00:00
rogerl%netscape.com
f2fe8631dd
Bug #7197 (related) - capture and free char pointers going to error
...
reporter.
Bug #5875 - eval of named function within a function resulted in the
function not being visible at the start of the eval string.
1999-06-01 23:17:19 +00:00
rogerl%netscape.com
1542ad9856
Bug #7197 - free other error report message junk
1999-06-01 23:07:59 +00:00
rogerl%netscape.com
2622a174d3
Fixed non-terminating regexp when max quantifier is unspecified as in :
...
var s = 'zzabc.';
var reg = /[^z]{1,}\./;
s.match(reg);
- wasn't checking for reaching end of text.
1999-06-01 22:43:17 +00:00
jband%netscape.com
1bcf6abf12
added test
1999-06-01 02:43:02 +00:00
jband%netscape.com
4787f025fb
1) Removed old and duplicate .idl, .h, and .xpt files.
...
2) Support passing an interface identifier to getService and NewInstance.
3) Added AbandonJSContext to allow for cleanup of per JSContext data.
4) Added interface inheritence tests.
1999-06-01 02:39:44 +00:00
jband%netscape.com
8c18a6d323
updating readme
1999-06-01 02:31:13 +00:00
rogerl%netscape.com
8801e117eb
Moved from stack to inline execution.
1999-05-28 19:00:48 +00:00
rogerl%netscape.com
ff12a978d6
Bug #6359 and other changes motivated by Waldemar's specification.
1999-05-26 22:28:32 +00:00
cbegle%netscape.com
cd05d0d56b
adding more javascript language tests
1999-05-26 22:24:04 +00:00
cbegle%netscape.com
007525d454
adding more javascript language tests.
1999-05-26 22:22:06 +00:00
briano%netscape.com
fb81e51425
Fix for the case where NSPR is built separately and isn't listed in LD_LIBRARY_PATH.
1999-05-26 22:18:37 +00:00
cbegle%netscape.com
949ea13feb
adding new javascript tests - liveconnect
1999-05-26 22:14:51 +00:00
cbegle%netscape.com
1d29571154
adding new tests for the javascript language - liveconnect.
1999-05-26 22:07:01 +00:00
cbegle%netscape.com
915784967f
adding more javascript language tests to the repository.
1999-05-26 21:48:43 +00:00
cbegle%netscape.com
3481c4fe4d
adding more javascript language tests to the repository.
1999-05-26 21:37:13 +00:00
cbegle%netscape.com
bfe4d4a516
Adding ecma 2 tests to the repository.
1999-05-26 21:22:57 +00:00
norris%netscape.com
4134731727
Fix bug 6705.
1999-05-26 19:55:51 +00:00
norris%netscape.com
29da9ddbfd
Remove class path for merging into a single JAR file.
1999-05-26 19:52:40 +00:00
norris%netscape.com
c3ec40debb
fix node property printing
1999-05-26 19:48:45 +00:00
norris%netscape.com
3dc47a5559
clean up formatting
1999-05-26 19:48:02 +00:00
mcmullen%netscape.com
3391ae2eee
Headers settings did not have the linker turned on!
1999-05-26 19:36:12 +00:00
dp%netscape.com
1052325d54
removing -lreg
1999-05-26 07:41:15 +00:00
dp%netscape.com
94344009c8
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
rogerl%netscape.com
da0336bb41
Hmmm, new changes these are.
1999-05-26 01:01:07 +00:00
rogerl%netscape.com
dc68c3e57f
New.
1999-05-25 21:50:03 +00:00
rogerl%netscape.com
f9288d52bf
JSValue changes, closing in on JSObject API. Began 'correct' semantic
...
implementation for various operators.
1999-05-25 21:49:40 +00:00
rogerl%netscape.com
fd5107675a
Fixed 'continue label'
1999-05-25 20:29:12 +00:00
beard%netscape.com
36f20de5c9
First Checked In.
1999-05-24 20:48:58 +00:00
beard%netscape.com
c1a6075103
added mozilla/js/rhino/org/mozilla/javascript/ListenerCollection.java
1999-05-23 20:07:05 +00:00
briano%netscape.com
b5e1dc09c3
I'm hoping this will fix the breakage that results from not having . in one's PATH.
1999-05-22 06:42:48 +00:00
briano%netscape.com
f16a192d21
Fix for the -r flag problem and the redundant rules warning. And a whole bunch of housecleaning. Approved by leaf@mozilla.org. Let me know if I ripped out something I shouldn't have.
1999-05-22 05:55:23 +00:00
norris%netscape.com
4842b30458
Manifest for jstools.jar to enable use of 1.2 -jar option.
1999-05-21 06:13:37 +00:00
rogerl%netscape.com
8c6e6be5af
Continuing JSValue fun.
1999-05-21 00:54:26 +00:00
norris%netscape.com
ed84c8db7f
Add methods for getting and setting key-value pairs.
1999-05-20 23:54:53 +00:00
rogerl%netscape.com
9f01927972
Switching to JSValue throughout. Implementing operators per base type.
1999-05-20 21:16:11 +00:00
briano%netscape.com
09328c4574
Fix for SCO OpenServer builds. _SCO_DS is always set by SCO's compiler.
1999-05-20 02:57:37 +00:00
rogerl%netscape.com
a254fc512f
New.
1999-05-20 00:14:26 +00:00
rogerl%netscape.com
0248fef529
Switch to new JSValue hierarchy.
...
Added logical/bitwise ops.
1999-05-20 00:13:38 +00:00
norris%netscape.com
b652b55b72
Remove Java 2 dependency.
1999-05-19 23:58:37 +00:00
norris%netscape.com
625fe68e12
Fix bug 6313 'Rhino: "new Function" doesn't work properly with superglobal'
...
Also clean up Context.exit() to be more consistent with Context.enter(),
and make SecuritySupport work with JavaAdapter.
1999-05-18 23:10:20 +00:00
norris%netscape.com
0f406008cb
Fix formatting.
1999-05-18 22:55:11 +00:00
norris%netscape.com
f3a98b7eaf
Clearer formatting.
1999-05-18 22:54:15 +00:00
rogerl%netscape.com
d9eebdf83f
New functionality
1999-05-18 22:50:53 +00:00
rogerl%netscape.com
1104cb60f0
New stuff - better handle on breaks etc, started try/catch
1999-05-18 22:49:59 +00:00
norris%netscape.com
e2e412bdb1
Add submission:
...
Subject:
Re: Modified Context.java
Date:
Sat, 15 May 1999 08:01:37 +0000
From:
"Ian D. Stewart" <idstewart@softhome.net>
To:
Norris Boyd <norris@netscape.com>
References:
1 , 2 , 3 , 4 , 5
Ian D. Stewart wrote:
Norris Boyd wrote:
Can I help with EventListener collector?
Actually, I have a working implementation complete (attatched), but by all means, feel free to add any functionality you feel
may be missing, or to tweak the code .
Norris,
After I sent I my last e-mail, I noticed some potential issues using Object[] in ListenerCollection.getListeners(Class iface).
I'm attatching a new version, which uses a Vector object. This should resolve those issues.
Ian
1999-05-18 22:32:25 +00:00
shaver%netscape.com
0a1f41b7dc
override NO_STATIC_LIB, because we really do need static libraries for some
...
other link parts. This will make it safe to put NO_STATIC_LIB=1 in
myconfig.mk, which saves about 100MB and 3 minutes on my debug build.
(Requires one additional checkin to in xpcom, which is waiting on the
XPCOM 2.0 landing.)
1999-05-17 19:20:28 +00:00
waldemar%netscape.com
3af971a8c2
First working version
1999-05-17 05:11:19 +00:00
waldemar%netscape.com
837f29ca05
Renamed != to /= and lambda to function.
1999-05-17 05:10:41 +00:00
waldemar%netscape.com
f019c1d787
Added intsets.
1999-05-17 05:10:07 +00:00