Граф коммитов

159 Коммитов

Автор SHA1 Сообщение Дата
modgock%eng.sun.com 80cd84fa74 doh - stupid egg test code left in; removed (well def'd it out - future generations are bored, it's still there..) This module isn't built in tinderbox and is thereby immune from the tree-status. 2000-04-21 17:46:55 +00:00
beard%netscape.com 95ad5d72bc configuration file for MRJPlugin (GC) target. 2000-03-29 02:14:03 +00:00
beard%netscape.com 9a81f2e9b2 added MRJPlugin (GC) target, for working with GC leak detector. 2000-03-29 02:13:22 +00:00
beard%netscape.com 696e82c222 Imports MRJPlugin.xml into MRJPlugin.mcp. 2000-03-27 07:14:43 +00:00
beard%netscape.com f007acd29d CWPro5 XML importable project file. Assumes all MRJ interfaces included in "{Compiler}MacOS Support". This is true if you use Universal Interfaces 3.3, plus add StdCLib from the MPW interfaces. 2000-03-27 06:55:12 +00:00
modgock%eng.sun.com e623dc779d Updated version strings for plugin's get info panel to reflect beta version; checking in old mcp weak import changes from last weeks discussions on 13848. 2000-03-25 07:16:25 +00:00
modgock%eng.sun.com 3da454c68c 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 9d446a0838 Brought it up to CW5 pathing standard. THIS DOES NOT AFFECT TINDERBOX. 2000-02-23 12:26:56 +00:00
modgock%eng.sun.com 6a309edb53 Added more notes for a good build. THIS DOES NOT AFFECT TINDERBOX. 2000-02-23 12:26:08 +00:00
modgock%eng.sun.com 2def8e67b5 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 135834d8f6 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 fa8b52e702 last clarifications for plugin build. (part of closing out 27427) 2000-02-18 03:27:35 +00:00
modgock%eng.sun.com 3f7b7237c6 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 7f56d57c49 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 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
brade%netscape.com b174bf571d fix access paths for move to CW5 (bug #25949) 2000-02-02 22:45:39 +00:00
edburns%acm.org ee35d0bd90 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 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