Commit Graph

60 Commits

Author SHA1 Message Date
amusil%netscape.com
4f9e523356 Fix for Bug# 1771. Re-ordered the calling into the plugin entry point. Initialize()
for 4x plugin now happens in CreatePlugin().
1998-12-09 02:47:03 +00:00
ramiro%netscape.com
e2b921bf3c Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
amusil%netscape.com
70717c02d0 Fix for Bug 1416. Moving the call of the plugin entry point into Initialize (after the mPluginManager is set up).
This is so that NPN calls can get resolved if the plugin makes them in the entry point routine.
1998-11-22 23:13:44 +00:00
michaelp%netscape.com
d314a1e24e changed UserAgent string reporting. 1998-11-22 00:22:35 +00:00
cyeh%netscape.com
65038e9551 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
cls%seawood.org
f72ef3e1a2 Changed LCFLAGS to CFLAGS 1998-11-18 18:29:18 +00:00
valeski%netscape.com
ca80b42523 changed useragent method to call through to nsINetService's useragent method. 1998-10-28 21:16:00 +00:00
warren%netscape.com
51c2d71bae Added networking changes under ifdef NEW_PLUGIN_STREAM_API 1998-10-01 02:59:16 +00:00
michaelp%netscape.com
272b22bccb added support for deferred plugin enumeration. 1998-09-30 18:57:27 +00:00
warren%netscape.com
50352430c5 Renamed to shorter name for Mac. 1998-09-30 05:45:49 +00:00
warren%netscape.com
a6b50b2e24 New OJI networking APIs. 1998-09-30 05:29:48 +00:00
michaelp%netscape.com
b4946f72d6 we only notify the plugin instance via the plugin host and only if the notify
data is non-null.
1998-09-29 22:47:42 +00:00
michaelp%netscape.com
7445c1964e fixes for unix bustage. 1998-09-27 23:44:28 +00:00
michaelp%netscape.com
a83657a6f1 obsolete. 1998-09-27 22:25:13 +00:00
michaelp%netscape.com
444e102263 added support for plugintaginfo2 and jvmtaginfo. 1998-09-27 22:24:54 +00:00
michaelp%netscape.com
5f044cbe2d added support for pluginmanager2 methods. 1998-09-27 22:23:19 +00:00
michaelp%netscape.com
61d41bed81 cleanup. now supports stream "as file" and "as file only." added support
for pluginmanager2 methods (largely stubs). now correctly handles URLNotify().
we noew report our user agent as 5.0. can now load 5.0 style plugins from DLLs
and instantiate them properly.
1998-09-27 22:21:39 +00:00
michaelp%netscape.com
c5a25a276e removed attribute queries. added ShowStatus(). 1998-09-27 22:17:00 +00:00
michaelp%netscape.com
b4141e3f53 we no longer consider failures from GetAttributes() or even expect the
plugin host to implement it.
1998-09-27 22:16:00 +00:00
michaelp%netscape.com
920c80c057 now properly handles queries for nsIFactory. 1998-09-27 22:14:15 +00:00
michaelp%netscape.com
2e6ed50582 now reflect our dependency on OJI. 1998-09-27 22:12:59 +00:00
cls%seawood.org
39b7c91072 Sync'd Makefile.ins 1998-09-22 23:01:29 +00:00
mcafee%netscape.com
0b53da4c8e Adding support for non-X11 Unix systems 1998-09-19 06:21:01 +00:00
warren%netscape.com
3e70b62c80 Added a copy of nsMalloc to get the build going. 1998-09-18 11:30:54 +00:00
warren%netscape.com
37436804db Fixes to eliminate nsINetworkManager 1998-09-18 10:48:12 +00:00
warren%netscape.com
8ba9eed147 Removed nsINetworkManager.h which is obsolete. 1998-09-18 10:28:45 +00:00
warren%netscape.com
dec3d48652 Updated Mac MANIFEST files. 1998-09-18 08:39:16 +00:00
warren%netscape.com
c097c4247f Removed nsINetworkManager.h include. 1998-09-18 07:45:24 +00:00
warren%netscape.com
6e7ac8e7be Moved nsIMalloc and impl from xpcom. 1998-09-18 07:22:15 +00:00
warren%netscape.com
234fdfae3c Eliminated nsINetworkManager and moved it's methods to nsIPluginManager/nsIPluginManager2. 1998-09-18 07:21:21 +00:00
michaelp%netscape.com
1834fe12a4 new file for mac build. 1998-09-15 04:15:53 +00:00
michaelp%netscape.com
593610ded9 new plugin world. 1998-09-15 03:48:58 +00:00
warren%netscape.com
5619102737 Accepting michaelp's API changes for GetValue/SetValue. 1998-09-15 03:45:38 +00:00
kipp%netscape.com
93ecdce43c Checked in some bug fixes from michaelp to make fullscreen plugins work better/more often 1998-09-09 23:52:16 +00:00
warren%netscape.com
3631ffe2b5 Added FindProxyForURL. 1998-09-01 00:17:25 +00:00
cls%seawood.org
9020b80c52 Updates to autoconf files. 1998-08-26 04:04:57 +00:00
jevering%netscape.com
36cb3fc3bc Moving plugin directory stuff. 1998-08-21 01:12:53 +00:00
cls%seawood.org
84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
mcafee%netscape.com
d01916da4c Adding support for Unix && NO_X11 1998-08-18 07:47:59 +00:00
michaelp%netscape.com
1b8db3dd60 should fix build errors on unix. 1998-08-10 18:02:56 +00:00
michaelp%netscape.com
02355fbfa6 merged changes from branch. 1998-08-08 19:21:40 +00:00
warren%netscape.com
04b74cdb04 Removed version of file with name that's too long for the mac. 1998-08-06 05:10:35 +00:00
michaelp%netscape.com
916c12d829 latest changes to get plugins working... 1998-08-05 04:21:36 +00:00
michaelp%netscape.com
a982055cab attempt to fix busted Unix builds... 1998-08-04 03:21:43 +00:00
warren%netscape.com
72d6f8a374 Removed ifdef NSPR20 for unix text plugin. 1998-08-03 21:53:49 +00:00
michaelp%netscape.com
7e93511cca additional plugins work. 1998-08-02 03:20:22 +00:00
michaelp%netscape.com
606f6d2be9 more unix hackery... 1998-08-01 22:23:35 +00:00
michaelp%netscape.com
595c5dcf13 changed to see if unix build might work again. 1998-08-01 22:17:29 +00:00
michaelp%netscape.com
a184003312 fixed IRIX build problem. 1998-08-01 21:56:24 +00:00
michaelp%netscape.com
942e5214f9 changes for plugin support. 1998-08-01 05:46:47 +00:00