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

842 Коммитов

Автор SHA1 Сообщение Дата
briano%netscape.com 93ef1fd41e General cleanup. 1999-09-10 01:57:11 +00:00
warren%netscape.com e3556ced12 Fix for blocking output streams (affects mailnews). Basically we were calling ReadSegments with a 0 count, and when it returned 0 we thought it was EOF. 1999-09-10 01:46:49 +00:00
briano%netscape.com 9697722005 General cleanup. 1999-09-10 00:59:21 +00:00
vidur%netscape.com 116b2b1ad4 nsLoadGroup now uses weak pointers for observers and LoadGroupListenerFactory. 1999-09-09 23:55:19 +00:00
warren%netscape.com 87b66e4bc8 EOF changes. 1999-09-09 22:18:44 +00:00
warren%netscape.com e6619b2ad6 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
valeski%netscape.com 3db429ff8b NOT HOOKED INTO BUILD. adding FTP directory listing stream converter 1999-09-09 19:33:16 +00:00
briano%netscape.com 8436c25b48 General cleanup. 1999-09-09 07:32:15 +00:00
rpotts%netscape.com b4e64e851f bug #11376. I added GetContentLength to nsIChannel so the content length can be gotten from a channel... 1999-09-09 05:07:30 +00:00
briano%netscape.com 93df94cd60 General cleanup. 1999-09-09 02:02:21 +00:00
briano%netscape.com 7ec0e2423f Removed the obsolete non-NECKO leftovers. 1999-09-09 01:08:34 +00:00
briano%netscape.com a461804a96 Removed the obsolete non-NECKO leftovers. 1999-09-09 00:59:41 +00:00
briano%netscape.com 7ac74af48f Removed the obsolete non-NECKO leftovers. 1999-09-09 00:41:10 +00:00
dougt%netscape.com c8ae27c1bd bug fix for 13321. 1999-09-08 22:53:13 +00:00
andreas.otte%primus-online.de d59d2c2229 adding the data protocol to the build 1999-09-08 07:21:22 +00:00
andreas.otte%primus-online.de f1ecdd48f5 forgot this one 1999-09-08 07:18:45 +00:00
andreas.otte%primus-online.de 7f245225ba add protocol/data makefiles 1999-09-08 07:17:24 +00:00
andreas.otte%primus-online.de d6946dbb85 add a missing return 1999-09-08 07:16:10 +00:00
andreas.otte%primus-online.de 8d1b614ec4 add some ignorance 1999-09-08 07:14:49 +00:00
brendan%mozilla.org 1f1df8328b Don't abuse nsAutoLock in single-exit nsSocketTransport::Process and PR_Unlock
and relock it in subroutines -- this causes false deadlock-detection positives.
Also comment module callouts with lock held.
1999-09-08 06:17:20 +00:00
norris%netscape.com 72e3153d3a * Add checks on urls formed from web scripts
* Make nsScriptSecurityManager implement nsXPCSecurityManager
* Fix unix warnings
1999-09-07 02:54:19 +00:00
cls%seawood.org e093f3ce48 include <string.h> for when it disappears from nsID.h again. 1999-09-06 23:08:43 +00:00
brendan%mozilla.org d31330dd99 Expand tabs to spaces per Emacs modeline; other space cleanups. 1999-09-06 22:59:11 +00:00
brendan%mozilla.org b540021495 Use deadlock detecting nsAutoMonitors, etc., correctly. 1999-09-06 19:57:40 +00:00
shaver%netscape.com d6ac9e277f convert to CreateInstanceFromProgID 1999-09-05 06:42:13 +00:00
shaver%netscape.com 53277f4711 convert to CreateInstanceFromProgID 1999-09-05 06:27:42 +00:00
bruce%cybersight.com b11f3a2196 Change delete[] of nsEscape() result to nsCRT::free(). 1999-09-04 16:37:24 +00:00
valeski%netscape.com 03b9d2d6cb changed nsCOMTypeInfo<> template to NS_GET_IID macro 1999-09-03 23:51:14 +00:00
dougt%netscape.com dd5c903d9e Changes nsIAtom iterface to return a shared (non-allocated) wstring when
GetUnicode() is called.  (thanks waterson, jband)

Also fixing 12237.  (thanks jband).
1999-09-03 22:21:29 +00:00
mscott%netscape.com 84df5a3496 Bug #10845 --> mailnews mime stream converter now works with the stream converter service and uses nsIstreamConverter
instead of nsIStreamConverter2.
1999-09-03 22:03:12 +00:00
bruce%cybersight.com d602e5d399 Use nsCRT::free() instead of delete[] for char* data. 1999-09-03 07:53:26 +00:00
valeski%netscape.com 72589c2530 adding data protocol to the build 1999-09-03 00:44:28 +00:00
valeski%netscape.com 073995e0bc adding data protocol handler to necko 1999-09-03 00:39:55 +00:00
kipp%netscape.com a99f5ec06a Use nsAutoString instead of nsString for temps 1999-09-02 18:13:07 +00:00
valeski%netscape.com 6ff643de46 stream converter service uses the component mgr now to create stream converter instances, rather than the old use of the service mananger. 1999-09-02 03:39:10 +00:00
valeski%netscape.com 42a4bfe59c fixing an ftp crasher 1999-09-02 03:30:04 +00:00
waterson%netscape.com ba3116efb0 Fix ambiguity that was busting --pedantic. 1999-09-02 02:54:57 +00:00
valeski%netscape.com 495413a62e added a context param to the stream converter service 1999-09-02 02:18:28 +00:00
valeski%netscape.com d6f0c9498f fixed mem leak 1999-09-01 23:20:22 +00:00
valeski%netscape.com 415f7f7492 fixing warning 1999-09-01 20:07:50 +00:00
dougt%netscape.com cd9ac1155d Bug fix for 12702.
Adding notes to remove nsIAtom comparison by string.
1999-09-01 20:06:30 +00:00
jdunn%netscape.com d1bffaab39 change static_cast to NSCAP_STATIC_CAST 1999-09-01 19:47:50 +00:00
valeski%netscape.com ea3a16ee62 warning fixes + removal of nsString constructor usage w/ internal string byte size specifier 1999-09-01 14:13:51 +00:00
valeski%netscape.com 18b6b520b9 warning fix 1999-09-01 14:11:15 +00:00
warren%netscape.com bcf332baf2 Cleaning up dependency on nsIBuffer.h 1999-09-01 04:40:12 +00:00
gagan%netscape.com f5d3f920c0 Basic Auth stuff. very basic indeed. 1999-09-01 04:21:12 +00:00
warren%netscape.com d289cdd60f Fix case where suspended file transport terminates early. Fixes missing Help menu and toolbar problem. 1999-09-01 01:31:39 +00:00
cyeh%netscape.com 26effbde96 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:13:14 +00:00
rickg%netscape.com f6d615ccf6 removed a warning 1999-09-01 00:58:45 +00:00
warren%netscape.com c5f6d7673b Made NS_BASE_STREAM_WOULD_BLOCK a failure code (for JS). Reduced socket transport buffer size. Fixed ABBA deadlock when calling OnEmpty in pipe code (bug#12870). 1999-08-31 21:47:30 +00:00