warren%netscape.com
|
fb7ad57ff3
|
Added
|
1999-11-11 05:21:38 +00:00 |
valeski%netscape.com
|
405d84eeb1
|
16256, r=gagan. the nsinputstreamchannel was lowercasing the entire contenttype. we don't want to lower case the contenttype attribs
|
1999-11-11 00:37:18 +00:00 |
valeski%netscape.com
|
e70792af1e
|
18134, a=chofmann,r=andreas. Resolve() was not handling ../../ cases in relative URI specs. Now it is. We call ReplaceDotMess() on the path portion _only_.
|
1999-11-09 21:31:43 +00:00 |
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 |
rpotts%netscape.com
|
7d63cbc945
|
bug #7428. Added support for connection timeout. Now if a connection cannot be made within 35 seconds, the transport times out.
|
1999-11-06 01:32:34 +00:00 |
rpotts%netscape.com
|
ee19ba5eca
|
bug #17500 (r=warren). Added code to fire an OnStopNotification to the parent load group if an active group is canceled.
|
1999-11-05 20:51:11 +00:00 |
valeski%netscape.com
|
14e25a91af
|
10736, r=andreas.otte@primus-online.de. Actually I'm more like the reviewer here. Andreas submitted this optimization to MakeAbsolute (it uses minimal memory routines and minimal parsing. this means performance increase by a factor of 10 for this method). I'm checking it in for him.
|
1999-11-04 20:31:36 +00:00 |
gagan%netscape.com
|
36231763c1
|
Fixes 11708,15477 and partial 14610. r=warren. We now pass a print host for displaying in status messages that is different than the hostname connecting to. Also added Keep-Alive support (turned on by user_pref("network.http.keep-alive",1))
|
1999-11-03 08:14:38 +00:00 |
gagan%netscape.com
|
d0215584ef
|
*** empty log message ***
|
1999-11-03 08:12:18 +00:00 |
gagan%netscape.com
|
ec4f880416
|
Added printHost parameter for use in status messages in cases where printHost is different than the connecting host (as in the case of proxies) Fixes bug 11708. r=warren.
|
1999-11-03 08:11:39 +00:00 |
davidm%netscape.com
|
62deeea345
|
6552 Browser-generated forms not triggering single-signon
add nsINetPrompt for single sign on
r morse
|
1999-11-03 05:21:49 +00:00 |
davidm%netscape.com
|
d79c14b388
|
First Checked In.
|
1999-11-03 05:19:39 +00:00 |
warren%netscape.com
|
d3b9c9c3cc
|
Structural changes for MakeAbsolute performance. bug#10736 r=valeski
|
1999-11-03 05:13:44 +00:00 |
warren%netscape.com
|
424eae7fa3
|
Made nsIInputStreamChannel scriptable and constructable from component manager. bug#15294
|
1999-11-03 05:09:20 +00:00 |
gagan%netscape.com
|
d4b03d1a83
|
Added file. Not in the build. Some utility code for color console messages on Unix. Using this is simple- Declare PRINTF_FOO in the scope of your printf statements where FOO is one of the colors in (YELLOW, RED, CYAN, BLUE, MAGENTA, GREEN) and any printfs in that scope will print in color. You may also start and stop colors by using STARTF00 and ENDCOLOR. So you can try something like printf(STARTRED "Red " STARTBLUE "Blue" ENDCOLOR);
|
1999-11-03 03:43:13 +00:00 |
rpotts%netscape.com
|
4667ff7441
|
bug #3469 (r=warren). Fixing nsLoadGroup::Cancel() to call cancel on all active transports and subgroups...
|
1999-11-02 08:00:07 +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 |
warren%netscape.com
|
29db97eb7f
|
Removed dependence on neckoutil functions. Part of bug#11159. Not in the build yet.
|
1999-11-02 05:31:56 +00:00 |
dp%netscape.com
|
b881f6543b
|
Changing misuse of NS_WITH_SERVICE() to GetService(). r=warren
|
1999-11-02 01:40:14 +00:00 |
mscott%netscape.com
|
e31bab7aae
|
remove these uri dispatching interfaces from netwerk.
they live in uriloader now.
|
1999-11-01 21:47:26 +00:00 |
mscott%netscape.com
|
542a5aef6c
|
none of these interfaces were being used yet.
they've been moved into mozilla\uriloader.
|
1999-11-01 21:45:29 +00:00 |
warren%netscape.com
|
501fc9ffdf
|
Eliminating netwerk/util
|
1999-11-01 20:48:12 +00:00 |
rpotts%netscape.com
|
dc45cb6d2a
|
Fixed crash during error condition in END_WRITE... (r=warren)
|
1999-10-29 22:14:52 +00:00 |
mscott%netscape.com
|
6af3315e9c
|
part of url dispatching framework.
build nsURLDispatcher.cpp
|
1999-10-28 22:08:57 +00:00 |
mscott%netscape.com
|
703d5c5c76
|
export uri dispatching interfaces.
|
1999-10-28 20:37:58 +00:00 |
warren%netscape.com
|
d3269bc410
|
Changed file transport to facilitate jar: protocol -- parameterized by nsIFileSystem. Bug#12579 r=gagan,gayatrib
|
1999-10-28 08:02:07 +00:00 |
mscott%netscape.com
|
06fc9aaccf
|
part of url dispatching.
export the uri dispatching interfaces.
no reviewer for this makefile change.
|
1999-10-28 02:05:12 +00:00 |
rpotts%netscape.com
|
6e6993d4df
|
bug #13054. r=mscott,warren. Reworked how data is written to the network. I consolidated the writing of nsIBufferInputStreams and nsIInputStreams and limited the amount of data being wrtten at once to MAX_IO_TRANSFER_SIZE...
|
1999-10-27 06:51:12 +00:00 |
mscott%netscape.com
|
00427af57f
|
Bug #14928 --> url dispatching. Adding initial scaffolding for the uri dispatcher service.
(not part of the build yet)
|
1999-10-27 06:49:42 +00:00 |
gagan%netscape.com
|
b98eb078bf
|
Fixed bugs 11677 (perf) 13837 (spaces) 14380 (leading spaces) 14707 (-1) 15069 (file://) r=valeski
|
1999-10-26 23:16:34 +00:00 |
mscott%netscape.com
|
7038d579bb
|
Bug #14928 -- > url dispatching. Change DoContent to return a stream listener instead of
a nsIContentViewer.
r=travis
|
1999-10-26 20:35:21 +00:00 |
warren%netscape.com
|
f50d3df7c0
|
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
|
1999-10-26 09:16:24 +00:00 |
mscott%netscape.com
|
f7caaf4fb9
|
Bug #14928 --> url dispatching. convert nsIContentHandler.idl, nsIURIDispatcher.idl and nsIContentListener.idl
into .h files.
no reviewer yet. the code review for url dispatching will come later.
|
1999-10-26 07:11:44 +00:00 |
mscott%netscape.com
|
82a471ddd8
|
Bug #14928 --> first pass at several key interfaces for url dispatching.
Not part of the build and no reviewer yet. The review will come later on when we review url dispatching
|
1999-10-26 07:10:27 +00:00 |
dougt%netscape.com
|
ce7f0ed109
|
Change net module notification to make proxies lazy. r=dveditz, mozbot.
This reduces memory overhead.
|
1999-10-25 22:31:59 +00:00 |
rpotts%netscape.com
|
5b6eec640d
|
Backing out the fix for bug #15560. This fixes the editor regression - bug #16937
|
1999-10-24 07:26:54 +00:00 |
rpotts%netscape.com
|
5d9dde0e60
|
bug #15560. Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.
|
1999-10-19 19:36:07 +00:00 |
danm%netscape.com
|
1228f0c794
|
adding PR_LOGging to event queue handling. r:hyatt@netscape.com
|
1999-10-18 15:09:50 +00:00 |
gagan%netscape.com
|
ce3168b8a9
|
Added "resolving host" status notification for eSocketState_Created. No bug number. r=law.
|
1999-10-15 22:47:24 +00:00 |
gagan%netscape.com
|
5b9f510ea1
|
Fix the windows build bustage. Bad checkin on my part!
|
1999-10-13 11:09:37 +00:00 |
gagan%netscape.com
|
02366e93bc
|
Removing an #if 0 block that got checked in accidently with my last checkins.
|
1999-10-13 10:31:16 +00:00 |
gagan%netscape.com
|
f1203c259d
|
Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren
|
1999-10-13 10:24:12 +00:00 |
warren%netscape.com
|
c3c7245ed5
|
Added about:bloat
|
1999-10-12 09:35:22 +00:00 |
sfraser%netscape.com
|
d2195dcdcd
|
Fix for bug 16151; make the file transport working thread stack size 64k, instead of 8k. Fixes crashes on startup on Mac. r=beard
|
1999-10-12 05:39:18 +00:00 |
warren%netscape.com
|
641f3b5442
|
Lowercased idl method names for scriptability. Cleaned up nsIURL interface.
|
1999-10-12 01:39:37 +00:00 |
beard%netscape.com
|
0239d763d8
|
nsFileSpec.GetLeafName() allocates a string, fix leak. r=warren, bug=15380
|
1999-10-09 02:52:46 +00:00 |
gagan%netscape.com
|
38b76fb99f
|
Partial checkins for fixing bug # 10333. Added the nsIStatusCodeEventSink for conveying status codes to the UI thread from the socket ones. r=mscott,a=don
|
1999-10-06 20:50:12 +00:00 |
mscott%netscape.com
|
157e5f2f6e
|
No Bug #.......removing an obsolete file that isn't part of the build
r=valeski
|
1999-10-06 20:21:35 +00:00 |
valeski%netscape.com
|
43edbee475
|
r=warren, 15457. Added file extension attribute to URL implementations
|
1999-10-06 14:36:22 +00:00 |
warren%netscape.com
|
6bf20c1230
|
Fixed nsCOMPtr bustage.
|
1999-10-06 09:03:43 +00:00 |