beard%netscape.com
6c496dfb5c
removed eager loading, implemented GetPluginFactory() for use by OJI.
1999-02-25 04:15:39 +00:00
beard%netscape.com
c836998270
mserviceMgr -> mServiceMgr
1999-02-25 04:14:19 +00:00
beard%netscape.com
087c9e857d
implemented GetPluginInfo.
1999-02-25 04:12:55 +00:00
beard%netscape.com
e36e1edcc7
moved nsPluginDir/nsPluginFile classes to nsPluginDirMac.cpp.
1999-02-24 02:13:42 +00:00
beard%netscape.com
3227064916
First Checked In.
1999-02-24 02:12:47 +00:00
beard%netscape.com
b733c625ad
changed bool to PRBool
1999-02-24 02:12:37 +00:00
warren%netscape.com
3642da81a5
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
1999-02-23 08:10:24 +00:00
beard%netscape.com
f2b37cb335
include nsFileSpec.h on all platforms.
1999-02-20 03:59:43 +00:00
beard%netscape.com
1692c4c365
OJI interface changes
1999-02-20 02:24:15 +00:00
mcafee%netscape.com
3a23e257e2
Fixing function prototypes to match implementation; Solaris didn't like the const mis-matches.
1999-02-19 09:12:53 +00:00
beard%netscape.com
b6655805fc
First Checked In.
1999-02-14 04:26:16 +00:00
amusil%netscape.com
21eafe0b3e
Fixed bugs with the stream as file implementation.
1999-02-04 23:37:20 +00:00
amusil%netscape.com
35ff6df439
update for new stream
1999-01-25 10:11:51 +00:00
sudu%netscape.com
96c7301419
Files Sudu's script failed to check in
1999-01-25 09:00:42 +00:00
sudu%netscape.com
6624efe2b9
OJI MozClassic to raptor merge
1999-01-25 08:05:00 +00:00
dp%netscape.com
870b39fda2
Eliminating NU_CACHE build dependency if NO_NU_CACHE is defined
1999-01-12 08:07:19 +00:00
amusil%netscape.com
865b6c6acd
Fixing build bustage.
1999-01-05 18:48:03 +00:00
brade%netscape.com
623553c769
comment out line to get tree green again (amusil@netscape.com to fix in long run)
1999-01-05 18:32:29 +00:00
donm%netscape.com
4a4d9e941a
fixing tree bustage due to #ifdef NSPR20 and missing prmacos.h.
...
This should be looked at again. -donm
1999-01-05 18:08:23 +00:00
amusil%netscape.com
47e105d8fd
Added NPN_NewStream() functionality. Currently uses a temp file between the plugin stream and the target.
...
I will remove this file in-between as soon as I get a little more stream help from netlib.
1999-01-04 23:43:41 +00:00
warren%netscape.com
b22a4e72fd
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
1998-12-16 05:40:20 +00:00
amusil%netscape.com
323a25310a
Adding #ifdefs for USE_CACHE on #includes
1998-12-11 05:17:50 +00:00
amusil%netscape.com
6c41b74905
Fixing build bustage
1998-12-11 05:12:58 +00:00
amusil%netscape.com
178811671b
Added support for the NuCache - used in cases where the stream type is specified "AsFile" (or "AsFileOnly").
...
#define USE_CACHE in nsPluginHostImpl.cpp to enable.
1998-12-11 04:50:57 +00:00
amusil%netscape.com
d26cba289a
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
2009b728de
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
amusil%netscape.com
44a65da803
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
12a1eb51d6
changed UserAgent string reporting.
1998-11-22 00:22:35 +00:00
cyeh%netscape.com
e9d3c67427
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
f855279cc3
Changed LCFLAGS to CFLAGS
1998-11-18 18:29:18 +00:00
valeski%netscape.com
ff7d8fd20a
changed useragent method to call through to nsINetService's useragent method.
1998-10-28 21:16:00 +00:00
michaelp%netscape.com
1a14ac545f
added support for deferred plugin enumeration.
1998-09-30 18:57:27 +00:00
michaelp%netscape.com
f3393c3fdb
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
f9450d5c7c
fixes for unix bustage.
1998-09-27 23:44:28 +00:00
michaelp%netscape.com
7215b85bbf
added support for plugintaginfo2 and jvmtaginfo.
1998-09-27 22:24:54 +00:00
michaelp%netscape.com
3d068804fb
added support for pluginmanager2 methods.
1998-09-27 22:23:19 +00:00
michaelp%netscape.com
348f4d74dd
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
c25921fcd8
removed attribute queries. added ShowStatus().
1998-09-27 22:17:00 +00:00
michaelp%netscape.com
774736760d
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
2cff76a750
now properly handles queries for nsIFactory.
1998-09-27 22:14:15 +00:00
michaelp%netscape.com
6c4989fbca
now reflect our dependency on OJI.
1998-09-27 22:12:59 +00:00
cls%seawood.org
3d201b1124
Sync'd Makefile.ins
1998-09-22 23:01:29 +00:00
warren%netscape.com
0221524e7f
Added a copy of nsMalloc to get the build going.
1998-09-18 11:30:54 +00:00
warren%netscape.com
ede21f24b6
Fixes to eliminate nsINetworkManager
1998-09-18 10:48:12 +00:00
michaelp%netscape.com
497ec3d9ad
new file for mac build.
1998-09-15 04:15:53 +00:00
michaelp%netscape.com
6026a52d60
new plugin world.
1998-09-15 03:48:58 +00:00
kipp%netscape.com
aa29139e37
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
b9721395e2
Added FindProxyForURL.
1998-09-01 00:17:25 +00:00
cls%seawood.org
9c74df02ff
Updates to autoconf files.
1998-08-26 04:04:57 +00:00
jevering%netscape.com
3ff10dac06
Moving plugin directory stuff.
1998-08-21 01:12:53 +00:00
cls%seawood.org
90d0af1408
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
michaelp%netscape.com
2acec3ffca
should fix build errors on unix.
1998-08-10 18:02:56 +00:00
michaelp%netscape.com
7c65a39625
merged changes from branch.
1998-08-08 19:21:40 +00:00
michaelp%netscape.com
c5ec39f9ae
latest changes to get plugins working...
1998-08-05 04:21:36 +00:00
michaelp%netscape.com
1b5b856373
attempt to fix busted Unix builds...
1998-08-04 03:21:43 +00:00
michaelp%netscape.com
2aeb0cca8a
additional plugins work.
1998-08-02 03:20:22 +00:00
michaelp%netscape.com
253122466a
more unix hackery...
1998-08-01 22:23:35 +00:00
michaelp%netscape.com
e679c9c86b
changed to see if unix build might work again.
1998-08-01 22:17:29 +00:00
michaelp%netscape.com
f0497679a9
fixed IRIX build problem.
1998-08-01 21:56:24 +00:00
michaelp%netscape.com
c07a464ad8
changes for plugin support.
1998-08-01 05:46:47 +00:00
pierre%netscape.com
d742ffb637
First Checked In.
1998-07-28 07:52:53 +00:00
warren%netscape.com
a0c375aaa0
Committed from OJI_19980618_TIP_MERGE1.
1998-07-28 02:07:25 +00:00