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

372 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com f3cd9ba86e Turing on gfx widgets with default pref. 1999-09-13 22:21:28 +00:00
sspitzer%netscape.com 66a06004ba fix warnings. 1999-09-13 08:12:31 +00:00
sspitzer%netscape.com 7a52aab453 adding the default value for mail.server_type back.
if the user was using pop in 4.x, this defaults to 0.
a ton of code depends on it being 0, and not undefined.
alecf removed it, using it as a way to tell if we needed to migrate the prefs
or not.  Instead, I'm using other prefs to do that.
see nsMsgAccountManager::ProceedWithMigration() for the logic.
1999-09-11 19:14:15 +00:00
sspitzer%netscape.com 87957ce0af mailnews/base/src/nsMsgAccountManager.cpp 1999-09-11 19:10:30 +00:00
alecf%netscape.com c69bd02e2f remove mail.server_type so that the account manager can tell if we're starting a fresh profile or upgrading from 4.x 1999-09-11 01:54:49 +00:00
alecf%netscape.com f62beefae6 make prefs a component on windows 1999-09-11 01:26:37 +00:00
alecf%netscape.com 298d8ed7c8 make prefs a component on unix 1999-09-09 04:21:21 +00:00
sspitzer%netscape.com a2622774f3 removing these defaults. they are not used in 5.0. now we have mail.root.imap, mail.root.pop3, mail.root.none, mail.root.nntp. there is also a mail.newsrc_root. part of the work for #13305 1999-09-08 22:12:00 +00:00
morse%netscape.com 2f29951965 fetch wallet files from netcenter 1999-09-07 18:28:50 +00:00
cyeh%netscape.com 1729151e74 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:24:51 +00:00
ramiro%netscape.com 18b5e04d18 Cleanup linkin of mozdbm. 1999-08-31 14:31:50 +00:00
morse%netscape.com 954bf7212f fetch server location from a pref 1999-08-31 02:48:28 +00:00
norris%netscape.com d8507f844e * clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
neeti%netscape.com b9758e25ce implemented ResetPrefs feature 1999-08-28 05:19:29 +00:00
sspitzer%netscape.com 1654cf2872 fix for #12556. change homepage back to www.mozilla.org now that bug #7417 is fixed 1999-08-27 06:09:25 +00:00
vidur%netscape.com ac58d4a6f3 Added nsIPref::GetPrefType. 1999-08-27 06:05:04 +00:00
neeti%netscape.com 8a390ae229 Implemented special processing required to handle # in prefs.js,
write out prefs file with #, fixed memory leak bug 10629
1999-08-26 12:54:52 +00:00
brendan%mozilla.org defeffaabd Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
mccabe%netscape.com d98f4dca1d First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
bienvenu%netscape.com 2df575014f add history ab 1999-08-20 23:28:48 +00:00
mscott%netscape.com b2303cf44d Fix for Bug #12151 on behalf of sspitzer. 1999-08-20 22:59:16 +00:00
arielb%netscape.com 1b252b2e3b includes updates to codbase matching security checks currently turned off
but in place.  redefined the script security manager in caps and it is
now generating codebase principals.
1999-08-20 09:51:02 +00:00
cls%seawood.org c2bdb85bf4 Removed all references to obsolete OBJDIR variable.
Removed various sections of config.mk & rules.mk that were only used by OBJDIR or by a non-autoconf build.
1999-08-20 06:52:59 +00:00
sspitzer%netscape.com b49cd9147d remove my old, temporary code to generate a prefs.js file with some default mail-news prefs. we don't need this anymore. fixes #12064 1999-08-19 06:28:39 +00:00
ramiro%netscape.com ee33c47ded Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
mccabe%netscape.com 2a403483de Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
sspitzer%netscape.com 0283731baf since #7417 is fixed, we can set the default mailnews start page to something realistic, like the 4.5 start page. this fixes bug #7087 1999-08-07 02:00:19 +00:00
putterman%netscape.com 41946a72a1 Added pref for mailnews sidebar starting out open. 1999-08-06 23:43:04 +00:00
neeti%netscape.com 28c948b2a0 fix for bug 9853 1999-07-30 23:56:51 +00:00
warren%netscape.com 24b326c717 Fix for prefs crash. 1999-07-30 17:51:21 +00:00
warren%netscape.com ac884511c5 Fixed leak. 1999-07-30 08:00:45 +00:00
sspitzer%netscape.com 17a4c1fb71 change the nsIDirectoryIterator::Init interface to match the nsDirectoryIterator ctor: two paramenters, a file spec and a bool for resolveSymlinks. pass in PR_TRUE in the pref and component manager code. this fixes the problem where prefs wouldn't get loaded on the mac! 1999-07-27 23:33:54 +00:00
sspitzer%netscape.com 3fb2c848ca other header in compose feature, from dmose@netscape.com and endico@netscape.com. 1999-07-27 01:11:10 +00:00
sspitzer%netscape.com 4d8b244df6 fix #10320 1999-07-23 01:08:09 +00:00
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
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
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
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
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
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
mcafee%netscape.com 328bd2d7f7 BeOS changes 1999-06-29 11:36:21 +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
mcafee%netscape.com 8a84e0812a BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 11:08:07 +00:00
sspitzer%netscape.com 91b07396b6 change default to 50 until performance is fixed 1999-06-23 00:00:28 +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
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 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
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
syd%netscape.com 870b976c1d Add browser.ncols and browser.installcmap preferences 1999-06-16 03:18:44 +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
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
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
leaf%mozilla.org 4f8255a881 adding blank file per tina ornduff 1999-06-07 21:47:13 +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
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
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
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
mcmullen%netscape.com c2088731b7 First Checked In. 1999-06-02 01:59:23 +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
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
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
briano%netscape.com f50c1483b1 Fix for QNX. 1999-05-13 03:13:14 +00:00
briano%netscape.com 0e490e9bcc Fix for QNX. 1999-05-11 20:58:37 +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
dp%netscape.com b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +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
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
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
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
mcmullen%netscape.com b863d6b3bc Fix an error return value. 1999-04-26 18:46:13 +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
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
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
mcmullen%netscape.com 1071b35f96 First Checked In. 1999-04-19 23:44:19 +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
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 8c729fd38d make sure we can get to raptorbase to get nsQuickSort.h 1999-04-15 03:08:20 +00:00
alecf%netscape.com 7fd57936db make libpref use new nsQuickSort 1999-04-15 02:54:54 +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
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
sspitzer%netscape.com 76fe68a8e1 only do this if they have the IDL stuff 1999-04-07 03:01:58 +00:00
alecf%netscape.com 8646eaa097 temporarily export a stub nsIPref.idl file 1999-04-07 00:06:08 +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
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
mcmullen%netscape.com 8faeaa0426 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
alecf%netscape.com 2ea4cc8729 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
hshaw%netscape.com 7e805e531e use NS_DEFINE_STATIC_IID_ACCESSOR macro 1999-03-23 21:08:05 +00:00
hshaw%netscape.com eb580efa9a 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
leaf%mozilla.org 4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
morse%netscape.com d7a67c6f49 add prefs for wallet 1999-03-17 06:24:58 +00:00
hshaw%netscape.com d2801b5992 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 46c3cbb41b To reduce confusion, read 'Netscape Preferences' for Mac, M3 bug #2343, approved dp 1999-03-16 18:31:40 +00:00
hshaw%netscape.com 4113a96d6e 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 313c84fbf6 use default prefs.js if someone cause PREF_ API before initializing it 1999-03-15 21:38:06 +00:00
hshaw%netscape.com 78ac8a25e8 load up default pref file, more detailed version requires mac project file changes 1999-03-15 06:12:17 +00:00
ramiro%netscape.com 79d752c0a3 Change MOZILLA_HOME to MOZILLA_FIVE_HOME so that we dont fight Communicator
4.x installations.
1999-03-11 20:00:57 +00:00
hshaw%netscape.com 5c6bc56dbc Replace NS_DECLARE_CID with NS_DEFINE_IID for kIPrefIID and KPrefCID 1999-03-10 20:33:18 +00:00
hshaw%netscape.com 8ddddd8f84 Fix for bug #3130 , thanks mcafee 1999-03-10 20:02:22 +00:00
warren%netscape.com 44568143d6 Backed out the nsService template stuff. 1999-03-09 11:49:41 +00:00
warren%netscape.com 4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
alecf%netscape.com 95f1e4722d eliminate netlib dependancy by removing call to FE_Alert 1999-03-05 21:33:02 +00:00
alecf%netscape.com 09edb893cb don't use old XFE icon data-related functions 1999-02-26 18:00:28 +00:00
alecf%netscape.com 39c4569a03 fix HPUX bustage - now that we're using PR_FREEIF, you can't put (void*)
casts inside it.
1999-02-26 17:36:57 +00:00
warren%netscape.com 44cae3cd3f Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
sfraser%netscape.com 3a123c982b Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +00:00
ebina%netscape.com 395510bf09 Change old RegisterFactory call to use the new API. 1999-02-25 18:37:30 +00:00
ramiro%netscape.com 5488848d0a C++ comment in c file. 1999-02-11 23:03:25 +00:00
mcafee%netscape.com 0b6b3b5936 Moving fe_GetConfigDir() to prefs. 1999-02-02 03:12:36 +00:00
kipp%netscape.com f551aeddd7 Removed a dead variable and a dead include 1999-02-01 18:04:34 +00:00
hshaw%netscape.com c3cb05fd79 Conditionally compile PrefChangedFunc typedef (which temporarily needs to defined in two header files) so DEC compiler is happy 1999-01-28 03:51:22 +00:00
sudu%netscape.com c94385ee94 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
hshaw%netscape.com c1f02e0529 Remove C++ comments from previous checkin 1999-01-15 20:08:54 +00:00
mcmullen%netscape.com 3962903560 These include fixes of crashing bugs that were in the Nova tree and made since the last merge point (April 98), along with some bug prevention efforts, such as unobfuscating the return types. For example, some JSBools were being simply cast to a return value of "int", reversing their sense (success = JS_TRUE = 1 != 0)! In a world where everybody returns "int", the hidden bug is king. 1999-01-13 02:32:09 +00:00
dougt%netscape.com 26f788038e Added SilentDownload Preferences. Remove unused autoupdt.backgro* 1999-01-09 01:18:11 +00:00
brade%netscape.com d3b3656fb1 fix unnecessary ifdefs (and reduce Macintosh compiler warnings) 1999-01-08 21:53:11 +00:00
beard%netscape.com 18984e5a80 First Checked In. 1998-12-13 05:01:04 +00:00
ramiro%netscape.com cc72577fd7 Make the get config dir hack more robust. This thing is probably going away
in the xpfe world.
Thanks to rth@cygnus.com (Richard Henderson) for pointing this out.
1998-12-09 15:28:19 +00:00
ramiro%netscape.com e2b921bf3c Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
beard%netscape.com c0c7bc482d Mac shared library migration. 1998-11-30 22:15:00 +00:00
cyeh%netscape.com 65038e9551 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
briano%netscape.com 2704631ee5 Took out the superfluous second inclusion of rules.mk. 1998-11-18 23:18:29 +00:00
beard%netscape.com 7d56abdf32 First Checked In. 1998-11-18 01:54:25 +00:00
beard%netscape.com 727a909504 First Checked In. 1998-11-18 01:46:22 +00:00
cyeh%netscape.com 4deb8ff5a1 remove dependence on mozilla classic style features (MOZ_MEDIUM) 1998-11-16 20:00:53 +00:00
leaf%mozilla.org dbaf2fe659 Removing include of icondata.h, which doesn't seem to exist for xpfe yet. 1998-11-16 18:17:33 +00:00
leaf%mozilla.org e831bcd79a Landing the XPCOM_BRANCH. 1998-11-11 22:29:18 +00:00
cyeh%netscape.com 1b29e40313 checking in conflicts to fix 1998-11-04 18:50:29 +00:00
cyeh%netscape.com f2be427ff2 checkin files with conflicts to fix 1998-11-04 18:50:05 +00:00
cls%seawood.org ed2a7f5f65 Sync'd various Makefile.ins to their Makefile counterparts.
Removed nspr & nspr20 from REQUIRES.  Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
cyeh%netscape.com 2ee89c5da5 flip NO_SECURITY to MOZ_SECURITY, remove NSPR20 hackery in makefile 1998-10-19 21:29:18 +00:00
cyeh%netscape.com 30d09e26ee flip #ifdef logic to allow for NSPR1.0 compatibility 1998-10-19 20:17:22 +00:00
cyeh%netscape.com fa6f78c879 remove NSPR20 and flip logic for NSPR 1.0 compatibility 1998-10-19 20:16:31 +00:00
cls%seawood.org c7adfca6b0 Removed the unused PREF_AlterSplashIcon(). This removes the xfe dependency from libpref. Approved by ramiro@netscape.com. 1998-10-19 08:31:54 +00:00
cyeh%netscape.com a7f6c6d40d explicitly define -DNSPR20 for libpref. prep for turning off -DNSPR20
globally
1998-10-17 02:10:10 +00:00
alecf%netscape.com cd83b09694 bring autoconf up to speed with PREF_ hacks 1998-10-15 23:17:13 +00:00
alecf%netscape.com 57a159071e use VPATH instead of listing 3 seperate rules
also add some comments
1998-10-15 21:57:03 +00:00
warren%netscape.com 9df9cb5b57 Adding for OJI (adapted from the raptor interface). 1998-10-14 01:08:31 +00:00
alecf%netscape.com 6bca16782c autogenerate preference-name headers for unix
autoconf makefile on the way.
1998-10-13 23:38:27 +00:00
valeski%netscape.com 370c7b13bf call me with questions 1998-10-13 21:15:04 +00:00
akkana%netscape.com 865be89e27 106844: fix spellchecker hang 1998-10-08 21:29:24 +00:00
cyeh%netscape.com f31dc000c8 removing obsolete files. use MANIFEST instead. 1998-10-05 18:42:02 +00:00
cls%seawood.org b68d27d653 Changed check for EDITOR to MOZ_EDITOR. 1998-09-30 00:53:10 +00:00
mlm%netscape.com e5bf3349f6 Branch landing: Multithreading libmocha in mozilla.
- Add JS_BeginRequest and JS_EndRequest calls
- Add context parameters to some functions
1998-09-25 22:08:28 +00:00
raman%netscape.com 5f426eb018 Turn on the autoupdate preference by default. OK'ed by cathleen and jar. At this point, this is more for demo of Autoupdate feature on windows 1998-09-22 04:17:52 +00:00
mcafee%netscape.com 0d0ae2be5b Merging SmartBrowsing prefs in from Nova. 1998-09-21 04:44:42 +00:00
raman%netscape.com 7c9274a115 Added a preference to control unsigned JAR files for SmartUpdate 1998-09-19 01:26:21 +00:00
mcafee%netscape.com c07d17452c Unhandled cases in switch statement 1998-09-16 06:57:28 +00:00
mcafee%netscape.com e7203838d4 Uninitialized variable compiler warnings on Linux 1998-09-16 06:54:49 +00:00
raman%netscape.com f49eb6d2b2 Added some more preferences for AutoUpdate 1998-09-13 02:02:51 +00:00
rjc%netscape.com ac638a9651 Control the autoupdate via prefereneces. Changes from raman. Reviewed by rjc 1998-09-12 02:37:24 +00:00
cls%seawood.org cb5493bab6 Changed EDITOR env to MOZ_EDITOR. Submitted by Tim Rowley <tor@cs.brown.edu> 1998-09-08 04:52:26 +00:00
ramiro%netscape.com cb251ba871 Add support for -config-dir command line flag. That means mozilla can now
use a configdir other that ~/.netscape without having to do HOME environment
hacks.
Thanks to Aleksey Nogin (ayn2@cornell.edu) for doing all the work and being
patient for me to actually check the stuff in.
1998-09-02 14:29:42 +00:00