dprice%netscape.com
8c0b9eaf97
65845 - new order files
2001-04-05 06:02:32 +00:00
rickg%netscape.com
169a621d42
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
locka%iol.ie
082e014189
Updated GetTarget so windows are created if the named target cannot be found and for _new & _blank targets. b=72491, sr=mscott
2001-04-03 21:56:02 +00:00
ducarroz%netscape.com
8b1622ee10
Fix for bug 70222. Add an API to retreive file mapping flags. R=varada, SR=bienvenu
2001-04-03 21:08:51 +00:00
rpotts%netscape.com
b714e61819
bug #73244 (r=darin, sr=mscott). The DocLoader cannot assume that an nsIRequest is necessarily an nsIChannel...
2001-03-29 00:12:49 +00:00
alecf%netscape.com
fcaf601272
fix for bug 73640 - make uri loader support "true" weak references so we can implement them from JavaScript
...
sr=mscott
r=jag
2001-03-28 18:09:03 +00:00
brade%netscape.com
64c93b9006
part of fix for bug #19329 (more internet config apis); r=pchen; sr=sfraser
2001-03-28 13:56:19 +00:00
mkaply%us.ibm.com
4ed544fdd7
#73620
...
r=jband, sr=brendan
Fix some places where we used casts instead of CALLBACKs
2001-03-27 22:59:33 +00:00
cls%seawood.org
979c006ff6
Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
...
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
valeski%netscape.com
169a5140b5
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
2001-03-24 00:22:18 +00:00
alecf%netscape.com
01b6ed44fd
no bug - just reworking nsIURIContentListener to be more easily implemented in JS - does not affect any C++ interface signatures
...
sr=mscott
2001-03-21 19:21:34 +00:00
timeless%mac.com
e76ccfd647
fix Bug 70989 Clean up lots of "shadows" and other common warnings
...
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
pinkerton%netscape.com
73dec429d6
fix up case differences since sometimes osX seems to care.
2001-03-19 21:30:51 +00:00
colin%theblakes.com
9d7ac4a3c6
Remove the O_TRUNC when we open a newly created file (its not needed and
...
produces undesirable side effects on OpenVMS).
b=68255 r=sspitzer sr=mscott a=leaf
2001-03-14 02:57:47 +00:00
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
dougt%netscape.com
c74c36c85e
Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com
2001-03-12 22:41:28 +00:00
disttsc%bart.nl
8b43034cef
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
darin%netscape.com
4f9a9b0114
Fixes bug 66181. Content-Disposition with attachment=filename did not accept
...
a quoted-string as the filename. r=gagan, sr=mscott.
2001-03-03 02:20:28 +00:00
disttsc%bart.nl
277181c660
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
dprice%netscape.com
199c935b04
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
disttsc%bart.nl
a6f2f5861a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
dougt%netscape.com
128f95aa9b
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
d465909997
carbon changes. r=pink/sdagley/beard. a=sfraser.
2001-02-13 21:48:26 +00:00
dprice%netscape.com
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439
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.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
ducarroz%netscape.com
ee26174ac1
Part of fix for bug 45225. I forget to rename the class nsAppleFileDecoder before the initial checkin. SR=mscott
2001-02-07 06:44:07 +00:00
mscott%netscape.com
7d14d6aaaa
Bug #63193 --> the external protocol handler should only return a url or a new channel if we really do
...
have an external app that can handle the url. otherwise return NS_ERROR_UNKNOWN_PROTOCOL so we'll throw up an alert
dialog later on.
sr=sspizter
2001-02-07 05:24:27 +00:00
mscott%netscape.com
e809387e51
Bug #63193 --> register our default protocol handler
...
sr=rpotts
2001-02-07 04:23:34 +00:00
ducarroz%netscape.com
7369375bea
Part of fix for bug 45225. Need to move part of appledouble decoder to uriLoader. SR=mscott
2001-02-07 04:10:41 +00:00
ducarroz%netscape.com
ed8387535f
First Checked In.
2001-02-07 04:09:11 +00:00
mscott%netscape.com
2019b92f07
Bug #67598 --> we no longer need to invoke the ucth dialog here.
...
sr=sspitzer
2001-02-07 02:44:09 +00:00
mscott%netscape.com
4db17fe50b
Bug #67598 --> remove CanHandleContent and DoContent
...
as this code has been reconsolidated in the base class for
all to use. For everyone, if the mime type is unknown or octet,
then try to guess a content type by file extension in doContent.
Also, if we can't find a mime type, create a new one for all platforms
so we don't need to bring up the ucth dialog.
sr=sspitzer
2001-02-07 02:43:18 +00:00
mscott%netscape.com
368ec71975
bug #63193 --> add nsExternalProtocolHandler to the unix build
2001-02-07 02:03:55 +00:00
mscott%netscape.com
8037bcf476
Bug #63193 --> add classid for external protocol handler
...
sr=rpotts
2001-02-07 02:00:09 +00:00
mscott%netscape.com
f0f94c5b25
add new extprotocolhandler file to the windows build
2001-02-07 01:58:58 +00:00
mscott%netscape.com
7acbc39ac7
Bug #63193 --> add these two new files for a default protocol handler which will kick urls out to the OS
...
sr=rpotts
2001-02-07 01:21:58 +00:00
mscott%netscape.com
eb1aab9e34
remove obsolete files that are no longer part of the build from the repository.
2001-02-06 23:08:19 +00:00
mscott%netscape.com
9c7e28ce40
don't build this obsolete directory.
2001-02-06 04:40:32 +00:00
mkaply%us.ibm.com
8952c7bf94
OS/2 and other ports breakage
2001-02-05 14:11:15 +00:00
locka%iol.ie
4a5b9f3e40
Added js linker dependency. sr=mscott@netscape.com b=41241
2001-02-05 11:31:27 +00:00
locka%iol.ie
06506207df
Added code to create a new window for _blank, _new targets before URI loader tries to push content into it and fails. sr=mscott@netscape.com b=41241
2001-02-05 10:50:33 +00:00
locka%iol.ie
2170634159
Added linker dependency to js engine, sr=mscott@netscape.com, b=41241
2001-02-05 10:46:24 +00:00
mkaply%us.ibm.com
42b41d6a2b
OK, seriously, we fixed the TB to handle this now
2001-02-01 18:32:15 +00:00
valeski%netscape.com
10230f80ff
r=ccarlen, sr=rpotts. 65925. making webprogress implementation store weak refs to listeners.
2001-01-31 21:02:08 +00:00
mkaply%us.ibm.com
3cfa363ee6
OK, I give up. We even tested this on the TB itself. Why doesn't it work?
2001-01-29 23:34:21 +00:00
mscott%netscape.com
d0c9883513
Back out changes I added for implementing a launch and reveal method on nsIExternalProtocolService.
...
I've decided to move that functionality over to nsILocaFile where it makes more sense.
2001-01-29 21:35:12 +00:00
mkaply%us.ibm.com
65d4cb49ce
#65880
...
r=cls
Taking this back out - it was a TB problem
2001-01-29 20:49:35 +00:00
mkaply%us.ibm.com
623699bfc4
Stupid OS/2 VPATH problems breaking Os/2 build
2001-01-27 19:24:27 +00:00