dbaron%fas.harvard.edu
|
2169ed89b5
|
Add assertion and null-check to fix topcrash bug 52492. (This fix was checked in on the N6 branch long ago.) r=darin@netscape.com sr=mscott@netscape.com
|
2001-01-17 00:15:07 +00:00 |
|
dougt%netscape.com
|
31b6aa3971
|
Removing unused files which were removed on the FTP branch, but were never removed from the trunk. r=valeski, a=rpotts.
|
2001-01-12 22:12:12 +00:00 |
|
dougt%netscape.com
|
cbcc1af909
|
adding a little test suite in html for ftp. It is not part of the build.
|
2001-01-12 22:10:55 +00:00 |
|
dougt%netscape.com
|
9906e380fd
|
duh! wrong var being used. r=darin a=me
|
2001-01-11 20:55:09 +00:00 |
|
neeti%netscape.com
|
7dc2d704b2
|
fix for bug 59975 - general.useragent.override ignored, r=darin@netscape.com,sr=mscott@netscape.com
|
2001-01-11 15:17:30 +00:00 |
|
ccarlen%netscape.com
|
f4520c9c9c
|
fixing bustage - removing file nsiConnectionCache.idl
|
2001-01-11 01:13:37 +00:00 |
|
dbaron%fas.harvard.edu
|
23cd859c75
|
Fix senna tinderbox bustage by adding profile to REQUIRES.
|
2001-01-10 23:51:12 +00:00 |
|
dbragg%netscape.com
|
a613321070
|
Checkin mac project file for dougt's FTP changes. r=dougt a=rpotts. See dougt for any breakage or anything related to this change.
|
2001-01-10 23:46:23 +00:00 |
|
dougt%netscape.com
|
c16bef45b4
|
Landing of FTP branch. Highlights include (a) ftp is now async, (b) removal of threadpool, (c) better caching of control socket. See posting on netlib newsgroup for details. reviewers include valeski@netscape.com, gordon@netscape.com. Superreveiwer is rpotts@netscape.com. Bugs fixed by this bug include 61678.
|
2001-01-10 23:45:04 +00:00 |
|
ccarlen%netscape.com
|
a10e2607be
|
Part of 35559 - dynamic profile switching
r=darin,sr=mscott
|
2001-01-10 20:24:23 +00:00 |
|
blakeross%telocity.com
|
1741742954
|
getting rid of a dump().
|
2001-01-09 22:13:19 +00:00 |
|
dougt%netscape.com
|
00d3cd613f
|
Fixes dropped socket transport during shutdown. The xpcom fix causes the UI event queue to be processed one final time after services shutdown. The socket transport fix forces all remaining active transports to be canceled, then released. r= waterson@netscape.com && darin@netscape.com a=mscott@netscape.com. b=63565
|
2001-01-09 05:44:47 +00:00 |
|
darin%netscape.com
|
b0f7d5005d
|
Fixes bug 64617. UA-string is incorrect on BeOS. patch=vegarwa@online.no,
r=darin, sr=mscott.
|
2001-01-09 02:03:16 +00:00 |
|
ccarlen%netscape.com
|
b771c31c26
|
Fix for #56127 - Was not handling pref changed callback when dir changed.
r=gagan, sr=mscott
|
2001-01-08 15:45:18 +00:00 |
|
bryner%uiuc.edu
|
f579bca00b
|
Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
|
2001-01-05 23:51:45 +00:00 |
|
mcafee%netscape.com
|
d4def82399
|
Fixing small html errors in about:cache (64180). patch=gemal, r=mcafee,timeless
|
2001-01-04 01:00:50 +00:00 |
|
mcafee%netscape.com
|
4a2f7674fa
|
HTML 4.0-izing about:cache. patch=gemal, r=mcafee
|
2001-01-03 00:08:04 +00:00 |
|
bryner%uiuc.edu
|
cc136ead8f
|
Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls.
|
2000-12-15 07:32:25 +00:00 |
|
darin%netscape.com
|
88534b4381
|
Fixes bug 51363. Can't login into my.lycos.com. r=dougt, sr=mscott
|
2000-12-15 00:06:13 +00:00 |
|
bryner%uiuc.edu
|
4b89c22e9f
|
Removing this file so the directory will go away.
|
2000-12-14 04:27:26 +00:00 |
|
beard%netscape.com
|
fc5eb24619
|
[not part of build] don't hack alpha when running on Mac OS X.
|
2000-12-14 00:43:51 +00:00 |
|
rpotts%netscape.com
|
f7304a8b71
|
Fix for assert when loading content from the memory cache (ie. hitting Back). r=jst
|
2000-12-13 23:11:32 +00:00 |
|
vidur%netscape.com
|
0a4eedc07d
|
Implementation of ReadSegments to support less copying in the parser. r=rpotts, sr=jst
|
2000-12-12 21:57:47 +00:00 |
|
beard%netscape.com
|
a910b65553
|
[not part of build] implements theme:menu and theme:menuseperator <lordpixiel@mac.com>, r=beard
|
2000-12-06 17:25:16 +00:00 |
|
beard%netscape.com
|
f185353cb7
|
[not part of build] Support for building with TARGET_CARBON. Added template for managing component scoped UPPs.
|
2000-12-06 17:16:12 +00:00 |
|
beard%netscape.com
|
b8ff04d359
|
[not part of build] using CSS to do button alignment.
|
2000-12-06 05:31:07 +00:00 |
|
dougt%netscape.com
|
803ef26399
|
50558. check for nulls. written by warren harris r=dougt@netscape.com a=mscott@netscape.com
|
2000-11-30 21:14:41 +00:00 |
|
dougt%netscape.com
|
c6c63a0641
|
60723. check for null. r=valeski@netscape.com
|
2000-11-30 21:12:54 +00:00 |
|
mkaply%us.ibm.com
|
65956840c2
|
#56767
r/a=cls,leaf
Remove XP_PC - use XP_WIN or XP_OS2 explicitly
|
2000-11-29 23:28:04 +00:00 |
|
sspitzer%netscape.com
|
d3bd048452
|
fix for #53792. sr=mscott. compute the length of the data correctly.
|
2000-11-29 21:20:29 +00:00 |
|
beard%netscape.com
|
15f4103f75
|
[not part of build] This version arranges things so that the menu item drawn is drawn against the appropriate edge of the imaginary menu that contains the item. Therefore if attop or atbottom are true, the appropriate
bevel effect is drawn for the edge of the menu. <lordpixel@mac.com>, r=beard
|
2000-11-28 07:19:58 +00:00 |
|
bryner%uiuc.edu
|
56e85991b8
|
Bug 61219 - don't use nsIPSMComponent! r/sr=rpotts.
|
2000-11-28 01:40:22 +00:00 |
|
beard%netscape.com
|
c1242d373e
|
[not part of build] menu item rendering.
|
2000-11-22 21:17:13 +00:00 |
|
koehler%mythrium.com
|
93544a93ce
|
Fixing bug 58874, making network works under BeOS. r=valeski@netscape.com,
r=matt@hottub.org, sr=mscott@netscape.com
|
2000-11-22 01:06:29 +00:00 |
|
beard%netscape.com
|
8e184e94ea
|
[not part of build] support for different kinds of buttons (thanks to lordpixel@mac.com for initial code).
|
2000-11-21 07:55:16 +00:00 |
|
beard%netscape.com
|
b207a2eb0b
|
[not part of build] added scrollbar?part=rightArrow,leftArrow,topArrow,bottomArrow.
|
2000-11-21 06:09:42 +00:00 |
|
beard%netscape.com
|
e91e83a16c
|
[not part of build] added scrollbar?part=thumb.
|
2000-11-21 05:32:23 +00:00 |
|
darin%netscape.com
|
392b45694d
|
Fixes bug 45747. Proxy auth does not handle multiple Proxy-Authenticate
headers. Causes problems with MS proxy server II. Patch supplied by
Brandon_Stewart@circuitcity.com. r=darin, sr=mscott.
|
2000-11-21 01:14:50 +00:00 |
|
darin%netscape.com
|
c7e3555d87
|
Updates to test file to support overlapped requests.
|
2000-11-21 00:49:41 +00:00 |
|
cls%seawood.org
|
434edd6f33
|
Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454
|
2000-11-21 00:18:46 +00:00 |
|
cls%seawood.org
|
66a18fcbbf
|
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
|
2000-11-20 07:16:06 +00:00 |
|
disttsc%bart.nl
|
50b9b26523
|
Add necko packages to installed-chrome.txt. bug=54241, r=cls, a=alecf
|
2000-11-18 03:26:53 +00:00 |
|
beard%netscape.com
|
8b0edc8d91
|
[not part of build] tweak to prevent multiple alerts from coming up.
|
2000-11-18 01:57:15 +00:00 |
|
beard%netscape.com
|
913c64c3fb
|
[not part of build] test case for theme:button.
|
2000-11-18 01:49:13 +00:00 |
|
beard%netscape.com
|
b2ef49aa94
|
[not part of build] added scrollbar action.
|
2000-11-17 19:38:24 +00:00 |
|
alecf%netscape.com
|
fea851d3d1
|
#45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz a=self
|
2000-11-17 03:45:13 +00:00 |
|
darin%netscape.com
|
2578f4f795
|
Fixes bug 59661. Occurances of uninitialized variables... r=gagan, sr=mscott.
|
2000-11-15 22:21:46 +00:00 |
|
darin%netscape.com
|
0a46ad31a9
|
Updating necko test file.
|
2000-11-15 22:13:39 +00:00 |
|
beard%netscape.com
|
9aed1d4807
|
[not part of build] theme protocol.
|
2000-11-15 17:56:24 +00:00 |
|
beard%netscape.com
|
6de421eaa2
|
[not part of build] theme protocol support.
|
2000-11-15 17:52:57 +00:00 |
|