Граф коммитов

1028 Коммитов

Автор SHA1 Сообщение Дата
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