Commit Graph

54 Commits

Author SHA1 Message Date
dmose%mozilla.org
5312eacf8c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
warren%netscape.com
332749d6fa Made nsIUnicharStreamLoader be scriptable and deal with an xpcom observer instead of a proc pointer and void*. Part of bug#11159. r=nisheeth,kipp,pierre 1999-11-02 06:49:44 +00:00
kipp%netscape.com
004521b2e6 nuked 1999-09-30 21:51:07 +00:00
kipp%netscape.com
a8d7d25d5d Converted from components to modules 1999-09-30 21:22:48 +00:00
kipp%netscape.com
8945b95dcc new 1999-09-30 01:53:31 +00:00
warren%netscape.com
7d5e565fd5 Factored file transport service out of file: protocol. 1999-09-16 01:16:22 +00:00
hshaw%netscape.com
6114a3c317 purging temporary NET_SOCKET_PROVIDER_BUILD ifdef, dougt checked in mac build support 1999-08-24 19:04:58 +00:00
hshaw%netscape.com
37b1f71f8d now that we are sure the socket Makefile got regenerated on linux and solaris, we can reference the output 1999-08-24 04:54:03 +00:00
hshaw%netscape.com
d777716bcd remove temporary ifdef 1999-08-24 04:16:15 +00:00
hshaw%netscape.com
62d6c9c8a4 backout reference to socket provider library until I can figure out why it isn't being built 1999-08-23 15:29:58 +00:00
hshaw%netscape.com
045e488d6c link with socket provider base library 1999-08-23 14:37:37 +00:00
hshaw%netscape.com
3d5ddfe1c7 get macro definition from config.mak 1999-08-22 17:51:49 +00:00
hshaw%netscape.com
a51f42652e add socket provider support under NET_SOCKET_PROVIDER_BUILD ifdef (temporary until linux/mac build scripts checked in 1999-08-22 15:20:43 +00:00
briano%netscape.com
e2cc541f86 Cleaned it up and got rid of the redundant HP-specific SHARED_LIBRARY_LIBS stuff. 1999-08-03 21:40:56 +00:00
warren%netscape.com
529c0b2b71 Removed hack to export to netwerk/dist (used before landing necko). 1999-08-03 00:38:25 +00:00
gagan%netscape.com
b44058b222 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. 1999-07-22 21:14:51 +00:00
warren%netscape.com
134fa48807 Backed out Gagan's nsStdURL changes. 1999-07-17 01:32:48 +00:00
gagan%netscape.com
a552a0dd21 Switching to nsStdURL from nsStandardUrl. 1999-07-16 02:32:47 +00:00
warren%netscape.com
d83d3e1aad Reverted to nsStandardUrl which works. 1999-07-10 18:24:02 +00:00
gagan%netscape.com
cc251f6406 Thou shalt parse thy URLs... again. 1999-07-10 05:00:23 +00:00
warren%netscape.com
7284413878 Implemented about:blank. 1999-07-03 04:05:14 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
warren%netscape.com
669b417329 Added nsSimpleURI to build. 1999-07-02 04:58:06 +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
warren%netscape.com
a1f7bf6f4e Fixed makefiles for necko module, but netwerk directory. 1999-06-25 03:00:32 +00:00
mscott%netscape.com
3329764216 fix build breakage. Change directory path from necko to netwerk. Note: I'm not changing any of the library names,
just the paths (which should still be netwerk).
1999-06-25 02:45:05 +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
3fc52f0e95 Added nsILoadGroup. Changed load attribute strategy to flags. 1999-06-24 22:58:42 +00:00
andreas.otte%primus-online.de
da475687fe removing libnetwerkutil_s.a from Makefile and move util down again. Took some time for me to get what netwerkutil_s.a is really for 1999-06-23 21:57:01 +00:00
gordon%netscape.com
4754ae2027 Added registration of DNS Service. 1999-06-23 01:12:01 +00:00
andreas.otte%primus-online.de
d5aec3bd76 adding libnetwerkutil_s to libnetwerk 1999-06-22 18:06:47 +00:00
andreas.otte%primus-online.de
a6a5bc0774 adding hack to change PUBLIC variable
This has no effect until some other changes to SeaMonkey
1999-06-17 19:07:58 +00:00
warren%netscape.com
f44c21a640 Removed file transport, now consolidated with file channel. Various buffer(stream) cleanup. 1999-06-15 05:18:40 +00:00
warren%netscape.com
f8073afaf4 Added nsDNSService factory. 1999-06-12 02:59:02 +00:00
warren%netscape.com
2c894653f9 Hack to make necko co-exist with seamonkey so headers don't collide. 1999-06-12 01:41:08 +00:00
andreas.otte%primus-online.de
1821627c77 use LOCAL_INCLUDES to access base/src header files
some cosmetics
1999-06-09 20:39:08 +00:00
valeski%netscape.com
2089e0d9e2 added the external module manager to the factory for autoregistration 1999-06-09 14:28:12 +00:00
warren%netscape.com
c0797ee094 New IDL interfaces. 1999-06-07 21:33:30 +00:00
andreas.otte%primus-online.de
45b8467782 variable rv of type nsresult was not initialized in CreateInstance and in case of creating a StandardUrl with no Init in CreateInstance (and using rv) making it random to the calling function if creating the Url succeeded. This is what I thought was a namespace problem between necko and old netlib. 1999-06-06 09:16:49 +00:00
andreas.otte%primus-online.de
0ee202af9f make libnetwerk.so a component 1999-06-01 22:49:26 +00:00
andreas.otte%primus-online.de
f7497e5e99 First Checked In 1999-05-28 09:11:38 +00:00
warren%netscape.com
f6a80b4dec Moving changes from XPCOM20_BRANCH forward. 1999-05-24 09:01:47 +00:00
warren%netscape.com
3f0fdca6da Fixed accidental change to NSGetFactory. Changed include for nsStandardUrl. 1999-05-01 02:15:22 +00:00
warren%netscape.com
234d6bcc23 Renamed nsTypicalUrl to nsStandardUrl. 1999-05-01 02:08:18 +00:00
valeski%netscape.com
eff9bdb89d fixed a casting bug (nsITypicalUrl was being cast as nsIUrl) 1999-04-28 20:02:38 +00:00
warren%netscape.com
9426263323 Started hooking up socket transport synchronous streams. Added unix makefiles. 1999-04-25 19:25:24 +00:00
rpotts%netscape.com
9f9580e062 Added support for the socket transport service...? nsNetFactory.cpp 1999-04-19 07:16:37 +00:00
warren%netscape.com
d8edbfcc09 Fixed NSGetFactory sig. 1999-04-14 00:07:42 +00:00
warren%netscape.com
3a5c528a63 More for http. 1999-04-14 00:06:07 +00:00
warren%netscape.com
ef32c0920b Fixed cast problem. 1999-04-12 22:42:39 +00:00