Commit Graph

27 Commits

Author SHA1 Message Date
valeski%netscape.com
042424bf28 24033. r=vidur. the multi-mixed-replace converter wasn't clearing it's layover buffer. this was causing headers to bleed into content and double content generation
git-svn-id: svn://10.0.0.236/trunk@62068 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 20:42:27 +00:00
rpotts%netscape.com
8457af366d bug #23055 (r=warren). Added LOAD_DOCUMENT_URI load attribute for the DocLoader to distinguish doc URIs
git-svn-id: svn://10.0.0.236/trunk@57915 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 06:12:54 +00:00
valeski%netscape.com
07aa01c722 a=chofmann, multi-mixed converter wasn't returning nsIStreamObserver if QI'd for it, even though it implements it; now it does
git-svn-id: svn://10.0.0.236/trunk@56267 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 02:54:55 +00:00
warren%netscape.com
c7d8a4a439 Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408
git-svn-id: svn://10.0.0.236/trunk@55285 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-04 10:01:32 +00:00
warren%netscape.com
51881fbcea Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms.
git-svn-id: svn://10.0.0.236/trunk@54722 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-30 04:50:42 +00:00
warren%netscape.com
d8627fe912 Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
git-svn-id: svn://10.0.0.236/trunk@53761 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-17 08:14:52 +00:00
valeski%netscape.com
b9fbf7f89f fixes bugzilla problem. added improved LF CRLF LFLF handling.
git-svn-id: svn://10.0.0.236/trunk@53271 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-11 22:40:08 +00:00
valeski%netscape.com
cf9447c758 16256, r=morse. Large bugzilla queries were bleeding http headers into the html displayed.
git-svn-id: svn://10.0.0.236/trunk@53133 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-11 00:34:01 +00:00
dmose%mozilla.org
92d791b7b0 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52908 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:40:37 +00:00
valeski%netscape.com
0e08363c68 warning fixes, again :(
git-svn-id: svn://10.0.0.236/trunk@52293 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 23:35:06 +00:00
valeski%netscape.com
7559ac64c5 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.


git-svn-id: svn://10.0.0.236/trunk@52252 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:50:06 +00:00
warren%netscape.com
fe1c294273 Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
git-svn-id: svn://10.0.0.236/trunk@51839 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 09:16:24 +00:00
morse%netscape.com
789e4a6e68 fix bug 10434, memory leak detection, r=valeski
git-svn-id: svn://10.0.0.236/trunk@50676 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 13:36:33 +00:00
waterson%netscape.com
e20da712ec 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
git-svn-id: svn://10.0.0.236/trunk@50413 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 02:10:08 +00:00
warren%netscape.com
30cf63de80 Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski)
git-svn-id: svn://10.0.0.236/trunk@49968 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 08:26:01 +00:00
warren%netscape.com
f3d7d7fb0c Fixed breakage.
git-svn-id: svn://10.0.0.236/trunk@47765 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 08:34:20 +00:00
valeski%netscape.com
7c8e22f7d8 adding nsFTPDirListingConv stream converter to the build. we now dump all stream converter factory registration into one file
git-svn-id: svn://10.0.0.236/trunk@46771 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 14:36:56 +00:00
warren%netscape.com
de60d2685c 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.
git-svn-id: svn://10.0.0.236/trunk@46637 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:05:05 +00:00
waterson%netscape.com
26037cebc6 Fix ambiguity that was busting --pedantic.
git-svn-id: svn://10.0.0.236/trunk@45629 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 02:54:57 +00:00
valeski%netscape.com
67e74810aa fixing warning
git-svn-id: svn://10.0.0.236/trunk@45488 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:07:50 +00:00
valeski%netscape.com
dd53e579ec warning fixes + removal of nsString constructor usage w/ internal string byte size specifier
git-svn-id: svn://10.0.0.236/trunk@45472 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 14:13:51 +00:00
jdunn%netscape.com
15971e3ac6 HP requires a newline...
git-svn-id: svn://10.0.0.236/trunk@45212 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:34:15 +00:00
valeski%netscape.com
6dc236de9d nsString2 to nsCString
git-svn-id: svn://10.0.0.236/trunk@45060 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 16:46:30 +00:00
valeski%netscape.com
e922b6f2b5 now we're handlin data sent in non-delimited chunks
git-svn-id: svn://10.0.0.236/trunk@45051 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 15:53:59 +00:00
valeski%netscape.com
f5ec7bb6d7 not in main build - added comments and collapsed interface method definitions into related macros
git-svn-id: svn://10.0.0.236/trunk@44844 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 15:12:40 +00:00
valeski%netscape.com
0ea7fc5a8f not in builds yet. updated MUltiMixed stream converter to new model
git-svn-id: svn://10.0.0.236/trunk@44833 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:10:21 +00:00
valeski%netscape.com
11b435bc16 adding multipartmixed stream converter implementation NOTE: it's not part of the build yet
git-svn-id: svn://10.0.0.236/trunk@44678 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:53:01 +00:00