warren%netscape.com
48cf4685a9
Factored file transport service out of file: protocol.
1999-09-16 01:16:22 +00:00
ramiro%netscape.com
26dd94b010
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
briano%netscape.com
70f4c0b6b8
General cleanup.
1999-09-14 02:51:42 +00:00
briano%netscape.com
ca5c66cc0c
General cleanup.
1999-09-10 00:37:14 +00:00
warren%netscape.com
e6619b2ad6
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
rpotts%netscape.com
2e5043bbb1
bug #11376 . I added GetContentLength to nsIChannel so the content length can be gotten from a channel...
1999-09-09 05:13:31 +00:00
dougt%netscape.com
a494e44ce6
Adding buffered output to nsIFileStream.
...
Renaming nsIFile to nsIOpenFile.
commenting out a testcase in FilesTest.cpp which fails. evil, i know.
1999-09-08 20:12:35 +00:00
mgleeson1%netscape.com
06201fcddd
added #ifndef for HPUX11 around #define _INT32
1999-09-03 22:17:16 +00:00
cyeh%netscape.com
ff099c9ca0
Remove useless NGLAYOUT_PLUGINS define.
1999-09-02 18:21:11 +00:00
cyeh%netscape.com
cfe50c2860
Remove NGLAYOUT_PLUGINS useless define.
1999-09-02 18:18:31 +00:00
av%netscape.com
562e2eaf72
Fix for #7125
1999-09-01 19:58:57 +00:00
av%netscape.com
81852cb2eb
Fix for #9211
1999-09-01 19:58:22 +00:00
cyeh%netscape.com
df37c0fb33
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 01:24:51 +00:00
ramiro%netscape.com
411c10dc89
Cleanup linkin of mozdbm.
1999-08-31 14:31:50 +00:00
hoa.nguyen%intel.com
e9fc05840b
Extended the example to create a simple button with label.
1999-08-31 00:12:15 +00:00
hoa.nguyen%intel.com
ae24d4d04a
Added the proper Mozilla Toolkit flags.
1999-08-31 00:11:06 +00:00
gagan%netscape.com
ed22625c90
More mem leak fixes that were showing up originating in nsStdURL in bruce's log.
1999-08-27 10:23:41 +00:00
rpotts%netscape.com
3ed5c99db2
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
mccabe%netscape.com
3d4917b628
Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
...
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mccabe%netscape.com
2290033202
NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
...
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com
b95a2bdd54
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
1999-08-22 11:25:50 +00:00
tbogard%aol.net
81f90e5c5d
Fixed Mac..
1999-08-19 06:29:05 +00:00
tbogard%aol.net
c8c8eea4c0
XPCOM Cleanup: Fixed Aggregation macros in nsAgg.h to do aggregation correctly. Fixed usages and implementation of aggregation using these macros through out the tree.
1999-08-19 05:36:30 +00:00
beard%netscape.com
5def0fc24a
reverting GetDocumentBase() to be consistent with other accessors. If we decide to change this, let's change ALL of them.
1999-08-03 02:51:39 +00:00
hoa.nguyen%intel.com
dc94b68ed8
Fixed and errant return condition in SetupPluginInstance().
1999-08-03 00:17:55 +00:00
hoa.nguyen%intel.com
5f918649f4
Added a parameter to the embed tag for testing.
1999-08-02 23:20:41 +00:00
hoa.nguyen%intel.com
cbd6379d8d
Added some debug printf's. Added support for parameter passing in SimplePluginInstance::Initialize.
1999-08-02 23:19:29 +00:00
beard%netscape.com
ae6f7f9876
sizeof(mode) field was dependent on compiler settings, now nsPluginPrint.mode is always a PRUint16.
1999-08-02 21:44:54 +00:00
av%netscape.com
1cda102bc4
Cleaning memory allocation bug #9855
1999-07-30 23:51:53 +00:00
blizzard%redhat.com
0c10e469f2
fix linux startup bustage. reviewed by sspitzer, approved by cyeh.
1999-07-29 19:42:55 +00:00
mscott%netscape.com
dfbd81a5d6
fix build breakage by including config.mak
1999-07-29 03:28:00 +00:00
hoa.nguyen%intel.com
8849d764e5
Sample HTML page with embed tag for the test XPCOM plugin.
1999-07-27 02:48:34 +00:00
hoa.nguyen%intel.com
6ed6e9de30
Added embed-test.html to Makefile.
1999-07-27 02:47:41 +00:00
av%netscape.com
6d9f9eeb78
fixing bug #7499
1999-07-27 01:30:55 +00:00
dougt%netscape.com
69178099d5
Fix for bug 10177 and 10041.
1999-07-26 22:09:42 +00:00
rickg%netscape.com
1e54e607b1
removed warning
1999-07-26 02:05:35 +00:00
hoa.nguyen%intel.com
db63f7c369
Changed SetUpPluginInstance to use NS_INLINE_PLUGIN_PROGID_PREFIX to instantiate plugins.
1999-07-25 23:20:03 +00:00
hoa.nguyen%intel.com
67a6437bfc
Defines a CID for the class.
1999-07-21 00:03:03 +00:00
hoa.nguyen%intel.com
18cfe8a6ed
General cleanup so that the test plugin compiles. Implemented NSGetFactory, NSRegisterSelf, and NSUnregisterSelf. Used the ProgID prefix defined in nsIPlugin.h.
1999-07-21 00:00:13 +00:00
hoa.nguyen%intel.com
a3231eda30
Removed dependencies on stub.c, bad.c, and java.
1999-07-20 23:58:05 +00:00
hoa.nguyen%intel.com
65b3084270
Added #define NS_INLINE_PLUGIN_PROGID_PREFIX "component://netscape/inline-plugin/" to be used a the prefix for the ProgID of all plugins.
1999-07-20 23:49:51 +00:00
warren%netscape.com
7bcb94a320
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
briano%netscape.com
f700c3ee1e
Fixed the logic and cleaned it up.
1999-07-19 23:31:33 +00:00
beard%netscape.com
a33961343f
added GetIID() accessor
1999-07-17 01:57:10 +00:00
slamm%netscape.com
27b8289eff
Fix build warnings.
1999-07-16 20:06:37 +00:00
sspitzer%netscape.com
72dccf78fb
use NS_DEFINE_CID instead of NS_DEFINE_IID
1999-07-15 07:02:37 +00:00
jdunn%netscape.com
e0d2cedb5d
HP compiler flags this "implicit conversion of string literal" as an error so
...
added the cast.
1999-07-14 16:45:02 +00:00
warren%netscape.com
0cd57746e8
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
edburns%acm.org
9eb347c996
Removed non ifdef'd debugging statements.
1999-07-08 20:25:53 +00:00
slamm%netscape.com
a0864b63b6
Remove carriage returns. They trip up some compilers. a=cyeh.
1999-07-07 20:18:27 +00:00
av%netscape.com
ea55119cde
Removing commented out code
1999-07-07 13:37:36 +00:00
warren%netscape.com
9efa754f74
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
warren%netscape.com
1a6d5afe3c
Fixed clobber to not fail if directory isn't there.
1999-07-07 04:20:31 +00:00
av%netscape.com
701211d7d9
Adding full path to pluginTag.mFileName on Windows
1999-07-07 00:37:41 +00:00
edburns%acm.org
52cd778ff5
Alex Musil's long awaited plugin changes.
1999-07-07 00:28:34 +00:00
av%netscape.com
d5bd21d6ee
Delaying loading plugin dll till actually needed, potentially decreasing
...
startup time significantly. LoadPlugin() call moved from LoadPlugins to
GetPluginFactory. Windows only.
1999-07-06 04:14:54 +00:00
av%netscape.com
722d6cb97c
Addressing bug #5978
1999-07-03 00:07:46 +00:00
dveditz%netscape.com
7aa859429b
makefile cleanups
1999-07-02 13:40:18 +00:00
dveditz%netscape.com
5dd9cff22d
Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles
1999-07-02 11:50:19 +00:00
cyeh%netscape.com
79ecb3f838
stupid fix for #7190 . create default plugins directory in the executable directory. this causes searching for 3.0 and 4.0 plugins to not occur. will prevent java crashes and also speed up launch time.
1999-07-02 04:44:44 +00:00
cyeh%netscape.com
a24520dd7b
i am an idiot. if the directory already exists, don't try and make it again.
1999-07-02 01:22:21 +00:00
cyeh%netscape.com
f4655c8f7d
stupid fix for #7190 . creating a plugins directory by default prevents
...
code that goes searching for old 3.0 and 4.0 plugins and loading
those. this should help with start-up times.
1999-07-01 23:32:54 +00:00
warren%netscape.com
8462929dda
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
1999-07-01 19:30:20 +00:00
sspitzer%netscape.com
e159cc2289
fix warning
1999-07-01 08:40:21 +00:00
av%netscape.com
943b6f0e2a
Swapping boolean specifying windowless plugin in accordance with the spec
1999-06-30 00:49:03 +00:00
scc%netscape.com
54c96baa72
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
1999-06-29 21:01:31 +00:00
mcafee%netscape.com
780cff3474
BeOS changes
1999-06-29 11:36:21 +00:00
mcafee%netscape.com
f81dc61901
Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca)
1999-06-28 23:11:18 +00:00
mscott%netscape.com
19e27ea0e4
necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
1999-06-28 20:43:28 +00:00
warren%netscape.com
f5e1196f42
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
warren%netscape.com
f6b9d3a028
Necko ifdefs for layout and rdf.
1999-06-26 06:36:26 +00:00
gagan%netscape.com
954be2a063
NECKO only: Fixed the dont_AddRef problem.
1999-06-25 21:58:06 +00:00
gagan%netscape.com
bb4b1f90aa
More Necko landing changes...
1999-06-25 01:41:26 +00:00
gagan%netscape.com
cf59f247bb
More Necko landing changes.
1999-06-25 00:03:22 +00:00
warren%netscape.com
5e8dccf3fe
More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string.
1999-06-23 19:55:21 +00:00
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
valeski%netscape.com
487d9ea921
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
1999-06-18 17:34:08 +00:00
warren%netscape.com
aaf94a8b04
Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams.
1999-06-08 20:57:32 +00:00
av%netscape.com
c9ea8157ef
*** empty log message ***
1999-06-08 06:07:51 +00:00
av%netscape.com
1bce801e7c
Enabling calling HandleEvent for winless plugins on Windows
1999-06-05 20:03:12 +00:00
amusil%netscape.com
0091c98af1
Fixed order of calls.
1999-06-04 22:53:31 +00:00
amusil%netscape.com
b29bae1816
Should only call SetWindow() if the plugin has not been stopped.
1999-06-04 22:52:49 +00:00
amusil%netscape.com
a3ce7ff4e8
Bug fixes with plugin instance caching. We now keep track of a plugin instance's start/stop state.
1999-06-04 22:32:27 +00:00
warren%netscape.com
447b069ddb
IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom).
1999-06-03 21:50:47 +00:00
av%netscape.com
e2a089381e
Getting windowless plugin stuff into
1999-05-27 23:20:09 +00:00
mcmullen%netscape.com
b9d87b457f
Removed obsolete base.shlb/baseDebug.shlb
1999-05-27 21:48:55 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
amusil%netscape.com
851f1c23bc
Fixing build bustage
1999-05-17 22:14:35 +00:00
amusil%netscape.com
bff48253c8
Updated 4x plugin support on the Mac
1999-05-17 21:26:48 +00:00
dcone%netscape.com
0664263319
added a webshell parameter to the PrintContent call, unhooked the PresShell from the
...
document before deletion. Fixed a leak.
1999-05-14 14:40:59 +00:00
neeti%netscape.com
ab090b8c08
Fixed SetEnableRendering() in nsDocumentViewer.cpp
...
Initialized mEnableRendering in constructors of nsDocumentViewer.cpp and nsPlugin.cpp to a default value of PR_TRU
Do EnableRefresh only if mEnableRendering is set to true in nsHTMLContentSink.cpp,nsXMLContentSink.cpp,
nsXMLContentSink.h
1999-05-13 20:27:47 +00:00
sspitzer%netscape.com
67301433df
create virtual destructors
1999-05-13 02:17:09 +00:00
dcone%netscape.com
926c742d61
added a PrintContent() method to these classes
1999-05-12 13:32:09 +00:00
pinkerton%netscape.com
82a8458727
don't compile some code when TARGET_CARBON is defined. we need to find a better way around this. shouldn't affect normal builds.
1999-05-10 22:50:02 +00:00
pinkerton%netscape.com
527596dac3
comment out some stuff when TARGET_CARBON is defined. Doesn't affect normal builds.
1999-05-10 22:42:51 +00:00
beard%netscape.com
d090052fa3
added GetJSContext()
1999-05-08 16:33:40 +00:00
beard%netscape.com
7b3d95f577
added "application/x-java-applet" as another MIME type for applets. These should be in a header file somewhere.
1999-05-08 15:19:06 +00:00
amusil%netscape.com
8d04feee92
Added support for Start/Stop Applet/Plugin lifetimes.
1999-05-07 22:06:47 +00:00
kipp%netscape.com
9e31b5ad32
Implement support for SetEnableRendering/GetEnableRendering
1999-05-07 19:26:23 +00:00
kipp%netscape.com
8b0757f313
Moved from webshell/src
1999-05-06 19:25:40 +00:00