colin%theblakes.com
237cdf6fc0
Initial publish support for OpenVMS. b=22299 r=bbaetz sr=scc
2002-06-24 14:00:45 +00:00
darin%netscape.com
e3f6870690
fixes bug 140107 "HTTP headers show in frame [when server pipelines chunked
...
responses]" r=dougt sr=rpotts
2002-06-17 21:08:46 +00:00
darin%netscape.com
a7c8f01276
fixes bug 147979 "Mac-SSL connections very slow"
...
r=sdagley sr=beard
2002-06-12 23:44:31 +00:00
kaie%netscape.com
96c4ac5d92
b=149868 http must never use starttls type sockets, even when going over a proxy. http allows all flavors of SSL2/SSL3/TLS (while startls type sockets disallow some flavors).
...
r=bbaetz sr=darin
2002-06-12 14:36:08 +00:00
cbiesinger%web.de
6197948cc3
bug 115473 r=pavlov sr=brendan
...
Remove timer priorities
2002-06-11 20:47:04 +00:00
dp%netscape.com
6097db0189
bug 146537 Ftp moved from using 64k segment sizes to 4k r=bbaetz
...
sr=darin
2002-05-30 01:10:06 +00:00
dougt%netscape.com
82f34db739
Allowing ftp to work against servers that use port 22, r=bradley, sr=brendan/darin, bug 147496
2002-05-28 22:06:01 +00:00
darin%netscape.com
86d64025f7
fixes bug 144442 "Microsoft-IIS/4.x and Netscape-Enterprise/3.x do not support pipelining"
...
r=gagan sr=rpotts
2002-05-24 00:12:28 +00:00
darin%netscape.com
ad53403375
fixes bug 146074 "Proxy-authorization not on all requests after authentication"
...
r=rjesup@wgate.com sr=rpotts@netscape.com
2002-05-22 03:26:21 +00:00
dougt%netscape.com
e96df2ad1b
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
darin%netscape.com
550f822172
fixes bug 141796 "Mozilla crashed in http-pipelining code Trunk M1RC2
...
[@ nsHttpPipeline::GetRequestSize_Locked]" r=jag sr=rpotts
2002-05-15 05:36:04 +00:00
darin%netscape.com
304b38662a
fixes bug 143821 "Trunk M1RC2 crashes with bad connection
...
[@ nsHttpHandler::ReclaimConnection]" r=kaie sr=jag
2002-05-15 03:07:14 +00:00
darin%netscape.com
94aae9d56b
fixes bug 139817 "M1RC1 topcrash [@ nsHttpChannel::OnStartRequest]"
...
r=gordon sr=jst
2002-05-09 00:31:24 +00:00
darin%netscape.com
e56ad89c5d
fixes bug 142843 "mozilla ignores 'Expires: 0' and 'Pragma: no-cache' when
...
sent with a 'Last-Modified' header" r=bbaetz sr=rpotts
2002-05-08 19:15:52 +00:00
darin%netscape.com
f43dfb75ba
fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
...
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
cbiesinger%web.de
3e8e83c377
bug 138052 patch by timeless r=biesi sr=darin
...
data: is still too agressive about stripping whitespace XML
2002-05-04 09:10:36 +00:00
darin%netscape.com
040ddbbf28
cleaning up documentation, marking some interfaces frozen, and splitting
...
up some interfaces into separate IDL files (b=124465)
reviewed by dougt and bbaetz
2002-05-03 07:49:43 +00:00
darin%netscape.com
a19b035d87
fixes bug 141061 - XMLHttpRequest allows reading of local files
...
r=mstoltz sr=heikki
2002-04-30 23:22:04 +00:00
dougt%netscape.com
bf6db3317f
Fixes bugs 138254 and 138157. The first addresses problems with STOR and CWD. On some servers, we screw up and ask that the server to store the uploaded file in a absolute position when we really want the file to be relative to the CWD. The second bug addressees resolves a cpu peg after upload. r=bbaetz/brade. sr=darin@netscape.com
2002-04-30 21:12:53 +00:00
chak%netscape.com
b7c3cfe148
Fix for #141247 - Enable HTML dir listings
...
r=dougt, sr=darin
2002-04-30 20:48:15 +00:00
darin%netscape.com
1b1677bbe9
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
darin%netscape.com
8b613dd64f
fixes bug 138780 - Redirect with non-ASCII in URL fails
...
r=andreas.otte@debitel.net sr=rpotts
2002-04-26 22:50:50 +00:00
darin%netscape.com
3e82dba268
fixes bug 137692 "This URL create a BLANK screen (instead of 3 frames)"
...
patch=antonio.xu@sun.com , r=bbaetz, sr=darin
2002-04-25 19:31:45 +00:00
brade%netscape.com
b93a3f3ab5
don't allow extra ftp commands to be executed (bug 139202); r=bbaetz, mstoltz; sr=alecf, darin
2002-04-24 20:26:05 +00:00
hyatt%netscape.com
5c9121b9b8
Fix for 139574, wrong user agent specifics on mach-o builds. r=bryner, sr=darin
2002-04-24 00:55:53 +00:00
darin%netscape.com
f8731cda61
fixes bug 138754 "http pipelining related assertions" r=gagan sr=rpotts
2002-04-23 07:30:28 +00:00
cbiesinger%web.de
2265de9de5
bug 136538 r=bbaetz sr=darin
...
data: protocol doesn't unescape its uri string
2002-04-20 06:54:02 +00:00
bryner%netscape.com
9562844af2
Shut down all sockets in http's keepalive/idle list when the SESSION_LOGOUT event happens. This ensures that we don't leak NSS resources associated with SSL sockets. Bug 125561, r=ccarlen, sr=darin.
2002-04-20 05:40:24 +00:00
bzbarsky%mit.edu
141a9f5415
Fix potential memory leaks in nsDataChannel. Bug 138081, r=timeless,
...
sr=darin
2002-04-19 22:37:41 +00:00
darin%netscape.com
d45456d20b
implement HTTP/1.1 pipelining, b=93054
...
r=gagan, sr=rpotts
2002-04-19 22:25:23 +00:00
bzbarsky%mit.edu
d2df60a558
Backing patch out since it breaks Win32 and I don't have time to fix it
...
right now.
2002-04-19 03:48:22 +00:00
bzbarsky%mit.edu
1db06e6ee6
Fix potential memory leaks in nsDataChannel. Bug 138081, r=timeless,
...
sr=darin
2002-04-19 03:16:37 +00:00
darin%netscape.com
df216e6179
fixes bug 60811 "[RFE] User should be able to force HTTP proxy transactions
...
to use HTTP/1.0 exclusively." r=brade,bbaetz sr=rpotts
2002-04-18 22:36:39 +00:00
darin%netscape.com
0e555d8ef4
fixes bug 137965 "Document contains no data on disconnect"
...
r=bbaetz sr=rpotts
2002-04-18 22:30:11 +00:00
bzbarsky%mit.edu
ae142168e0
Fix bug 135833 (view source not working right when it needs a repost).
...
r=rpotts, sr=darin.
2002-04-13 02:23:52 +00:00
badami%netscape.com
24de0da6b2
HTTP 300 page screws up session history
...
bug 114982 sr=darin r=rpotts a=asa
2002-04-11 04:46:27 +00:00
darin%netscape.com
279c037ff9
fixes bug 136678 "byte range request fails if server returns anything other
...
than 206" r=dougt sr=rpotts
2002-04-11 00:24:06 +00:00
badami%netscape.com
9e2a8b217e
bug 133973 r=bbaetz sr=darin a=asa
...
URL redirection limit exceeded
2002-04-09 03:58:24 +00:00
darin%netscape.com
d4a3a3a347
fixes bug 134203 "Some credit unions... cannot be accessed with current Mozilla"
...
r=morse, sr=rpotts, a=rjesup
2002-04-09 00:03:23 +00:00
bbaetz%student.usyd.edu.au
f607d598a5
Bug 134901 - Time left is negative (has "-") and size is 0K for ftp
...
downloads
r=dougt, sr=darin, a=rjesup
2002-04-04 00:03:56 +00:00
timeless%mac.com
ea1f46ab67
Bug 129533 |Cannot use const char* to initialize char*| bustage
...
r=bryner sr=darin a=asa
2002-04-01 19:58:02 +00:00
bbaetz%student.usyd.edu.au
4ee8eec610
Bug 129811 - PASV data connection issues
...
r=gagan, sr=darin, a=asa
2002-03-31 09:41:51 +00:00
bbaetz%student.usyd.edu.au
f1942ce243
Bug 130299 - confused by , in PASV response message
...
r=gagan, sr=darin, a=asa
2002-03-31 05:17:27 +00:00
bbaetz%student.usyd.edu.au
a4df21c59f
Bug 128927 - ftp hang when CR and LF are split in onDataAvailable
...
r=badami, sr=darin, a=dbaron
2002-03-31 03:46:12 +00:00
darin%netscape.com
08576cb513
fixes bug 132329 "HTTP auto goes into infinite loop"
...
r=gagan sr=rpotts a=valeski
2002-03-28 22:57:41 +00:00
cbiesinger%web.de
2b539e9f2d
bug 133715 patch by neil@parkwaycc.co.uk r=biesi sr=darin a=asa
...
data: url without charset kills browser
2002-03-28 21:07:46 +00:00
brade%netscape.com
32e063c2b2
send STOR's data only after STOR command is sent and acknowledged; always issue read to open tcp connection for data channel (bug 127291, r=valeski & bbaetz, sr=darin, a=asa)
2002-03-27 02:09:09 +00:00
darin%netscape.com
05620967a8
fixes bug 116365 (second attempt) "[RFE] Cache partial documents; automatically
...
issue byte range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 23:33:19 +00:00
darin%netscape.com
6774091263
backing out changes (for bug 116365) to fix btek page-loader crash.
2002-03-26 08:47:10 +00:00
darin%netscape.com
7f9b2ed250
fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte
...
range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 06:54:07 +00:00
morse%netscape.com
abc352e4f5
bug 130306, preparing to freeze nsiPasswordManager, r/sr = alecf/darin, a=asa
2002-03-26 01:13:39 +00:00
dbaron%fas.harvard.edu
81ea297a54
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:35:01 +00:00
darin%netscape.com
723ad39b89
fixes bug 63878 (second patch) "Implement alert for 'document contains no
...
data' (was Going to lexmark.com does nothing, but www.lexmark works
[Connection reset by peer]"
r=gagan, sr=rpotts, a=scc
2002-03-22 21:30:41 +00:00
darin%netscape.com
755dde8d46
fixes bug 132633 "navigator.appVersion no longer returns OS version !"
...
r=bzbarsky, sr=rpotts, a=scc
2002-03-22 21:25:58 +00:00
darin%netscape.com
b1c3dcce43
fixes bug 132497 "prevent crash @nsJARChannel::GetContentLength"
...
r=dougt, sr=rpotts, a=asa
2002-03-21 23:24:53 +00:00
darin%netscape.com
819ce1f98f
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
badami%netscape.com
6f6c029733
Redirection limit for this URL exceeded; Doom cache entry if redirecting back to self
...
bug 127348 r=gagan sr=darin a=asa
2002-03-20 04:33:51 +00:00
badami%netscape.com
55cdfbd92f
Regression in "Proxy-authorization header incorrectly sent to server during SSL session."
...
bug 127671 r=rpotts sr=darin a=asa
2002-03-19 02:26:54 +00:00
badami%netscape.com
40932abe73
Instead of an order form page I get an ecommerce security warning
...
bug 128213 r=rpotts sr=darin a=asa
2002-03-18 05:20:58 +00:00
dougt%netscape.com
3662297672
Fixes part of the Txul regression. b=130524 r=dp@netscape.com sr=darin@netscape.com, a=asa@mozilla.org
2002-03-16 00:43:44 +00:00
bzbarsky%mit.edu
e34f8b102a
view-source should not follow Refresh: headers. Bug 130931, r=doron,
...
sr=alecf, a=asa
2002-03-15 03:41:14 +00:00
brade%netscape.com
bb85d23e58
bug 129565; always send ":" for userpass sequence; written by darin, r=bbaetz, sr=kin, a=Asa
2002-03-14 14:22:43 +00:00
bzbarsky%mit.edu
9f728780d5
Do not apply content decoding if the url ends in .gz or .zip. The
...
content-encoding battle never ends... Bug 128199, r=law, sr=darin,
a=asa
2002-03-14 00:51:28 +00:00
badami%netscape.com
34dc1e5b26
Proxy-authorization header incorrectly sent to server during SSL session
...
bug 127671 r=rpotts sr=darin a=asa
2002-03-13 07:34:51 +00:00
dougt%netscape.com
cc451cc48d
Fixes 127918. Mime Service was being accessed from a non-ui thread. This causes all kinds of problems. Found that content type is not needed while opening most stream io's. Removes content type result from nsIStreamIO::Open(). Added atrribute content type nsIStreamIO. Fixes callers. r=gordon@netscape.com, sr=darin@netscape.com, a=asa@mozilla.org.
2002-03-13 00:34:54 +00:00
bbaetz%student.usyd.edu.au
2100e45e1f
Bug 127998 - Uninitialized memory read in InterlockedExchange
...
patch by pj@ludd.luth.se , r=bbaetz, sr=darin, a=shaver
2002-03-12 06:18:56 +00:00
darin%netscape.com
cfe07b944b
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
...
r=dougt sr=shaver a=asa
2002-03-12 00:59:06 +00:00
badami%netscape.com
8c25e37c4b
regression in removing invalid passwords from password manager
...
bug 127863 r=morse sr=darin a=asa
2002-03-11 13:25:25 +00:00
seawood%netscape.com
f7e0a01bd2
Fix |Cannot use const char* to initialize char*| errors for Sun Forte compilers.
...
Bug #129533 r=jag sr=darin a=asa
2002-03-10 07:35:22 +00:00
bbaetz%student.usyd.edu.au
afa1b80b99
Bug 127003 - topcrash fix; make sure OnStart is always called on the real
...
data connection, before we send data to the listener.
r=dougt, sr=darin, a=dbaron
2002-03-08 22:27:50 +00:00
darin%netscape.com
4f4013b40a
fixes bug 114897 "My.Yahoo - Logs you out when using Back button"
...
r=dougt, sr=mscott, a=asa
2002-03-07 20:13:14 +00:00
cbiesinger%web.de
a94af4e5d8
bug 127252 patch partially by mstoltz r=bbaetz/me sr=darin a=asa
...
make about:config work again
2002-03-06 22:11:02 +00:00
darin%netscape.com
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
morse%netscape.com
b26cb82e9b
bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz
2002-03-02 01:26:49 +00:00
bzbarsky%mit.edu
1521a3a702
Make us handle type:application/x-gunzip, encoding:gzip. Bug 128177,
...
r=bbaetz, sr=darin, a=shaver
2002-02-28 23:54:58 +00:00
cbiesinger%web.de
2b2d9ea7c1
bug 127252 r=gagan sr=darin a=asa
...
about:config should use redirector
2002-02-27 11:54:35 +00:00
mcafee%netscape.com
108cf407b3
backing out change that caused bloat tests to go orange. r=Brad,bbaetz
2002-02-27 08:11:49 +00:00
bbaetz%student.usyd.edu.au
9e633617d7
bug 127003 - crash when opening ftp site
...
r=dougt, sr=darin, a=shaver
2002-02-27 06:19:06 +00:00
badami%netscape.com
baf73a070c
Memory leak of 3 bytes from 1 block allocated in nsHttpResponseHead::ParseStatusLine
...
bug 126104 r=gagan sr=darin a=asa
2002-02-26 03:55:59 +00:00
badami%netscape.com
d2a0ae4db5
Intermittent "connection refused" errors [@ nsHttpHandler::GetConnection_Locked]
...
Pop oldest idle connection when a new one is created and maxConnections is exceeded.
bug 91429 r=bbaetz sr=darin a=asa
2002-02-22 14:02:40 +00:00
bbaetz%student.usyd.edu.au
ce25786276
Bug 114118 - ftp does not automatically forget incorrect passwords
...
r=dougt, sr=darin, a=asa
2002-02-22 03:27:29 +00:00
bzbarsky%mit.edu
253aa357a4
Removing unused files from old about: implementation. Bug 123580,
...
r=leaf, rs=brendan, a=roc+moz
2002-02-22 02:09:49 +00:00
law%netscape.com
51c08473ed
Bug 27609; mac build system changes to build new progress dialog; r=sdagley, sr=jag
2002-02-20 07:31:09 +00:00
cathleen%netscape.com
981d3774de
eliminate nsCRT::strlen for char* strings (part 5), bug 124536 r=dp sr=brendan
2002-02-20 06:38:38 +00:00
bbaetz%student.usyd.edu.au
187de9cc5e
The mac doesn't have strdup?? Using nsCRT::strdup instead, like the rest
...
of the file.
2002-02-20 02:37:47 +00:00
bbaetz%student.usyd.edu.au
142410b896
Bug 110760 - directory listings shouldn't reuly on libappcomps.
...
Also fixes bug 102826 & related issues.
r=dougt, sr=darin
2002-02-20 02:14:17 +00:00
cathleen%netscape.com
b2d31a8fbc
back out this nsCRT::strlen to strlen change, look for better solution later
2002-02-19 17:27:11 +00:00
cathleen%netscape.com
8d48d2e7e6
eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan
2002-02-19 16:01:45 +00:00
gordon%netscape.com
63560915d7
Fix bug 122499 "about:cache thinks expiration time of '0' means 'no expiration'". Changed 'no expiration' value to 0xFFFFFFFF. r=gagan, sr=darin.
2002-02-18 23:05:16 +00:00
badami%netscape.com
081379b4d0
Backing out fix for bug 91429
...
Seems to be triggerring bug 125405
Going back to version 1.47 of nsHttpHandler.cpp
2002-02-15 06:13:28 +00:00
bbaetz%student.usyd.edu.au
f9fd479190
Bug 107552 - backend for resuming ftp downloads
...
r=dougt, sr=darin, mac build patches by zach
2002-02-14 03:10:19 +00:00
bbaetz%student.usyd.edu.au
ed2e49410c
Bug 103726 - ftp directory listings not reflecting file changes on reload
...
r=dougt, sr=darin
2002-02-14 00:09:37 +00:00
badami%netscape.com
3c0e2f6357
HTTP authentication stores rejected user/pass combos in password manager
...
bug 91968 patch=Nivedita@netscape.com r=morse sr=darin
2002-02-13 07:25:37 +00:00
badami%netscape.com
dcd15b64fa
91429; Restrict open connections to max connections
...
bug 91429 r=bbaetz sr=darin
2002-02-13 05:34:08 +00:00
darin%netscape.com
0c81f5f1c1
fixes bug 103757 "'headerless' http for ad banner does not load"
...
r=bbaetz,badami sr=mscott
2002-02-12 20:24:53 +00:00
badami%netscape.com
58b53408c3
Add port to auth prompt only if it was mentioned on the URL
...
bug 95350 r=morse sr=darin
2002-02-12 10:53:15 +00:00
badami%netscape.com
7939695677
fall back on nsILoadGroup when nsIChannel has no nsIPrompt.
...
Bug 72111; r=bbaetz, sr=darin
2002-02-12 04:27:31 +00:00
bzbarsky%mit.edu
e3b541a10c
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu
260814c5be
Testing performance impact of backout of what's left of the patch from
...
bug 115289. See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
darin%netscape.com
46d083d4f2
fixes bug 96705 "[zope] authentication should invalidate cache" and
...
bug 103402 "HTTP authentication allows view of first page if previously
authenticated" r=gagan sr=mscott
2002-02-08 23:13:36 +00:00
bbaetz%student.usyd.edu.au
523e874817
Bug 122913 - make sure that we fire OnStart even when there was no data
...
r=dougt, sr=darin
2002-02-07 04:54:55 +00:00
darin%netscape.com
08dc421a13
fixes bug 113959 "canceling a cached page load blows away the cache entry"
...
r=gagan, sr=mscott
2002-02-06 08:41:16 +00:00
darin%netscape.com
31acd79bed
fixes bug 110399 "Expiration date not set if http 'Date:' header missing"
...
patch=badami@netscape.com , r/sr=rpotts,darin
2002-02-06 07:18:14 +00:00
rpotts%netscape.com
a2a2a07208
reverting to rev 1.115 to fix blocker bug #123572
2002-02-06 00:28:51 +00:00
rpotts%netscape.com
678f108235
bug #122150 (r=jst@netscape.com, sr=darin@netscape.com) File transport was using the wrong nsIProgressEventSink when firing notifications...
2002-02-05 04:42:25 +00:00
darin%netscape.com
a031f35a63
final patch for bug 109179 "replace nsStdEscape with NS_EscapeURL"
...
r=dougt, sr=alecf
2002-02-05 03:08:15 +00:00
bzbarsky%mit.edu
580e33204e
Convert Compare() to Equals() where possible now that we can do
...
case-insensitive Equals(). Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
bbaetz%student.usyd.edu.au
363ca922c1
Bug 110241 pt 2 - fix regression from previous checkin, and remove a
...
couple of write-only vars
r=dougt, sr=darin
2002-02-05 01:38:44 +00:00
darin%netscape.com
46a7175cce
backing out some changes that accidentally slipped in!
2002-02-03 06:24:55 +00:00
bbaetz%student.usyd.edu.au
a928db0d37
Bug 110241 - redo ftp control connection parsing code
...
r=dougt, sr=darin
2002-02-02 00:55:06 +00:00
bzbarsky%mit.edu
4700ad0a4b
View source channels should implement nsIUploadChannel for when we get
...
postdata working with them. Bug 122851, r=darin, sr=rpotts.
2002-02-01 20:18:26 +00:00
darin%netscape.com
c794cb5016
possibly fixes bustage on objdir tinderbox's
2002-01-31 23:15:03 +00:00
darin%netscape.com
1f3f3985bc
fixes win32 bustage
2002-01-31 23:05:20 +00:00
darin%netscape.com
d98846cd5a
fixes bug 118651 "nsIFileURL.file needs to return nsIFile that was set"
...
r=dougt, sr=rpotts
2002-01-31 22:17:35 +00:00
bbaetz%student.usyd.edu.au
38c21f9a25
Bug 122548 - ftp was adding bogus (empty) entries for files. We shouldn't
...
be caching these at all
r=dougt, sr=darin
2002-01-31 08:43:52 +00:00
bbaetz%student.usyd.edu.au
1ffdcd40b4
Bug 122307 - FTP doesn't work if memory and disck cache sizes are 0
...
r=dougt, sr=darin
2002-01-30 22:44:44 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
darin%netscape.com
d8d7d105fc
removing dead, empty file
2002-01-30 02:29:51 +00:00
alecf%netscape.com
8c9bfa6586
fix for bug 121508 - clean up nsStringStream and nsIParser APIs.. r=dougt, sr=jst
2002-01-27 22:02:00 +00:00
rpotts%netscape.com
b53af1f99c
bug #120590 (r=mscott@netscape.com, sr=darin@netscape.com). HTTP was using the wrong mime handler...
2002-01-27 06:03:39 +00:00
darin%netscape.com
9a0333567b
partial fix for bug 90004 "proxy reload doesn't work" r=gagan,sr=rpotts
2002-01-26 02:14:09 +00:00
alecf%netscape.com
6132119ffe
oops didn't mean to check this in (shouldn't cause bustage, but I don't know if it will even work without the other changes.. if it does, then nsCOMPtr<> is busted!)
2002-01-25 01:13:09 +00:00
alecf%netscape.com
a3bbcae219
attempt to fix OS/2 bustage
2002-01-24 22:55:41 +00:00
gordon%netscape.com
7687c13e73
fix bug 120833 "default value of nsICacheEntryInfo::expirationTime should be PRUint32(-1)". r=gagan, sr=darin.
2002-01-24 03:06:28 +00:00
darin%netscape.com
bb66c6848c
fixes bug 115252 "going to http://orange.dk produces redirection error"
...
patch=badami@netscape.com ,darin@netscape.com
r=gordon@netscape.com ,blizzard@mozilla.org
sr=mscott@netscape.com
a=dbaron@fas.harvard.edu
2002-01-20 00:43:04 +00:00
timeless%mac.com
9b8018143b
Bug 117740 bad style in Cut calls in nsJARURI::SetSpec
...
r=redfive sr=jag
2002-01-16 07:31:45 +00:00
andreas.otte%debitel.net
516376b917
fix bug 114063 [error loading FTP URL served by publicfile] fix
...
uninitialized time/date struct that caused a crash, fix so that we can
navigate this strange server, r=bbaetz, sr=darin
2002-01-15 22:34:32 +00:00
darin%netscape.com
2946992700
fixes bug 119625 "Can't enter new bug or post comments (POSTs turn into GETs)"
...
r=bbaetz, sr=alecf
2002-01-15 00:07:46 +00:00
bbaetz%student.usyd.edu.au
8499071eec
Bug 119625 - can't POST forms
...
Patch by christophe.fergeau@laposte.net , r=bbaetz, sr=beng
2002-01-12 23:56:42 +00:00
cathleen%netscape.com
c2d19ad82a
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
darin%netscape.com
cfb2fc0697
fixes bug 112479 "HTTP needs complete support for nsIUploadChannel"
...
r=dougt, sr=alecf
2002-01-11 22:44:26 +00:00
darin%netscape.com
9e69c8b18b
fixes bug 119103 "Host: header not being send correctly for IPv6 IP's"
...
r=morten@nilsen.com
sr=jag
2002-01-11 20:34:23 +00:00
darin%netscape.com
443bc5c268
fixes bug 117507 "HTTP Authentication hangs if no username/password is entered"
...
r=badami@netscape.com sr=jag
2002-01-11 20:33:03 +00:00
brade%netscape.com
2a83bc5554
remove unused static kIOServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:38:00 +00:00
brade%netscape.com
4afcbe86b1
remove unused static kStandardURLCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:33:01 +00:00
brade%netscape.com
369b43f6c1
remove unused statics kIOServiceCID and kJARUriCID saving 32 bytes (bug 117927; rs=darin)
2002-01-09 14:32:21 +00:00
brade%netscape.com
1ec093a75d
remove unused static kZipReaderCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:31:27 +00:00
brade%netscape.com
cc1dc71b9a
remove unused static kCategoryManagerCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:30:34 +00:00
brade%netscape.com
fa26a0fd74
remove unused static kIOServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:29:20 +00:00
darin%netscape.com
4f7b1f6db4
fixes bug 112564 "Cache-Control: no-cache should not affect back/forward
...
buttons" r=dougt, sr=brendan
2002-01-09 04:18:48 +00:00
darin%netscape.com
c193b529f4
comment correction
2002-01-08 22:39:18 +00:00
darin%netscape.com
4b227494a5
fixes bug 54349 "stylesheet do not load when in another HTTP auth realm (sometimes)"
...
patch=badami@netscape.com
r/sr=darin,rpotts
2002-01-08 05:18:08 +00:00
alecf%netscape.com
72507557e8
C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin
2002-01-08 01:31:25 +00:00
timeless%mac.com
711739d601
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
darin%netscape.com
261f0d7e47
fixes bug 85575 "SSL form submission, redirect" patch=badami@netscape.com,
...
r=gagan, sr=darin
2001-12-20 21:13:25 +00:00
timeless%mac.com
ebb404e39e
Bug 106853 drawThemeMenuSeperator should be drawThemeMenuSeparator
...
r=bbaetz sr=brendan
2001-12-20 21:00:57 +00:00
darin%netscape.com
ad5e6b3799
fixes bug 115222 "jar protocol handler should be cached in the io service"
...
r=dp, sr=mscott
2001-12-20 03:46:21 +00:00
rpotts%netscape.com
c323a8096b
added new-line at the end
2001-12-19 00:43:31 +00:00
rpotts%netscape.com
21319d834a
bug #102779 (r=darin@netscape.com, sr=jst@netscape.com) data:// urls now use load groups... this allows onLoad events to fire (when appropriate).
2001-12-19 00:42:16 +00:00
dougt%netscape.com
9a75bc4b8e
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00