Commit Graph

42 Commits

Author SHA1 Message Date
warren%netscape.com
529c0b2b71 Removed hack to export to netwerk/dist (used before landing necko). 1999-08-03 00:38:25 +00:00
mscott%netscape.com
94b8521246 fix build breakage...include config.mak 1999-07-29 03:17:36 +00:00
valeski%netscape.com
8fe0e5315f free memory mismatch fix 1999-07-27 23:35:01 +00:00
valeski%netscape.com
2964097b08 memory leak fix on ns_makeabsoluteURI calls 1999-07-27 14:42:19 +00:00
pinkerton%netscape.com
9b0acc807e fix access paths to find timer in widget instead of gfx. all targets updated. 1999-07-23 06:06:19 +00:00
gordon%netscape.com
f1a158016a Added nsTimer.cpp and nsRepeater.cpp for the purposes of landing NECKO. This most closely approximates the functionality of the old NetLib, so it required the least amount of changes. We can figure out the ultimate resting place for these files after NECKO lands. 1999-07-23 05:24:28 +00:00
gordon%netscape.com
c932b5eea5 Export functions on Mac (only) because it builds Netwerk Util as a shared library, not as static as on the other platforms. 1999-07-23 01:50:58 +00:00
warren%netscape.com
568cf0dedf Working on NS_NewPostDataStream -- doesn't work yet though. 1999-07-21 05:53:25 +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
mscott%netscape.com
071a440dcf Necko only! not part of the build. back out gordon's change to fix the windows build until he has a chance to take a
look at it.
1999-07-15 17:57:22 +00:00
gordon%netscape.com
bbd1faf6ec Necko only change. Updated preferences for NetworkModular[Debug].shlb doppleganger targets. 1999-07-15 01:14:50 +00:00
gordon%netscape.com
1a36563125 Export NS_NewUnicharStreamLoader since this file is part of a shared library for now. 1999-07-14 21:21:37 +00:00
gordon%netscape.com
dd0bc02b8f Export functions since this is built as a shared library for now. 1999-07-14 21:20:38 +00:00
warren%netscape.com
8b0ad2bf4f Added outer param to NewLoadGroup. 1999-07-10 11:27:05 +00:00
andreas.otte%primus-online.de
b0a1bfd2ff NECKO only: changed string/error handling in NS_MakeAbsoluteURI A: chofmann R: valeski 1999-07-10 08:00:55 +00:00
warren%netscape.com
61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
warren%netscape.com
9975942bdb Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
gordon%netscape.com
147e0974f0 Update for changes to Windows makefiles. 1999-07-07 00:59:20 +00:00
gordon%netscape.com
d19ae10cf8 First Checked In. 1999-07-07 00:36:08 +00:00
warren%netscape.com
dba479dc78 Added another NS_OpenURI call. 1999-07-02 06:15:49 +00:00
warren%netscape.com
c108fb3559 Removed bogus comment. 1999-07-02 05:00:36 +00:00
mscott%netscape.com
ce29165da8 fix necko build brekage. NS_NewLoadGroup is declared to have 2 arguments so I have given it two arguments in its
implementation.
1999-07-02 00:11:30 +00:00
valeski%netscape.com
976f46415a necko build bustage. 1999-07-01 21:02:06 +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
gordon%netscape.com
03a78c217d First Checked In. 1999-07-01 19:29:45 +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
650fc3493f various fixes. Big one was that we're no longer passing the uri in as the context to nsAsyncStreamObserver, it's now the channel. 1999-06-29 21:53:45 +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
warren%netscape.com
1e65a8281c Fixed NS_NewUnicharStreamLoader export. Added NS_NewLoadGroup. 1999-06-28 06:58:05 +00:00
warren%netscape.com
3d36f091af Added nsIBlockingNotification.h. Fixed NS_NewUnicharStreamLoader export. 1999-06-28 06:57:35 +00:00
valeski%netscape.com
5d97589deb copied the nsIUnicharStreamLoader interface and implementation over to necko; TEMPORARILY. This stuff does not belong in necko and needs to be factored out. I pushed it in to satisfy the NECKO builds. 1999-06-27 16:02:03 +00:00
bruce%cybersight.com
cbeef0eae2 Fixes for builds in an objdir. Use $(topsrcdir) and not $(DEPTH) for calculating path to rules.mk 1999-06-27 05:47:04 +00:00
valeski%netscape.com
f9418214f7 not in main build - changed newCString to get buffer() 1999-06-25 18:49:35 +00:00
warren%netscape.com
a1f7bf6f4e Fixed makefiles for necko module, but netwerk directory. 1999-06-25 03:00:32 +00:00
warren%netscape.com
59a16f77b9 Added group argument. Swapped args to NS_OpenURI 1999-06-25 00:07:34 +00:00
warren%netscape.com
054ac73b6c Changed our library names from netwerk to necko. 1999-06-24 23:13:46 +00:00
warren%netscape.com
92fd066a85 nsString/nsString2 -- what's the difference. Now using const too. 1999-06-23 06:08:13 +00:00
warren%netscape.com
606e60bd1d Added nsString interfaces. Removed NS_NET because this stuff isn't for DLL export. 1999-06-23 05:28:48 +00:00
andreas.otte%primus-online.de
06e8b9694f first checked in 1999-06-22 18:04:02 +00:00
warren%netscape.com
bd51df11d6 Added util 1999-06-22 00:19:16 +00:00