Commit Graph

173 Commits

Author SHA1 Message Date
gagan%netscape.com
593346e22d More mem leak fixes.
git-svn-id: svn://10.0.0.236/trunk@44797 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:03:07 +00:00
rpotts%netscape.com
c1eed107d9 M9 BRANCH landing...
git-svn-id: svn://10.0.0.236/trunk@44701 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 22:45:55 +00:00
ramiro%netscape.com
cb934ee5cc Cleanup linking of libimg.
git-svn-id: svn://10.0.0.236/trunk@44493 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 13:37:11 +00:00
danm%netscape.com
ca52f77be0 removing (faulty) GLOWCODE directives
git-svn-id: svn://10.0.0.236/trunk@44322 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 19:18:20 +00:00
mccabe%netscape.com
0ee0c94bc4 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.


git-svn-id: svn://10.0.0.236/trunk@44059 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-22 13:26:18 +00:00
ramiro%netscape.com
1784612f6b cleanup linking of libmozreg.
git-svn-id: svn://10.0.0.236/trunk@44002 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 15:41:53 +00:00
ramiro%netscape.com
4cc02629c5 Link in secfree dynamically only where needed.
git-svn-id: svn://10.0.0.236/trunk@43413 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 15:46:57 +00:00
gordon%netscape.com
a116a12a03 This is just a NECKO test app. Updating to work on Mac.
git-svn-id: svn://10.0.0.236/trunk@43309 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 22:18:34 +00:00
rpotts%netscape.com
b3ffea8ae0 Added code to dump all headers in the OnHeadersAvailable() notification.
git-svn-id: svn://10.0.0.236/trunk@42288 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 08:29:36 +00:00
warren%netscape.com
4435768ca9 Removed hack to export to netwerk/dist (used before landing necko).
git-svn-id: svn://10.0.0.236/trunk@41902 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 00:38:25 +00:00
warren%netscape.com
781dcf6d17 Added NS_ERROR_UNKNOWN_PROTOCOL, and changed dns error to NS_ERROR_UNKNOWN_HOST.
git-svn-id: svn://10.0.0.236/trunk@41583 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 04:17:23 +00:00
valeski%netscape.com
193d66c13d added dns failure check to output
git-svn-id: svn://10.0.0.236/trunk@41573 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 02:35:12 +00:00
briano%netscape.com
affb159448 Fix for platforms whose ld's don't have a --whole-archive equivalent.
git-svn-id: svn://10.0.0.236/trunk@41560 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 22:47:42 +00:00
valeski%netscape.com
1e7522276e not in default build - added stream conversion test app
git-svn-id: svn://10.0.0.236/trunk@41558 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 21:18:35 +00:00
briano%netscape.com
2087356d68 Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@41509 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 01:18:12 +00:00
warren%netscape.com
2c5e794352 Fixed mismatched delete problem (purify).
git-svn-id: svn://10.0.0.236/trunk@41418 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 04:05:10 +00:00
gagan%netscape.com
b8ac9f29c8 More URL parsing updates for not so common cases.
git-svn-id: svn://10.0.0.236/trunk@41389 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 02:13:07 +00:00
briano%netscape.com
684f6b2907 Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
git-svn-id: svn://10.0.0.236/trunk@41354 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 23:27:44 +00:00
dougt%netscape.com
d219f1385e Fix for bug 10177 and 10041.
git-svn-id: svn://10.0.0.236/trunk@41167 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-26 22:09:42 +00:00
gagan%netscape.com
fe009512c7 Changes for the standard URL parsing. Added SetRelativePath. Cleaned up the deletions (all thru nsCRT now) Added functionality for Query and Ref portions of the Path. Added DirFile function to nsIURL to allow just Directory and the Filename. Misc. cleanups as well.
git-svn-id: svn://10.0.0.236/trunk@40697 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 21:14:51 +00:00
warren%netscape.com
f1dfc48c58 Changed around load group insertion/removal to happen on mozilla thread.
git-svn-id: svn://10.0.0.236/trunk@40266 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-20 08:46:33 +00:00
warren%netscape.com
84a03567fa Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
git-svn-id: svn://10.0.0.236/trunk@39678 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-16 11:14:36 +00:00
gagan%netscape.com
7c9da3ce25 Included the test for resource: protocol that was breaking apprunner.
git-svn-id: svn://10.0.0.236/trunk@39624 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-16 02:31:07 +00:00
gagan%netscape.com
97bf796713 Added HTTP Status to printout.
git-svn-id: svn://10.0.0.236/trunk@39554 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-15 22:57:50 +00:00
gagan%netscape.com
44ca4005ac Fixes for the libcookie.so problem (thanks to Andreas for the patch) and then some additional fixes for warnings and such.
git-svn-id: svn://10.0.0.236/trunk@39044 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-13 02:37:08 +00:00
rpotts%netscape.com
521c8ba536 Added a -sync flag for testing sync streams with the socket transport...
git-svn-id: svn://10.0.0.236/trunk@39000 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-12 06:22:39 +00:00
warren%netscape.com
3df124d5df 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.
git-svn-id: svn://10.0.0.236/trunk@38979 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-11 02:43:37 +00:00
warren%netscape.com
74ffc2347a Changed uses of nsIBufferInputStream::Fill to nsIBuffer::Write.
git-svn-id: svn://10.0.0.236/trunk@38962 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-10 11:26:59 +00:00
gagan%netscape.com
4b141879c7 Added a trailing slash for optimization.
git-svn-id: svn://10.0.0.236/trunk@38951 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-10 05:44:16 +00:00
warren%netscape.com
cd03d38a08 Top 100 sites for testing.
git-svn-id: svn://10.0.0.236/trunk@38950 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-10 05:21:07 +00:00
gagan%netscape.com
903309e6fa Thou shalt parse thy URLs... again.
git-svn-id: svn://10.0.0.236/trunk@38949 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-10 05:00:23 +00:00
warren%netscape.com
f165677628 Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
git-svn-id: svn://10.0.0.236/trunk@38659 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 08:08:40 +00:00
andreas.otte%primus-online.de
7eed5d14dc NECKO only: little better error handling
git-svn-id: svn://10.0.0.236/trunk@38270 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-03 09:53:09 +00:00
mcafee%netscape.com
f8d7609d39 Fixing linux bustage, rv needs declaration.
git-svn-id: svn://10.0.0.236/trunk@38252 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-03 05:50:56 +00:00
rpotts%netscape.com
98da6633f5 Changes to build without NECKO defined...
git-svn-id: svn://10.0.0.236/trunk@38236 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-03 04:14:44 +00:00
rpotts%netscape.com
9bc0eb68e4 Got the TestSocketTransport test working again after removing the nsIEventQueue argument to AsyncRead and AsyncWrite...
git-svn-id: svn://10.0.0.236/trunk@38235 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-03 04:14:28 +00:00
dveditz%netscape.com
4a69d1d866 nakefile cleanups
git-svn-id: svn://10.0.0.236/trunk@38066 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 13:42:17 +00:00
warren%netscape.com
8b1231e0ae Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
git-svn-id: svn://10.0.0.236/trunk@37754 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 19:30:20 +00:00
valeski%netscape.com
a68346bb7e necko bustage
git-svn-id: svn://10.0.0.236/trunk@37546 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-30 20:48:49 +00:00
valeski%netscape.com
68d11ccc79 change all GetIID() calls to nsCOMTypeInfo<foo>::GetIID() calls
git-svn-id: svn://10.0.0.236/trunk@37543 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-30 20:20:17 +00:00
valeski%netscape.com
93b0dbd87b changed our nsISupports::GetIID() calls over to nsCOMTypeInfo<foo>::GetIID().
git-svn-id: svn://10.0.0.236/trunk@37538 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-30 20:00:19 +00:00
rpotts%netscape.com
e031e3202a replaced a call to nsIHTTPChannel::GetResponseHeader(...) with a call to nsIChannel::GetContentType(...)
git-svn-id: svn://10.0.0.236/trunk@37519 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-30 06:05:10 +00:00
rpotts%netscape.com
7d8178e2cb Fixed up a divide by zero bug...
git-svn-id: svn://10.0.0.236/trunk@37376 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 06:54:05 +00:00
valeski%netscape.com
863f107e7f nsIChannel api change. you no longer have to supply an nsIEventQueue when calling an AsyncRead|Write() method.
git-svn-id: svn://10.0.0.236/trunk@37308 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 01:52:30 +00:00
mscott%netscape.com
0688db31b1 nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
git-svn-id: svn://10.0.0.236/trunk@37221 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 20:37:10 +00:00
rpotts%netscape.com
c041266e4e Fix to avoid those nasty divide by zero errors :-)
git-svn-id: svn://10.0.0.236/trunk@37124 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-27 11:14:35 +00:00
rpotts%netscape.com
2e4e19dafc Added support for loading a bunch of URLs from a file which is specified on the command-line...
git-svn-id: svn://10.0.0.236/trunk@37123 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-27 11:02:40 +00:00
rpotts%netscape.com
2ab4cbd6f4 Added a -verbose flag in preparation for batching URLs from a file...
git-svn-id: svn://10.0.0.236/trunk@36845 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 07:52:12 +00:00
rpotts%netscape.com
a125f0a621 Fixed bug where extra garbage was being read from the stream...
git-svn-id: svn://10.0.0.236/trunk@36835 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 06:28:58 +00:00
warren%netscape.com
83c4cabaf7 Fixed makefiles for necko module, but netwerk directory.
git-svn-id: svn://10.0.0.236/trunk@36826 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 03:00:32 +00:00