ducarroz%netscape.com
78b42a319a
Fix for bug 84065. Add an AppleFileDecoder into the stream converters and modify save/save all attachment in order to be able to select the decoder when dealing with an apple double attachment. R=mscott, SR=sspitzer, A=asa@mozilla.org
2001-06-25 22:11:43 +00:00
gordon%netscape.com
c84596b4ee
Fix bug 72507, implementing level 2 disk cache. Modified disk cache to keep metadata for all entries in a single file, rather than in separate files.
r=gagan, sr=darin.
2001-05-18 23:25:07 +00:00
dougt%netscape.com
f11de1e108
Adding nsIByteRangeRequest to IDL project.
2001-05-18 06:13:50 +00:00
darin%netscape.com
600dac2051
fixes mac bustage
2001-05-12 00:26:47 +00:00
darin%netscape.com
9ffdb2126b
fixes mac bustage
2001-05-11 23:36:14 +00:00
beard%netscape.com
7ceb4a36f8
bug #68086 , removed trivial redirecting protocol handlers, added nsAboutRedirector.cpp. r=gagan
2001-04-18 03:05:56 +00:00
gordon%netscape.com
99a7277559
bug 72528, remove old cache from build. sr=darin.
2001-04-17 10:47:22 +00:00
ccarlen%netscape.com
642d1c874d
Bug 66334 - Checking in Mac projects for chak@netscape.com. r=valeski@netscape.com, sr=rpotts@netscape.com
2001-04-16 20:15:08 +00:00
ccarlen%netscape.com
7720f48f12
Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts.
2001-04-10 18:30:25 +00:00
darin%netscape.com
ad6bfca69f
Necko API changes, bug 74221. r=valeski, sr=rpotts
2001-04-10 05:57:29 +00:00
beard%netscape.com
37933e7f0f
Added nsDiskCacheMap.cpp and nsANSIFileStreams.cpp. [bustage fixing]
2001-03-29 06:41:02 +00:00
sfraser%netscape.com
3bd3fa0ea0
Fix the fizilla build a better way by #including <limits.h> only where needed. r=pinkerton,brade, a=akkana.
2001-03-22 22:56:11 +00:00
sdagley%netscape.com
efe84abb63
Fix busted Mac Carbon builds due to usage of ULONG_MAX without specific inclusion of <limits.h> (non-Carbon builds apparently include it for you). r=Loki, Odin, Gracie, PolarBear, Jester, Poeka, Jack, Lumpy and bnesse
2001-03-22 22:01:45 +00:00
gordon%netscape.com
af685fb9d1
Landing MOZ_NEW_CACHE_20010314_BRANCH, incorporating feedback from recent test builds. New cache is still disabled by default.
2001-03-20 22:42:03 +00:00
beard%netscape.com
7d14adbbc1
added nsAboutCacheEntry.cpp r=darin
2001-03-14 05:53:57 +00:00
pinkerton%netscape.com
fffc361896
gopher build changes.
2001-03-14 02:52:39 +00:00
pinkerton%netscape.com
3c3c9847ca
files added for gopher.
2001-03-14 02:47:56 +00:00
beard%netscape.com
a0ed06ddf5
Added nsICachingChannel.idl. a=leaf, r=darin
2001-03-14 00:55:31 +00:00
dougt%netscape.com
e7de6d2eca
Adding Two IDL files to project file. Minor Necko build change per API review. r=valeski@netscape.com
2001-03-12 22:41:47 +00:00
gordon%netscape.com
7c641b657e
Added nsStreamListenerTee.cpp to netwerk.mcp. r = saari.
2001-03-08 00:54:33 +00:00
jj%netscape.com
e6bdc3f5d0
Bug 70595 - making nsIPrompt accessible to PSM. r=darin, sr=mscott. (jj checking in for bryner)
2001-03-06 05:10:55 +00:00
dougt%netscape.com
ce8d4c6c69
Adding nsIndexToHTML.
2001-03-06 02:14:59 +00:00
beard%netscape.com
f7933b339c
[not part of build] removed memory transport files.
2001-03-03 03:42:57 +00:00
beard%netscape.com
c21012883d
Added nsStorageTransport.cpp. r=gordon
2001-03-03 02:21:37 +00:00
beard%netscape.com
d0e68a00be
[not part of build] took out unnecessary OpenTransport libraries.
2001-03-02 04:57:42 +00:00
beard%netscape.com
ffec8cc0fb
[not part of build] changed linker output to cache.headers rather than necko.headers.
2001-03-01 00:05:31 +00:00
beard%netscape.com
d0c1622e72
[not part of build] changed fragment name to CACHE_DLL instead of NECKO_DLL (oops).
2001-02-28 00:33:24 +00:00
beard%netscape.com
9f746d03f8
[not part of build] added nsMemoryCacheTransport.cpp.
2001-02-27 19:41:13 +00:00
beard%netscape.com
481d288b8c
[not part of build] added other new files.
2001-02-27 05:50:57 +00:00
beard%netscape.com
8bf5b5c07a
[not part of build] added nsCacheSession.cpp.
2001-02-26 15:54:11 +00:00
beard%netscape.com
c6151d6d87
[not part of build] projects to build new cache on Mac.
2001-02-24 04:21:26 +00:00
beard%netscape.com
4c7be795f2
restore NeckoCarbon[Debug].shlb targets. r=sfraser, a=jj
2001-02-23 01:00:43 +00:00
sfraser%netscape.com
a2169f6f14
Remove extra access paths into zlib's macbuild dir, in non-debug targets. Should avoid "files missing from view hierarchy" errors.
2001-02-21 23:03:03 +00:00
dougt%netscape.com
eab041f43f
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
pinkerton%netscape.com
105d3c555e
carbon changes. r=pink/sdagley/beard. a=sfraser.
2001-02-13 21:48:26 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
412cfb0d99
necko channel changes. r=darin, a=rpotts
2001-02-10 00:05:02 +00:00
darin%netscape.com
ef7f12f026
Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup. r=dougt, sr=mscott
2001-01-23 22:03:51 +00:00
bryner%uiuc.edu
590841b295
added files: mozilla/netwerk/socket/base/nsIChannelSecurityInfo.idl, mozilla/netwerk/socket/base/nsISSLSocketControl.idl, removed files: mozilla/netwerk/socket/base/nsISecureSocketInfo.idl
2001-01-19 01:37:55 +00:00
ccarlen%netscape.com
258878265c
fixing bustage - removing file nsiConnectionCache.idl
2001-01-11 01:13:37 +00:00
dbragg%netscape.com
9ea395e628
Checkin mac project file for dougt's FTP changes. r=dougt a=rpotts. See dougt for any breakage or anything related to this change.
2001-01-10 23:46:23 +00:00
beard%netscape.com
6205b0ebad
[not part of build] theme protocol support.
2000-11-15 17:52:57 +00:00
scc%mozilla.org
85d8c526ab
bug #36908 : checking in for endico, r=scc, a=brendan
2000-09-22 09:05:57 +00:00
scc%mozilla.org
fd0fa42fd4
bug#53648: including IDL from the security world; actually bryner's change; r=scc, a=gagan,brendan
2000-09-22 04:42:21 +00:00
gordon%netscape.com
d2ae7f14a5
Change for bug 21095 "about:cache and logging cache requests." Enabling changes for Macintosh. Added nsAboutCache.cpp to project file, and removed #if defs from nsNetModule.cpp. r=pinkerton a=brendan.
2000-09-21 23:08:12 +00:00
mstoltz%netscape.com
37f15731ea
Bugs 24765, 59288. Hooking up Necko file cache for jar protocol. r=beard, a=warren. Mac project files.
2000-09-15 19:36:10 +00:00
mstoltz%netscape.com
b822ed019f
Bugs 24765, 59288. Hooking up Necko file cache for jar protocol. r=beard, a=warren. Mac project files.
2000-09-15 19:26:57 +00:00
ccarlen%netscape.com
726b1b91c8
checkin for dougt
2000-09-14 22:49:59 +00:00
scc%mozilla.org
87412bf8ed
bug #18352 : added "nsIPasswordManager.idl" on shaver's behalf
2000-09-12 19:54:55 +00:00
gagan%netscape.com
b5e7f7efa8
Removed a not-being-used file.
2000-07-14 03:20:33 +00:00
jab%atdot.org
97cbd61317
a=brendan@mozilla.org
...
Bug #16103
Support for SOCKS proxies in HTTP, HTTPS, and FTP protocols.
Also includes the prefs configuration and UI bits.
2000-07-01 10:25:25 +00:00
beard%netscape.com
5cca8adbe7
bug #42100 , Carbon compatibility. r=gordon, saari, pinkerton, sfraser
2000-06-20 23:10:06 +00:00
dougt%netscape.com
1935d98a4f
added files: mozilla/netwerk/base/public/nsIWebFilters.idl
2000-06-15 02:04:28 +00:00
sspitzer%netscape.com
0180ae30be
added files: mozilla/netwerk/base/public/nsIAuthenticator.idl
2000-06-02 03:08:40 +00:00
warren%netscape.com
c7230f0c01
Removed nsINetPrompt.idl (obsolete).
2000-05-17 04:05:50 +00:00
warren%netscape.com
994867c9f6
Added nsIConnectionCache.idl
2000-05-06 15:50:11 +00:00
warren%netscape.com
4ae10b2bec
Added nsIProxyAutoConfig.idl
2000-05-06 15:05:33 +00:00
warren%netscape.com
424e593b2f
Fixed the !@#$% xpt target again.
2000-05-06 11:59:21 +00:00
warren%netscape.com
d4025e8ab3
Lost changes somehow that consolidate idl files into necko.idl. Adding them back in.
2000-05-06 11:50:12 +00:00
warren%netscape.com
d74a1d320c
Changed target name from network.xpt to necko.xpt.
2000-05-06 10:22:33 +00:00
warren%netscape.com
e3be8c0f2a
Fixed nsIWebFilters problem.
2000-05-06 09:47:52 +00:00
warren%netscape.com
a451c5f762
Combined all necko dlls into two. Bug 17031.
2000-05-06 09:15:56 +00:00
warren%netscape.com
1690284d2b
First Checked In.
2000-05-06 07:41:27 +00:00
gagan%netscape.com
2fadbd4d53
added files: mozilla/netwerk/base/public/nsIProxyAutoConfig.idl, mozilla/netwerk/base/public/nsIProxyAutoConfigUtils.idl, mozilla/netwerk/base/public/nsIWebFilters.idl
2000-05-05 10:25:07 +00:00
warren%netscape.com
4149164cea
Added nsIStreamIO.idl. Removed nsIFileSystem.idl.
2000-04-13 09:20:57 +00:00
davidm%netscape.com
8b9369403e
31054 'TEXT' file which contains non ASCII does not open correctly
2000-04-05 03:03:50 +00:00
brade%netscape.com
0e12175a7d
add nsProtocolProxyService.cpp for valeski
2000-02-14 14:49:05 +00:00
brade%netscape.com
9fabbb3c66
checkin change for valeski (add nsIProtocolProxyService.idl)
2000-02-14 14:40:44 +00:00
sfraser%netscape.com
cde7220413
Adding nsIProxy.idl for valeski.
2000-02-08 06:16:30 +00:00
scc%netscape.com
5e041e830f
Pro5 update
2000-02-07 23:06:04 +00:00
valeski%netscape.com
ee04cdc555
added files: mozilla/netwerk/base/public/nsIURLParser.idl
2000-02-03 03:45:02 +00:00
valeski%netscape.com
377e756a7a
added files: mozilla/netwerk/base/src/nsURLHelper.cpp, mozilla/netwerk/base/src/nsStdURLParser.cpp, mozilla/netwerk/base/src/nsAuthURLParser.cpp, mozilla/netwerk/base/src/nsNoAuthURLParser.cpp
2000-02-03 03:44:51 +00:00
valeski%netscape.com
5beca3cafe
added files: mozilla/netwerk/base/public/nsIStreamLoader.idl, removed files: mozilla/netwerk/base/public/nsIUnicharStreamLoader.idl
2000-02-02 22:58:53 +00:00
valeski%netscape.com
063b264c84
added files: mozilla/netwerk/base/src/nsStreamLoader.cpp, removed files: mozilla/netwerk/base/src/nsUnicharStreamLoader.cpp
2000-02-02 22:57:43 +00:00
sdagley%netscape.com
703c6caa28
Access path updates in anticipation of update to CW Pro5 ( #25949 ). r=pinkerton
2000-02-01 04:27:22 +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
valeski%netscape.com
4d91186127
added files: mozilla/netwerk/base/public/nsISocketTransport.idl
2000-01-06 00:28:32 +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
davidm%netscape.com
6166f186c6
6552 Browser-generated forms not triggering single-signon
add nsINetPrompt for single sign on
r morse
1999-11-03 05:21:49 +00:00
gordon%netscape.com
e9951ee54b
Basic Mac implementation of async DNS. r=warren, patrick; part of bug:10731.
1999-11-03 01:24:51 +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
mscott%netscape.com
07b2dec9fa
Don't build new uri idl interfaces in netwerk.
they've been moved to uriloader.
1999-11-01 21:49:55 +00:00
mscott%netscape.com
eef0863077
Build new uri dispatching interfaces on the Mac.
1999-10-28 20:38:16 +00:00
gagan%netscape.com
2392ddac9a
added files: mozilla/netwerk/base/public/nsIStatusCodeEventSink.idl
1999-10-06 20:44:23 +00:00
warren%netscape.com
7dec04e745
added files: mozilla/netwerk/base/public/nsIFileSystem.idl
1999-10-06 08:16:48 +00:00
mscott%netscape.com
84a03c1e2f
Bug #000 (no bug needed). Remove nsIStreamConverter2.idl.
r=valeski
1999-10-06 03:27:55 +00:00
sfraser%netscape.com
7e6e9938d0
Fix the file creator code so that the library gets the nice pretty icon. r=sdagley
1999-10-06 02:38:35 +00:00
beard%netscape.com
b547c2ffb0
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:46:23 +00:00
kipp%netscape.com
4e478e069f
added files: mozilla/netwerk/build/nsNetModule.cpp, removed files: mozilla/netwerk/build/nsNetFactory.cpp
1999-09-30 21:35:44 +00:00
gordon%netscape.com
c23abaf265
Added nsIFileTransportService.idl and nsISocketTransportService.idl to netwerkIDL.mcp. Removed nsDirectoryIndexStream.cpp from file.mcp and added nsFileTransport.cpp, nsFileTransportService.cpp, and nsDirectoryIndexStream.cpp to netwerk.mcp. All part of warren's checkin.
1999-09-16 01:16:17 +00:00
dougt%netscape.com
3256cdc851
adding socket/base
1999-08-24 03:43:37 +00:00
sdagley%netscape.com
06b979de5b
Removed mime component from main newterk and put it into its own project.
1999-07-25 01:39:44 +00:00
gordon%netscape.com
e599ec2ac5
Mac-NECKO-only checkin. Added nsIStreamConverter2.idl to netwerkIDL.mcp project, as per Scott MacGregor's request.
1999-07-23 07:09:36 +00:00
gordon%netscape.com
804de3fea0
Removed nsStandardUrl.cpp and added nsStdURL.cpp. Changed prefix header of debug target to actually use debug header file (Thanks Scott).
1999-07-23 00:43:07 +00:00
gordon%netscape.com
13f55e60c0
Necko-only change. Changed fragment name from NETLIB_DLL to NETWORK_DLL, because the NetwerkUtil library uses NETLIB_DLL for compatibility.
1999-07-15 01:23:38 +00:00
gordon%netscape.com
8a580e3ade
Update for changes to Windows makefiles.
1999-07-07 00:59:20 +00:00
gordon%netscape.com
15542e1ce4
Updated to match changes to Windows/Unix makefiles.
1999-07-01 19:11:17 +00:00
gordon%netscape.com
2de5e55474
Updated list of IDL files.
1999-07-01 19:10:31 +00:00