Commit Graph

169 Commits

Author SHA1 Message Date
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