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

1487 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com acf424873e fix for #10127. create a default for the mail.update_compose_title_as_you_type pref 1999-07-19 20:50:22 +00:00
pnunn%netscape.com e3113e7281 Updated list. pnunn. 1999-07-19 19:50:29 +00:00
pnunn%netscape.com 40c5d74a77 Clean up. pn. 1999-07-19 18:46:46 +00:00
pnunn%netscape.com b152583d41 Clean up. pnunn 1999-07-19 18:38:46 +00:00
beard%netscape.com 1a4535f1d5 added GetIID() accessor 1999-07-17 01:57:10 +00:00
slamm%netscape.com e33e65a165 Fix build warnings. 1999-07-16 20:06:37 +00:00
sspitzer%netscape.com 018a336922 fix warning 1999-07-16 06:59:30 +00:00
dbragg%netscape.com 53ed5a01a8 Checked for null in memory allocation per bug #9852 1999-07-15 23:06:52 +00:00
sfraser%netscape.com 43f2f01dd9 Fix the access paths to IDL files 1999-07-15 23:03:22 +00:00
sfraser%netscape.com ea9b9de31d Remove errant semicolons 1999-07-15 23:03:06 +00:00
sfraser%netscape.com c2ce8196f3 First Checked In. 1999-07-15 23:02:50 +00:00
Jerry.Kirk%Nexwarecorp.com 723cb44c20 Needed to add $(ZLIB_LIBS) to fix link problem under Neutrino 1999-07-15 11:44:30 +00:00
sspitzer%netscape.com c05c2ac5f7 use NS_DEFINE_CID instead of NS_DEFINE_IID 1999-07-15 07:02:37 +00:00
jdunn%netscape.com d5a452ac6d HP compiler flags this "implicit conversion of string literal" as an error so
added the cast.
1999-07-14 16:45:02 +00:00
briano%netscape.com c31bcf6e8f Added a workaround for QNX's 'random' problem. QNX-specific. 1999-07-13 21:45:28 +00:00
warren%netscape.com 61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
edburns%acm.org a16588ba99 Removed non ifdef'd debugging statements. 1999-07-08 20:25:53 +00:00
slamm%netscape.com 169624e5db Remove carriage returns. They trip up some compilers. a=cyeh. 1999-07-07 20:18:27 +00:00
pnunn%netscape.com 9be9b074d6 fix for bug#924 (from newt@pobox.com), and clean up of unused code. pnunn. ok'd by chofmann. 1999-07-07 19:24:02 +00:00
pnunn%netscape.com 5eac590df2 fix for bug#1971. pn. ok'd by chofmann. 1999-07-07 19:22:00 +00:00
av%netscape.com aa288fc1b6 Removing commented out code 1999-07-07 13:37:36 +00:00
ramiro%netscape.com bbed66360e Checkin another chunk of Alex Larsson's non-exported symbol reduction
patch.  All changes protected by  MOZ_STRIP_NOT_EXPORTED.
These particular changes set the NS_EXPORT declarations as needed by
the linker.
1999-07-07 09:02:21 +00:00
warren%netscape.com 9975942bdb Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
dp%netscape.com c43c4ec143 Landing XPCOM_M8_PERF_BRANCH. Speeding up GetString(). 1999-07-07 07:42:03 +00:00
warren%netscape.com 9953c17d28 Fixed clobber to not fail if directory isn't there. 1999-07-07 04:20:31 +00:00
ducarroz%netscape.com c36ebb819d fix build bustage with nsIJVMConsole.h & nsIJVMPrefsWindow.h for edburns@acm.org 1999-07-07 01:38:35 +00:00
av%netscape.com 4f17bd8597 Adding full path to pluginTag.mFileName on Windows 1999-07-07 00:37:41 +00:00
edburns%acm.org 86858cc900 Alex Musil's long awaited plugin changes. 1999-07-07 00:28:34 +00:00
edburns%acm.org d89c5c2b95 Alex Musil and Stanley Ho's changes. Added Show and hide methods. 1999-07-07 00:22:32 +00:00
sspitzer%netscape.com 0920387097 changes to support the news pretty name abbreviation feature.
not turn on yet.
thanks to Oleg Rekutin <rekusha@asan.com> for contributing this code.
1999-07-06 23:06:42 +00:00
sspitzer%netscape.com 3b27a5149e don't create these values. rely on the default prefs for that. 1999-07-06 22:42:48 +00:00
dveditz%netscape.com b7711bbb43 Mac startup performance 1999-07-06 07:28:49 +00:00
av%netscape.com e0e557e1bd 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
racham%netscape.com 2a9b148974 Adding netcenter Preg pref 1999-07-05 01:21:30 +00:00
sspitzer%netscape.com 59413cec7e fix warnings 1999-07-03 00:39:28 +00:00
av%netscape.com 844b044920 Addressing bug #5978 1999-07-03 00:07:46 +00:00
ramiro%netscape.com 43295086e9 Part I of Alexander Larsson's (alex@signum.se) patch to reduce symbol bloat.
All these changes are safely ifdefed out for the time being.
There are also a few implementation
DEFINES cleanups.
1999-07-02 14:59:36 +00:00
dveditz%netscape.com d3f47f37f5 makefile cleanups 1999-07-02 13:40:18 +00:00
ramiro%netscape.com f41e67c622 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
dveditz%netscape.com 17864a291d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
sspitzer%netscape.com 3ce64189d8 fix for #9143. make the default start page the home page. remove that browser.startup.splash crap. make the default home page http://www.mozillazine.org/ for now. 1999-07-02 06:39:40 +00:00
cyeh%netscape.com 5f3526c72b 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
dp%netscape.com 6617ee15f9 Caching of node names in nsIRegistryNode
Adding nsIRegistryNode::GetIID()
        - Thanks Dan Veditz
1999-07-02 03:34:08 +00:00
cyeh%netscape.com bc706d8832 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 13d037ce40 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
ducarroz%netscape.com e447512cc8 Add default value for compose_html 1999-07-01 21:52:26 +00:00
warren%netscape.com bd73f68e8b 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 8f54c29b26 fix warning 1999-07-01 08:40:21 +00:00
av%netscape.com d012806a8e Swapping boolean specifying windowless plugin in accordance with the spec 1999-06-30 00:49:03 +00:00
ssu%netscape.com e6edf1444c fixing bug #8454 and AddDirectory() function 1999-06-29 23:23:23 +00:00
scc%netscape.com f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
mcafee%netscape.com 328bd2d7f7 BeOS changes 1999-06-29 11:36:21 +00:00
sgehani%netscape.com 0f0cf4b928 Build libjar as a component on the Mac. 1999-06-29 02:22:13 +00:00
mcafee%netscape.com a174d8f82e Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca) 1999-06-28 23:11:18 +00:00
mscott%netscape.com 25a6e7c788 necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:43:28 +00:00
warren%netscape.com fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
warren%netscape.com fbd6d1dc57 Necko ifdefs for layout and rdf. 1999-06-26 06:36:26 +00:00
gagan%netscape.com a3b121f531 NECKO only: Fixed the dont_AddRef problem. 1999-06-25 21:58:06 +00:00
ducarroz%netscape.com 8d7f41b9f3 replace pref "mail.identity.<idn>.send_html" by "mail.identity.id1.compose_html". replace pref "mail.identity.<idn>.wrap_column" by "mail.wraplength" 1999-06-25 21:47:43 +00:00
pnunn%netscape.com 7c783944de changed image type list. pnunn. 1999-06-25 20:09:12 +00:00
pnunn%netscape.com ee7e51f0e0 fix warnings, #8154. pnunn. 1999-06-25 19:47:25 +00:00
mcafee%netscape.com 8a84e0812a BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 11:08:07 +00:00
gagan%netscape.com fbaa548f03 More Necko landing changes... 1999-06-25 01:41:26 +00:00
gagan%netscape.com 21ec6ddf0f More Necko landing changes. 1999-06-25 00:03:22 +00:00
briano%netscape.com 57f1cda907 File was missing the required newline at the end of file. 1999-06-24 03:13:10 +00:00
sgehani%netscape.com 39167b36a2 1> Removed obsolete IID headers (now being generated from IDL).
2> Aletered Unix Makefile.in to make libjar a component.
1999-06-23 22:54:49 +00:00
warren%netscape.com 15272e93b7 More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string. 1999-06-23 19:55:21 +00:00
pnunn%netscape.com 85ca87a283 Minor adjustment for testing. pnunn. 1999-06-23 19:54:52 +00:00
sgehani%netscape.com f608a515fb First Checked In. 1999-06-23 06:37:03 +00:00
sgehani%netscape.com dbf800ebea Modification to the libjar XPCOM interface in order to use it with XPInstall; facilitating ressurection of XPInstall on Unix. 1999-06-23 06:16:28 +00:00
warren%netscape.com 1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
sspitzer%netscape.com 91b07396b6 change default to 50 until performance is fixed 1999-06-23 00:00:28 +00:00
akkana%netscape.com 422ee84284 Fix separate-objdir build 1999-06-22 21:38:39 +00:00
pnunn%netscape.com 497721e069 prep work for alphachannel. pnunn. 1999-06-22 20:11:53 +00:00
pnunn%netscape.com e79eece31d Prepwork for alphachannel. pnunn 1999-06-22 20:11:03 +00:00
pnunn%netscape.com 1482b958ed Prep work for alpha channel. pnunn. 1999-06-22 20:09:29 +00:00
dp%netscape.com 7cc37791bf Adding back member to store error for nsRegistryNode and nsRegistryValue. This gets it working again. 1999-06-22 13:58:12 +00:00
mcmullen%netscape.com 8eb9d86984 Removing the use of the convenient factory method for nsIFileSpec, since I'm about to remove that, too. 1999-06-22 03:48:26 +00:00
dp%netscape.com c8a1554978 - Threading fixed. Changed member that stored error from nsRegistry
to be an automatic variable.
- Using XPCOM_ComponentRegistry for OpenWellknownRegistry()
1999-06-21 23:40:21 +00:00
putterman%netscape.com 2a2e122254 Added mail.showMessengerPerformance pref. 1999-06-21 23:25:33 +00:00
sspitzer%netscape.com 3c966d4e31 fix for #8360. Get "mailnews.start_page.enabled" and "mailnews.start_page.url" to work. 1999-06-21 02:25:34 +00:00
sspitzer%netscape.com d1b8548b1e fix warnings. these classes have virtual functions but non-virtual destructors 1999-06-21 01:59:44 +00:00
ssu%netscape.com d797377687 added define's to deal with building standalone 1999-06-20 02:38:14 +00:00
sspitzer%netscape.com ee23c114e0 make the default of of the "browser.startup.page" be 3, so that we use
the new "browser.startup.splash" pref.

set the default for "browser.startup.splash" to be http://www.mozillazine.org, until
bug #7417 gets fixed.
1999-06-19 21:08:02 +00:00
briano%netscape.com c5f56dedd5 Minor DEC-specific tweak (i.e., only affects DEC builds) to fix the Tinderbox build. 1999-06-19 00:16:43 +00:00
dp%netscape.com ec7f1d00a9 Fixed crash due to multi-threading. bug# 7308, bug# 8150 1999-06-18 23:27:09 +00:00
mcmullen%netscape.com ca918925e3 Fixing the broken situation when no prefs file exists. Since there is a problem with stream closing after nsFileStream(nsIFileSpec*), cleaning up this code so that we dont write/read/init/write the prefs. Now we simply init/write. Part of a fix for bug #8237. r=slamm@netscape.com, a=chofmann@netscape.com 1999-06-18 22:11:35 +00:00
valeski%netscape.com e23b3c673c 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
ssu%netscape.com 3b3892972e backed out previous checkin due to tree closure 1999-06-16 21:54:13 +00:00
ssu%netscape.com 744e12c6f7 ifdef'ed all calls to PR_Seek() for the standalone build 1999-06-16 21:47:58 +00:00
dveditz%netscape.com 40f1477bbd eliminate extra startup file i/o 1999-06-16 06:50:37 +00:00
dveditz%netscape.com 3198743e2a use standard XPCOM macros 1999-06-16 06:49:42 +00:00
syd%netscape.com 870b976c1d Add browser.ncols and browser.installcmap preferences 1999-06-16 03:18:44 +00:00
ssu%netscape.com 693c4f3f4d ifdef'ed call to PR_Seek() for the standalone build 1999-06-16 00:24:37 +00:00
putterman%netscape.com ce04376897 Close the filespec's stream so we don't keep appending to pref file. Approved by
mcmullen.
1999-06-15 23:19:58 +00:00
putterman%netscape.com 445d98aec7 Fix for 8197. Can't read pref file. Approved by leaf and reviewed by mscott. 1999-06-15 18:39:33 +00:00
mcmullen%netscape.com 0ad0748949 Alias resolution makes directory iteration tricky: You can't use SetLeafName to convert one sibling to another. Fixing parsing of pref-init files, which broke when I fixed aliases a while back. 1999-06-15 10:42:05 +00:00
mcmullen%netscape.com d9fb726225 Fix windows bustage. 1999-06-15 09:35:20 +00:00
mcmullen%netscape.com b7a85eefd7 Using nsIFileSpec, leaks and stuff now become possible. Fixing one problem... 1999-06-15 09:09:17 +00:00
mcmullen%netscape.com 5fa0c23185 My fix collided with somebody else's. Fixing it the way I want it. 1999-06-15 06:30:33 +00:00
mcafee%netscape.com 00a2b10e79 Moving worked declaration to the beginning of function to get around goto error. Fixes linux bustage. 1999-06-15 06:24:34 +00:00
mcafee%netscape.com c268f90bb2 Fixing some of the Linux breakage. 1999-06-15 06:22:35 +00:00
mcmullen%netscape.com c3b4ad2f1a Changed to use nsIFileSpec 1999-06-15 05:25:28 +00:00
mcmullen%netscape.com 2c34002258 Use nsIFileSpec. Also added ReadUserPrefs() method. 1999-06-15 05:17:55 +00:00
ssu%netscape.com 805032a259 updated makefile to define USE_NON_MT_LIBS (use libc.lib) 1999-06-14 22:35:21 +00:00
dougt%netscape.com af93402ef1 Be OS patch from Duncan Wilcox <duncan@be.com> Thank you. 1999-06-14 20:18:35 +00:00
dp%netscape.com 462e42b5b3 - NS_RegistryGetFactory API Change
- QuickRegister eliminated
1999-06-14 02:07:03 +00:00
sspitzer%netscape.com 3fb23d25c5 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 d302ce6bda Has been idlized 1999-06-11 19:48:21 +00:00
briano%netscape.com a1b287c705 Changed the platform-specific ifdefs wrt XP_RANDOM to use HAVE_RANDOM instead. 1999-06-10 04:07:09 +00:00
ssu%netscape.com 2cb4ab9fec Fixing ShExp use (0 means true) 1999-06-10 01:58:06 +00:00
dbragg%netscape.com 49ea469e54 There was a lower case r in the macro OBJDIr for nsJARFactory.obj 1999-06-09 22:51:13 +00:00
pnunn%netscape.com 5820e15512 with bug fix for #6045.pnunn. 1999-06-09 20:19:29 +00:00
pnunn%netscape.com 93024ca674 fix for bugz#6045 in if.cpp. pnunn. 1999-06-09 20:16:03 +00:00
pnunn%netscape.com 50eafb39b6 Clean up in IL_GetImage(). bugz#6045. pnunn. 1999-06-09 20:15:01 +00:00
dp%netscape.com 891afaf041 Well Known Component Registry in <exedir>/component.reg implemented. 1999-06-09 19:16:38 +00:00
Jerry.Kirk%Nexwarecorp.com fb9d7a4071 -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 63a54ecded Fix the typo in the name of unix.js, and fix the asserts. 1999-06-08 23:31:15 +00:00
warren%netscape.com b113f2332f Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
av%netscape.com e5b943bd76 *** empty log message *** 1999-06-08 06:07:51 +00:00
leaf%mozilla.org 4f8255a881 adding blank file per tina ornduff 1999-06-07 21:47:13 +00:00
av%netscape.com 032b72be8c Enabling calling HandleEvent for winless plugins on Windows 1999-06-05 20:03:12 +00:00
amusil%netscape.com 3a1fb26c71 Fixed order of calls. 1999-06-04 22:53:31 +00:00
amusil%netscape.com ba1eb7a956 Should only call SetWindow() if the plugin has not been stopped. 1999-06-04 22:52:49 +00:00
amusil%netscape.com eb37612c76 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 fc2b5aa247 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 2ea33f3fda Fixed the Unix builds. DON'T USE C++ COMMENTS IN C FILES. 1999-06-03 22:30:39 +00:00
chuang%netscape.com 6c3f0848ea Add directory default preferences 1999-06-03 22:27:31 +00:00
warren%netscape.com cbbfa208f8 IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). 1999-06-03 21:50:47 +00:00
ducarroz%netscape.com ab82d97ee8 remove nsIPref.h as it know generated and installed by xpidl. 1999-06-03 21:35:41 +00:00
chuang%netscape.com 45f30a6bad Port PREF_CreateChildList and PREF_NextChild into nsIpref. 1999-06-03 21:25:25 +00:00
sspitzer%netscape.com 2265a55784 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 4287b83347 Single public include directory on Win32. 1999-06-03 18:34:27 +00:00
mcmullen%netscape.com 4b0ff2c414 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 9b96cd4907 added newline at end of file. HP won't compile without it 1999-06-03 00:48:16 +00:00
ducarroz%netscape.com 380e76a803 First Checked In. 1999-06-03 00:40:55 +00:00
mcmullen%netscape.com c60580068f Implemented xp default prefs 1999-06-03 00:40:08 +00:00
mcmullen%netscape.com 516773d925 Implemented XP default prefs 1999-06-03 00:34:20 +00:00
mcmullen%netscape.com 1b08628883 Implemented XP default prefs. 1999-06-03 00:31:40 +00:00
mcmullen%netscape.com 83906283f6 Removed some "obsolete" functions. 1999-06-03 00:30:21 +00:00
mcmullen%netscape.com cdf62475fb Using XP technique for default prefs now. 1999-06-03 00:27:44 +00:00
mcmullen%netscape.com ccf298582b Remove the resources from this file. Now moving to an XP solution. 1999-06-03 00:27:04 +00:00
dbragg%netscape.com ee93afddb8 Re-added nsJAR.cpp and nsJARFactory.cpp to the CPPSRCS macro 1999-06-02 16:52:42 +00:00
dbragg%netscape.com 40b83d5c0d Re-added the nsJAR.obj and nsJARFactory.obj files to the OBJS macro. 1999-06-02 16:51:39 +00:00
mcmullen%netscape.com c2088731b7 First Checked In. 1999-06-02 01:59:23 +00:00
pnunn%netscape.com 2a259bc613 These 2 lines caused a crash with editor. Take out for study. pnunn. 1999-06-01 23:14:55 +00:00
pnunn%netscape.com fc96989970 move kISupportsIID declaration local. pnunn. 1999-06-01 21:53:12 +00:00
pnunn%netscape.com 8ad72971e3 move kISupportsIID declaration local. and clean up ic. pnunn. 1999-06-01 21:50:37 +00:00
dbragg%netscape.com fe34d14c41 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 0af499845b 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 c8f258ff5f 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 cf506441ff Added nsJAR.cpp and nsJARFactory.cpp to the CPPSRCS macro 1999-06-01 21:17:12 +00:00
dbragg%netscape.com 4920b86642 removed export of nsIZipArchive.h since it doesn't exist 1999-06-01 21:15:47 +00:00
dbragg%netscape.com 472ec389c8 XPCOM interface files for libjar 1999-06-01 21:08:32 +00:00
bruce%cybersight.com b9b3764aef 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 a82e7a2474 I forgot to make this interface scriptable 1999-05-28 23:04:19 +00:00
alecf%netscape.com 4490935384 oops, missed a few more size_t's 1999-05-28 22:30:30 +00:00
alecf%netscape.com b572703073 fix mac bustage - missed this size_t when switching to XPIDL syntax 1999-05-28 22:29:53 +00:00
alecf%netscape.com 0e88a73b33 turn on XPConnect for nsIPref 1999-05-28 22:03:40 +00:00
alecf%netscape.com e51ba21892 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 d32d2146af make unix like the other platforms (use ImapMail as the imap mail dir) 1999-05-28 05:20:32 +00:00
sspitzer%netscape.com 38098098b8 remove my comment 1999-05-28 03:36:04 +00:00
sspitzer%netscape.com 36eaf36bcd 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 d1db27f420 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 2dab1707f4 fix windows bustage for my change to nsPref.cpp 1999-05-28 00:06:51 +00:00
sspitzer%netscape.com 933c84b10b 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 7422658130 Getting windowless plugin stuff into 1999-05-27 23:20:09 +00:00
pnunn%netscape.com aa8109e09b Removing old defs and added tests for null ptrs. pnunn. 1999-05-27 22:42:57 +00:00
pnunn%netscape.com 65397b2c96 Removing old defs. pnunn. 1999-05-27 22:40:52 +00:00
pnunn%netscape.com c0595ace77 Removing old def's. pnunn. 1999-05-27 22:36:17 +00:00
mcmullen%netscape.com f7593517fe Removed obsolete base.shlb/baseDebug.shlb 1999-05-27 21:48:55 +00:00
cmanske%netscape.com eb549f64f3 Removed Windows-specific default directory string from prefs 1999-05-26 21:39:59 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
sdagley%netscape.com 190fb5c9b0 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 f04e687aa6 nsZipArchive.h 1999-05-19 04:48:19 +00:00
dveditz%netscape.com 7361fdede5 new file 1999-05-19 04:06:40 +00:00
dveditz%netscape.com 6476604581 allow multi-user finds 1999-05-19 03:21:03 +00:00
dveditz%netscape.com c4aa848e52 further bullet-proofing against bad callers 1999-05-19 02:02:47 +00:00
beard%netscape.com dcb9aef801 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 e47f66c661 backing out dveditz's changes (seems to be breaking mac) 1999-05-18 18:55:34 +00:00
dveditz%netscape.com 58b3f951a1 missing lock 1999-05-18 14:49:02 +00:00
dveditz%netscape.com f54808a025 NSReg.h 1999-05-18 14:46:02 +00:00
amusil%netscape.com 1c31569f90 Fixing build bustage 1999-05-17 22:14:35 +00:00
amusil%netscape.com 55ca910ac8 Updated 4x plugin support on the Mac 1999-05-17 21:26:48 +00:00
beard%netscape.com 09b6dd4915 bug #4839: now including xp_path.h instead of primpl.h. 1999-05-17 21:10:45 +00:00
shaver%netscape.com 0a1f41b7dc 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 09941ba775 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 364c17da3c 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 41dc3a3222 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 f50c1483b1 Fix for QNX. 1999-05-13 03:13:14 +00:00
sspitzer%netscape.com 8c243796b1 create virtual destructors 1999-05-13 02:17:09 +00:00
sspitzer%netscape.com c441de9d46 make the destructors virtual 1999-05-13 00:59:19 +00:00
sspitzer%netscape.com 5361aa6d31 make destructors virtual 1999-05-13 00:51:26 +00:00
sspitzer%netscape.com ed6326405e make the destructor virtual 1999-05-13 00:48:42 +00:00
briano%netscape.com aaaf38a0c7 Fix for QNX. 1999-05-12 23:53:50 +00:00
dcone%netscape.com c71e1f8097 added a PrintContent() method to these classes 1999-05-12 13:32:09 +00:00
briano%netscape.com 0e490e9bcc Fix for QNX. 1999-05-11 20:58:37 +00:00
pinkerton%netscape.com 1d081ce4a8 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 30797a08f1 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 9c9bc2c189 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 ed1a829083 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 fe7b181a91 added GetJSContext() 1999-05-08 16:33:40 +00:00
beard%netscape.com 1fdc87166b 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 ba249b4527 General clean up. Removed ifdef STANDALONE_IMAGE_LIB. pnunn. 1999-05-07 22:25:31 +00:00
pnunn%netscape.com e32a08be77 General clean up. Remove ifdef STANDALONE_IMAGE_LIB. pnunn. 1999-05-07 22:24:10 +00:00
amusil%netscape.com 34ea64b404 Added support for Start/Stop Applet/Plugin lifetimes. 1999-05-07 22:06:47 +00:00
pnunn%netscape.com e94ebd1c2a 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 5d9028b7b4 Implement support for SetEnableRendering/GetEnableRendering 1999-05-07 19:26:23 +00:00
donm%netscape.com 820e45d15e backing out change while we're trying to verify trees. 1999-05-06 23:06:07 +00:00
pnunn%netscape.com 88f3dd9d91 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 83ba1b59f2 Moved from webshell/src 1999-05-06 19:25:40 +00:00
dp%netscape.com b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
hyatt%netscape.com f6b0d365d2 Changed the arguments to PostSynchronousEvent. 1999-05-05 23:54:47 +00:00
mcmullen%netscape.com be4860a7e2 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 ae4e8ae9ca Switching over to nsIEventQueues. 1999-05-04 23:31:07 +00:00
mcmullen%netscape.com 370c242339 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 18432cff4b Adding default preference javascript files to the macintosh build. 1999-05-04 19:08:59 +00:00
dp%netscape.com 262d0f491f XPCOM: Addref() and Release() usage fixed. 1999-05-04 18:38:21 +00:00
slamm%netscape.com 3b15c090ad 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 8d208edba5 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 dd5962e92a Added jpeg library link. pnunn. refer to bug#5459. review: slamm blessed:chofmann. 1999-04-30 18:29:19 +00:00
akkana%netscape.com 30d71aa4e8 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 9311a16cbb fix zlib name on windows 1999-04-28 00:40:56 +00:00
dveditz%netscape.com af200e1fdb zip archive support 1999-04-28 00:34:30 +00:00
dougt%netscape.com 207a42587b 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 a418fb8c99 Replacement for the old file that had a trailing space in the name. 1999-04-27 23:54:26 +00:00
pnunn%netscape.com ad63b1eb39 fix mem leak. pnunn. bugz# 5552. 1999-04-27 23:27:30 +00:00
mcmullen%netscape.com 0113a0379c 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 9d4742fb9a 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 bc8f1b12e4 link standalone version to static libs 1999-04-27 19:18:20 +00:00
mcmullen%netscape.com b863d6b3bc Fix an error return value. 1999-04-26 18:46:13 +00:00
sspitzer%netscape.com fcfd7c1d8b cvs ignorage of generated makefiles 1999-04-26 18:26:05 +00:00
beard%netscape.com 44653d7854 added IsJavaEnabled(). 1999-04-24 04:10:49 +00:00
amusil%netscape.com 97e47c5527 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 80eb87ee12 (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 5d0ff0af77 remove MathLib for carbon compliance. 1999-04-23 16:16:15 +00:00
shaver%netscape.com e0db7f5bf7 try to make g++ 2.7.2.3 happier by removing extra parens 1999-04-23 03:02:13 +00:00
jj%netscape.com 9f2aa4b1b8 fix the components so that they have different PEF names 1999-04-23 03:02:05 +00:00
jj%netscape.com f778c40482 change creator type from MOSS to MOZZ 1999-04-23 02:38:06 +00:00
pnunn%netscape.com dcb9ca6942 fixed optimized. pn. 1999-04-23 01:14:33 +00:00
pnunn%netscape.com d392455394 fixed optimized. 1999-04-23 01:13:50 +00:00
pnunn%netscape.com cb58716224 took out static. pn. 1999-04-23 00:17:08 +00:00
pnunn%netscape.com e598c76d1a No longer needed. 1999-04-22 23:47:11 +00:00
pnunn%netscape.com 0d0cb00a34 No exports for this dir. pnunn. 1999-04-22 23:39:52 +00:00
pnunn%netscape.com 969ae721b3 First Checked In. 1999-04-22 23:37:03 +00:00
pnunn%netscape.com 71f5751587 decoders implementation. 1999-04-22 23:34:18 +00:00
pnunn%netscape.com 277d3b5e07 Updated for decoder implementation. pn. 1999-04-22 23:22:01 +00:00
pnunn%netscape.com 3f4cf23581 First Checked In. 1999-04-22 23:06:01 +00:00
pnunn%netscape.com 048c96e46a decoder implementation. pnunn 1999-04-22 23:05:14 +00:00
pnunn%netscape.com d767a277a3 Cleared out unneed make code. pn. 1999-04-22 22:51:16 +00:00
pnunn%netscape.com 38ad25b1e8 New. 1999-04-22 22:49:33 +00:00
pnunn%netscape.com 94b9e0b4e6 Changes needed for decoder implementation. pn. 1999-04-22 22:47:13 +00:00
pnunn%netscape.com 3761a19f90 No longer needed. pn. 1999-04-22 22:45:35 +00:00
pnunn%netscape.com a0f48373ee Changes needed for new timer code. pn. 1999-04-22 22:41:26 +00:00
pnunn%netscape.com 4018fc9641 Implements decoder api. pn. 1999-04-22 22:40:46 +00:00
pnunn%netscape.com 5a1c2c9bfd Bruce's patch. pn. 1999-04-22 22:38:46 +00:00
pnunn%netscape.com a8af3108a4 Implements decoder api. pnunn. 1999-04-22 22:37:16 +00:00
pnunn%netscape.com 134ea308f3 No longer needed. pn. 1999-04-22 22:35:25 +00:00
pnunn%netscape.com bee7db0cb7 Will be inplemented in extensions directory. pnunn. 1999-04-22 22:32:51 +00:00
pnunn%netscape.com 281ff3e702 Moved to public_com. Also needed by decoders as well as imglib. 1999-04-22 22:31:55 +00:00
pnunn%netscape.com 7ff7e3eecc 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 4e6776e4be Moved to jpgcom. pnunn. 1999-04-22 22:30:05 +00:00
pnunn%netscape.com 47b17f5fad Moved to pngcom. pnunn. 1999-04-22 22:29:25 +00:00
pnunn%netscape.com a5703b136f Moved to gifcom. pnunn. 1999-04-22 22:28:03 +00:00
pnunn%netscape.com e72a30bdb4 Added new directories to build. linux/X. pnunn. 1999-04-22 22:23:27 +00:00
pnunn%netscape.com 5963299af9 Added new directories to build for win. pnunn. 1999-04-22 22:22:18 +00:00
warren%netscape.com c289c670cd Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
mcmullen%netscape.com 9a4af42537 Fix unix warning about sscanf 1999-04-21 22:55:37 +00:00
mcmullen%netscape.com e450421fd3 Fix PREF_Cleanup so that it can be called twice with impunity. 1999-04-21 22:17:30 +00:00
mcmullen%netscape.com 75a8504750 Call ShutDown automatically on destruction. 1999-04-21 22:17:28 +00:00
jdunn%netscape.com 50b00d08f7 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 e4661eacd6 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 9f7e2955ec Not in build 1999-04-20 23:53:32 +00:00
mcmullen%netscape.com d3ec3c37f5 This is still not in the build yet. 1999-04-20 23:18:44 +00:00
amusil%netscape.com 551b6f72ee The number of variants should always start at 1. 1999-04-20 22:22:02 +00:00
amusil%netscape.com 5792c831fc Patch for HP-UX specific problem. 1999-04-20 22:21:25 +00:00
pnunn%netscape.com e99db1efbc replaced ++ comments. pnunn. 1999-04-20 19:30:33 +00:00
beard%netscape.com 92a7533999 Added GetPluginCount, and GetPlugins, for DOM support 1999-04-20 19:29:28 +00:00
pnunn%netscape.com 548c09a119 took out oo style comments. pnunn. 1999-04-20 18:51:20 +00:00
pnunn%netscape.com e9cac82f3c created. place holder. pnunn. 1999-04-20 18:24:24 +00:00
mcmullen%netscape.com 384d08a06a 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 972b712bd7 add src temporarily to access paths for pnunn. 1999-04-20 00:34:54 +00:00
mcmullen%netscape.com 1071b35f96 First Checked In. 1999-04-19 23:44:19 +00:00
pnunn%netscape.com e927d42c5b new. decoder. pnunn 1999-04-19 22:42:58 +00:00
pnunn%netscape.com 50bcc210f8 new. decoder. moved from libimg/src. pnunn. 1999-04-19 22:41:11 +00:00
pnunn%netscape.com f692c00c5e new. decoders. unix/autoconfig. pnunn. 1999-04-19 22:33:13 +00:00
pnunn%netscape.com e349fc2a3e new. decoders. Unix/autoconfig. pnunn. 1999-04-19 22:31:28 +00:00
pnunn%netscape.com 4181e71959 new. decoders. unix/autoconfig make. pnunn. 1999-04-19 22:29:49 +00:00
pnunn%netscape.com e4569e1ccc new. decoders. pnunn. 1999-04-19 22:22:47 +00:00
pnunn%netscape.com e3aff21fd7 new. decoder. pnunn. 1999-04-19 22:03:55 +00:00
pnunn%netscape.com 575767929e new. decoder. pnunn 1999-04-19 22:03:25 +00:00
pnunn%netscape.com 594f1c3490 new. decoder.pnunn 1999-04-19 22:00:02 +00:00
pnunn%netscape.com fdef63a464 new. decoder. for win builds. pnunn. 1999-04-19 21:32:35 +00:00
pnunn%netscape.com ec15f9fa97 new. decoder. pnunn. 1999-04-19 21:31:10 +00:00
pnunn%netscape.com 0cb075d473 new. decoder. pnunn 1999-04-19 21:29:51 +00:00
pnunn%netscape.com 143c1e35bc new. moved from libimg/src. decoder. pnunn. 1999-04-19 21:28:48 +00:00
pnunn%netscape.com c20c9431fc new. decoder. pn. 1999-04-19 21:27:19 +00:00
pnunn%netscape.com 00eac2183a new. decoder. for win builds. pnunn. 1999-04-19 21:16:59 +00:00
pnunn%netscape.com dc0f55a352 new. decoder. pnunn. 1999-04-19 21:16:24 +00:00
pnunn%netscape.com 72e996cadd new. gif decoder. pnunn. 1999-04-19 21:15:39 +00:00
pnunn%netscape.com fff43d13ff new. gifdecoder. pnunn. 1999-04-19 21:14:20 +00:00
pnunn%netscape.com bca22b3c1e gif decoder. created. pnunn. 1999-04-19 21:12:11 +00:00
dveditz%netscape.com d3f42df326 speedup for non-Mac platforms 1999-04-19 20:11:43 +00:00
pnunn%netscape.com adc3dd9a3e gif decoder.created. pn 1999-04-19 19:55:48 +00:00
pnunn%netscape.com 6f48cabec3 gif decoder. created. pnunn. 1999-04-19 19:35:16 +00:00
beard%netscape.com 4e5fc1616f 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 f7560e151f added IID accessor, added GetJavaEnv() method. 1999-04-16 02:08:50 +00:00
beard%netscape.com 49490559d9 added IID accessor, changed GetJavaClass() to have a JNIEnv* parameter. 1999-04-16 02:08:15 +00:00
mccabe%netscape.com a1eb58e008 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 1d2f02ee95 unfix until mac link problem can be dealt with 1999-04-15 12:33:06 +00:00
dveditz%netscape.com aa0bc9475b fixed typo in #ifdef Mac code 1999-04-15 07:18:34 +00:00
dveditz%netscape.com 6e0b7cd2b8 libreg threading and standalone fixes 1999-04-15 05:40:37 +00:00
alecf%netscape.com d470392827 augh. remove raptorbase for now because we're not using nsQuickSort just yet 1999-04-15 03:51:47 +00:00
alecf%netscape.com 6de5845c13 ugh, back out this fix until mac links against raptorbase 1999-04-15 03:18:43 +00:00
alecf%netscape.com ab34197005 link against raptorbase to get nsQuickSort 1999-04-15 03:15:28 +00:00
alecf%netscape.com 43e7b968b2 add public\raptor to build so that we can get to nsQuickSort.h 1999-04-15 03:10:33 +00:00
alecf%netscape.com 8c729fd38d make sure we can get to raptorbase to get nsQuickSort.h 1999-04-15 03:08:20 +00:00
alecf%netscape.com 493a5a369a back this out for now, mac isn't linking against libraptorbase 1999-04-15 03:04:04 +00:00
alecf%netscape.com 7fd57936db make libpref use new nsQuickSort 1999-04-15 02:54:54 +00:00
alecf%netscape.com 5d41b9c3ee back out this fix because mac depends on XP_QSORT 1999-04-15 02:42:18 +00:00
alecf%netscape.com 60b89f730c use new nsQuickSort routine
a=pnunn
1999-04-15 02:28:29 +00:00
jdunn%netscape.com 343893cb44 use C style comments instead of C++ since this is a 'C' file. 1999-04-12 20:15:26 +00:00
braddr%puremagic.com db276c8fe9 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 56faada4a7 added PostEvent(), which calls nsIRunnable::Run() in a specified thread. 1999-04-12 03:20:21 +00:00
beard%netscape.com 1d5d1320df added PostEvent() 1999-04-12 03:17:58 +00:00
beard%netscape.com 6be1166070 removed g_pNSIServiceManager (no longer used) 1999-04-12 03:16:14 +00:00
beard%netscape.com 5ecb816431 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 5fd3059110 added GetJSThread() 1999-04-12 03:12:48 +00:00
beard%netscape.com a6b8c8855a renamed g_pNSIServiceManager to theServiceManager. 1999-04-11 00:01:18 +00:00
beard%netscape.com 0abf5a0c4f 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 c1c46f0ff7 oops, forgot to make this function pure virtual, broke mac 1999-04-10 21:15:25 +00:00
alecf%netscape.com 61925de339 add ClearUserPref() to the nsIPref interface (needed for mail/news work) 1999-04-10 20:58:50 +00:00
braddr%puremagic.com 6ce23b2ec1 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 2b486988cd Removing softupdt 1999-04-10 00:49:48 +00:00
pinkerton%netscape.com fc0abb60de 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 5516a80e37 Another SunOS4-specific fix. 1999-04-09 00:15:29 +00:00
toshok%hungry.com 11c4d8d562 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 013c6b4651 enable OJI on unix. 1999-04-07 05:20:54 +00:00
toshok%hungry.com 27d6a26e66 always go into src 1999-04-07 05:13:53 +00:00
sspitzer%netscape.com 76fe68a8e1 only do this if they have the IDL stuff 1999-04-07 03:01:58 +00:00
dveditz%netscape.com da5bd5b86c Mac read-only fix from Patrick Beard <beard@netscape.com> 1999-04-07 00:26:34 +00:00
alecf%netscape.com 8646eaa097 temporarily export a stub nsIPref.idl file 1999-04-07 00:06:08 +00:00
dveditz%netscape.com 8ef4426d2a Fix threading bug 1999-04-06 18:35:34 +00:00
amusil%netscape.com 7a89e2b8dc Fixed bug with StreamAsFileOnly. 1999-04-06 01:53:37 +00:00
mcmullen%netscape.com 1fd46d44bd Fix an erroneous assert. 1999-04-05 23:09:13 +00:00
jdunn%netscape.com e7f649233b fix order of arguments for fputs 1999-04-05 18:11:45 +00:00
toshok%hungry.com d3f2567bd3 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 683b06bd7b Fix AIX bustage. 1999-04-02 23:46:20 +00:00
mcmullen%netscape.com ec2dc4760b I changed prefapi.h to use prtypes instead of the obsolete XP_ things. 1999-04-02 20:39:17 +00:00
mcmullen%netscape.com f32091e552 I changed prefapi.h to use prtypes instead of the obsolete XP_ things 1999-04-02 20:39:14 +00:00