beard%netscape.com
|
9d00dc8e8c
|
support more "java_" prefixed attributes.
|
1999-06-14 18:41:33 +00:00 |
|
beard%netscape.com
|
384f4312bb
|
added "application/x-java-applet;version=1.1" for Java plugin compatibility, when will it end?
|
1999-06-14 18:41:18 +00:00 |
|
beard%netscape.com
|
f2afcce737
|
support "java_CODE" and "CLASSID" attributes.
|
1999-06-14 16:56:11 +00:00 |
|
beard%netscape.com
|
e252710d2a
|
added "application/x-java-applet;version=1.1.2" for Java plugin compatibility
|
1999-06-14 16:55:23 +00:00 |
|
beard%netscape.com
|
c487bf9c1e
|
now looks for MIME types that merely start with NS_APPLET_MIME_TYPE for better Sun Java plugin compatibility. changed MRJPlugin::CreateInstance() to use QueryInterface() rather than checking for interfaces itself.
|
1999-06-14 16:54:44 +00:00 |
|
beard%netscape.com
|
0ca2eea868
|
simplified external access paths to point into dist
|
1999-06-14 16:51:34 +00:00 |
|
beard%netscape.com
|
4e1f2e4b7a
|
bug #5670: making more robust when MRJ session can't be created.
|
1999-05-19 01:39:51 +00:00 |
|
beard%netscape.com
|
b9d92ac735
|
updated to latest stream API
|
1999-04-27 20:29:37 +00:00 |
|
beard%netscape.com
|
fb81328f8e
|
nsIJRILiveConnectPluginInstancePeer implementation
|
1999-04-15 17:13:01 +00:00 |
|
beard%netscape.com
|
cce3a99c65
|
added MRJPlugin.java, netscape.plugin.jar.
|
1999-04-15 17:11:12 +00:00 |
|
beard%netscape.com
|
1a6e34fc74
|
First Checked In.
|
1999-04-15 17:10:37 +00:00 |
|
beard%netscape.com
|
b0b17c6a34
|
First Checked In.
|
1999-04-15 16:57:04 +00:00 |
|
beard%netscape.com
|
ff4ab25e4e
|
changed to "application/x-java-applet"
|
1999-04-12 03:36:06 +00:00 |
|
beard%netscape.com
|
dbee643bb0
|
1.0d7
|
1999-04-12 03:34:58 +00:00 |
|
beard%netscape.com
|
5f1e01d35f
|
fixed call to eval()
|
1999-04-12 03:30:50 +00:00 |
|
beard%netscape.com
|
ae6d2cf34b
|
support for "application/x-java-applet"
|
1999-04-12 03:30:04 +00:00 |
|
beard%netscape.com
|
a3b945978f
|
added RunnableMixin.cpp
|
1999-04-12 03:29:27 +00:00 |
|
beard%netscape.com
|
f56a05205d
|
Reworked to use nsIThreadManager::PostEvent() to execute JSObject methods from an arbitrary Java thread.
|
1999-04-12 03:29:00 +00:00 |
|
beard%netscape.com
|
18675c01fe
|
First Checked In.
|
1999-04-12 03:26:18 +00:00 |
|
beard%netscape.com
|
9b0d85dbd9
|
simpler call to JSObject.eval
|
1999-04-11 23:41:38 +00:00 |
|
beard%netscape.com
|
e019ced4df
|
1.0d6
|
1999-03-30 04:11:01 +00:00 |
|
beard%netscape.com
|
81dba30590
|
removed MIME type, "application/x-java-frame", added "application/x-java-applet"
|
1999-03-30 04:10:45 +00:00 |
|
beard%netscape.com
|
ef42c93638
|
calling JMSetFrameSize whenever window is moved or resized. This should make swing JMenus work much better.
|
1999-03-28 04:32:50 +00:00 |
|
beard%netscape.com
|
a6847586ec
|
changed activate event handling, special casing plainDBox window variant when showing a window, to keep swing menus from unhiliting the parent frame.
|
1999-03-28 04:16:46 +00:00 |
|
beard%netscape.com
|
dce6117b2e
|
passing nullEvents to filter function.
|
1999-03-28 04:14:40 +00:00 |
|
beard%netscape.com
|
da730e8619
|
Removed GetJSWindow() method.
|
1999-03-25 03:30:49 +00:00 |
|
beard%netscape.com
|
264deb0f7d
|
added GetJSWindow.
|
1999-03-24 05:37:42 +00:00 |
|
beard%netscape.com
|
640e2a4f32
|
updated build instructions
|
1999-03-22 17:19:26 +00:00 |
|
beard%netscape.com
|
e038c62894
|
Using println rather than applet.print, since JSObject.getWindow() isn't working yet.
|
1999-03-21 17:29:39 +00:00 |
|
beard%netscape.com
|
c6508e4b6b
|
bumped version
|
1999-03-20 04:14:33 +00:00 |
|
beard%netscape.com
|
0da277752a
|
reworked initialization/termination routines, now adds MRJPlugin.jar to the class path, assuming same directory as plugin, removes event filters upon termination.
|
1999-03-20 04:14:22 +00:00 |
|
beard%netscape.com
|
b754d8c3cf
|
added MRJConsole.jar target, added EventFilter.cpp
|
1999-03-20 04:14:12 +00:00 |
|
beard%netscape.com
|
820868d995
|
added MouseListener popup menu trigger.
|
1999-03-20 04:13:22 +00:00 |
|
beard%netscape.com
|
35a6a46def
|
addToClassPath(const FSSpec& fileSpec)
|
1999-03-20 04:12:59 +00:00 |
|
beard%netscape.com
|
81416f4034
|
added setDocumentBase, reworked CODEBASE logic.
|
1999-03-20 04:09:38 +00:00 |
|
beard%netscape.com
|
a36f89ab8d
|
Added more events, added menu filtering.
|
1999-03-20 04:08:52 +00:00 |
|
beard%netscape.com
|
9df395c2d0
|
First Checked In.
|
1999-03-20 04:08:17 +00:00 |
|
beard%netscape.com
|
3ea5b551a6
|
added Jump instruction for safe removal. this is a dead-end, because update events can't be gotten reliably.
|
1999-03-20 04:08:04 +00:00 |
|
beard%netscape.com
|
df2dcd4838
|
fixed MRJPlugin::Initialize() to be more robust, added hasTagInfo to determine whether javascript: URL must be used to get the CODEBASE attribute.
|
1999-03-19 18:25:56 +00:00 |
|
beard%netscape.com
|
24790878ed
|
Added jGNE.cpp
|
1999-03-19 18:25:36 +00:00 |
|
beard%netscape.com
|
87f6f42ca2
|
kIJVMPluginTagInfoIID --> nsIJVMPluginTagInfo::GetIID()
|
1999-03-19 18:22:30 +00:00 |
|
beard%netscape.com
|
5c7d48dd05
|
First Checked In.
|
1999-03-19 18:21:50 +00:00 |
|
beard%netscape.com
|
c2b706b307
|
started on nsIPluginManager2 implementation, using jGNE event filter for update events.
|
1999-03-19 18:21:37 +00:00 |
|
beard%netscape.com
|
dcdc02d44e
|
First Checked In.
|
1999-03-19 15:01:47 +00:00 |
|
beard%netscape.com
|
dccb459151
|
bumped version
|
1999-03-19 14:36:50 +00:00 |
|
beard%netscape.com
|
870e2549ee
|
updated
|
1999-03-19 14:36:49 +00:00 |
|
beard%netscape.com
|
e780ce9a51
|
changed the finalize method to release the wrapped plugin instance.
|
1999-03-19 14:35:50 +00:00 |
|
beard%netscape.com
|
c611160534
|
Using a __MRJ_JAVA_CONSOLE__ as the unique name.
|
1999-03-19 14:35:06 +00:00 |
|
beard%netscape.com
|
ea53b9716f
|
FRAME -> JAVAFRAME attribute
|
1999-03-19 14:32:02 +00:00 |
|
beard%netscape.com
|
757de25394
|
removed margin problem, computing initial window size, added &NBSP; between <BODY> and <EMBED>.
|
1999-03-19 14:31:23 +00:00 |
|