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

210 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com 0d72df33d5 Fix for corrupting Japanese messages with auto URL detection - Bug: 18410 - r: rhp (external contribution) a: chofmann 1999-12-21 15:23:24 +00:00
valeski%netscape.com 5ceb649cb1 a=chofmann, FTP dir listing dates were waaaaayy off. Now they're back within reason (meaning they're somewhat meaningful, but still not perfect (looks like some localization problems)). 1999-12-21 02:57:12 +00:00
valeski%netscape.com 764d52ea90 a=chofmann, multi-mixed converter wasn't returning nsIStreamObserver if QI'd for it, even though it implements it; now it does 1999-12-21 02:54:55 +00:00
rhp%netscape.com 95e181f2eb Performance fix for message display - Bug #: 21203 - r: rhp (external contribution) 1999-12-15 03:30:55 +00:00
rhp%netscape.com 5b686aa771 Remove printf()'s that I missed earlier 1999-12-08 02:49:46 +00:00
rhp%netscape.com 3916bba943 Fixing "const" problem 1999-12-08 02:42:43 +00:00
rhp%netscape.com 6546aaf267 Fix for TXT - HTML conversion - r: rhp - external contributor 1999-12-08 02:10:57 +00:00
rhp%netscape.com 3dcb4bee0a Fixing Mac Project - Location of new stream converter 1999-12-07 22:31:49 +00:00
rhp%netscape.com 56566e7698 Fixes for TXT - HTML Conversion - r: rhp (externally contributed) 1999-12-07 22:20:02 +00:00
rhp%netscape.com 98e6c55182 Cleanup printf's 1999-12-06 20:29:27 +00:00
rhp%netscape.com c6824d8269 Build bustage fix for picky commercial C++ compilers. Fixes a couple member function prototypes to match their implementation. Contributed by: Tim Rowley <tor@cs.brown.edu> r: rhp 1999-12-06 20:07:06 +00:00
rhp%netscape.com a4e7e92ef9 Landing new txt - HTML scanning functionality - Bug 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:55:54 +00:00
rhp%netscape.com 1ad0e2f856 Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:53:29 +00:00
rhp%netscape.com 2a051afc11 Adding new file - NOT PART OF THE BUILD 1999-12-05 16:56:04 +00:00
warren%netscape.com bf4ef9672f 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
warren%netscape.com a265a32348 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
dougt%netscape.com 1da7d3868d fix for 18078. r=mstoltz,warren 1999-11-30 00:32:43 +00:00
valeski%netscape.com b6a89719e6 comment changes for javadoc 1999-11-29 22:17:11 +00:00
shaver%netscape.com 11dfd58e9d Fix for 18505 (rename nsDeque::Peek to nsDeque::PeekFront) from Sammy Ford
<fuzed@swbell.net>.
1999-11-27 17:47:05 +00:00
valeski%netscape.com e8cb5d3991 18435, r = warren. changing chars to constants. 1999-11-23 20:55:27 +00:00
valeski%netscape.com 05cd4da132 18435, r=warren. the FTP directory listing stream converter now supports synchronous usage. This allows directory listing streams to be converted when OpenInputStream is called. 1999-11-23 15:13:29 +00:00
warren%netscape.com aaf83521f5 Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott 1999-11-17 08:14:52 +00:00
jdunn%netscape.com d70d78c6bf Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
valeski%netscape.com 70d82ff415 fixes bugzilla problem. added improved LF CRLF LFLF handling. 1999-11-11 22:40:08 +00:00
valeski%netscape.com 216ec2ae9e 16256, nscomprtizing 1999-11-11 00:39:21 +00:00
valeski%netscape.com 20cb926474 16256, r=morse. Large bugzilla queries were bleeding http headers into the html displayed. 1999-11-11 00:34:01 +00:00
valeski%netscape.com 41c6bb318a 16485, y2k DOS FTP server date parsing problem (we're now compensating for lacking two digit dos date years 1999-11-11 00:28:30 +00:00
dmose%mozilla.org 42fc94a6ec updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
tbogard%aol.net c9198a207c Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:43:56 +00:00
valeski%netscape.com b6858f6449 warning fixes, again :( 1999-10-29 23:35:06 +00:00
valeski%netscape.com 9ba8e8ee2b 15590 - build warnings prompted some variable name changes. Also replaced nsVoidArray usage w/ nsCStringArrays. Added some null checks. converted some raw ptrs to com ptrs.
16968 - bugzilla wasn't progress through bug lists via "next" "prev" links. we now set cookie headers from within x-multi-mixed-replace data.
1999-10-29 20:50:06 +00:00
warren%netscape.com 00dfd9d907 Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott 1999-10-26 09:16:24 +00:00
morse%netscape.com b7a202c59b fix bug 10434, memory leak detection, r=valeski 1999-10-14 13:36:33 +00:00
waterson%netscape.com ab20f5e245 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 02:10:08 +00:00
dveditz%netscape.com 2b60c91417 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
warren%netscape.com a9f3e2a2f3 Fixed warnings. 1999-10-07 04:10:12 +00:00
warren%netscape.com c0c613c804 Fixed build warnings. 1999-10-06 08:51:48 +00:00
warren%netscape.com d4f45caf5a Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski) 1999-10-06 08:26:01 +00:00
beard%netscape.com b547c2ffb0 changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
valeski%netscape.com aff9ac100d 15352 r=jevering. regular pointers to com ptrs changeover, as well as more initialization of a PRExplodedTime struct. 1999-10-01 14:10:02 +00:00
valeski%netscape.com 192d847d99 15297 r=gagan. Condensed Enumerate() Reset() call combinations to overloaded Reset() 1999-10-01 13:37:11 +00:00
briano%netscape.com 234d41ca06 Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties. 1999-09-30 03:16:30 +00:00
shaver%netscape.com a0d5aa9034 nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann 1999-09-29 02:36:54 +00:00
waterson%netscape.com 88220ac198 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
warren%netscape.com 1c51d9a00b Fixed warnings. 1999-09-20 20:57:21 +00:00
valeski%netscape.com 51b1e949b1 fix for 14143. also yanked local isspace, isdigit, isalpha routines from FTP dir listing converter, and corrected a buffer allocation problem that was causing extra data 'bad data' to be buffered. 1999-09-17 20:13:33 +00:00
valeski%netscape.com cc64f0a745 I'm a moron. backing out previous change 1999-09-17 18:40:12 +00:00
valeski%netscape.com 3c0d86f28a 14143 1999-09-17 18:05:11 +00:00
valeski%netscape.com 4bb6f59e12 the Directory parser want uppercase; PS I know I'm checking in while the tree's closed, flame me 1999-09-17 18:04:01 +00:00
warren%netscape.com c9a6d6fad4 Fixed breakage. 1999-09-16 08:34:20 +00:00
warren%netscape.com 48cf4685a9 Factored file transport service out of file: protocol. 1999-09-16 01:16:22 +00:00
valeski%netscape.com fa41d41e0f updated date formatting code for FTP dir listing. we're now more accurate. also commented out some extraneous logging 1999-09-14 19:45:43 +00:00
briano%netscape.com 0059c0009e General cleanup. 1999-09-14 01:35:43 +00:00
valeski%netscape.com 9984ef19e6 we're now registering sreamconverters in the NSRegisterSelf function; HURRAY!. Also added escaping to FTP's rendition of http-index filenames and dates. date formatting is still hosed though :(. I'm working on it) 1999-09-13 23:26:26 +00:00
valeski%netscape.com 4e9250374f we're now escaping the filename in ftp dirlisting's dump of http-index, also fixed a MonthNumber() bug. 1999-09-10 22:08:26 +00:00
valeski%netscape.com 9cd996780d linux breakage. 1999-09-10 15:38:35 +00:00
valeski%netscape.com e412e0e50e build bustage 1999-09-10 15:27:19 +00:00
brade%netscape.com 7e9bbb24d4 add files for valeski 1999-09-10 15:02:10 +00:00
valeski%netscape.com 5ba5207a2e fixing mac bustage - mac doesn't have int 64s it has a struct for it instead 1999-09-10 14:53:49 +00:00
valeski%netscape.com c04598d353 adding nsFTPDirListingConv stream converter to the build. we now dump all stream converter factory registration into one file 1999-09-10 14:36:56 +00:00
briano%netscape.com 9697722005 General cleanup. 1999-09-10 00:59:21 +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 7ec0e2423f Removed the obsolete non-NECKO leftovers. 1999-09-09 01:08:34 +00:00
shaver%netscape.com d6ac9e277f convert to CreateInstanceFromProgID 1999-09-05 06:42:13 +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
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
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
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
jdunn%netscape.com b423aaf5ed HP requires a newline... 1999-08-30 22:34:15 +00:00
beard%netscape.com f9254ec871 First Checked In. 1999-08-29 20:02:46 +00:00
valeski%netscape.com a5882fc3aa nsString2 to nsCString 1999-08-29 16:46:30 +00:00
valeski%netscape.com a9c2bf35b4 now we're handlin data sent in non-delimited chunks 1999-08-29 15:53:59 +00:00
valeski%netscape.com 3bcf977dae added file to export list 1999-08-29 14:36:43 +00:00
valeski%netscape.com 1e8285ddd4 added the converters dir to the builds (mac isn't in yet :( 1999-08-29 14:16:32 +00:00
valeski%netscape.com f70824ff8d mem leak fix 1999-08-29 14:12:05 +00:00
valeski%netscape.com 0ef24986ef updated final receiver's OnDataAvailable so it now outputs the data it receives. Also added asyncronous conversion test w/ multiple OnDataAvailables 1999-08-29 14:11:41 +00:00
valeski%netscape.com 000ec1775b added newline and encapsulating header file ifdef 1999-08-29 14:09:16 +00:00
jdunn%netscape.com c3bcd0e964 HP requires a newline at the end 1999-08-27 21:23:42 +00:00
valeski%netscape.com 3a0610c701 not in main build - added comments and collapsed interface method definitions into related macros 1999-08-27 15:12:40 +00:00
valeski%netscape.com 44ca9d6a67 not in builds yet. updated MUltiMixed stream converter to new model 1999-08-27 14:10:21 +00:00
andreas.otte%primus-online.de 8cd7901f93 first checked in 1999-08-27 08:32:24 +00:00
andreas.otte%primus-online.de fdf94d08c6 first checked in - not on current build 1999-08-27 08:31:57 +00:00
andreas.otte%primus-online.de 2747436e52 Don't forget the last one in the converter chain 1999-08-26 15:05:26 +00:00
valeski%netscape.com 7a7a8b602b added virtual specifier to destructor 1999-08-26 14:55:14 +00:00
valeski%netscape.com 9e5af42261 adding multipartmixed stream converter implementation NOTE: it's not part of the build yet 1999-08-26 14:53:01 +00:00
valeski%netscape.com 814c030786 fixed transposed args, we now pass the listener in as we're supposed to when we find a 1-to-1 mapping 1999-08-26 14:33:25 +00:00
valeski%netscape.com 9c65a45442 added virtual destructor to elliminate linux warning 1999-08-26 14:28:17 +00:00
andreas.otte%primus-online.de 39ea8dda65 adding the test directory 1999-08-26 09:21:42 +00:00
andreas.otte%primus-online.de 66c03570d3 first checked in 1999-08-26 09:18:33 +00:00
valeski%netscape.com 23db9c32a5 added stream converter test dir and accompanying files (win build only for now). fixed an out of order param in teh service implementation as well 1999-08-24 22:04:05 +00:00
mccabe%netscape.com 3d4917b628 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
jdunn%netscape.com 3a6cd8fce9 Fix problem for HP Native compiler which does not allow 'deletes' on void *.
Judson ok'd the fix
1999-08-19 21:42:13 +00:00
briano%netscape.com d2cc41f504 Added a newline at the EOF to fix the HP build (and others). 1999-08-04 02:11:03 +00:00
briano%netscape.com 578157544d Yet another case of a new file checked in missing the newline at EOF required by Unix native compilers. 1999-08-04 02:02:15 +00:00
valeski%netscape.com 314e58e690 win32 bustage. nspr wasn't being linked into the stream conv dll 1999-08-04 00:50:21 +00:00
valeski%netscape.com 6a7e60e2c8 memory deallocation macro problem 1999-08-03 23:44:16 +00:00
warren%netscape.com 72c37924c2 Removed hack to export to netwerk/dist (used before landing necko). 1999-08-03 00:38:25 +00:00
valeski%netscape.com 6edcc3717e not in default builds. fixed mem leaks in stream service 1999-07-29 21:17:33 +00:00
valeski%netscape.com 0a56270c4a not in default builds - stream converter leak updates and we're now poping from the Q from the top (FIFO) 1999-07-29 07:09:46 +00:00
warren%netscape.com 5c61055a2b Fixed mismatched delete problem (purify). 1999-07-28 04:05:10 +00:00
valeski%netscape.com 7681f64a2c this dir is not in any builds. removed the unwanted AsyncConvertSTream method. now we support one sync conversion method, and one async 1999-07-27 03:25:57 +00:00
valeski%netscape.com dceba2964a stream converter interface changes. the sync and 2nd async methods are now implemented by the service too 1999-07-26 22:12:05 +00:00
valeski%netscape.com 604537e15a changed stream converter progid root and provided more in depth usage notes 1999-07-22 23:59:32 +00:00
andreas.otte%primus-online.de c90f3a93d8 some ignorance 1999-07-22 21:38:22 +00:00
valeski%netscape.com 4a9296ad34 stream converter graph construction now happens when a direct path is not accessible, and is built up by enumerating stream converter subkeys from the registry 1999-07-22 21:24:58 +00:00
valeski%netscape.com c3fa8f4c3a adding stream converter code 1999-07-22 19:11:33 +00:00