Commit Graph

52246 Commits

Author SHA1 Message Date
rjc%netscape.com
d8e1b2f43d Use result from NS_MakeAbsoluteURI() as the 'real' URI. 2000-02-04 01:17:35 +00:00
sspitzer%netscape.com
fa6ca7be57 only force the profile manager on you if you aren't cltbld and if you don't
have this other magic flag set.  r=mcafee
2000-02-04 01:00:11 +00:00
sspitzer%netscape.com
d3654c6194 fix the orange breakage on tinderbox. force everyone but tinderbox to see the
profile manager.

this will buy me some time until I figure out the real fix
2000-02-04 00:51:58 +00:00
pp%ludusdesign.com
d8d073bd7c Conversion of ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-04 00:39:15 +00:00
ftang%netscape.com
f235206802 fix bug 23944. make range 0xE5-0xFC invalid frist byte of SJIS. code generate by perl script and reviewed by ftang 2000-02-04 00:38:39 +00:00
ssu%netscape.com
a12a7f2a31 readme.txt for build.pl. not part of build 2000-02-04 00:36:47 +00:00
sgehani%netscape.com
48b4a84a9a making it binary 2000-02-04 00:28:39 +00:00
karnaze%netscape.com
9193db6785 new regression tests 2000-02-04 00:27:26 +00:00
jefft%netscape.com
093d76452b fixed bug 26355 -- cannot log into pop3 server after entering password incorrectly; need to reset the pop3 state machine so that we can get subsequent prompt for password; r=mscott 2000-02-04 00:26:57 +00:00
ssu%netscape.com
fb6cb26131 changed folder name from Stage to state. Not part of the build system. 2000-02-04 00:26:07 +00:00
erik%netscape.com
fbed46ec6e bug 24172; added default font names for Japanese, Korean, Simplified
Chinese; removed old unneeded "intl" prefs; r=none
2000-02-04 00:20:02 +00:00
mscott%netscape.com
99adf6984f Bug #26274 --> fix infinite loop when SendData generates an error. TellThreadtoDie only calls SendData if the
socket is still open. Some minor optimizations to some monitors by using nsAutoCMonitor.
r=bienvenu,jefft
2000-02-04 00:15:24 +00:00
sgehani%netscape.com
9968ec2518 *** NOT PART OF BUILD ***
Adding XPInstall smoke test to make publicly accessible through lxr.
2000-02-04 00:14:11 +00:00
rogerl%netscape.com
ac432c6284 r=Norris
License updating, bug#15529, continuing.
2000-02-04 00:08:13 +00:00
erik%netscape.com
5f277176b0 bug 24172; added Comic Sans MS for cursive; removed fantasy fonts; r=none 2000-02-04 00:05:00 +00:00
sgehani%netscape.com
963c65ca83 *** NOT PART OF BUILD ***
1> Binary .xpi file wasn't checked in using -kb.
2> Trigger page and sources didn't include the license header.
2000-02-04 00:02:49 +00:00
rods%netscape.com
ee235a8eed added bool check to make sure the ctrl key was pressed.
b=26400 r=kmcclusk
2000-02-03 23:58:43 +00:00
sgehani%netscape.com
490f7f7973 Adding XPInstall test public accessibility *** NOT PART OF BUILD *** 2000-02-03 23:54:24 +00:00
norris%netscape.com
b5850888fc Fix crash in nsCodebasePrincipal::Equals when browser.registration.enable is set to true.
r=racham
2000-02-03 23:47:00 +00:00
sspitzer%netscape.com
bc8b3621c5 a fix the scary message about how migration will kill your 4.x profile.
it just copies, it doesn't not alter the 4.x profile

turn on the profile debugging printfs for everyone, so that we can get
better info in bug reports.  (perhaps this should be using PR_LOG?)

only migrate the 4.x profile info when the user runs -installer

fix the bug where we do automigration on linux, even if their is no ~/.netscape directory

force DEBUG builds to launch the Profile Manager if there were no profile
command line arguments.

a=ben,selmer
2000-02-03 23:43:16 +00:00
hyatt%netscape.com
26b01fbd37 Fix for 25103. r=danm 2000-02-03 23:42:26 +00:00
ssu%netscape.com
c0cb6bb626 updated the comment section of this script. Not part of the build system. 2000-02-03 23:42:10 +00:00
rhp%netscape.com
9600f50a4f Checking in test program...NOT PART OF THE BUILD 2000-02-03 23:41:49 +00:00
rhp%netscape.com
659bddd87f Fix for walking nested attached messages to display attachments - Bug #: 23643 - r: bienvenu 2000-02-03 23:40:47 +00:00
pavlov%netscape.com
fdd95dbe9d check for null properly 2000-02-03 23:40:13 +00:00
jefft%netscape.com
342229275a fixed bug 26169 -- Sending message appears to fail if the Sent folder not yet parsed; r=scottip 2000-02-03 23:40:09 +00:00
sspitzer%netscape.com
638eb227da clean up how we generate a single signon url for news auth.
this fixes the problem where you had to log in twice (once when downloading and
once when reading a message.)
2000-02-03 23:40:08 +00:00
ssu%netscape.com
db202bbca3 new perl file that will build the self-extracting installer and its corresponding .xpi files given a mozilla build on a local system. Not part of the build system. 2000-02-03 23:39:56 +00:00
erik%netscape.com
021bbcc595 bug 26331; we were missing some of the Traditional Chinese Big5 font
character encoding names; names gathered by momoi; r=erik
2000-02-03 23:38:51 +00:00
rjc%netscape.com
25b9ae78b1 Part of fix for bug # 24416: use temp file when writing out bookmarks to try and reduce loss of data due to any crashes. 2000-02-03 23:34:55 +00:00
jfrancis%netscape.com
5816b366ff fixing warning; r=akkana 2000-02-03 23:29:09 +00:00
norris%netscape.com
c68664297c Fix domain generalization for site-specific security policy.
also fix bug with enablePrivilege.
r=mstoltz
2000-02-03 23:28:36 +00:00
mstoltz%netscape.com
76901c260e Adding jar: protocol objsct files to the installer manifests for Unix and Windows (Mac seems to have it already.) r=norris bug=7270 r=norris 2000-02-03 23:28:01 +00:00
neeti%netscape.com
d7eb8e76a0 fix for bug 25360, need to check channel for errors. r=pnunn 2000-02-03 23:27:37 +00:00
pnunn%netscape.com
4e8cbc7f5d wrong bug number for version 3.18. The real bug# is 26351. -pn 2000-02-03 23:22:10 +00:00
pavlov%netscape.com
7a85210963 more x server traffic reduction by reducing cliping stuff r=blizzard 2000-02-03 23:18:31 +00:00
nhotta%netscape.com
e89e4e37a5 Added a function to url unescape and convert to unicode, bug 25034, r=ftang. 2000-02-03 23:18:07 +00:00
jfrancis%netscape.com
ac019d7deb fix for 26299 - editor now uses reflow batching. Long live refow batching! r=kin 2000-02-03 23:17:08 +00:00
akkana%netscape.com
3ba836df7b 25251: use white-space: -moz-pre-wrap instead of pre wrap, suggested by pierre, r=buster 2000-02-03 23:17:00 +00:00
pnunn%netscape.com
670279ca4a bug#22754. Added null check for image. pnunn. r:neeti. 2000-02-03 23:16:24 +00:00
ftang%netscape.com
eaeb639f39 fix bug 26357. r=cata change =tis-620 to =TIS-620 2000-02-03 23:13:17 +00:00
ftang%netscape.com
5828bdff56 fix bug 21418. Make '\n' output '\n' instead of 'n'. r=jbetak 2000-02-03 23:11:53 +00:00
ftang%netscape.com
073d433e49 fix bug 24807. r=nhotta map U+ff0d to JIS0208 0x213d 2000-02-03 23:10:42 +00:00
sfraser%netscape.com
b67f60eec2 Workaround for bug 26265, to handle failure to load string bundle at startup. r=ben, a=leaf 2000-02-03 23:04:50 +00:00
pp%ludusdesign.com
f318953848 Added generated file directories to .cvsignores, r=mozbot. 2000-02-03 22:17:22 +00:00
sgehani%netscape.com
bdb0774998 Fix for XPInstall horkage on the Mac. b = 26327 r = dougt a = leaf 2000-02-03 21:06:35 +00:00
sfraser%netscape.com
9e4b1b4c1c Only delete redundant directories if we know we have one. Blocker. r=Ben_Goodger, a=leaf 2000-02-03 20:50:15 +00:00
sfraser%netscape.com
d4887789f0 Test that the filespec has been initialized, before using it to delete entire directory trees. Blocker. r=Ben_Goodger, a=leaf 2000-02-03 20:49:40 +00:00
varada%netscape.com
ce8d559182 new rshell for cckcd 2000-02-03 18:08:12 +00:00
rods%netscape.com
0644d8c077 Caches parent DC to be used for GetSystemAttributes, needed for getting scrollbar information (in pixels). r=dcone b=24367 2000-02-03 15:42:27 +00:00