Commit Graph

581 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
e2e26b4896 #53096
r=akkana, a=brendan
Can't override accelerators properly which we will be doing on OS/2
2000-09-18 23:04:07 +00:00
sspitzer%netscape.com
04d2c4098a whoops, the default is supposed to be false, not true. 2000-09-18 03:35:40 +00:00
sspitzer%netscape.com
1fc3481074 fix for #22163 from Decklin Foster.
set a default pref to prevent the JS exception.
r=sspitzer
2000-09-18 03:27:09 +00:00
mozilla.BenB%bucksch.org
b0fecd35e8 39372: Changing default to "blockquoting" plaintext (using vertical bars (instead of ">"s) for nested quotes during reply to plaintext msgs). r=a=alecf 2000-09-15 22:07:28 +00:00
joki%netscape.com
8ebc63b90b Part of fix for bug 5693, add new pref to allow no firing of hierarchical :hover state if performance slowed. r:jst. 2000-09-15 06:13:58 +00:00
dveditz%netscape.com
4c66ffd7fc bug 51056 handle unreadable prefs file, patch from gemal@gemal.dk, r=dveditz@netscape.com 2000-09-14 20:12:59 +00:00
matt%netscape.com
d60a0695d0 fix for bug 44036
r=pav
2000-09-14 04:52:50 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
ruslan%netscape.com
d905b23b6b proxy.ssl.connect pref should be always set to true; a=gagan 2000-09-12 21:42:54 +00:00
dimator%netscape.com
42480de5f0 Changing default collect address book maximum from 200 to 700 cards. r=putterman 2000-09-12 01:53:20 +00:00
dimator%netscape.com
29df80422c Adding aging to collected address book. bug 46343. r=mscott 2000-09-08 22:56:08 +00:00
radha%netscape.com
e3853c347c Fix for bug # 43871. Pref to disable/enable autocomplete. r=ducarroz. 2000-09-07 21:19:36 +00:00
cata%netscape.com
a0b88e8a8c Fix for bug #47341 r=ftang a=ftang. 2000-09-05 23:54:59 +00:00
mcafee%netscape.com
fbb88528fa Removing unused pref (51246). r=pavlov 2000-09-05 23:03:39 +00:00
akkana%netscape.com
783035aa7e 50935: make multiline paste into single line text control switchable. r=mjudge 2000-09-01 21:12:43 +00:00
jst%netscape.com
c9ef287bd5 Fixing assertion on startup. r=vidur 2000-09-01 19:07:15 +00:00
brendan%mozilla.org
d965b821ed Use lazy JS class init to save memory and cycles; also expand tabs per Emacs modeline (46703, r=blizzard@mozilla.org). 2000-08-31 02:59:59 +00:00
jst%netscape.com
ca738093f5 Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com 2000-08-31 00:36:31 +00:00
slamm%netscape.com
859734620a Sidebar customize dialog: More panels link (47585). r=mcafee 2000-08-30 23:41:17 +00:00
cata%netscape.com
1b3d97c7f4 Fix for bug #38645 a=ftang, r=nhotta. 2000-08-29 23:22:09 +00:00
matt%netscape.com
20ec8f9da1 adding default search pref
http://bugzilla.mozilla.org/show_bug.cgi?id=44036
r=mcafee
2000-08-29 00:30:10 +00:00
vidur%netscape.com
a6fa8885ba Fix for bug 43902. The DOM glue now streamlines the Get/SetProperty methods for the window class. Window.location and title and document.title are now part of the idlc interfaces, rather than special-cased. r=jst@netscape.com 2000-08-29 00:14:23 +00:00
bryner%uiuc.edu
4435ee5968 Turning off ctrl+mousewheel text zooming by default. It's not properly
synced up with the text size menu, and feedback seems to indicate that
it's extraneous and/or prone to accidental firing.  I would like to rework
this at some point, but getting it off the beta3+ radar for now.  Bug
45647.
2000-08-25 05:59:11 +00:00
akkana%netscape.com
5bc9fc3bb6 49401: alt key shouldn't focus menubar unless ui.key.menuAccessKeyFocuses
(default true on windows, false elsewhere) is true.
  r=dean_tessman@hotmail.com
2000-08-24 00:05:40 +00:00
hyatt%netscape.com
3280667d72 Fix for 49431. r=ben 2000-08-23 00:53:04 +00:00
ccarlen%netscape.com
d3d8d7f18b Convert use of nsIFileLocator to nsIDirectoryService r=alecf 2000-08-22 00:41:16 +00:00
ftang%netscape.com
83b5cd5439 fix bug 48231. Thanks Eungkyu Song <eungkyu@bawi.org> for the patch.
r=ftang
2000-08-21 23:34:23 +00:00
dbaron%fas.harvard.edu
f2899e13e7 Changing C++ comments to C comments. Please do not put C++ comments in C files, since it breaks some compilers. r=jst 2000-08-19 03:56:25 +00:00
jtaylor%netscape.com
18be163130 Additional safeguard for bug #45877. r=alecf. 2000-08-18 22:32:05 +00:00
ftang%netscape.com
87f5cb86aa *** empty log message *** 2000-08-18 00:47:03 +00:00
jst%netscape.com
30c383feb6 Fixing nsbeta3+ bug 43327. Make window.history act like an array to be compatible with 4.x, and add proper security checks for DOM array access. r=mstoltz@netscape.com 2000-08-17 05:56:44 +00:00
akkana%netscape.com
6c14f21233 23587: Make accelerator and menu access keys settable through a pref. r=saari 2000-08-17 00:09:16 +00:00
mozilla.BenB%bucksch.org
04166255b3 47851: Remove unused pref. r=putterman, a=waterson 2000-08-09 09:45:52 +00:00
jst%netscape.com
e442709197 Turning on new DOM Level 2 behavior by default. (bug 48161). a=nisheeth@netscape.com, r=pollmann@netscape.com. 2000-08-09 05:31:28 +00:00
cata%netscape.com
8dbca0b044 Fix for bug #28104. r=nhotta, a=ftang. 2000-08-08 22:45:36 +00:00
bryner%uiuc.edu
0beac27d8d Removing more obsolete libpref stuff. Not part of build. r=alecf. 2000-08-07 07:31:48 +00:00
bienvenu%netscape.com
e80107cb9e fix 47445 restore default pref for threading by subject without re 2000-08-03 14:15:27 +00:00
cls%seawood.org
f00d4ece6a Oops. Did a lxr search on the wrong thing. Change -DB1M to -DB_ONE_M since WS5.0 appears to not handle the former properly in all cases. 2000-08-03 06:07:33 +00:00
cls%seawood.org
e2e1953210 Removing unused define that appeared to be causing WS5.0 to occassionaly complain about the use of -D without an argument. 2000-08-03 05:34:19 +00:00
cata%netscape.com
8455fb918d Fix for bug #28112 cache not persistent in charset menu, r=nhotta, a=ftang. 2000-08-02 21:54:18 +00:00
bryner%uiuc.edu
ff43d1cb77 Removing unused directory/files. No effect on build. r=alecf. 2000-08-02 00:46:14 +00:00
dimator%netscape.com
8360317eb7 Fix for 43236. Removing "Double-clicking a message always opens a new window..." item from the pref dialog. r=putterman 2000-08-01 23:25:59 +00:00
bryner%uiuc.edu
80bab8a6ce Removing obsolete files. Not part of the build. r=alecf. 2000-07-31 21:08:23 +00:00
alecf%netscape.com
63ea4acf7c oops, back out this printf, didn't mean for it to go in 2000-07-31 20:58:08 +00:00
alecf%netscape.com
3fd7c860a1 fix for #46379 by dougt@netscape.com, r=alecf
fix some leaked interface pointers in nsPref
2000-07-31 20:56:54 +00:00
alecf%netscape.com
38488feb83 #36965: make prefs use nsIFile - first part is to add APIs that will eventually replace GetFilePref
r=conrad@ingress.com
2000-07-31 20:27:22 +00:00
neeti%netscape.com
02fbfb6b07 fix for bug 40084, [CRASH] Crash in disk cache code, backed out changes made on 7/27, put new fix 2000-07-29 02:30:30 +00:00
mozilla.BenB%bucksch.org
5df70fc0c6 44439: Support headers (3 modes), <dd>/<dt>, <q>, <code>, <th>.
Improved <img>, </blockquote>.
Improved "unknown" block and (some) inline tags.
Pref for structured phrases.
r=akk, a=waterson
2000-07-28 23:18:12 +00:00
granrose%netscape.com
722ef87fb4 changing milestone from M17 to M18 for useragent and about page. 2000-07-27 20:57:43 +00:00
neeti%netscape.com
41ff58d508 fix for bug 40084 - [CRASH] Crash in disk cache code, r/a=gagan 2000-07-27 14:28:48 +00:00