Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 128f95aa9b Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
ben%netscape.com c804a2f1d5 update classic skin README. not part of build. 2001-02-12 04:15:32 +00:00
ben%netscape.com 182fbfec25 update classic skin README. not part of build. 2001-02-11 08:47:48 +00:00
anthonyd%netscape.com 9238c40983 added a note for the unused unix directories r=ben 2000-09-13 07:35:26 +00:00
ben%netscape.com c0a48b0991 [CLASSIC SKIN] Build/information files NOT PART OF BUILD 2000-05-23 04:54:15 +00:00