Commit Graph

315 Commits

Author SHA1 Message Date
sspitzer%netscape.com
09bddcbd46 "news.notify.size" is not used anymore. 2000-01-13 04:05:51 +00:00
sspitzer%netscape.com
eb70358b99 fix for #23573
sort the non-special default js files in reverse alphabetical order before parsing them.
r=alecf
2000-01-12 00:53:38 +00:00
mcafee%netscape.com
baf0d6059d Consolidating custtoolbar prefs, multiple copies for each OS is bad. r=rjc 2000-01-12 00:45:13 +00:00
norris%netscape.com
ab39816cf4 Get IRCChat working without compromising security.
Fix bugs 20261, 23518
r=rginda,mstoltz
2000-01-11 22:02:06 +00:00
pp%ludusdesign.com
698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
sspitzer%netscape.com
d6ed91fe90 fix bug #23370 2000-01-11 10:01:31 +00:00
sspitzer%netscape.com
248e618bcb fix bug #23366 2000-01-11 09:57:50 +00:00
mcafee%netscape.com
45467c5e4f Removing old bogus 4.x prefs. r=sspitzer w/ help from alecf. 2000-01-08 19:50:34 +00:00
mcafee%netscape.com
f96506ddf4 DEBUG_mcafee debug info. r=pavlov 2000-01-08 03:28:04 +00:00
mcafee%netscape.com
731745f837 Ifdef-ing out LI pref stuff, this is not used. r=alecf 2000-01-08 01:56:50 +00:00
rgoodger%ihug.co.nz
d2a1efc951 adding some default prefs to accomodate the new prefwindow... 2000-01-07 08:49:41 +00:00
mcafee%netscape.com
2658ce362e ifdef-ing out LI (Location Independence) code that's not being used. There is intent to re-implement this later, hence the ifdef and not code-removal. r=alecf,neeti 2000-01-07 08:29:50 +00:00
sspitzer%netscape.com
b21a2e9a14 fix #21978. two changes: "Local Mail" is now "Local Folders"
and make it so the user *always* has a Local Folders account.
r=alecf
2000-01-07 06:09:47 +00:00
sspitzer%netscape.com
e397a910fc fix for javascript assertion in bug #23282 2000-01-06 22:24:27 +00:00
bryner%uiuc.edu
d83a9c65ee Implementing the mousewheel preferences. A new option has been added, "Use system default", which follows the OS
default (on Windows at least) for the number of lines to scroll.  I also changes the default actions for the modifier
keys slightly.
2000-01-06 06:22:00 +00:00
rjc%netscape.com
8fa5608f44 Set the default value of the "custtoolbar.personal_toolbar_folder" preference to be an empty string, due to how the bookmark's service now works. 2000-01-05 04:49:50 +00:00
warren%netscape.com
8ff1cacc76 Removed obsolete security stuff. 2000-01-04 22:19:45 +00:00
rjc%netscape.com
c7a74439e2 Even better. 1999-12-30 15:18:52 +00:00
rjc%netscape.com
5e34f13a14 Add search default preferences. 1999-12-30 14:37:26 +00:00
sspitzer%netscape.com
767b32eac9 fix for #22791. define a default for mail.forward_message_mode.
fix by=endico, r=sspitzer
1999-12-29 18:22:31 +00:00
mcafee%netscape.com
011025baf2 Adding pref for modeless pref window, still modal by default (21698) 1999-12-28 06:09:18 +00:00
rhp%netscape.com
6a52510db7 Part of fix for sending >72 character lines - Bug #: 22465 1999-12-25 21:49:50 +00:00
sspitzer%netscape.com
33107dab44 fix for #17665, allow the user to configure if they want to use
the newsgroup name abbreviations in the folder pane.
default is yes.  comment out some dumps.  make it so the account manager
can deal with radio inputs.
1999-12-24 08:57:54 +00:00
sspitzer%netscape.com
88ab0b9942 whoops, forgot to check in the default pref for #18118. 1999-12-23 22:09:29 +00:00
brade%netscape.com
16961c8f81 remove duplicate prefs 1999-12-23 15:36:54 +00:00
sspitzer%netscape.com
211cea2266 rename the prefs 1999-12-22 09:07:19 +00:00
sspitzer%netscape.com
98305b9226 fix the pref ui a little, fix a js exception, add a label to the spell
checking field set, add ui for emoticon to glyph conversion.  part 1 of fix
for #21649
1999-12-22 08:37:30 +00:00
rhp%netscape.com
084938f840 Changing a default mail pref 1999-12-21 16:17:31 +00:00
sdagley%netscape.com
fb68d8cab3 File Removed. 1999-12-20 23:40:22 +00:00
sdagley%netscape.com
67de20c951 Fix #15166 - Remove some 4.x prefs cruft from Mozilla. r=saari, a=chofmann 1999-12-20 23:37:20 +00:00
jefft%netscape.com
c102d5ff19 fixed bug 21714 - leave message on server = false (pop3) doesn't work; now default is set to false; r=mscott,bienvenu; a=chofmann 1999-12-20 14:51:10 +00:00
sspitzer%netscape.com
082b2a6254 changes from bryner@uiuc.edu for the mouse wheel configuration.
r=sspitzer bryner has a final tomorrow at U of I, and yet he hacks on mozilla.
all hail bryner!
1999-12-18 06:46:56 +00:00
mcafee%netscape.com
74bc92a97a Adding default for browser.cache.enable. r=syd, a=chofmann,jar 1999-12-14 07:33:01 +00:00
endico%mozilla.org
2ffb83f7ba change default mail start page to http://www.mozilla.org/mailnews/start.html r=sspitzer, a=brendan 1999-12-14 05:36:46 +00:00
jefft%netscape.com
01d9abbcda fixed bug 20312 -- [DOGFOOD] [PDT+] Mozilla Mail stalls on specified popmail spool; we failed in handling empty line & dot in the middle of a message; r=bienvenu,mscott a=chofmann 1999-12-10 23:42:44 +00:00
sspitzer%netscape.com
df493a11eb remove C++ style comments. 1999-12-09 01:59:34 +00:00
sspitzer%netscape.com
61ff494da7 fix for 15483. return an error when we are about to return the default value for a pref that hasn't been initialized. r=putterman. mail sent to netscape.public.mozilla.xpfe and to various XUL / JS authors who may be affected by this change. 1999-12-09 01:49:19 +00:00
briano%netscape.com
476514101a Build fix. This is a C file, so C++ comments are actually _wrong_ on platforms using competent native compilers. 1999-12-09 01:31:23 +00:00
waterson%netscape.com
d172827a24 Bug 20714. Get rid of prefs 'special' JSRuntime. Never, EVER cross the beams. r=brendan 1999-12-08 06:49:04 +00:00
erik%netscape.com
c073dbf20a bug 8801; adding defaults for the new font prefs; r=ftang 1999-12-07 23:25:50 +00:00
mscott%netscape.com
835790a98b *cringe* Bug #14928 --> throw the switch for uri loading! With this turned on, all urls which are run through
the webshell will now be run through the uri loader which knows how to dispatch urls based on content.

If any problems do arise, I'm ready to turn it back off again at a moment's notice.
1999-12-02 07:54:47 +00:00
alecf%netscape.com
5f6698699e add new unicode-friendly pref accessors
(prefs will be stored in UTF8)
preparation for #20405, r=nhotta
1999-12-02 01:18:24 +00:00
norris%netscape.com
d89d87531c Fix
20257 unable to edit existing images in editor due to JS error
	19933 JavaScript "window.location" core dumps in CAPS
Back out previous changes for enforcing security on listeners and go with a
simple restriction of access to the method for adding listeners.
r=mstoltz
1999-12-01 22:23:22 +00:00
alecf%netscape.com
26f34c1ded fix for #17961 - add defaults for some POP settings
r=sspitzer
1999-12-01 00:05:34 +00:00
pinkerton%netscape.com
7cda389c03 First Checked In. 1999-11-30 00:12:08 +00:00
warren%netscape.com
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
evaughan%netscape.com
d39dc9f975 Turned gfx scrollbars on by default. -r Mcaffe 1999-11-24 00:21:12 +00:00
matt%netscape.com
c8638993dd adding offline prefs default for the prefs -r dp 1999-11-22 23:44:54 +00:00
dp%netscape.com
c36b6edecb - Converting to GenericModule
- Using NS_IMPL_ISUPPORTS1
- Removing a bunch of NS_DEFINE_IID
1999-11-20 07:34:03 +00:00
dp%netscape.com
eb2bc7aaf9 Adding pref classname 1999-11-20 07:33:09 +00:00