warren%netscape.com
|
727f312b32
|
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
|
2000-03-29 03:58:50 +00:00 |
dougt%netscape.com
|
0b0346079c
|
Landing nsIFile.
|
2000-01-24 21:28:28 +00:00 |
warren%netscape.com
|
6af4802e75
|
Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408
|
1999-12-04 10:01:32 +00:00 |
dougt%netscape.com
|
f66be6c30c
|
fix for 18078. r=mstoltz,warren
|
1999-11-30 00:32:43 +00:00 |
warren%netscape.com
|
34ecf73507
|
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
|
1999-11-17 08:14:52 +00:00 |
dmose%mozilla.org
|
5312eacf8c
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
valeski%netscape.com
|
57515c5355
|
15300 r=warren. Changed NS_NewThread api to default to PR_UNJOINABLE_THREAD, also added new NS_NewThread() function so you don't have to combine the runnable w/ thread creation. added threads to xpcom init so you can create them w/ the com mgr. 15298 r=gagan, FTP threads are now synched w/ ftp handler shutdown, removed extraneous buffer work, added ftp authentication, and ftp channel content length
|
1999-10-01 23:32:12 +00:00 |
warren%netscape.com
|
7d5e565fd5
|
Factored file transport service out of file: protocol.
|
1999-09-16 01:16:22 +00:00 |
warren%netscape.com
|
279545985d
|
Adding includes for nsIThreadPool.h and nsIRunnable.h in anticipation of idl files.
|
1999-09-15 09:49:18 +00:00 |
warren%netscape.com
|
40ed9d6ad2
|
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
|
1999-09-09 22:05:05 +00:00 |
warren%netscape.com
|
b1c540e4a4
|
Ported to the new nsPipe2 implementation.
|
1999-08-27 10:33:37 +00:00 |
warren%netscape.com
|
bf8423a769
|
Changed around load group insertion/removal to happen on mozilla thread.
|
1999-07-20 08:46:33 +00:00 |
warren%netscape.com
|
84bd74a4fd
|
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
|
1999-07-16 11:14:36 +00:00 |
gagan%netscape.com
|
d4bf35fcb7
|
Fixes for the libcookie.so problem (thanks to Andreas for the patch) and then some additional fixes for warnings and such.
|
1999-07-13 02:37:08 +00:00 |
warren%netscape.com
|
699e29f427
|
Fixed http loading in viewer. Wrong channel was being passes to doc loader's stream listener by http. Also added ifdef to easily remove Fill change.
|
1999-07-11 02:43:37 +00:00 |
warren%netscape.com
|
e9f97d9c22
|
Changed uses of nsIBufferInputStream::Fill to nsIBuffer::Write.
|
1999-07-10 11:26:59 +00:00 |
warren%netscape.com
|
9975942bdb
|
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
|
1999-07-07 08:08:40 +00:00 |
warren%netscape.com
|
bd73f68e8b
|
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
|
1999-07-01 19:30:20 +00:00 |
valeski%netscape.com
|
fe56395bae
|
change all GetIID() calls to nsCOMTypeInfo<foo>::GetIID() calls
|
1999-06-30 20:20:17 +00:00 |
valeski%netscape.com
|
578e858da5
|
changed our nsISupports::GetIID() calls over to nsCOMTypeInfo<foo>::GetIID().
|
1999-06-30 20:00:19 +00:00 |
valeski%netscape.com
|
bec54efcc1
|
nsIChannel api change. you no longer have to supply an nsIEventQueue when calling an AsyncRead|Write() method.
|
1999-06-29 01:52:30 +00:00 |
mscott%netscape.com
|
5d01523ea0
|
nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
|
1999-06-28 20:37:10 +00:00 |
andreas.otte%primus-online.de
|
18c2fd395a
|
fixing for new AutoRegistration
|
1999-06-22 18:24:02 +00:00 |
warren%netscape.com
|
f44c21a640
|
Removed file transport, now consolidated with file channel. Various buffer(stream) cleanup.
|
1999-06-15 05:18:40 +00:00 |
andreas.otte%primus-online.de
|
19b6475c9e
|
conversion to wstring / PRUnichar
some cosmetics to various Makefiles
|
1999-06-11 15:50:14 +00:00 |
warren%netscape.com
|
b113f2332f
|
Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams.
|
1999-06-08 20:57:32 +00:00 |
andreas.otte%primus-online.de
|
7924e08238
|
removed obsolete (I think) endless while loop from run method
added check for file size zero in SerialTest
|
1999-06-08 12:28:27 +00:00 |
warren%netscape.com
|
c0797ee094
|
New IDL interfaces.
|
1999-06-07 21:33:30 +00:00 |
gagan%netscape.com
|
16afdaa83e
|
Getting it building again... changed the Write call to match its signature in nsIByteBufferInputStream. It will probably change again to FillFrom once we move that to idl.
|
1999-06-04 07:36:04 +00:00 |
andreas.otte%primus-online.de
|
a31e65c713
|
integrating Alec Fletts nsISupportsArray changes
remove manual registration
adding creation of eventqueue
giving EventQueueService the right CIID
|
1999-06-02 11:42:43 +00:00 |
valeski%netscape.com
|
9750b0449d
|
updated the nsSupportsArray::Count() api usage
|
1999-05-14 17:25:27 +00:00 |
valeski%netscape.com
|
f1ec11c09c
|
Added Andreas' test program diffs for linux building. Also added an OpenOutputStream test to TestSocketIO.cpp.
|
1999-05-09 19:18:25 +00:00 |
valeski%netscape.com
|
a62bb65a11
|
changed nsIEventQueue->ProcessPendingEvents() to nsIEventQueue->EVentLoop()
|
1999-05-06 19:47:55 +00:00 |
valeski%netscape.com
|
1b339a8876
|
changed over to nsIEventQueue interface, from straight PL_EventQueue. Also took a whack at getting socketTRansport::OpenOutputSTream to work (hasn't been tested)
|
1999-05-05 22:41:44 +00:00 |
valeski%netscape.com
|
b8e0667887
|
changed us over to regular monitors (prmon.h) in lieu of cached monitors (prcmon.h) for performance increase. cached monitors can be 5 times slower than regular monitors.
|
1999-05-04 19:33:37 +00:00 |
warren%netscape.com
|
f7fa724505
|
Added source offset parameter to OnDataAvailable (for byte-range requests).
|
1999-04-22 08:47:06 +00:00 |
warren%netscape.com
|
ec91edbe39
|
Fixed create/AsyncRead stuff.
|
1999-04-14 08:13:35 +00:00 |
warren%netscape.com
|
cf6fa07c94
|
Added synchronous file input. Worked on cancel/suspend/resume work for file transfer.
|
1999-04-13 18:10:15 +00:00 |
warren%netscape.com
|
dd6e16e1f3
|
Fixed to work, but don't try it for a directory with too many files!
|
1999-04-06 06:11:23 +00:00 |
warren%netscape.com
|
5e125b10fc
|
Used nsIByteBufferInputStream. Fixed file transport test.
|
1999-04-06 01:45:24 +00:00 |
warren%netscape.com
|
5b1608eea2
|
Added TestFileInput
|
1999-04-05 21:06:07 +00:00 |