dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
edburns%acm.org
cb86e2278a
r=edburns@acm.org
...
author=idk@eng.sun.com
#16149
approver=edburns@acm.org
1999-10-26 01:29:09 +00:00
edburns%acm.org
90b483f4ea
Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=15902
...
Approved by: edburns@acm.org
Reviewed by: edburns@acm.org
Authored by: idk@eng.sun.com
1999-10-09 01:34:29 +00:00
briano%netscape.com
70f4c0b6b8
General cleanup.
1999-09-14 02:51:42 +00:00
cyeh%netscape.com
df37c0fb33
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 01:24:51 +00:00
norris%netscape.com
bff57397e0
Add all-powerful system principals. Remove some dead code from the build.
1999-09-01 00:54:35 +00:00
beard%netscape.com
540c0198b5
to fix build breakage, removed nsIJVMManager.h
1999-08-12 03:33:16 +00:00
bienvenu%netscape.com
3b12f5f7fb
fix build bustage
1999-08-12 03:10:30 +00:00
edburns%acm.org
1706f2c458
This fix is for http://bugzilla.mozilla.org/show_bug.cgi?id=5429 .
...
This fix enables the Tasks->Java Console menu item to show the Java
Console provided by the JRE plugin if it is installed.
It also exposes nsIJVMManager as a full XPIDL citizen, with the progid
component://netscape/oji/jvm-mgr. see modules/oji/public/nsIJVMManager.idl
for the methods that can be called.
Thanks to Trevor, John Bandauer, Brendan Eich and Robert Yang.
1999-08-12 01:56:18 +00:00
ducarroz%netscape.com
34b8a412fa
fix build bustage with nsIJVMConsole.h & nsIJVMPrefsWindow.h for edburns@acm.org
1999-07-07 01:38:35 +00:00
edburns%acm.org
ce2384fa14
Alex Musil and Stanley Ho's changes. Added Show and hide methods.
1999-07-07 00:22:32 +00:00
beard%netscape.com
888ebe913c
added IsJavaEnabled().
1999-04-24 04:10:49 +00:00
beard%netscape.com
b4477ef8a3
added PostEvent(), which calls nsIRunnable::Run() in a specified thread.
1999-04-12 03:20:21 +00:00
beard%netscape.com
ba477e454e
added WrapJavaObject, which wraps a JNI global reference in a JSObject.
1999-03-21 19:53:28 +00:00
beard%netscape.com
d64b63d9e0
added IID accessor
1999-03-21 19:51:01 +00:00
beard%netscape.com
e291c88c43
added NS_DEFINE_STATIC_IID_ACCESSOR.
1999-03-12 04:46:43 +00:00
beard%netscape.com
8e5d1b50c4
Added accessor for NS_JVMMANAGER_CID.
1999-03-08 00:12:00 +00:00
beard%netscape.com
917b3eb6bd
Added InitLiveConnectClasses for DOM's use.
1999-03-08 00:09:05 +00:00
beard%netscape.com
a683828892
Added nsILiveConnectManager.h.
1999-02-25 04:39:20 +00:00
beard%netscape.com
b8e77db452
#include "jni.h" if necessary.
1999-02-25 04:18:59 +00:00
beard%netscape.com
bbf25a510c
Renamed CID macro.
1999-02-25 04:18:30 +00:00
beard%netscape.com
d599bb5186
nsILiveConnectManager.h
1999-02-24 18:00:00 +00:00
beard%netscape.com
8109777be3
First Checked In.
1999-02-24 17:58:36 +00:00
beard%netscape.com
1692c4c365
OJI interface changes
1999-02-20 02:24:15 +00:00
beard%netscape.com
d563196107
First Checked In.
1999-02-05 07:58:30 +00:00
sudu%netscape.com
6624efe2b9
OJI MozClassic to raptor merge
1999-01-25 08:05:00 +00:00
ramiro%netscape.com
2009b728de
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
cyeh%netscape.com
e9d3c67427
Removing static makefiles as a part of the transition to Autoconf. I have taken great
...
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.
If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com .
1998-11-21 00:34:32 +00:00
beard%netscape.com
177c1fe006
Changed a comment.
1998-11-03 00:13:38 +00:00
sudu%netscape.com
a4f7620f28
Changes to support liveconnect security using ProxyJNI
1998-11-02 23:11:38 +00:00
beard%netscape.com
375fe1a835
First Checked In.
1998-10-22 20:45:42 +00:00
beard%netscape.com
f0d430344d
added ProxyJNI.h, nsIThreadManager.h
1998-10-22 20:44:43 +00:00
warren%netscape.com
0837a42bcb
Added
1998-10-14 01:35:59 +00:00
beard%netscape.com
4e2bce6665
Added GetSecureJNI
1998-10-13 21:39:15 +00:00
beard%netscape.com
0cd1926508
Removed ; after }
1998-10-13 21:15:47 +00:00
beard%netscape.com
ba38421a49
First Checked In.
1998-10-13 21:14:53 +00:00
beard%netscape.com
840ef43ff2
Added NewObjectArray, changed NewArray.
1998-10-03 03:16:30 +00:00
beard%netscape.com
0067dacf16
First Checked In.
1998-10-02 21:23:49 +00:00
beard%netscape.com
3ac6f9e6ee
Added nsISecureJNI2.h
1998-10-02 21:22:41 +00:00
beard%netscape.com
6f43233e5b
Made SpendTime method XP.
1998-09-30 20:07:45 +00:00
beard%netscape.com
f1af088431
Added SpendTime to nsIJVMPlugin. Only turned on for XP_MAC, to avoid breaking other's plugins.
1998-09-21 20:41:19 +00:00
warren%netscape.com
d668f0e06c
Abstracted away need for JavaVM object and GetJavaVM plugin API call.
1998-09-18 01:29:08 +00:00
sudu%netscape.com
624ee74854
New xpcom liveconnect apis
1998-09-17 18:13:55 +00:00
cls%seawood.org
90d0af1408
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
warren%netscape.com
207bbebb65
Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag.
1998-07-31 20:19:50 +00:00
warren
c08c010ea6
Breaking out oji interfaces into separate headers.
1998-07-09 08:57:00 +00:00