Commit graph

94 commits

Author SHA1 Message Date
beard%netscape.com
faf9928aef Bug #5677: Reenabled drawing images referenced by <OBJECT> tags, fixed a crashing bug on the Mac as a result. a=chofmann, r=pierre 1999-06-17 00:58:07 +00:00
av%netscape.com
2808e253e4 Hooking up event passing to winless plugins 1999-06-15 05:28:23 +00:00
av%netscape.com
ad244932bd Cleaning up 1999-06-14 22:35:46 +00:00
av%netscape.com
bec64804f6 *** empty log message *** 1999-06-13 06:18:35 +00:00
av%netscape.com
e3b6bd77c1 *** empty log message *** 1999-06-13 06:11:33 +00:00
av%netscape.com
c507c2c8b3 *** empty log message *** 1999-06-13 06:06:12 +00:00
av%netscape.com
7eab79e8e3 *** empty log message *** 1999-06-13 06:00:56 +00:00
av%netscape.com
88039a278d *** empty log message *** 1999-06-12 21:32:49 +00:00
av%netscape.com
9419f45af9 *** empty log message *** 1999-06-11 22:48:50 +00:00
av%netscape.com
e5b943bd76 *** empty log message *** 1999-06-08 06:07:51 +00:00
av%netscape.com
a19f86580c *** empty log message *** 1999-06-05 20:47:14 +00:00
av%netscape.com
d4ebba11cb Hooking up events for winless plugins 1999-06-05 20:09:21 +00:00
amusil%netscape.com
765491b880 Fixed bug with Java-targeted object tags. 1999-06-04 22:33:13 +00:00
av%netscape.com
7422658130 Getting windowless plugin stuff into 1999-05-27 23:20:09 +00:00
pinkerton%netscape.com
bcbf04e3d0 remove references and cid's for tree, toolbar, and content connector widgets. These no longer exist. 1999-05-27 23:17:14 +00:00
beard%netscape.com
cadbc9037b Fixed some serious ref count bugs using nsIURL when instantiating plugins. 1999-05-14 22:45:46 +00:00
kipp%netscape.com
4846f41f1f Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
beard%netscape.com
0fea208890 XP_MAC: ensuring that clipRect field of nsPluginWindow is in port coordinates, per original plugin specification. 1999-05-08 16:33:10 +00:00
amusil%netscape.com
d09ab3b9cf Added object tag support for applets. 1999-05-07 22:07:58 +00:00
av%netscape.com
1ae10bcadf Override SetInitialChildList for nsObjectFrame 1999-05-06 00:54:36 +00:00
troy%netscape.com
1da7ecea54 Removed some code that wasn't needed and would leak any child frames
that were passed in
1999-04-27 20:24:27 +00:00
amusil%netscape.com
a474d58cbc Added support for applets specified by the object tag (which use the "classid:java"
attribute instead of "code").
1999-04-23 22:52:10 +00:00
rickg%netscape.com
85e7dbb767 updates to sync with nsString2 api 1999-04-21 23:35:12 +00:00
amusil%netscape.com
9b3402e2e6 Fixed bug with flow of control - reflows after the first one no longer call
CantRenderDisplacedElement() when it's not supposed to.
1999-04-21 23:25:20 +00:00
sspitzer%netscape.com
192e63fa70 fix UNIX build bustage. this won't build with -pendatic 1999-04-21 02:31:02 +00:00
av%netscape.com
096226647f Turning on previous changes 1999-04-20 21:45:26 +00:00
av%netscape.com
7a990f37bf Added width and height attributes for images 1999-04-20 21:07:26 +00:00
av%netscape.com
c57d83a3c9 Fixing logic in Reflow for differrent objects. Still ifdefed out 1999-04-15 20:07:01 +00:00
amusil%netscape.com
49b390ae3d Fix for Bug# 4751. Added support for data param in addition to src param 1999-04-09 21:23:41 +00:00
av%netscape.com
77d2952691 Cleaning up 1999-04-06 01:16:53 +00:00
amusil%netscape.com
389230902c Changes to hook up LiveConnect on Windows 1999-03-29 22:18:05 +00:00
av%netscape.com
1319e66d48 Image recognition by file extension for object tag 1999-03-27 01:00:02 +00:00
kipp%netscape.com
60f52440cb Whacked paint methods to use new constants 1999-03-26 00:39:35 +00:00
beard%netscape.com
ae08c8a9a9 added nsPluginInstanceOwner::GetDocument() 1999-03-24 05:42:22 +00:00
amusil%netscape.com
c917a07581 Added prelim code for ActiveX support. 1999-03-23 03:18:55 +00:00
beard%netscape.com
4943b7bdb4 added CancelTimer() method to turn off the timer at a safe time; added NS_GetObjectFramePluginInstance() to access the associated plugin instance with an nsObjectFrame; fixed some attribute accessor bugs, returns an error if an attribute doesn't exist; implemented GetArchive() and GetMayScript(); added GUItoMacEvent(). 1999-03-21 20:48:31 +00:00
beard%netscape.com
dbf2668a93 put in NULL checks for mInstance. 1999-03-20 23:13:41 +00:00
av%netscape.com
c593e9bc2a M3 -- Fix for bug #1157 1999-03-18 21:26:15 +00:00
beard%netscape.com
07880ee6a5 reverted back to kISupportsIID. It seems not all compilers can handle ::nsISupports::GetIID() from inside an XPCOM interface. Yech. 1999-03-13 02:20:57 +00:00
beard%netscape.com
6722afc97e forcing nsISupports to global scope to resovle ambiguity (VC is very weak) 1999-03-13 00:12:13 +00:00
beard%netscape.com
e8f39af705 now passing events to plugins, generating idle events with an nsITimer, all XP_MAC changes for the most part. 1999-03-12 22:46:14 +00:00
amusil%netscape.com
4cccceb77f Minor API change. Added support for tags that don't specify SRC or DATA params. 1999-03-11 22:50:58 +00:00
av%netscape.com
f01d0d4fa7 *** empty log message *** 1999-03-11 00:17:38 +00:00
av%netscape.com
aaad99ca98 Rendering alt context in object tag 1999-03-10 20:43:07 +00:00
warren%netscape.com
4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
kipp%netscape.com
661f7ec31b Implement GetFrameName 1999-03-08 19:26:45 +00:00
warren%netscape.com
66b920f8d6 Fixed uninitialized variable problem. 1999-03-06 03:54:19 +00:00
kipp%netscape.com
8661fd6122 use new nsHTMLReflowState ctors 1999-03-05 04:29:11 +00:00
av%netscape.com
e845f0123f *** empty log message *** 1999-02-27 00:57:04 +00:00
scc%netscape.com
5f8d7aa381 updated for nsCOMPtr (no implicit construction from raw pointers) owners should check that they agree with my choices for |dont_QueryInterface|, |do_QueryInterface| and |dont_AddRef| 1999-02-18 23:55:10 +00:00