darin%netscape.com
36a44ba4ac
landing standard url rewrite (bug 103916)
...
r=andreas.otte@debitel.net , sr=brendan,alecf
2001-11-16 02:09:13 +00:00
alecf%netscape.com
d49a4ba867
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
darin%netscape.com
f6a4f1885b
patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
gerv%gerv.net
5011281b28
Bug 108177 - change Henrik Gemal's email address to mozilla@gemal.dk . r=gerv, auto-sr=brendan. Comment changes only.
2001-11-10 19:10:40 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
darin%netscape.com
16c15bf9cb
fixes bug 108267 "scale back NS_BINDING_REDIRECTED proliferation"
...
r=gagan, sr=rpotts
2001-11-06 23:09:44 +00:00
blizzard%redhat.com
2b59cc6379
back out darin's fix for bug #107789 since it caused blocker #108637 .
2001-11-06 16:32:52 +00:00
darin%netscape.com
481e50ee9a
fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
darin%netscape.com
061bb46ec9
fixes bug 107719 "avoid extra copy of http request headers"
...
r=bbaetz, sr=mscott
2001-11-04 05:50:37 +00:00
darin%netscape.com
930e7a1c9e
fixes bug 103070 "No new connections issued when waiting for timeout"
...
r=bbaetz, sr=mscott
2001-11-04 05:46:06 +00:00
darin%netscape.com
c8de75ad9d
fixes bug 98884 "Automatic page refresh for Expires META tag not working"
...
r=gagan, sr=dougt
2001-11-04 05:33:33 +00:00
bbaetz%cs.mcgill.ca
4fa674ac6e
Bug 107355 - fix crash when leaving root directory of an ftp server after
...
accessing another dir.
r=dougt, sr=scc.
2001-10-29 22:42:13 +00:00
andreas.otte%primus-online.de
b2ce2eae99
fix bug 84242 [FTP URL parsing broken] and bug 95277 [ftp: URL w/o path
...
should redirect to home dir] This will change the way we parse ftp
urls, a ftp url like ftp://user@host/path will go to path under
the users home directory not the root directory. With most anonymous
ftp servers there is no change since root is the home, but if you want
to access /path from a users directory you have to use
ftp://user@host//path instead. This will bring us closer to the ftp
urls outlined in rfc 1738. r=bbaetzcs.@mcgill.ca ,
sr=darin@netscape.com
2001-10-28 08:58:18 +00:00
seawood%netscape.com
9b5ae05e33
Landing the rest of the mach-o OSX changes.
...
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
ccarlen%netscape.com
990b848ecc
Bug 101684 - Assertions on startup on Unix from resprotocolhandler's use of directories which don't always exist. r=dougt/sr=darin
2001-10-26 13:28:07 +00:00
jaggernaut%netscape.com
06f4e59853
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-24 23:47:43 +00:00
darin%netscape.com
e16e37d102
fixes bug 105478 "nsHttpHandler::mLastUniqueID not initialized!!"
...
r=gordon, sr=mscott
2001-10-22 23:24:26 +00:00
dougt%netscape.com
0a62d4e8d5
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
bnesse%netscape.com
73c9a1111f
Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf.
2001-10-22 20:54:48 +00:00
dougt%netscape.com
d18d7e2b17
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
gordon%netscape.com
7f7c3b76a7
Fix for bug 103991, removing obsolete IsAsciiString() function from nsHttpChannel and nsDnsService. r=nhotta, sr=darin.
2001-10-19 01:58:32 +00:00
darin%netscape.com
82e1e81ee2
fixes bug 102743 "Crash pressing Back or Forward on O'Reilly website"
...
r=gagan, sr=rpotts
2001-10-18 10:37:04 +00:00
darin%netscape.com
d8ee6b5e0f
code changes for bug 42898 "iDNS support"
...
patch=william.tan@i-dns.net r=gordon sr=darin,brendan a=asa
2001-10-05 07:50:21 +00:00
darin%netscape.com
18888e916d
correcting typo in PR_LOG statement.
2001-10-04 01:40:35 +00:00
darin%netscape.com
0b676b7222
fixes bug 51907 "crashes on redirect Trunk [@nsHttpChannel::ProcessResponse]"
...
r=gagan, sr=mscott, a=dbaron
2001-10-03 22:19:13 +00:00
darin%netscape.com
a5425c5f8f
fixes bug 102221 "SetCacheKey(key, TRUE) not implemented correctly"
...
r=gordon, sr=rpotts
2001-10-03 06:53:02 +00:00
ccarlen%netscape.com
09dd3294e0
Bug 100634 - Assertion on startup coming from use of "CurWorkD" directory service key. r=brade/sr=darin
2001-10-03 06:13:00 +00:00
bbaetz%cs.mcgill.ca
dc4cb6ecf9
Oops - left thse out of the diff for bug 78148 & friends. rs=darin
2001-10-03 01:25:19 +00:00
bbaetz%cs.mcgill.ca
f7b29a552d
Bug 78148. Reorg directory viewer backend to allow file and gopher to use
...
the html view as well. (This is currently disabled for file because of
i18n issues)
Should also fix dirviewer bugs 38014, 68651, 72724, 78474, and part
of 83881.
r/sr=darin, dougt
2001-10-03 00:43:30 +00:00
darin%netscape.com
deb70de545
fixes bug 102332 "9K leaks on tinderbox: cycle relating to HTTP handler"
...
r=dougt, sr=alecf
2001-10-02 23:04:49 +00:00
bbaetz%cs.mcgill.ca
c168b95613
Bug 101128 - ftp sending spurious onstop before onstart
...
Bug 100816 - don't mask the error codes, so that we can get dns failure
messages
Bug 101027 - use a valid default for the anonymous ftp email
All patches r=dougt, sr=darin
2001-10-02 01:25:32 +00:00
darin%netscape.com
79cdd60a3a
fixes bug 102332 "9K leaks on tinderbox: cycle relating to HTTP handler"
...
r=gagan, sr=alecf
2001-10-02 00:40:27 +00:00
darin%netscape.com
548e97cc5a
initial framework patch for http/1.1 pipelining (bug 93054) r=gagan, sr=rpotts
2001-10-02 00:31:30 +00:00
darin%netscape.com
6092fbfde6
fixes bug 94004 "Offline: redirects not cached" r=gagan, sr=rpotts
2001-10-01 23:52:00 +00:00
alecf%netscape.com
01930dfd2c
Split necko MODULE into necko and necko2, part of bug 101761, r=cls
2001-10-01 19:53:27 +00:00
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
bbaetz%cs.mcgill.ca
f342961147
This is not my day.
2001-09-28 23:16:29 +00:00
bbaetz%cs.mcgill.ca
96ff768279
Save before committing. Sigh.
2001-09-28 23:13:46 +00:00
bbaetz%cs.mcgill.ca
3538e2ac01
Bug 99614. Treat servers of type "L8" as having unix-style dir listings.
...
r/sr=darin, sr=shaver
2001-09-28 23:08:59 +00:00
darin%netscape.com
68b17feb92
fixes bug 92528 "#define FORCE_PR_LOG for http" r=bbaetz, sr=mscott
2001-09-28 22:23:26 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
darin%netscape.com
f003e68730
fixes bug 52510 "HTTP handler should register as a listener for user agent
...
prefs changes" r=valeski,bnesse, sr=mscott
2001-09-27 21:26:59 +00:00
darin%netscape.com
086bff5446
fixes bug 95768 "about: services should be converted to XHTML 1.1"
...
patch=alexey@ihug.com.au , r=cbiesinger@web.de , sr=darin,jst
2001-09-27 01:42:06 +00:00
darin%netscape.com
216cc7018e
fixes bug 101602 "IBM accessibility Proxy server not responding correctly"
...
r=gagan, sr=mscott
2001-09-26 23:59:18 +00:00
darin%netscape.com
8c3c88bc53
fixes bug 82873 "improved support for HTTP trailers" r=gagan, sr=mscott
2001-09-26 23:30:28 +00:00
darin%netscape.com
eb9ec268c5
fixes bug 98262 "pages show up blank - avoid sending blank Accept-Charset header"
...
r=gagan, sr=mscott
2001-09-26 23:25:10 +00:00
alecf%netscape.com
2a340225f3
bug 101761 - split necko MODULE into necko and necko2 (build-system only change - for REQUIRES purposes only) r=cls
2001-09-26 20:13:43 +00:00
jaggernaut%netscape.com
d02a77c434
Clean up REQUIRES, r=cls
2001-09-25 02:56:54 +00:00
bbaetz%cs.mcgill.ca
6b0082e844
Additional fix for bug 99233, rs=darin
2001-09-25 02:14:19 +00:00
bbaetz%cs.mcgill.ca
13d79feabe
Bug 99233. Increase the pipe's segment size so that commands don't get
...
split up over multiple packets, which should fix some broken
servers/firewalls. r=timeless, r/sr=dougt
2001-09-24 22:58:40 +00:00