modgock%eng.sun.com
|
d43b42bb47
|
Fixes bug 30593 -- this module isn't built by tinderbox and is therefore immune from build stability issues (it builds of course, but it's immune from the closure since it's not part of the build/kit process)
|
2000-03-08 19:36:13 +00:00 |
|
modgock%eng.sun.com
|
01011b7681
|
Brought it up to CW5 pathing standard. THIS DOES NOT AFFECT TINDERBOX.
|
2000-02-23 12:26:56 +00:00 |
|
modgock%eng.sun.com
|
974c477e3e
|
Added more notes for a good build. THIS DOES NOT AFFECT TINDERBOX.
|
2000-02-23 12:26:08 +00:00 |
|
modgock%eng.sun.com
|
2bfdc49faa
|
Fixed some amnesiatic lib paths; as this is never built by the build process (tinderbox) (nor seemingly anybody as it hasn't been able to build until i got around to fixing it) this commit is immune to tree status and colour.
|
2000-02-23 07:26:07 +00:00 |
|
beard%netscape.com
|
9573ec7c12
|
Fixed access paths to use local MRJSDK libraries and includes, which are supposed to be installed in mozilla/plugin/MRJSDK, per the build instructions. Fixed 4.X MRJPlugin target to build correctly.
|
2000-02-21 22:37:21 +00:00 |
|
modgock%eng.sun.com
|
352791bd10
|
last clarifications for plugin build. (part of closing out 27427)
|
2000-02-18 03:27:35 +00:00 |
|
modgock%eng.sun.com
|
a7008a7371
|
Changes to bring plugin code inline with various superclass changes and environment changes causal
from the changeover to CW5 (5.3 updated)
|
2000-02-17 00:34:07 +00:00 |
|
modgock%eng.sun.com
|
478d014576
|
updated instructions so that they're current for the CW5.3 env.. etc etc
|
2000-02-17 00:30:40 +00:00 |
|
scc%netscape.com
|
73802d6f2e
|
Pro5 update
|
2000-02-07 23:06:04 +00:00 |
|
brade%netscape.com
|
27ca515c4c
|
fix access paths for move to CW5 (bug #25949)
|
2000-02-02 22:45:39 +00:00 |
|
edburns%acm.org
|
8d3843239c
|
r=marklin
bug=7785
a=edburns
Change nsIThreadManager::GetCurrentThread(PRUint32 *result)
to nsIThreadManager::GetCurrentThread(nsPluginThread* *result)
|
1999-12-06 20:12:56 +00:00 |
|
mark.lin%eng.sun.com
|
49a3e8a1fa
|
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
|
5312eacf8c
|
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
|
70ce85916c
|
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
|
dc76a8ffb4
|
changed access paths to find MRJSDK in "{Compiler}MacOS Support:".
|
1999-09-18 22:36:02 +00:00 |
|
beard%netscape.com
|
17405c284d
|
ensure JMDrawFrameInPort is available in printApplet().
|
1999-09-18 20:28:50 +00:00 |
|
beard%netscape.com
|
8d8a75c577
|
removing all vestiges of nsICapsManager.
|
1999-09-18 20:25:45 +00:00 |
|
beard%netscape.com
|
ee7432f2ec
|
Revised nsIInputStream methods (Available() instead of GetLength()).
|
1999-09-18 20:25:19 +00:00 |
|
beard%netscape.com
|
017c151266
|
added dialogs.rsrc
|
1999-09-04 01:58:45 +00:00 |
|
beard%netscape.com
|
a1d6070e3a
|
bumped version to 1.0d11
|
1999-09-04 01:58:18 +00:00 |
|
beard%netscape.com
|
6b9763c789
|
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
|
a3839fe2da
|
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
|
f7dc882535
|
Added an authentication dialog.
|
1999-09-04 01:55:32 +00:00 |
|
beard%netscape.com
|
96f6b9c460
|
Fix bustage caused by Caps changes.
|
1999-09-04 01:54:32 +00:00 |
|
beard%netscape.com
|
7a07618a34
|
added call to JMDrawFrameInPort in printApplet(), to test latest MRJ API.
|
1999-08-14 19:40:57 +00:00 |
|
beard%netscape.com
|
26660b306f
|
1.0d10
|
1999-08-14 19:40:00 +00:00 |
|
mark.lin%eng.sun.com
|
c7ab3e82f6
|
Updated build instructions. Will get pushed out to the website eventually.
|
1999-08-03 21:29:49 +00:00 |
|
beard%netscape.com
|
496036628d
|
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
|
c4bdaba534
|
First Checked In.
|
1999-08-03 02:23:48 +00:00 |
|
beard%netscape.com
|
e3293207a6
|
Added PrintingPort.java
|
1999-08-03 02:23:37 +00:00 |
|
beard%netscape.com
|
3459f46fdf
|
changed calling convention of printApplet()
|
1999-08-03 02:23:08 +00:00 |
|
beard%netscape.com
|
ccf447206b
|
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
|
2dbbb8956c
|
printApplet() now just takes an nsPluginWindow* printingWindow parameter
|
1999-08-03 02:22:01 +00:00 |
|
beard%netscape.com
|
5c077d8cbc
|
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
|
22fd32aa57
|
Trying to sync the toolkit after printing.
|
1999-07-30 03:51:25 +00:00 |
|
beard%netscape.com
|
674889b1d4
|
added printApplet()
|
1999-07-30 03:28:20 +00:00 |
|
beard%netscape.com
|
0daaf2b653
|
First Checked In.
|
1999-07-30 03:27:46 +00:00 |
|
beard%netscape.com
|
bf482c5ec7
|
added AWTUtils.java
|
1999-07-30 03:27:25 +00:00 |
|
beard%netscape.com
|
8a26e52f21
|
added getObject() method.
|
1999-07-30 03:27:05 +00:00 |
|
beard%netscape.com
|
f46d328f8c
|
changed MIME type processing, printing now delegates to the MRJContext.
|
1999-07-30 03:26:46 +00:00 |
|
beard%netscape.com
|
3d5b6cedd8
|
backing off using JMDrawFrameInPort, as it's currently unimplemented!
|
1999-07-30 03:26:00 +00:00 |
|
beard%netscape.com
|
96d2fce610
|
CW Pro 4 format.
|
1999-07-29 03:27:07 +00:00 |
|
beard%netscape.com
|
91c8acb127
|
first cut at printing support, doesn't quite work yet.
|
1999-07-29 03:26:43 +00:00 |
|
beard%netscape.com
|
4b5092860c
|
First Checked In.
|
1999-07-29 00:45:36 +00:00 |
|
beard%netscape.com
|
0ffb01e012
|
some liveconnect changes
|
1999-07-29 00:44:09 +00:00 |
|
beard%netscape.com
|
55cf7fd607
|
bumped version
|
1999-07-29 00:43:15 +00:00 |
|
mark.lin%eng.sun.com
|
827208b888
|
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
|
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 |
|