gagan%netscape.com
3e7cf851e9
Fix for bug 52257. mResponseDataListener could be null. r=valeski, brendan.
2000-09-18 23:29:30 +00:00
warren%netscape.com
d822c7feb1
Backing mstoltz out to get things back up and running with jar packaging. Also, I don't approve of the changes made to nsJARURI.cpp
2000-09-18 02:18:00 +00:00
mozilla.BenB%bucksch.org
38220300c1
40024: Point to local copy of the contributors page. a=endico,brendan
2000-09-18 00:12:15 +00:00
warren%netscape.com
dad65322af
Implementing bufferSegmentSize/bufferMaxSize -- don't know why they weren't implemented before.
2000-09-17 22:22:08 +00:00
mstoltz%netscape.com
1e1a7ce883
Better bustage fix without leak r=scc
2000-09-15 21:12:36 +00:00
mstoltz%netscape.com
6576902c36
Fixing bustage. r=dveditz
2000-09-15 20:38:52 +00:00
mstoltz%netscape.com
f28c4273e9
Fix for bugs 24765, 49288. Using Necko file cache for the jar protocol. r=beard, a=warren.
2000-09-15 19:27:05 +00:00
dveditz%netscape.com
eb39332fd0
Bug 48504 correct user-agent for Windows ME. patch from Frank Faubert <frank@sane.com>
...
a=brendan, r=brendan,dveditz
2000-09-15 08:00:16 +00:00
rayw%netscape.com
d39d9e6d59
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
bryner%uiuc.edu
caf7006acc
This is the rest of the checkin to remove mozilla's dependency on building psm-glue. All security glue
...
interfaces and resources that aren't specific to PSM have moved to security/base. The remaining psm-glue
interfaces which are used elsewhere in the code have been abstracted to be non-PSM-specific, and the call
sites changed to use the abstracted interface. Bug 18352. r=brendan,pavlov,shaver. a=brendan.
2000-09-14 19:27:23 +00:00
dp%netscape.com
e15e34820a
bug 46147 Adding CacheAbort() for handing 400 errors from http
...
server and flushing the cache entry appropriately.
Also, releasing cache entry and cache channel before calling
OnStopRequest() from nsHTTPChannel::ResponseCompleted().
This should eliminate most of the cases of cache corruption
situations.
r=gagan,neeti
2000-09-14 18:52:57 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
brendan%mozilla.org
28ac107fcc
Temporarily back out shaver's needed cleanup to remove wallet dependencies.
2000-09-13 21:49:39 +00:00
rpotts%netscape.com
707c3e4ae3
bug #21095 . First pass at a simple about:cache implementation...
2000-09-13 06:10:03 +00:00
shaver%mozilla.org
540b148f99
#18352 : remove extensions/ dependencies. This breaks single-signon for now, r=valeski, a=brendan
2000-09-12 20:45:58 +00:00
warren%netscape.com
40c22924c1
Fixed error code.
2000-09-12 05:11:11 +00:00
gagan%netscape.com
d4eec653f1
Fixing mac bustage.
2000-09-11 07:01:28 +00:00
gagan%netscape.com
6fa1220990
Fix for bug 44041. Part changes from justin@ukans.edu. We were not handling multiple WWW-Authenticate headers. Basic auth was also busted becuz of a trailing nul problem that I've cleaned up. r=me.
2000-09-11 06:15:14 +00:00
jband%netscape.com
c283db726b
warren's fix for the new/free mismatch undid kin's fix for the same problem. Also fix an off by one in the backwards 'for' loop. r=warren
2000-09-08 09:36:35 +00:00
warren%netscape.com
b9a64aa4e5
Bug 50844. Fixed mismatched memory free.
2000-09-08 04:39:17 +00:00
mscott%netscape.com
da8a396757
Bug #43556 --> remove obsolete reference to old class id for the mime service. use the new one.
...
r=valeski
2000-09-08 00:24:13 +00:00
mscott%netscape.com
fcbb755b1b
Bug #43556 --> remove obsolete reference to old class id for the mime service. use the new one.
...
r=valeski
make the http event sync proxy async instead of sync. r=gagan
2000-09-08 00:21:44 +00:00
bryner%uiuc.edu
35cbeabf82
Changing NPL to MPL license, and correcting the Initial Developer to be
...
myself. Change has been approved by all contributors to this code.
2000-09-07 21:26:29 +00:00
kin%netscape.com
36be9bd825
Fix for bug #50927 : UMR and FMM: nsJARChannel::GetContentType().
...
Added check for NULL mJAREntry and we now free filename with 'delete'.
r=warren@netscape.com
2000-09-07 19:31:10 +00:00
dp%netscape.com
a6320fb848
bug 48292 Releasing cache entry as soon as we are done rather than
...
waiting until nsHTTPChannel gets deleted, which apparently happens
after the next page finishes loading giving rise to all kinds of
interesting conditions if the current and next page are same. r=neeti
2000-09-07 18:24:28 +00:00
rjc%netscape.com
0ee16b00c5
Fix bug # 33122: FTP proxy problems. r=gagan
2000-09-06 23:44:21 +00:00
rjc%netscape.com
f04665e248
Comment out assert() for bug # 46723.
2000-09-06 00:58:41 +00:00
dp%netscape.com
25b4f31106
bug 50922 Removing content length hacks as we fixed the real cause of
...
the problem: mFile's stat cache not being updated. Also after writing
to the cache file, the writeStreamWrapper updates the content length
appropriately. So we dont have to manipulate from this level high. r=neeti
2000-09-05 21:45:10 +00:00
ruslan%netscape.com
7005ed3623
Fix 50471, a=gagan,r=morse
2000-09-05 21:22:33 +00:00
jband%netscape.com
2d6b87b743
fix uninitialized variable
2000-09-05 19:00:02 +00:00
rjc%netscape.com
6e0af96b9b
Fix bug # 51016: FTP being too eager with assuming directory vs file. r=me
2000-09-04 23:36:56 +00:00
scc%mozilla.org
9a52a9a2a2
it's a repeating bad pattern ... several of the compilers don't want to make the change from |nsC[Auto]String foo = NS_ConvertASCIItoUCS2(x);| to |nsC[Auto]String foo(NS_ConvertASCIItoUCS2(x);| and so we have to use |CopyASCIItoUCS2(nsLiteralCString(x), foo);| instead
2000-09-02 22:39:18 +00:00
scc%mozilla.org
8c6332bd42
compiler is confused; giving it a more digestible meal
2000-09-02 22:18:57 +00:00
scc%mozilla.org
ebde012e3f
fixing code that relied on implicit string construction
2000-09-02 21:47:30 +00:00
neeti%netscape.com
69495569f2
Checking in dp's patch for bug 50619, Cache doesn't get updated after reload. r=neeti
2000-08-30 19:48:12 +00:00
dp%netscape.com
5933a98cac
- bug 41950 Getting redirects to work. Adding in LOAD_REPLACE to channel
...
attributes.
- checking return value from GetCacheContentLegth()
r=mscott,neeti
2000-08-29 03:16:16 +00:00
dprice%netscape.com
18364db391
Making the protocol handler threadsafe for win2K happiness
2000-08-25 04:56:01 +00:00
rpotts%netscape.com
ccf2377a8b
bug #48546 . THe HTTPPipelinedRequest now sets the load attributes on the socket transport before sending the request...
2000-08-25 04:50:25 +00:00
rpotts%netscape.com
9368292f5d
bug #48546 . THe HTTPChannel now sets the load attributes on the cache channel before reading...
2000-08-25 04:49:25 +00:00
warren%netscape.com
fa2f7199a1
Changed to not add to load group on OpenInputStream
2000-08-24 22:35:46 +00:00
warren%netscape.com
56182d144d
Fixing up GetOwner method to not crash on startup.
2000-08-24 07:36:53 +00:00
dprice%netscape.com
2e380b4e4b
fixing 49250
...
computing certificate principal as needed
2000-08-23 03:17:42 +00:00
ducarroz%netscape.com
bdf9bbed32
Fix my bustage. Please use double-quote for include file.
2000-08-23 01:13:14 +00:00
ruslan%netscape.com
2c76954a93
Fix form post bustage introduced by warren's stream changes
2000-08-23 00:05:48 +00:00
warren%netscape.com
1c8511e78c
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
2000-08-22 07:03:33 +00:00
dp%netscape.com
0317f4c500
bug# 49786 Setting up res protocol handler to support weak ref. r=gagan,valeski
2000-08-22 06:09:52 +00:00
dp%netscape.com
77bcb67acb
bug# 49786 Setting up http protocol handler to support weak ref. r=gagan,valeski
2000-08-22 06:08:56 +00:00
dp%netscape.com
7ec236c4ec
bug# 49786 Setting up file protocol handler to support weak ref.
2000-08-22 06:06:42 +00:00
warren%netscape.com
64a99efec0
Bug 46864 - Embedding needs a name attribute on nsIRequest.
2000-08-21 08:23:54 +00:00
scc%mozilla.org
a74bc9539d
fixing code that relied on implicit string construction
2000-08-20 06:59:07 +00:00