mcafee%netscape.com
|
780cff3474
|
BeOS changes
|
1999-06-29 11:36:21 +00:00 |
ducarroz%netscape.com
|
3a9f0656d6
|
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
|
562ee19b4b
|
BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes.
|
1999-06-25 11:08:07 +00:00 |
sspitzer%netscape.com
|
beeac647d5
|
change default to 50 until performance is fixed
|
1999-06-23 00:00:28 +00:00 |
mcmullen%netscape.com
|
e3681b259e
|
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
|
ba0f857deb
|
Added mail.showMessengerPerformance pref.
|
1999-06-21 23:25:33 +00:00 |
sspitzer%netscape.com
|
5278646ded
|
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
|
995e63c55d
|
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
|
88a893314a
|
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
|
d0dc9a44f8
|
Add browser.ncols and browser.installcmap preferences
|
1999-06-16 03:18:44 +00:00 |
putterman%netscape.com
|
a96881d80d
|
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
|
3ab657be64
|
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
|
43f17aa5e4
|
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
|
89fdd1c66d
|
Fix windows bustage.
|
1999-06-15 09:35:20 +00:00 |
mcmullen%netscape.com
|
c01dec7877
|
Using nsIFileSpec, leaks and stuff now become possible. Fixing one problem...
|
1999-06-15 09:09:17 +00:00 |
mcmullen%netscape.com
|
a394350920
|
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
|
b9d9a4d6c8
|
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
|
39fa3399f7
|
Fixing some of the Linux breakage.
|
1999-06-15 06:22:35 +00:00 |
mcmullen%netscape.com
|
b6916e0c33
|
Changed to use nsIFileSpec
|
1999-06-15 05:25:28 +00:00 |
mcmullen%netscape.com
|
01ec3ce30b
|
Use nsIFileSpec. Also added ReadUserPrefs() method.
|
1999-06-15 05:17:55 +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 |
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 |
leaf%mozilla.org
|
b97229fc01
|
adding blank file per tina ornduff
|
1999-06-07 21:47:13 +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 |
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 |
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 |
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 |
mcmullen%netscape.com
|
b5d16537af
|
First Checked In.
|
1999-06-02 01:59:23 +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 |