dp%netscape.com
63b3a417da
- NS_RegistryGetFactory API Change
...
- QuickRegister eliminated
1999-06-14 02:07:03 +00:00
sspitzer%netscape.com
c831f2274b
set the default nntp server to "news.mozilla.org". I'll change it back to "news" before beta. (see bug #8053 )
1999-06-12 18:38:53 +00:00
mcmullen%netscape.com
fa18f4d3d4
Has been idlized
1999-06-11 19:48:21 +00:00
briano%netscape.com
90e0055f5f
Changed the platform-specific ifdefs wrt XP_RANDOM to use HAVE_RANDOM instead.
1999-06-10 04:07:09 +00:00
ssu%netscape.com
9fbb0864d4
Fixing ShExp use (0 means true)
1999-06-10 01:58:06 +00:00
dbragg%netscape.com
35f1018a60
There was a lower case r in the macro OBJDIr for nsJARFactory.obj
1999-06-09 22:51:13 +00:00
pnunn%netscape.com
8b46a3e591
with bug fix for #6045.pnunn.
1999-06-09 20:19:29 +00:00
pnunn%netscape.com
f70b8241b9
fix for bugz#6045 in if.cpp. pnunn.
1999-06-09 20:16:03 +00:00
pnunn%netscape.com
4bbdfada00
Clean up in IL_GetImage(). bugz#6045. pnunn.
1999-06-09 20:15:01 +00:00
dp%netscape.com
2a661d9391
Well Known Component Registry in <exedir>/component.reg implemented.
1999-06-09 19:16:38 +00:00
Jerry.Kirk%Nexwarecorp.com
211a9ed5e7
-Bug 6648 Added NTO define for color byte ordering. NTO defines
...
- XP_UNIX but it prefers the colors in the same order as Windows and Mac
1999-06-09 12:12:03 +00:00
mcmullen%netscape.com
57ba2caa02
Fix the typo in the name of unix.js, and fix the asserts.
1999-06-08 23:31:15 +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
leaf%mozilla.org
b97229fc01
adding blank file per tina ornduff
1999-06-07 21:47:13 +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
mcmullen%netscape.com
21d75a4df8
Fix one last case of uint (and I had removed the typedef, breaking photon). Approved leaf.
1999-06-04 17:43:37 +00:00
briano%netscape.com
cd76949254
Fixed the Unix builds. DON'T USE C++ COMMENTS IN C FILES.
1999-06-03 22:30:39 +00:00
chuang%netscape.com
496c2f978a
Add directory default preferences
1999-06-03 22:27:31 +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
ducarroz%netscape.com
145b94fcac
remove nsIPref.h as it know generated and installed by xpidl.
1999-06-03 21:35:41 +00:00
chuang%netscape.com
8945c691be
Port PREF_CreateChildList and PREF_NextChild into nsIpref.
1999-06-03 21:25:25 +00:00
sspitzer%netscape.com
3178251492
cast to remove compiler warnings. use PL_strlen() instead of strlen()
...
rename index to indx to prevent shadow warnings on Linux.
1999-06-03 20:15:38 +00:00
waterson%netscape.com
cabd0d3e30
Single public include directory on Win32.
1999-06-03 18:34:27 +00:00
mcmullen%netscape.com
8e15accfb2
Patches for OpenVMS and conversions to nsQuickSort(). Thanks to Colin Blake and James Lewis Nance (resp)
1999-06-03 18:15:53 +00:00
jdunn%netscape.com
0e2b3ab6d9
added newline at end of file. HP won't compile without it
1999-06-03 00:48:16 +00:00
ducarroz%netscape.com
78e872d3ab
First Checked In.
1999-06-03 00:40:55 +00:00
mcmullen%netscape.com
2bacaab523
Implemented xp default prefs
1999-06-03 00:40:08 +00:00
mcmullen%netscape.com
46536156a6
Implemented XP default prefs
1999-06-03 00:34:20 +00:00
mcmullen%netscape.com
a55470cdc7
Implemented XP default prefs.
1999-06-03 00:31:40 +00:00
mcmullen%netscape.com
991b5ffe80
Removed some "obsolete" functions.
1999-06-03 00:30:21 +00:00
mcmullen%netscape.com
c93aa199b8
Using XP technique for default prefs now.
1999-06-03 00:27:44 +00:00
mcmullen%netscape.com
db6462ac45
Remove the resources from this file. Now moving to an XP solution.
1999-06-03 00:27:04 +00:00
dbragg%netscape.com
58fd17b9fc
Re-added nsJAR.cpp and nsJARFactory.cpp to the CPPSRCS macro
1999-06-02 16:52:42 +00:00
dbragg%netscape.com
d95314a859
Re-added the nsJAR.obj and nsJARFactory.obj files to the OBJS macro.
1999-06-02 16:51:39 +00:00
mcmullen%netscape.com
b5d16537af
First Checked In.
1999-06-02 01:59:23 +00:00
pnunn%netscape.com
acbec64692
These 2 lines caused a crash with editor. Take out for study. pnunn.
1999-06-01 23:14:55 +00:00
pnunn%netscape.com
0a6c82a410
move kISupportsIID declaration local. pnunn.
1999-06-01 21:53:12 +00:00
pnunn%netscape.com
6672081973
move kISupportsIID declaration local. and clean up ic. pnunn.
1999-06-01 21:50:37 +00:00
dbragg%netscape.com
a75a70e533
Change the implementation of AddRef and Release to use the macros NS_IMPL_ADDREF() and NS_IMPL_RELEASE() in nsJARFactory.cpp
1999-06-01 21:37:09 +00:00
dbragg%netscape.com
6c39d21bdd
removed the nsJAR.cpp and nsJARFactory.cpp from the CPPSRCS due to compile error that I need to investigate.
1999-06-01 21:31:29 +00:00
dbragg%netscape.com
03b81cdc36
backed out the nsJAR.cpp and nsJARFactory.cpp from CPPSRCS due to a change in XPCOM that caused it to not compile.
1999-06-01 21:22:27 +00:00
dbragg%netscape.com
e9d5e90349
Added nsJAR.cpp and nsJARFactory.cpp to the CPPSRCS macro
1999-06-01 21:17:12 +00:00
dbragg%netscape.com
b31254aed6
removed export of nsIZipArchive.h since it doesn't exist
1999-06-01 21:15:47 +00:00
dbragg%netscape.com
a850f4e6b7
XPCOM interface files for libjar
1999-06-01 21:08:32 +00:00
bruce%cybersight.com
26dc0c6bf7
The include guard name changed with the conversion of nsIPref to xpidl. This file needed to be updated for that. Should fix the OSF/1 build.
1999-05-30 18:48:56 +00:00
alecf%netscape.com
c864a622ea
I forgot to make this interface scriptable
1999-05-28 23:04:19 +00:00
alecf%netscape.com
fb39f49376
oops, missed a few more size_t's
1999-05-28 22:30:30 +00:00
alecf%netscape.com
29861f277b
fix mac bustage - missed this size_t when switching to XPIDL syntax
1999-05-28 22:29:53 +00:00
alecf%netscape.com
70f0431202
turn on XPConnect for nsIPref
1999-05-28 22:03:40 +00:00
alecf%netscape.com
4c0c45e2d6
make nsIPref scriptable, and turn on XPIDL compiling on unix
...
(windows is on the way)
1999-05-28 22:01:07 +00:00
sspitzer%netscape.com
b0af768890
make unix like the other platforms (use ImapMail as the imap mail dir)
1999-05-28 05:20:32 +00:00
sspitzer%netscape.com
3af573791b
remove my comment
1999-05-28 03:36:04 +00:00
sspitzer%netscape.com
6f8a6da438
whoops, I should only be setting some prefs if they didn't have a prefs file
1999-05-28 03:24:30 +00:00
sspitzer%netscape.com
87f938edc0
make my hack less of a hack. use the pref api instead of writing out the the
...
stream.
this is much better. (thanks to alecf for the suggestion).
1999-05-28 03:16:03 +00:00
sspitzer%netscape.com
3e239c5ab1
fix windows bustage for my change to nsPref.cpp
1999-05-28 00:06:51 +00:00
sspitzer%netscape.com
1bad722058
if no prefs file exists, take a stab at creating a useful one for those inside netscape.
...
there aren't enough getter methods in the profile code to get the smtp server and the other info.
for now, all I can get is the default profile name
1999-05-28 00:03:43 +00:00
av%netscape.com
e2a089381e
Getting windowless plugin stuff into
1999-05-27 23:20:09 +00:00
pnunn%netscape.com
a6edc52229
Removing old defs and added tests for null ptrs. pnunn.
1999-05-27 22:42:57 +00:00
pnunn%netscape.com
241e516c5f
Removing old defs. pnunn.
1999-05-27 22:40:52 +00:00
pnunn%netscape.com
d179b95ded
Removing old def's. pnunn.
1999-05-27 22:36:17 +00:00
mcmullen%netscape.com
b9d87b457f
Removed obsolete base.shlb/baseDebug.shlb
1999-05-27 21:48:55 +00:00
cmanske%netscape.com
a0d6c05b37
Removed Windows-specific default directory string from prefs
1999-05-26 21:39:59 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
sdagley%netscape.com
0b20aacbf6
Fix bug #3534 . Now set EOF and file position to requested offset in a seek when the offset is past the current EOF. With this fix pinkerton's workaround in reg.c is no longer required si it has been removed. Reviewed pinkerton, approved chofmann.
1999-05-20 01:25:54 +00:00
dveditz%netscape.com
7abf7b9332
nsZipArchive.h
1999-05-19 04:48:19 +00:00
dveditz%netscape.com
c31991a548
new file
1999-05-19 04:06:40 +00:00
dveditz%netscape.com
a2f1624c69
allow multi-user finds
1999-05-19 03:21:03 +00:00
dveditz%netscape.com
a4130bffe7
further bullet-proofing against bad callers
1999-05-19 02:02:47 +00:00
beard%netscape.com
141f280ccb
bug #5670 : renamed nsJNIEnvRef -> GetProxyEnv, got rid of operator ->, added GetSecureEnv. Changed CreateProxyJNI to return NULL if getSecureEnv() returns NULL, so the proxy JNI doesn't have to check for NULL. Makes OJI more robust when a JVM isn't available.
1999-05-19 01:44:35 +00:00
leaf%mozilla.org
baa66bc6e5
backing out dveditz's changes (seems to be breaking mac)
1999-05-18 18:55:34 +00:00
dveditz%netscape.com
6764ccb9d4
missing lock
1999-05-18 14:49:02 +00:00
dveditz%netscape.com
6566a20663
NSReg.h
1999-05-18 14:46:02 +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
beard%netscape.com
71f178f197
bug #4839 : now including xp_path.h instead of primpl.h.
1999-05-17 21:10:45 +00:00
shaver%netscape.com
9bb04603da
override NO_STATIC_LIB, because we really do need static libraries for some
...
other link parts. This will make it safe to put NO_STATIC_LIB=1 in
myconfig.mk, which saves about 100MB and 3 minutes on my debug build.
(Requires one additional checkin to in xpcom, which is waiting on the
XPCOM 2.0 landing.)
1999-05-17 19:20:28 +00:00
mcmullen%netscape.com
287ae4e1f0
Turning reading of default files back on for Macintosh, since parsing now seems to work.
1999-05-17 08:18:26 +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
briano%netscape.com
440d615354
Fix for QNX.
1999-05-13 03:13:14 +00:00
sspitzer%netscape.com
67301433df
create virtual destructors
1999-05-13 02:17:09 +00:00
sspitzer%netscape.com
0d4bfe6a64
make the destructors virtual
1999-05-13 00:59:19 +00:00
sspitzer%netscape.com
ee416869ae
make destructors virtual
1999-05-13 00:51:26 +00:00
sspitzer%netscape.com
94edddef2a
make the destructor virtual
1999-05-13 00:48:42 +00:00
briano%netscape.com
165df38bcc
Fix for QNX.
1999-05-12 23:53:50 +00:00
dcone%netscape.com
926c742d61
added a PrintContent() method to these classes
1999-05-12 13:32:09 +00:00
briano%netscape.com
0e2f40184b
Fix for QNX.
1999-05-11 20:58:37 +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
mcmullen%netscape.com
81741d5e44
Clean up, and remove double linefeed at the end (which causes the Macintosh not to work).
1999-05-10 19:17:59 +00:00
beard%netscape.com
c19e552fe4
changed map_jsj_thread_to_js_context_impl to use the plugin's instance peer2 to obtain the JSContext.
1999-05-08 16:48:05 +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
pnunn%netscape.com
40e5e37f8d
General clean up. Removed ifdef STANDALONE_IMAGE_LIB. pnunn.
1999-05-07 22:25:31 +00:00
pnunn%netscape.com
36f9a04d0c
General clean up. Remove ifdef STANDALONE_IMAGE_LIB. pnunn.
1999-05-07 22:24:10 +00:00
amusil%netscape.com
8d04feee92
Added support for Start/Stop Applet/Plugin lifetimes.
1999-05-07 22:06:47 +00:00
pnunn%netscape.com
51e2943d54
Here we go again. This was checked in/then backed out yesterday.
...
Its just updating the pngconf.h file to current png version in moz.
refer to bug#5841. pnunn
1999-05-07 19:46:38 +00:00
kipp%netscape.com
9e31b5ad32
Implement support for SetEnableRendering/GetEnableRendering
1999-05-07 19:26:23 +00:00
donm%netscape.com
26e6b6d927
backing out change while we're trying to verify trees.
1999-05-06 23:06:07 +00:00
pnunn%netscape.com
c6afe14391
Updated to correct version.
...
Note: this check in will result in bad displays of colormapped pngs with alpha or transparency.
This problem will be fixed with later checkins. pnunn.
1999-05-06 22:32:37 +00:00
kipp%netscape.com
8b0757f313
Moved from webshell/src
1999-05-06 19:25:40 +00:00
dp%netscape.com
cee9b8c834
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
hyatt%netscape.com
777eac9864
Changed the arguments to PostSynchronousEvent.
1999-05-05 23:54:47 +00:00
mcmullen%netscape.com
335cf6f047
Turn off reading of default files - there's a parse error in one of them. This was completely blocking mailnews. a=cyeh.
1999-05-05 22:25:23 +00:00
hyatt%netscape.com
2f4053dbab
Switching over to nsIEventQueues.
1999-05-04 23:31:07 +00:00
mcmullen%netscape.com
7d0913362b
Adding default preference javascript files to the macintosh build. Also, fixing a line termination bug ( #5508 )
1999-05-04 19:12:37 +00:00
mcmullen%netscape.com
59e3b125e1
Adding default preference javascript files to the macintosh build.
1999-05-04 19:08:59 +00:00
dp%netscape.com
edc68a4e09
XPCOM: Addref() and Release() usage fixed.
1999-05-04 18:38:21 +00:00
slamm%netscape.com
60b8291d75
Change directory build order. png needs to come before pngcom. This is finishing up pnunn last checkin.... Added png and zlib library link. pnunn. refer to Bug#5459. review:slamm. ok'd:chofmann.
1999-04-30 21:39:17 +00:00
pnunn%netscape.com
c59c9c6855
Added png and zlib library link. pnunn. refer to Bug#5459. review:slamm. ok'd:chofmann.
1999-04-30 18:30:36 +00:00
pnunn%netscape.com
90eea51e57
Added jpeg library link. pnunn. refer to bug#5459. review: slamm blessed:chofmann.
1999-04-30 18:29:19 +00:00
akkana%netscape.com
4c748fc341
5534: Fix stack overflow caused by too large a pref string. r=mcmullen/a=chofmann
1999-04-29 20:42:14 +00:00
dveditz%netscape.com
38870e7a3c
fix zlib name on windows
1999-04-28 00:40:56 +00:00
dveditz%netscape.com
d0244b1c30
zip archive support
1999-04-28 00:34:30 +00:00
dougt%netscape.com
e25b1236bd
dveditz change: Removing mkreg and using xp_regexp. Basically these are the same, but xp_regexp is shared. I had to add an included path to mozilla/included to make this work
1999-04-28 00:01:04 +00:00
briano%netscape.com
ea3866495a
Replacement for the old file that had a trailing space in the name.
1999-04-27 23:54:26 +00:00
pnunn%netscape.com
09f0b78385
fix mem leak. pnunn. bugz# 5552.
1999-04-27 23:27:30 +00:00
mcmullen%netscape.com
1d674c1a3f
Make preferences work even if there is no file locator service, by using "default_prefs.js" in the current working directory.
1999-04-27 21:38:13 +00:00
pnunn%netscape.com
3d41b70af7
Building directory incorrect for nsPNGCallback.obj on windows. fixed. pnunn.
...
If you have trouble building, clobber and delete any obj file existing
in mozilla/modules/libimg/pngcom directory.
1999-04-27 19:37:43 +00:00
dveditz%netscape.com
2598d7a406
link standalone version to static libs
1999-04-27 19:18:20 +00:00
mcmullen%netscape.com
711d8c0d51
Fix an error return value.
1999-04-26 18:46:13 +00:00
sspitzer%netscape.com
e1453af3fd
cvs ignorage of generated makefiles
1999-04-26 18:26:05 +00:00
beard%netscape.com
888ebe913c
added IsJavaEnabled().
1999-04-24 04:10:49 +00:00
amusil%netscape.com
e729062911
Plugins now can properly load support dlls that are located in the
...
plugin directory.
1999-04-23 23:43:54 +00:00
jj%netscape.com
525e0fd6bd
(really cyeh) add source files to optimized target. the components were compiled with the runtime, so they registered succesfully, but registered as completely empty. blow away your registry and then rerun after rebuilding these. only effects optimized versions.
1999-04-23 20:05:24 +00:00
pinkerton%netscape.com
af4834fc39
remove MathLib for carbon compliance.
1999-04-23 16:16:15 +00:00
shaver%netscape.com
05b12df370
try to make g++ 2.7.2.3 happier by removing extra parens
1999-04-23 03:02:13 +00:00
jj%netscape.com
dc838942e4
fix the components so that they have different PEF names
1999-04-23 03:02:05 +00:00
jj%netscape.com
8b1ebec5d8
change creator type from MOSS to MOZZ
1999-04-23 02:38:06 +00:00
pnunn%netscape.com
e4eaf0d956
fixed optimized. pn.
1999-04-23 01:14:33 +00:00
pnunn%netscape.com
ac541a42d9
fixed optimized.
1999-04-23 01:13:50 +00:00
pnunn%netscape.com
9cceedb106
took out static. pn.
1999-04-23 00:17:08 +00:00
pnunn%netscape.com
14bdfee3bf
No longer needed.
1999-04-22 23:47:11 +00:00
pnunn%netscape.com
a38460aeb9
No exports for this dir. pnunn.
1999-04-22 23:39:52 +00:00
pnunn%netscape.com
008d820f9d
First Checked In.
1999-04-22 23:37:03 +00:00
pnunn%netscape.com
7f992db0f7
decoders implementation.
1999-04-22 23:34:18 +00:00
pnunn%netscape.com
d70009cd75
Updated for decoder implementation. pn.
1999-04-22 23:22:01 +00:00
pnunn%netscape.com
99fbbc85f9
First Checked In.
1999-04-22 23:06:01 +00:00
pnunn%netscape.com
bfa5be302c
decoder implementation. pnunn
1999-04-22 23:05:14 +00:00
pnunn%netscape.com
0c776b8bd0
Cleared out unneed make code. pn.
1999-04-22 22:51:16 +00:00
pnunn%netscape.com
d037730fe7
New.
1999-04-22 22:49:33 +00:00
pnunn%netscape.com
5215b34f7e
Changes needed for decoder implementation. pn.
1999-04-22 22:47:13 +00:00
pnunn%netscape.com
abacf514d1
No longer needed. pn.
1999-04-22 22:45:35 +00:00
pnunn%netscape.com
36b77513e6
Changes needed for new timer code. pn.
1999-04-22 22:41:26 +00:00
pnunn%netscape.com
5c4b5d57c3
Implements decoder api. pn.
1999-04-22 22:40:46 +00:00
pnunn%netscape.com
0adcba237f
Bruce's patch. pn.
1999-04-22 22:38:46 +00:00
pnunn%netscape.com
4f5b2033ee
Implements decoder api. pnunn.
1999-04-22 22:37:16 +00:00
pnunn%netscape.com
ba5b6b54e0
No longer needed. pn.
1999-04-22 22:35:25 +00:00
pnunn%netscape.com
b660eb65de
Will be inplemented in extensions directory. pnunn.
1999-04-22 22:32:51 +00:00
pnunn%netscape.com
755ce7db22
Moved to public_com. Also needed by decoders as well as imglib.
1999-04-22 22:31:55 +00:00
pnunn%netscape.com
b2e2298762
Moved to public_com. Also needed by decoders as well as image lib. pnunn.
1999-04-22 22:31:10 +00:00
pnunn%netscape.com
24e23e91e2
Moved to jpgcom. pnunn.
1999-04-22 22:30:05 +00:00
pnunn%netscape.com
97b309a4b8
Moved to pngcom. pnunn.
1999-04-22 22:29:25 +00:00
pnunn%netscape.com
f21cc02f26
Moved to gifcom. pnunn.
1999-04-22 22:28:03 +00:00
pnunn%netscape.com
25b98affe6
Added new directories to build. linux/X. pnunn.
1999-04-22 22:23:27 +00:00
pnunn%netscape.com
db6e857821
Added new directories to build for win. pnunn.
1999-04-22 22:22:18 +00:00
warren%netscape.com
329d00e493
Added Write(nsIInputStream) and Flush to nsIOutputStream.
1999-04-22 07:31:03 +00:00
mcmullen%netscape.com
0e92d368b6
Fix unix warning about sscanf
1999-04-21 22:55:37 +00:00
mcmullen%netscape.com
be40b30f3f
Fix PREF_Cleanup so that it can be called twice with impunity.
1999-04-21 22:17:30 +00:00
mcmullen%netscape.com
72534bced8
Call ShutDown automatically on destruction.
1999-04-21 22:17:28 +00:00
jdunn%netscape.com
5c7a5f26d1
Change C++ comments to C comments and change flushall to flush of each of
...
the standard files (in,out,err)
1999-04-21 22:13:15 +00:00
mcmullen%netscape.com
670521ba61
Prefs API changed to use filespecs instead of string paths. Added Get/SetFilePref. Cleaned up the API so that StartUp() does not need to be called.
1999-04-21 22:04:35 +00:00
mcmullen%netscape.com
c83aa894ef
Not in build
1999-04-20 23:53:32 +00:00
mcmullen%netscape.com
feb9fd93c3
This is still not in the build yet.
1999-04-20 23:18:44 +00:00
amusil%netscape.com
ff4463b724
The number of variants should always start at 1.
1999-04-20 22:22:02 +00:00
amusil%netscape.com
082f656207
Patch for HP-UX specific problem.
1999-04-20 22:21:25 +00:00
pnunn%netscape.com
ae259cf6fa
replaced ++ comments. pnunn.
1999-04-20 19:30:33 +00:00
beard%netscape.com
2b6f2f399e
Added GetPluginCount, and GetPlugins, for DOM support
1999-04-20 19:29:28 +00:00
pnunn%netscape.com
ddeef1dac0
took out oo style comments. pnunn.
1999-04-20 18:51:20 +00:00
pnunn%netscape.com
1f167955c0
created. place holder. pnunn.
1999-04-20 18:24:24 +00:00
mcmullen%netscape.com
6c168dd91c
Added base.shlb (or baseDebug.shlb) to the libs list, in preparation for coming changes.
1999-04-20 01:08:48 +00:00
pinkerton%netscape.com
2a570b5c5a
add src temporarily to access paths for pnunn.
1999-04-20 00:34:54 +00:00
mcmullen%netscape.com
e07e684e0f
First Checked In.
1999-04-19 23:44:19 +00:00
pnunn%netscape.com
10c752dd61
new. decoder. pnunn
1999-04-19 22:42:58 +00:00
pnunn%netscape.com
db980d9af6
new. decoder. moved from libimg/src. pnunn.
1999-04-19 22:41:11 +00:00
pnunn%netscape.com
cacde97da7
new. decoders. unix/autoconfig. pnunn.
1999-04-19 22:33:13 +00:00
pnunn%netscape.com
52d4c00e09
new. decoders. Unix/autoconfig. pnunn.
1999-04-19 22:31:28 +00:00
pnunn%netscape.com
d6b790268a
new. decoders. unix/autoconfig make. pnunn.
1999-04-19 22:29:49 +00:00
pnunn%netscape.com
02f1362d8b
new. decoders. pnunn.
1999-04-19 22:22:47 +00:00
pnunn%netscape.com
4f7713e665
new. decoder. pnunn.
1999-04-19 22:03:55 +00:00
pnunn%netscape.com
a083695b19
new. decoder. pnunn
1999-04-19 22:03:25 +00:00
pnunn%netscape.com
e866e00e36
new. decoder.pnunn
1999-04-19 22:00:02 +00:00
pnunn%netscape.com
c0371077f2
new. decoder. for win builds. pnunn.
1999-04-19 21:32:35 +00:00
pnunn%netscape.com
15ac2d200b
new. decoder. pnunn.
1999-04-19 21:31:10 +00:00
pnunn%netscape.com
befc43b0db
new. decoder. pnunn
1999-04-19 21:29:51 +00:00
pnunn%netscape.com
520d85ba5e
new. moved from libimg/src. decoder. pnunn.
1999-04-19 21:28:48 +00:00
pnunn%netscape.com
8a7dcbbdef
new. decoder. pn.
1999-04-19 21:27:19 +00:00
pnunn%netscape.com
a12437e89b
new. decoder. for win builds. pnunn.
1999-04-19 21:16:59 +00:00
pnunn%netscape.com
a1eb529f8c
new. decoder. pnunn.
1999-04-19 21:16:24 +00:00
pnunn%netscape.com
19844cb692
new. gif decoder. pnunn.
1999-04-19 21:15:39 +00:00
pnunn%netscape.com
7eb6b5f026
new. gifdecoder. pnunn.
1999-04-19 21:14:20 +00:00
pnunn%netscape.com
a7320f7abb
gif decoder. created. pnunn.
1999-04-19 21:12:11 +00:00
dveditz%netscape.com
90695e9720
speedup for non-Mac platforms
1999-04-19 20:11:43 +00:00
pnunn%netscape.com
089397f55b
gif decoder.created. pn
1999-04-19 19:55:48 +00:00
pnunn%netscape.com
2993422459
gif decoder. created. pnunn.
1999-04-19 19:35:16 +00:00
beard%netscape.com
daeac99444
added IID accessor, changed GetJavaClass() to have a JNIEnv* parameter, no longer inherits from nsIPlugin.
1999-04-16 02:10:05 +00:00
beard%netscape.com
1088f083c6
added IID accessor, added GetJavaEnv() method.
1999-04-16 02:08:50 +00:00
beard%netscape.com
06592b4e10
added IID accessor, changed GetJavaClass() to have a JNIEnv* parameter.
1999-04-16 02:08:15 +00:00
mccabe%netscape.com
e33e295f30
Enabling xpidl as a standard part of the unix and windows build. Changed checks against BUILD_XPIDL to the (as yet undefined) USE_XPIDL variable in libpref, rdf, xpfe/AppCores, to keep them from firing just yet. The BUILD_XPIDL-enabling machinery in configure.in is unchanged, but BUILD_XPIDL is unused for now.
...
See http://www.mozilla.org/scriptable/xpidl/ if this breaks you.
1999-04-15 18:28:27 +00:00
dveditz%netscape.com
148a15ac4b
unfix until mac link problem can be dealt with
1999-04-15 12:33:06 +00:00
dveditz%netscape.com
46185f21c7
fixed typo in #ifdef Mac code
1999-04-15 07:18:34 +00:00
dveditz%netscape.com
65900e0058
libreg threading and standalone fixes
1999-04-15 05:40:37 +00:00
alecf%netscape.com
e50c7fc0ac
augh. remove raptorbase for now because we're not using nsQuickSort just yet
1999-04-15 03:51:47 +00:00
alecf%netscape.com
58b67b6560
ugh, back out this fix until mac links against raptorbase
1999-04-15 03:18:43 +00:00
alecf%netscape.com
29fb41be4a
link against raptorbase to get nsQuickSort
1999-04-15 03:15:28 +00:00
alecf%netscape.com
1732e028aa
add public\raptor to build so that we can get to nsQuickSort.h
1999-04-15 03:10:33 +00:00
alecf%netscape.com
09641635ff
make sure we can get to raptorbase to get nsQuickSort.h
1999-04-15 03:08:20 +00:00
alecf%netscape.com
fe469b78d7
back this out for now, mac isn't linking against libraptorbase
1999-04-15 03:04:04 +00:00
alecf%netscape.com
1728f799ff
make libpref use new nsQuickSort
1999-04-15 02:54:54 +00:00
alecf%netscape.com
be05791581
back out this fix because mac depends on XP_QSORT
1999-04-15 02:42:18 +00:00
alecf%netscape.com
13df61d59a
use new nsQuickSort routine
...
a=pnunn
1999-04-15 02:28:29 +00:00
jdunn%netscape.com
7f394a2e18
use C style comments instead of C++ since this is a 'C' file.
1999-04-12 20:15:26 +00:00
braddr%puremagic.com
3ab41a407e
Add back in a header file that's still needed that beard took out.
1999-04-12 06:00:44 +00:00
beard%netscape.com
b4477ef8a3
added PostEvent(), which calls nsIRunnable::Run() in a specified thread.
1999-04-12 03:20:21 +00:00
beard%netscape.com
4112bb1d2b
added PostEvent()
1999-04-12 03:17:58 +00:00
beard%netscape.com
666d0b4c61
removed g_pNSIServiceManager (no longer used)
1999-04-12 03:16:14 +00:00
beard%netscape.com
96d0939cb4
added GetJSThread(), to obtain the thread ID to send events to via nsIThreadManager::PostEvent().
1999-04-12 03:14:19 +00:00
beard%netscape.com
45969d01c6
added GetJSThread()
1999-04-12 03:12:48 +00:00
beard%netscape.com
5509bb9703
renamed g_pNSIServiceManager to theServiceManager.
1999-04-11 00:01:18 +00:00
beard%netscape.com
c28bc4120e
got rid of m_pNSIFactory, service manager is used to manage singletons. renamed g_pNSIServiceManager to theServiceMangager.
1999-04-11 00:01:17 +00:00
alecf%netscape.com
22db8bbbc7
oops, forgot to make this function pure virtual, broke mac
1999-04-10 21:15:25 +00:00
alecf%netscape.com
268f5ee78d
add ClearUserPref() to the nsIPref interface (needed for mail/news work)
1999-04-10 20:58:50 +00:00
braddr%puremagic.com
d104d7af96
Clean up undefined variables and a static prototype that no longer has a function body to match
1999-04-10 08:45:36 +00:00
dougt%netscape.com
99dbbf2a5a
Removing softupdt
1999-04-10 00:49:48 +00:00
pinkerton%netscape.com
3a6a48bf99
Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh.
1999-04-10 00:15:14 +00:00
briano%netscape.com
8d9c808ca7
Another SunOS4-specific fix.
1999-04-09 00:15:29 +00:00
toshok%hungry.com
375c277dbc
check in (mostly) function nsPluginsDirUNIX, awaiting amusil's code to figure out mime types and stuff.
1999-04-07 05:22:13 +00:00
toshok%hungry.com
80a01f2e49
enable OJI on unix.
1999-04-07 05:20:54 +00:00
toshok%hungry.com
1b0e44b36a
always go into src
1999-04-07 05:13:53 +00:00
sspitzer%netscape.com
040102d5ea
only do this if they have the IDL stuff
1999-04-07 03:01:58 +00:00
dveditz%netscape.com
7e13d48859
Mac read-only fix from Patrick Beard <beard@netscape.com>
1999-04-07 00:26:34 +00:00
alecf%netscape.com
66360b0ede
temporarily export a stub nsIPref.idl file
1999-04-07 00:06:08 +00:00
dveditz%netscape.com
6b68a8be8e
Fix threading bug
1999-04-06 18:35:34 +00:00
amusil%netscape.com
e77d582d1d
Fixed bug with StreamAsFileOnly.
1999-04-06 01:53:37 +00:00
mcmullen%netscape.com
703b989418
Fix an erroneous assert.
1999-04-05 23:09:13 +00:00
jdunn%netscape.com
847afb3de7
fix order of arguments for fputs
1999-04-05 18:11:45 +00:00
toshok%hungry.com
6add7c7069
add the nspr private include directory in a way that works with autoconf. this stuff still isn't built by default, but it builds for me on freebsd.
1999-04-05 03:12:13 +00:00
mcmullen%netscape.com
25cabfc1b2
Fix AIX bustage.
1999-04-02 23:46:20 +00:00
mcmullen%netscape.com
dd9f387503
I changed prefapi.h to use prtypes instead of the obsolete XP_ things.
1999-04-02 20:39:17 +00:00
mcmullen%netscape.com
548e888917
I changed prefapi.h to use prtypes instead of the obsolete XP_ things
1999-04-02 20:39:14 +00:00
mcmullen%netscape.com
09916aed04
Added tree management methods, and also changed to use the NSPR types instead of obsolete XP_ types. Added some consts.
1999-04-02 20:39:13 +00:00
beard%netscape.com
f951d14663
nsJVMManager::CreateThread(): upped the priority from LOW to NORMAL.
1999-04-02 06:21:59 +00:00
dveditz%netscape.com
335ade43df
Fixing libreg threadsafe issues (NR_ API, not yet the version registry API)
1999-04-02 01:31:55 +00:00
dveditz%netscape.com
d279fe7452
Fixed clobber
1999-04-01 22:54:09 +00:00
dveditz%netscape.com
ce0cf3485f
fixed copy clobber steps
1999-04-01 22:53:23 +00:00
amusil%netscape.com
afbd90e95f
Added more restrictive check for what constitutes a plugin
1999-04-01 22:06:07 +00:00
dp%netscape.com
b8dfe78cdd
More threadsafeness.
1999-04-01 06:45:50 +00:00
waterson%netscape.com
675ff674c6
Removed NODEPEND.
1999-03-31 06:47:10 +00:00
dp%netscape.com
cabae9cdfc
Fixed nsIRegistry implementation. ready for use. Thanks to Nicholas Ambrose <nick87@hotmail.com>
1999-03-31 06:28:36 +00:00
jdunn%netscape.com
3bab18959e
use PR_FALSE instead of false... since the return is a PR_Bool.
1999-03-31 04:25:41 +00:00
beard%netscape.com
09e203abc3
Now filling in fMimeTypeArray, fExtensionArray, and fMimeDescriptionArray.
1999-03-30 05:53:36 +00:00
briano%netscape.com
3d1595b89d
Added a newline at the end of the file to make a couple of Unix builds happier.
1999-03-30 01:48:20 +00:00
amusil%netscape.com
d71744eb68
Changes to hook up LiveConnect on Windows
1999-03-29 22:18:05 +00:00
amusil%netscape.com
1b5d9cb054
Code to handle locating and loading plugin info.
1999-03-29 22:11:06 +00:00
mcafee%netscape.com
3a99c257a4
Ignore generated files.
1999-03-27 09:22:27 +00:00
dougt%netscape.com
248168ecd4
Bug 4303. libjar should not be build as a component.
1999-03-26 20:49:52 +00:00
ramiro%netscape.com
301eeb4fe4
Change ConvertRGBToRGB24 to be dumb on unix so that it doesn reverse the
...
byte order. This is needed because the unix gtk image munging code expects
the image data to be in RGB format.
The ConvertRGBToRGB24 conversion is obviously a waste of time on unix and
probably mac.
Unfortunately, the alternative seems to require significant IMGLIB
work. Simply seeting to ic->converter to NULL for the 24 bit case
did not work as expected.
The correct fix might be to not do any conversion if the image data
is already in the format expected on the nsIImage end.
1999-03-26 09:50:40 +00:00
danm%netscape.com
9778c7a9c6
oooo. rev 1.15 added dist/public/dom to INC path incorrectly. did it right this time.
1999-03-26 01:41:50 +00:00
alecf%netscape.com
8d7eb39b2a
fix for #4264 - move fe_GetConfigDir into libxp, because that is in-memory and available for components to use
...
I've heard rumors that this will break mac, but I'll be able to fix it in one cycle
This allows components that don't link against libpref to be loaded and not crash
1999-03-25 22:45:46 +00:00
beard%netscape.com
facf60f39e
removed GetJSWindow, moved to nsIPluginInstancePeer2
1999-03-25 03:32:22 +00:00
beard%netscape.com
a0f2326d8d
implementing nsIPluginInstancePeer2.
1999-03-25 03:31:37 +00:00
beard%netscape.com
a8e341d0c4
using nsIPluginInstancePeer2
1999-03-25 03:30:14 +00:00
beard%netscape.com
adbf879e69
added nsIPluginInstancePeer2.h
1999-03-25 03:29:54 +00:00
beard%netscape.com
97e4c42e74
First Checked In.
1999-03-25 02:45:38 +00:00
beard%netscape.com
5071a06087
fix build bustage, nsIScriptContextOwner.h can't be found except on XP_MAC. Will land on other platforms eventually.
1999-03-24 07:16:41 +00:00
danm%netscape.com
eccf3e3d10
adding dist/public/dom to INC path so nsIPluginInstancePeer.cpp can find nsIScript*.h
1999-03-24 07:08:52 +00:00
beard%netscape.com
66f04ecd15
added GetJVMContext() to map_jsj_thread_to_js_context_impl() to get JSContext associated with a call back from Java. Using nsIPluginInstancePeer::GetJSWindow() to return global JSObject for each browser window.
1999-03-24 05:49:05 +00:00
beard%netscape.com
f9ec70136f
added GetJSWindow()
1999-03-24 05:46:23 +00:00
beard%netscape.com
cd67444966
added GetDocument()
1999-03-24 05:46:06 +00:00
beard%netscape.com
0ad119785c
added GetJSWindow
1999-03-24 05:40:02 +00:00
dougt%netscape.com
89339d337c
First Checked In.
1999-03-24 01:10:59 +00:00
dp%netscape.com
d68b82058c
InitXPCOM() : For a defined initialization sequence of xpcom global objects and components.
1999-03-23 23:28:32 +00:00
hshaw%netscape.com
a06440fba4
use NS_DEFINE_STATIC_IID_ACCESSOR macro
1999-03-23 21:08:05 +00:00
briano%netscape.com
0d895e7a58
Switched back to building both shared and static libs by default.
1999-03-23 04:26:03 +00:00
amusil%netscape.com
c5d1e425e2
Made destructors virtual, added APIs to nsIPluginHost for determining if a plugin is available
...
for a particular mimetype or file extension.
1999-03-23 03:18:12 +00:00
dougt%netscape.com
e269adb84c
Updated makefile to use nspr version 3.
1999-03-22 06:10:59 +00:00
beard%netscape.com
e606519553
QueryInterface build bustage (argh)
1999-03-21 21:11:53 +00:00
beard%netscape.com
447508ced4
changed jvmMochaPrefsEnabled to be default true, cleaned up in preparation for making JSObject.getWindow.
1999-03-21 19:56:09 +00:00
beard%netscape.com
ba477e454e
added WrapJavaObject, which wraps a JNI global reference in a JSObject.
1999-03-21 19:53:28 +00:00
beard%netscape.com
d64b63d9e0
added IID accessor
1999-03-21 19:51:01 +00:00
dp%netscape.com
c1ed2b3f33
Patch for unsigned vs signed warnings. Thanks to <bruce@cybersight.com>
1999-03-21 19:26:32 +00:00
hshaw%netscape.com
efae8e418a
Make destructors for nsPref and nsPrefFactory so we don't have uninitialization problems. Thanks bruce@cybersight.com
1999-03-21 09:03:26 +00:00
beard%netscape.com
a87f896fd7
NPStream* ptr -> NPStream* stream
1999-03-20 23:12:43 +00:00
beard%netscape.com
bd6fe6d9bc
implemented nsICookieStorage.
1999-03-20 23:11:25 +00:00
beard%netscape.com
f079d12fc2
added nsICookieStorage.h
1999-03-20 23:07:52 +00:00
leaf%mozilla.org
0a0f5ac00f
Landing nspr library name change, and plevent function call change.
1999-03-17 21:32:03 +00:00
morse%netscape.com
fe132af758
add prefs for wallet
1999-03-17 06:24:58 +00:00
hshaw%netscape.com
9cb2606f25
Changes to call Startup() from main() so we don't have thread problems in javascript
1999-03-16 22:03:03 +00:00
hshaw%netscape.com
d7b5d09fd7
To reduce confusion, read 'Netscape Preferences' for Mac, M3 bug #2343 , approved dp
1999-03-16 18:31:40 +00:00
hshaw%netscape.com
a1738dc8a7
To reduce confusion, read preferences.js for UNIX, prefs.js for Win/Mac, M3 bug #2343 , approved dp
1999-03-16 17:59:11 +00:00
hshaw%netscape.com
e98087a5a6
use default prefs.js if someone cause PREF_ API before initializing it
1999-03-15 21:38:06 +00:00
hshaw%netscape.com
2c98dd6714
load up default pref file, more detailed version requires mac project file changes
1999-03-15 06:12:17 +00:00
beard%netscape.com
86c02cf8ff
added CreatePluginInstance.
1999-03-14 20:26:29 +00:00
beard%netscape.com
ac7164a98e
calling CreatePluginInstance instead of CreateInstance, so MIME type is available early.
1999-03-14 20:09:57 +00:00
beard%netscape.com
259717e9c8
added CreatePluginInstance, to create a plugin instance with a specified MIME type.
1999-03-14 20:09:12 +00:00
beard%netscape.com
5878873570
added nsILiveconnect service.
1999-03-14 04:41:51 +00:00
mcmullen%netscape.com
44bfd48e97
Adapt to an API change.
1999-03-13 06:39:17 +00:00
beard%netscape.com
cab2d1e4e7
added IID_ACCESSOR
1999-03-13 03:12:16 +00:00
beard%netscape.com
1e01f5a023
fixed IID accessor
1999-03-13 03:11:05 +00:00
pierre%netscape.com
f3356cc769
fixed uninitialized variable in map_java_object_to_js_object_impl()
1999-03-12 23:18:13 +00:00
ramiro%netscape.com
846235af9b
Make it possible to prefix mozilla dlls that conflict with system dlls.
1999-03-12 12:43:04 +00:00
beard%netscape.com
4fc2199aea
massive overhaul for new stream APIs.
1999-03-12 04:48:04 +00:00
beard%netscape.com
e291c88c43
added NS_DEFINE_STATIC_IID_ACCESSOR.
1999-03-12 04:46:43 +00:00
amusil%netscape.com
36e9368c39
Redesigned plugin cache code for StreamAsFile operations. Removed NEW_PLUGIN_STREAM_API ifdefs.
1999-03-11 22:48:58 +00:00
ramiro%netscape.com
51b24a505b
Change MOZILLA_HOME to MOZILLA_FIVE_HOME so that we dont fight Communicator
...
4.x installations.
1999-03-11 20:00:57 +00:00
dp%netscape.com
d57373e7a0
Changing default registry name:
...
Unix: ~/.mozilla/registry
Win: <winnt dir>\mozregistry.dat
BTW, mac is already MozRegistry
1999-03-11 07:56:03 +00:00
hshaw%netscape.com
786fe8b357
Replace NS_DECLARE_CID with NS_DEFINE_IID for kIPrefIID and KPrefCID
1999-03-10 20:33:18 +00:00
hshaw%netscape.com
959056306c
Fix for bug #3130 , thanks mcafee
1999-03-10 20:02:22 +00:00
dougt%netscape.com
52ad915384
ack.
1999-03-09 23:06:11 +00:00
dougt%netscape.com
eea7ed3865
Added VR_ calls to the export list.
1999-03-09 22:39:09 +00:00
dougt%netscape.com
727debf298
Stripping additional access paths.
1999-03-09 21:03:39 +00:00
dougt%netscape.com
f6c08c6a81
remove libutil references.
1999-03-09 20:58:29 +00:00
dougt%netscape.com
9a83fe657d
First Checked In.
1999-03-09 20:57:17 +00:00
dougt%netscape.com
ed273a9da8
Fixes compare from int to ptr. ANSI C++ does not like that.
1999-03-09 20:10:20 +00:00
dougt%netscape.com
3f9a397b60
First checkin of unix makefile.
1999-03-09 19:31:55 +00:00
warren%netscape.com
bdcaa63028
Backed out the nsService template stuff.
1999-03-09 11:49:41 +00:00
warren%netscape.com
c50687b845
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00
dveditz%netscape.com
65eae19e19
initial libjar files, NOT PART OF BUILD
1999-03-09 02:13:56 +00:00
dp%netscape.com
553c67688d
adding new exported NR_*Raw() symbols
1999-03-08 22:10:18 +00:00
dp%netscape.com
88a168c397
Adding Raw interface that wont interpret / in keynames. Plus removed = being a invalid char for keys.
1999-03-08 20:35:54 +00:00
beard%netscape.com
8e5d1b50c4
Added accessor for NS_JVMMANAGER_CID.
1999-03-08 00:12:00 +00:00
beard%netscape.com
917b3eb6bd
Added InitLiveConnectClasses for DOM's use.
1999-03-08 00:09:05 +00:00
beard%netscape.com
2509c6cee5
Fixed Read/Write methods to conform to latest nsIInputStream and nsIOutputStream interfaces.
1999-03-08 00:07:24 +00:00
beard%netscape.com
9476ae8455
passing service manager, using NS_CALLBACK macro.
1999-03-06 22:32:49 +00:00
beard%netscape.com
1e1919ed9e
passing service manager, using nsIAllocator instead of nsIMalloc for memory allocation.
1999-03-06 22:32:47 +00:00
beard%netscape.com
b3b96ded1a
passing service manager instead of plugin host.
1999-03-06 22:31:28 +00:00
beard%netscape.com
82707fd03f
File Removed.
1999-03-06 22:23:41 +00:00
beard%netscape.com
58e8340dcd
First Checked In.
1999-03-06 22:23:26 +00:00
mcafee%netscape.com
d5f47c09c7
Directly calling const char* const() operator to avoid ambiguity on Solaris. r=mcmullen@netscape.com
1999-03-06 04:42:08 +00:00
mcmullen%netscape.com
0d98bcf3a9
Fixing nsCOMPtr usage for unix.
1999-03-06 00:07:06 +00:00
cyeh%netscape.com
5fe1801c03
fix pdb file generation so that the go into $(OBJDIR) and also
...
have more useful names other than "none.pdb". some cleanup remains.
1999-03-05 23:24:48 +00:00
mcmullen%netscape.com
0b721e55f8
Removed the offset parameter from the base stream interfaces. Implemented string streams.
1999-03-05 22:53:56 +00:00
alecf%netscape.com
c383cd8575
eliminate netlib dependancy by removing call to FE_Alert
1999-03-05 21:33:02 +00:00
mcafee%netscape.com
fdf88ceddf
Uninitialized variables
1999-03-05 04:40:14 +00:00
kipp%netscape.com
4147924a67
Use proper new/delete operators
1999-03-05 04:36:00 +00:00
scc%netscape.com
31ff626ae9
rename |IID()| --> |GetIID()|
1999-03-03 19:48:57 +00:00
beard%netscape.com
69f7175762
struct -> class
1999-03-03 06:10:58 +00:00
beard%netscape.com
24e3d7b86b
resolving aliases.
1999-03-03 04:11:15 +00:00
beard%netscape.com
a95929e9ca
rewrote SetUpPluginInstance to use GetPluginFactory.
1999-03-03 04:10:54 +00:00
beard%netscape.com
a260885f5b
removed all vestiges of nsIMalloc.
1999-03-02 22:33:32 +00:00
beard%netscape.com
643eabb615
made inheritance public.
1999-03-02 22:31:54 +00:00
brade%netscape.com
01ac29c7fa
add static to reduce compiiler warnings on Macintosh
1999-03-02 15:28:46 +00:00
beard%netscape.com
027e7dec44
Added Release to peer's destructor, delaying release of stream until NPP_URLNotify.
1999-03-02 04:46:05 +00:00
beard%netscape.com
b5974469ba
First Checked In.
1999-03-02 04:43:30 +00:00
pinkerton%netscape.com
fe97bd5e2d
some hacks (and ifdefs) for macOS until NSPR gets fixed. This at least allows us to test out libReg and find bugs.
1999-03-01 19:24:27 +00:00
ramiro%netscape.com
bb5e2580dc
AIX portability fixes. (Waqar Malik <waqar@netscape.com>)
1999-03-01 06:10:54 +00:00