warren%netscape.com
a451c5f762
Combined all necko dlls into two. Bug 17031.
2000-05-06 09:15:56 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
cls%seawood.org
a27ca31c45
Latest batch of OS/2 makefile changes. Batch 09. Bug #34106
2000-04-18 10:27:21 +00:00
warren%netscape.com
1832d7f664
Factoring stream i/o operations into nsIStreamIO interface.
2000-04-13 09:20:50 +00:00
warren%netscape.com
d60b12b153
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
valeski%netscape.com
da90342790
r=gagan, part of 15594. Registering the nsProtocolProxyService with the service manager.
2000-02-15 21:58:59 +00:00
warren%netscape.com
46014f5efb
Added stream buffering. Made file transport use it. Bug #19233 r=dougt
2000-02-04 07:31:43 +00:00
valeski%netscape.com
79132da2fc
URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes
2000-02-03 03:44:22 +00:00
valeski%netscape.com
ba35ff22b6
r=warren. nsIUnicharStreamLoader is dead. Now we have a generic byte stream loader that can be used for any sort of data.
2000-02-02 23:04:47 +00:00
dougt%netscape.com
fd69a2f423
Landing nsIFile.
2000-01-24 21:28:28 +00:00
sspitzer%netscape.com
920287de74
backing out andreas and warren
2000-01-14 22:01:56 +00:00
warren%netscape.com
d6a205f1ec
Changes from andreas.otte@primus-online.de for numerous URL parsing bugs. r=warren
2000-01-14 08:50:03 +00:00
gordon%netscape.com
ecdccaa3cc
Fixing bustage. Necko needs WIN32LEAN_AND_MEAN defined.
2000-01-07 04:13:26 +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
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
warren%netscape.com
4471ddf809
Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf
1999-11-12 09:07:26 +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
warren%netscape.com
2a827fc8c2
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
3347b48a2f
nuked
1999-09-30 21:51:07 +00:00
kipp%netscape.com
0c7d463e0c
Converted from components to modules
1999-09-30 21:22:48 +00:00
kipp%netscape.com
8d0add992e
new
1999-09-30 01:53:31 +00:00
warren%netscape.com
48cf4685a9
Factored file transport service out of file: protocol.
1999-09-16 01:16:22 +00:00
hshaw%netscape.com
9435f9ba4b
purging temporary NET_SOCKET_PROVIDER_BUILD ifdef, dougt checked in mac build support
1999-08-24 19:04:58 +00:00
hshaw%netscape.com
6b8159b2f7
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
bfc6cf3097
remove temporary ifdef
1999-08-24 04:16:15 +00:00
hshaw%netscape.com
271268e255
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
78d4a55613
link with socket provider base library
1999-08-23 14:37:37 +00:00
hshaw%netscape.com
6d1d1b2144
get macro definition from config.mak
1999-08-22 17:51:49 +00:00
hshaw%netscape.com
d670e1b615
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
f1ffca414c
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
72c37924c2
Removed hack to export to netwerk/dist (used before landing necko).
1999-08-03 00:38:25 +00:00
gagan%netscape.com
4a65c95965
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
f64274c766
Backed out Gagan's nsStdURL changes.
1999-07-17 01:32:48 +00:00
gagan%netscape.com
74b2f0b0b2
Switching to nsStdURL from nsStandardUrl.
1999-07-16 02:32:47 +00:00
warren%netscape.com
2456eb613d
Reverted to nsStandardUrl which works.
1999-07-10 18:24:02 +00:00
gagan%netscape.com
c9e9030668
Thou shalt parse thy URLs... again.
1999-07-10 05:00:23 +00:00
warren%netscape.com
604b91233e
Implemented about:blank.
1999-07-03 04:05:14 +00:00
dveditz%netscape.com
4c4f269dd4
nakefile cleanups
1999-07-02 13:42:17 +00:00
warren%netscape.com
a0f1223aeb
Added nsSimpleURI to build.
1999-07-02 04:58:06 +00:00
bruce%cybersight.com
f23b43cc61
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
9ac7aaff06
Fixed makefiles for necko module, but netwerk directory.
1999-06-25 03:00:32 +00:00
mscott%netscape.com
9e072c4c81
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
c9b3f8540a
Changed our library names from netwerk to necko.
1999-06-24 23:13:46 +00:00
warren%netscape.com
cbef31b2d1
Added nsILoadGroup. Changed load attribute strategy to flags.
1999-06-24 22:58:42 +00:00
andreas.otte%primus-online.de
24555ad46d
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
4c3fd8666d
Added registration of DNS Service.
1999-06-23 01:12:01 +00:00
andreas.otte%primus-online.de
12c63b6c00
adding libnetwerkutil_s to libnetwerk
1999-06-22 18:06:47 +00:00
andreas.otte%primus-online.de
f3d98ac1d5
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
34ec459271
Removed file transport, now consolidated with file channel. Various buffer(stream) cleanup.
1999-06-15 05:18:40 +00:00
warren%netscape.com
099186bcad
Added nsDNSService factory.
1999-06-12 02:59:02 +00:00