rogerl%netscape.com
1e234bee7e
Fixed compile time errors + minor memory allocation problems.
1999-07-15 23:37:05 +00:00
cbegle%netscape.com
fd28e5b3c2
Add a regression test case for #7635 .
...
This file is not part of the client build.
1999-07-15 22:28:12 +00:00
cbegle%netscape.com
2e2a2c8645
New tests for the JavaScript engine.
...
These tests are not built and are not part of the client build.
1999-07-15 20:27:40 +00:00
jband%netscape.com
50e430403c
1) added JSContextStack per thread service (with test).
...
2) rooted out all instances of JS_ReportErros and replaced with JS exception throwing.
3) added more exception message types.
4) Added service (also reflected into JS) for getting JS and native stack objects to be used in exceptions.
5) Fixed broken test.
6) updated TODO list.
1999-07-15 05:42:53 +00:00
mcafee%netscape.com
5083998c76
Fixing linux warning
1999-07-15 03:02:44 +00:00
jband%netscape.com
bbee6e597d
added files: mozilla/js/src/xpconnect/src/xpcstack.cpp
1999-07-15 03:00:55 +00:00
jband%netscape.com
86f9361856
adding placeholder file - soon to be used
1999-07-15 02:59:43 +00:00
jband%netscape.com
c721652ae0
added files: mozilla/js/src/xpconnect/idl/xpcexception.idl
1999-07-15 02:50:47 +00:00
jband%netscape.com
d39d8a4018
adding file - soon to be used
1999-07-15 02:48:07 +00:00
brendan%mozilla.org
23eab7fbcf
Warning abatement.
1999-07-15 02:46:00 +00:00
brendan%mozilla.org
7fa05e97d9
- Fix for..in bug where ECMA 12.6.3 steps 5 and 6 are reversed: the effect was
...
to define an unbound global variable used to enumerate an empty object, when
the standard says no variable should be defined.
- Clean up minor nits, make comment style match prevailing, tighten up for..in
element-indexing special case comments.
- Fix js_Invoke to take CONSTRUCT and INTERNAL flags arg instead of a construct
boolean arg and the JSStackFrame internalCall mis-located boolean non-arg.
Use these flags correctly in all calls (previous version failed to set the
bogus frame.internalCall around js_Invoke calls from jsfun.c and jsstr.c).
1999-07-15 02:24:23 +00:00
cbegle%netscape.com
57c272ae37
add a regression test for bug #9802
1999-07-14 20:26:27 +00:00
cbegle%netscape.com
7864b1fab8
correct the naming of these tests. negative tests have an -n.js filename
...
extension.
1999-07-14 18:12:11 +00:00
cbegle%netscape.com
1d5a125e45
allow command line option to specify the full path to the js executable.
1999-07-14 18:11:22 +00:00
jdunn%netscape.com
e85c4dfe66
Need to put libxpconnect.so in components for AIX
1999-07-14 16:36:16 +00:00
norris%netscape.com
e07db97ba0
Report errors for incorrect usages of varargs forms.
1999-07-08 16:32:51 +00:00
norris%netscape.com
5212cf9694
Fix javadoc bug.
1999-07-08 00:37:12 +00:00
ramiro%netscape.com
bbed66360e
Checkin another chunk of Alex Larsson's non-exported symbol reduction
...
patch. All changes protected by MOZ_STRIP_NOT_EXPORTED.
These particular changes set the NS_EXPORT declarations as needed by
the linker.
1999-07-07 09:02:21 +00:00
brendan%mozilla.org
3c47cbe1b2
Avoid overallocating JS stack for "%ip" and other multi-char format codes.
1999-07-07 08:18:42 +00:00
mccabe%netscape.com
00a2b5290f
Define JS_HAVE_LONG_LONG for VMS on the Alpha.
...
Thanks to Colin Blake <colin@theblakes.com> for this patch.
1999-07-07 00:38:52 +00:00
mccabe%netscape.com
b6aed3e5d7
Fix to 9241 - Change types to unsigned to fix compile-time warnings.
...
Thanks go to kherron@sgum.mci.com for the patch.
1999-07-06 22:58:42 +00:00
sspitzer%netscape.com
ca20b32c35
fix warning
1999-07-06 22:40:54 +00:00
norris%netscape.com
4369cccbf6
Fix bug in ScriptableObject that make classes with jsGet_ but not jsFunction_ work improperly.
...
Also update Foo example to conform to new defineClass API.
1999-07-06 17:13:33 +00:00
jband%netscape.com
488ac73cde
added files: mozilla/js/src/xpconnect/src/xpcthreadcontext.cpp
1999-07-05 19:42:55 +00:00
jband%netscape.com
935615bc82
adding new file to build projects
1999-07-05 19:42:32 +00:00
jband%netscape.com
acc9aa4f7f
added files: mozilla/js/src/xpconnect/idl/nsIJSContextStack.idl
1999-07-05 19:29:09 +00:00
jband%netscape.com
65b75a8897
adding JSContextStack interface
1999-07-05 19:26:36 +00:00
jband%netscape.com
d0965e0a9d
updating string example/test to include an example of [shared]
1999-07-03 00:59:56 +00:00
jband%netscape.com
40ffe9be8d
adding a string getter tests as an example for bug 9227
1999-07-03 00:34:35 +00:00
briano%netscape.com
5b812bbb20
Minor IRIX-specific tweak to make 5.x happy.
1999-07-02 23:19:13 +00:00
jband%netscape.com
8c51bca47b
fix mismatched bool type. Thanks to Glen Nakamura <glen.nakamura@usa.net>
1999-07-02 23:08:24 +00:00
ramiro%netscape.com
43295086e9
Part I of Alexander Larsson's (alex@signum.se) patch to reduce symbol bloat.
...
All these changes are safely ifdefed out for the time being.
There are also a few implementation
DEFINES cleanups.
1999-07-02 14:59:36 +00:00
dveditz%netscape.com
0eb6c820cf
nakefile cleanups
1999-07-02 13:42:17 +00:00
jband%netscape.com
0c82b1f04e
spaced out format string for readability
1999-07-02 02:41:15 +00:00
jband%netscape.com
460d62cc6b
xpconnect now QIs the object to be wrapped before wrapping it 'just to be sure'
1999-07-02 02:17:37 +00:00
jband%netscape.com
367e8add5e
change some instances of 'const char* foo' to 'const char foo[]'
1999-07-01 18:21:01 +00:00
brendan%mozilla.org
1eed515ae6
Rip out assign hack, simplify boolean value synthesis, minor cleanups.
1999-07-01 02:24:32 +00:00
jband%netscape.com
99fcffe580
1) make nsIXPConnect.h include only jspubtd.h instead of the whole of jsapi.h.
...
2) make the wrappedJS QI check for a match with chained wrappers before trying QI on the wrapped JS object.
3) add support for brendan's new JSArgumentFormatter callback to do auto js arg conversions - with test.
1999-06-30 06:01:36 +00:00
jband%netscape.com
4d8f787193
an nsISupports::GetIID() to nsCOMTypeInfo<nsISupports>::GetIID() change that scc missed
1999-06-30 03:17:30 +00:00
jband%netscape.com
a39bd6d9f6
Fixing lame bug in two Find implementations - thanks shaver. Removing commented out dead code
1999-06-29 21:37:09 +00:00
jband%netscape.com
a022bcbbcf
doing my part for bug 8227
1999-06-29 21:34:50 +00:00
scc%netscape.com
f79508bc68
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
1999-06-29 21:01:31 +00:00
mcafee%netscape.com
c904fa8bfa
BeOS changes. a=jband
1999-06-29 07:05:14 +00:00
mcafee%netscape.com
916a980efe
BeOS changes. a=jband
1999-06-29 06:57:57 +00:00
mcafee%netscape.com
0457f7bdd5
BeOS changes. a=jband
1999-06-29 06:53:01 +00:00
mcafee%netscape.com
9107baba71
BeOS changes. a=jband
1999-06-29 06:51:25 +00:00
mcafee%netscape.com
f2d4af5b11
BeOS changes, a=jband.
1999-06-29 06:47:38 +00:00
mcafee%netscape.com
cb27a1049b
BeOS changes. a=jband
1999-06-29 06:44:17 +00:00
mcafee%netscape.com
0890671c0d
BeOS changes
1999-06-29 06:42:26 +00:00
mcafee%netscape.com
1a6cdf6b8f
BeOS changes
1999-06-29 06:36:18 +00:00