Commit Graph

1851 Commits

Author SHA1 Message Date
edburns%acm.org
220a9eb77d r=alecf
a=edburns
bug=25931
2000-03-03 01:53:52 +00:00
av%netscape.com
52a1708dcd Fix for 27755 on behalf of stanley.ho@eng.Sun.COM, r=av, a=rickg 2000-03-03 00:53:45 +00:00
edburns%acm.org
0ebbfaaca6 r=bruce
a=edburns
bug=9854
2000-03-03 00:38:29 +00:00
tbogard%aol.net
4eec4fb506 nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg 2000-03-02 07:13:02 +00:00
ben%netscape.com
1da67ff961 search appearance tweaks, single click hookup, default search engine hookup (b=26887, 29591, 28103) r=german@netscape.com, waterson@netscape.com (pref hookup) a=jar@netscape.com 2000-03-02 06:34:54 +00:00
mkaply%us.ibm.com
aaa9e742f9 # 25555
r= dveditz@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-03-01 15:50:24 +00:00
mkaply%us.ibm.com
b85ccb4952 # 25555
r= pnunn@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 21:47:25 +00:00
mkaply%us.ibm.com
91966d8e6a # 25555
r= pnunn@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 21:41:41 +00:00
valeski%netscape.com
87a209cca8 29164. adding milestone to mozilla build 2000-02-29 20:44:54 +00:00
sspitzer%netscape.com
ef1e91d682 fix for #27984, r=alecf, a=rickg. implement GetLastPageVisited. also, for now, don't stuff the url in the history db (or use it for GetLastPageVisited) if it is not http: or https:. There is a bug here, we call AddPage() too often and with url that should not be in the history db. this makes history usuable for beta, and prevents mailnews, about:blank, javascript:, file: and chrome: urls from getting in the history db. 2000-02-29 00:28:43 +00:00
mkaply%us.ibm.com
55c94ae84a # 25555
r= sspitzer@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-28 15:07:12 +00:00
mkaply%us.ibm.com
5eb928c520 # 25555
r= beard@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-28 15:00:30 +00:00
dveditz%netscape.com
67bbb55a73 fixes bug 29414, all files installed read-only on Win32, r=sgehani 2000-02-28 07:22:23 +00:00
leaf%mozilla.org
61f179a0c3 backing myself out, this should be on a branch. 2000-02-27 10:22:24 +00:00
leaf%mozilla.org
2c93c57cc9 branch cleanup (start page, nspr branch used for pull) 2000-02-27 10:18:24 +00:00
sspitzer%netscape.com
a6ef17ab45 fix for #29287, r=alecf, a=jar. set defaults for the copies and folder prefs. 2000-02-26 07:42:09 +00:00
sspitzer%netscape.com
ababf4a10f fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup. 2000-02-26 04:05:00 +00:00
erik%netscape.com
cc693f0c5e bug 18136; adding the default font sizes for the various language groups
so that the font prefs UI and layout engine get the appropriate values;
r=pierre; a=rickg
2000-02-25 23:03:47 +00:00
hangas%netscape.com
99011cea8f Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil 2000-02-25 01:55:17 +00:00
pierre%netscape.com
6875bf641b Bug 18136/21950 "Fixing the font size mess". Implemented Todd Farhner's system in nsStyleUtil. Disabled the font size rounding code on Windows (see bug 24005). r=erik, a=rickg 2000-02-24 12:51:28 +00:00
mcafee%netscape.com
4a79d7baf0 Backing out my fix for hiding the IRC menu (28192) r=slamm,shaver,hyatt a=jevering 2000-02-24 00:13:17 +00:00
valeski%netscape.com
64e77f9be7 28782. a=jar. no longer used 2000-02-23 22:48:52 +00:00
gagan%netscape.com
d4293a9bc7 r=valeski,rjc a=jar. Fixes for the following bugs-
bug 1582 - HTTP Referer header problem.
This is now resolved with a preference (network.sendRefererHeader)
If set to 0 no referrer header is sent (ever) If set to 1 the
referrer header is sent only in cases of user link-clicks and if
set to 2 is sent from image requests as well.

bug 17158 - No Proxies For wasn't implemented.
This was not being read correctly and I also moved and cleaned up
the parsing function to nsProtocolProxyService (thereby also
killing bug 27728)

bug 24642 - http://www.win98central.com/#437 was crashing.
bug 26686 - crash in nsHTTPRequest destructor.
Both of these crashes were because of the nsHTTPRequest being
unconditionally released in the destructor of nsHTTPChannel. Although the main problem remains, I have made it a non-crasher now.

bug 27844 - HTTP breaks when only using FTP proxy.
This was happening because we were not resetting values of the
proxy when they are removed from the preference pane.
2000-02-23 21:17:17 +00:00
pnunn%netscape.com
3771c07581 bug#28289 & bug#28667. memleaks on gifdecoder and strdups. r:dp, danm a:jar 2000-02-23 02:24:01 +00:00
mcafee%netscape.com
f24a92a43b Adding pref to hide IRC menu (28192) r=matt,hyatt a=jar 2000-02-23 01:38:52 +00:00
bruce%cybersight.com
bd75c76d80 Fix for a memory leak. a=waterson,r=dougt 2000-02-22 23:47:25 +00:00
cata%netscape.com
37db4e95e7 Changing default pref value. r=naoki, a=bobj, bug #24027 2000-02-21 23:12:22 +00:00
sgehani%netscape.com
567819cbf0 Restore file mode for Win32/Unix when installing.
b = 9148
r = dveditz
a = jar
2000-02-21 20:19:16 +00:00
dveditz%netscape.com
a63ee75907 Bug 23941 speed up install on Mac, r=cathleen, a=jar;
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar;
Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
2000-02-20 03:12:59 +00:00
pnunn%netscape.com
b5a25b83af bug#28289. fix leak. pnunn. r:danm, ok:jevering. 2000-02-18 23:11:48 +00:00
pnunn%netscape.com
db8f010d7a bug#28289. fix leak. pnunn r:danm, ok:jevering 2000-02-18 23:10:19 +00:00
attinasi%netscape.com
fef91f1dae Typo in printf fixed. r=dcone 2000-02-18 20:57:16 +00:00
attinasi%netscape.com
b0140120d7 Added support for millisecond granularity in the stopwatch. r=nisheeth a=rickg 2000-02-18 18:51:39 +00:00
attinasi%netscape.com
6370c96e21 Added RealTimeInMilliseconds method to allow better granularity in timing. r=nisheeth a=rickg 2000-02-18 18:50:28 +00:00
sspitzer%netscape.com
76e28a9dc5 fix for #14349, r=alecf,nhotta a=phil
migrate prefs that were in the system charset to utf8.
2000-02-18 03:42:56 +00:00
morse%netscape.com
c757236b97 bug 27027, remove wallet, r=matt, a=jar 2000-02-17 21:27:51 +00:00
sspitzer%netscape.com
4f37660d7e fix for #24916, implement the "first time startup page" r=alecf, a=jevering 2000-02-17 02:27:21 +00:00
alecf%netscape.com
ab81781810 fix C++ comments 2000-02-16 09:48:26 +00:00
dveditz%netscape.com
c4e48e0b55 Bug 23306 and parts ofbug 12817 speedup 2000-02-16 08:06:13 +00:00
dveditz%netscape.com
f620060761 registry speed ups (part of 12817) 2000-02-16 07:45:20 +00:00
nhotta%netscape.com
8ed6b9dab4 Added mailnews.send_default_charset, bug 23540, r=cata. 2000-02-16 07:39:29 +00:00
beard%netscape.com
65c6c8dd72 bug 20185 [PDT+], use nsViewManager2 by default. r=sfraser 2000-02-16 06:19:12 +00:00
cata%netscape.com
5b4291ddc1 Add default pref value for the Charset Detector. r=none (one-liner) 2000-02-16 04:59:54 +00:00
av%netscape.com
114e4ad148 Fixin bug 15210 -- using more specific call CreatePluginInstance
instead of CreateInstance, r=idk@eng.sun.com
2000-02-15 23:24:10 +00:00
racham%netscape.com
efdd2288b6 Fixed bugs 23390, 27459. Adding required prefs. r=gayatrib 2000-02-15 22:47:35 +00:00
pnunn%netscape.com
b6a91c50eb bug# 27172. pnunn r:neeti. restore mime type after delay callback. 2000-02-15 22:04:55 +00:00
dveditz%netscape.com
524f11871b fixing mac and unix bustage 2000-02-15 02:29:53 +00:00
dveditz%netscape.com
9172024f8e New wstring nsIRegistry interface, bug 23859;
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
brade%netscape.com
69f48369a4 found another lurker that should have been checked in last week (default prefs) 2000-02-14 14:52:50 +00:00
dougt%netscape.com
2595b7940b forgot to remove timebomb preferences which are no longer used in mozilla.
read xpfe/components/timebomb/nsITimeBomb.idl for new preferences which
are honored.
r=dveditz  This is leftover cruft.
2000-02-14 06:18:00 +00:00