mark.lin%eng.sun.com
|
634795291f
|
Added support for Proxies in the MRJ Plugin via getProxyForURL. Reviewed
by ed.burns@eng.sun.com and approved by drapeau@eng.sun.com. Fixes bug
#18691. I can be contacted at mark.lin@eng.sun.com or
phone: (408) 517-5365, (650) 627-8409.
|
1999-11-13 00:37:48 +00:00 |
dmose%mozilla.org
|
42fc94a6ec
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
mark.lin%eng.sun.com
|
4dc8720f23
|
Took out the debug panel which appears whenever System.out messages are
displayed. Also took out my SwingPeers stuff, as it's now obsolete.
|
1999-09-23 20:36:16 +00:00 |
beard%netscape.com
|
d8747acd34
|
changed access paths to find MRJSDK in "{Compiler}MacOS Support:".
|
1999-09-18 22:36:02 +00:00 |
beard%netscape.com
|
4660a83aa3
|
ensure JMDrawFrameInPort is available in printApplet().
|
1999-09-18 20:28:50 +00:00 |
beard%netscape.com
|
f454bdbb9c
|
removing all vestiges of nsICapsManager.
|
1999-09-18 20:25:45 +00:00 |
beard%netscape.com
|
e4a84114ff
|
Revised nsIInputStream methods (Available() instead of GetLength()).
|
1999-09-18 20:25:19 +00:00 |
beard%netscape.com
|
8e6057a09c
|
added dialogs.rsrc
|
1999-09-04 01:58:45 +00:00 |
beard%netscape.com
|
2e316ccf6b
|
bumped version to 1.0d11
|
1999-09-04 01:58:18 +00:00 |
beard%netscape.com
|
da4597d3a2
|
Implemented java_authenticate (duh!). Uses appearance manager text controls to implement a pretty convincing password dialog.
|
1999-09-04 01:57:57 +00:00 |
beard%netscape.com
|
181eccdd65
|
Removed a lot of static kI*IID constants in favor of NS_GET_IID(). Added code to open the plugin's resource file when library is loaded.
|
1999-09-04 01:56:51 +00:00 |
beard%netscape.com
|
52af06d2cd
|
Added an authentication dialog.
|
1999-09-04 01:55:32 +00:00 |
beard%netscape.com
|
6d136cb28a
|
Fix bustage caused by Caps changes.
|
1999-09-04 01:54:32 +00:00 |
beard%netscape.com
|
07c859bdf7
|
added call to JMDrawFrameInPort in printApplet(), to test latest MRJ API.
|
1999-08-14 19:40:57 +00:00 |
beard%netscape.com
|
8ea170a136
|
1.0d10
|
1999-08-14 19:40:00 +00:00 |
mark.lin%eng.sun.com
|
5794736bb3
|
Updated build instructions. Will get pushed out to the website eventually.
|
1999-08-03 21:29:49 +00:00 |
beard%netscape.com
|
f2dcf982a3
|
Added inner class, PrintingGraphics, rather than using QDPrintGraphics, so that I can override the restore() method and keep the correct origin and clipping.
|
1999-08-03 18:09:33 +00:00 |
beard%netscape.com
|
131a39d47b
|
First Checked In.
|
1999-08-03 02:23:48 +00:00 |
beard%netscape.com
|
2d53100ef7
|
Added PrintingPort.java
|
1999-08-03 02:23:37 +00:00 |
beard%netscape.com
|
7556a8762e
|
changed calling convention of printApplet()
|
1999-08-03 02:23:08 +00:00 |
beard%netscape.com
|
7dd8eaa41c
|
revising printing code, printing now happens, but doesn't always go to the correct location.
|
1999-08-03 02:22:36 +00:00 |
beard%netscape.com
|
abdce81652
|
printApplet() now just takes an nsPluginWindow* printingWindow parameter
|
1999-08-03 02:22:01 +00:00 |
beard%netscape.com
|
1003a25754
|
Now uses a PrintingPort, which wraps the specified printing port to redirect drawing to the printer.
|
1999-08-03 02:21:11 +00:00 |
beard%netscape.com
|
531eb26056
|
Trying to sync the toolkit after printing.
|
1999-07-30 03:51:25 +00:00 |
beard%netscape.com
|
e930256ff0
|
added printApplet()
|
1999-07-30 03:28:20 +00:00 |
beard%netscape.com
|
3ddabf4af2
|
First Checked In.
|
1999-07-30 03:27:46 +00:00 |
beard%netscape.com
|
3c531eddfe
|
added AWTUtils.java
|
1999-07-30 03:27:25 +00:00 |
beard%netscape.com
|
a1c502cf00
|
added getObject() method.
|
1999-07-30 03:27:05 +00:00 |
beard%netscape.com
|
766a512ee5
|
changed MIME type processing, printing now delegates to the MRJContext.
|
1999-07-30 03:26:46 +00:00 |
beard%netscape.com
|
ef9d6954fd
|
backing off using JMDrawFrameInPort, as it's currently unimplemented!
|
1999-07-30 03:26:00 +00:00 |
beard%netscape.com
|
d0f862724e
|
CW Pro 4 format.
|
1999-07-29 03:27:07 +00:00 |
beard%netscape.com
|
06e16ad003
|
first cut at printing support, doesn't quite work yet.
|
1999-07-29 03:26:43 +00:00 |
beard%netscape.com
|
88fa01942c
|
First Checked In.
|
1999-07-29 00:45:36 +00:00 |
beard%netscape.com
|
60f62776e1
|
some liveconnect changes
|
1999-07-29 00:44:09 +00:00 |
beard%netscape.com
|
968a889ccb
|
bumped version
|
1999-07-29 00:43:15 +00:00 |
mark.lin%eng.sun.com
|
be28a9a053
|
Changed the MRJPlugin so that it's able to compile again.
Replaced any occurances of GetIID() with NS_GET_IID().
|
1999-07-27 22:23:02 +00:00 |
beard%netscape.com
|
eebca125f1
|
support more "java_" prefixed attributes.
|
1999-06-14 18:41:33 +00:00 |
beard%netscape.com
|
c8a84f61fe
|
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
|
57c82f80e2
|
support "java_CODE" and "CLASSID" attributes.
|
1999-06-14 16:56:11 +00:00 |
beard%netscape.com
|
c1127d1a5f
|
added "application/x-java-applet;version=1.1.2" for Java plugin compatibility
|
1999-06-14 16:55:23 +00:00 |
beard%netscape.com
|
1f481b1e05
|
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
|
395573b940
|
simplified external access paths to point into dist
|
1999-06-14 16:51:34 +00:00 |
beard%netscape.com
|
c99971fb67
|
bug #5670: making more robust when MRJ session can't be created.
|
1999-05-19 01:39:51 +00:00 |
beard%netscape.com
|
78ede735ef
|
updated to latest stream API
|
1999-04-27 20:29:37 +00:00 |
beard%netscape.com
|
f961fe1e96
|
nsIJRILiveConnectPluginInstancePeer implementation
|
1999-04-15 17:13:01 +00:00 |
beard%netscape.com
|
7702e4d6c6
|
added MRJPlugin.java, netscape.plugin.jar.
|
1999-04-15 17:11:12 +00:00 |
beard%netscape.com
|
fbb36fa5a7
|
First Checked In.
|
1999-04-15 17:10:37 +00:00 |
beard%netscape.com
|
93d979c306
|
First Checked In.
|
1999-04-15 16:57:04 +00:00 |
beard%netscape.com
|
3037e321c6
|
changed to "application/x-java-applet"
|
1999-04-12 03:36:06 +00:00 |
beard%netscape.com
|
1e8b05dd95
|
1.0d7
|
1999-04-12 03:34:58 +00:00 |