warren%netscape.com
f1e20aeb6c
Fixed error code.
2000-09-12 05:11:11 +00:00
shaver%mozilla.org
bc4ba277fb
Part 1.1 of 18352 (remove extensions/ dependencies from non-extensions/ code):
...
Teach netwerk about nsIPasswordManager.
(Craves better interfaces, current versions just C&P'd from wallet's.)
r=valeski,a=brendan
2000-09-12 02:35:29 +00:00
neeti%netscape.com
fbbe14b2af
fix for bug 50977-After surfing, web pages stop loading. Tossing cache fixes,r=dp
2000-09-11 19:00:40 +00:00
ccarlen%netscape.com
3335f30fbd
Fix for #51459
For Mac, in nsStdURL::GetFile, only convert '/' to ':' in directory portion of path, not leaf name.
r=rjc
2000-09-11 12:51:52 +00:00
gagan%netscape.com
3dacfdb699
Fixing mac bustage.
2000-09-11 07:01:28 +00:00
gagan%netscape.com
4c9c982273
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
rpotts%netscape.com
8e087079f1
Do not crash when calling GetNExtCache() if the Disk Cache is not available...
2000-09-10 08:11:40 +00:00
rpotts%netscape.com
a6a9fc832c
Fixed memory leak when calling nsCachedNetData::GetUriSpec(...).
2000-09-10 07:58:27 +00:00
rpotts%netscape.com
77de77a99c
Cleaned up the cache selection code in GetCacheAndReplacementPolicy(...).
2000-09-10 06:13:30 +00:00
rpotts%netscape.com
547b224ba4
do not try to evict cache entries that are active...
2000-09-10 06:11:57 +00:00
rpotts%netscape.com
b1fc56b6b2
Random improvements to the memory cache...
2000-09-10 06:10:52 +00:00
gordon%netscape.com
75155a5171
Fix bug 35564 '[MLK] Potential nsIIOService Leak' - integrated Patrick's changes
2000-09-08 23:31:26 +00:00
jband%netscape.com
2730e37efd
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
161e98314b
Bug 50844. Fixed mismatched memory free.
2000-09-08 04:39:17 +00:00
mscott%netscape.com
81b816da2e
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
259e029521
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
mscott%netscape.com
9c55bccd7f
Bug #43556 --> remove obsolete progid reference to force callers through the new nsIMimeService in the uriloader.
...
r=valeski
2000-09-08 00:16:53 +00:00
mscott%netscape.com
195f9dbdca
Bug #43556 --> inpreparation for mime service over-haul, remove 2 obsolete methods.
...
r=valeski
2000-09-08 00:10:48 +00:00
bryner%uiuc.edu
3c518ddb8a
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
872a42a450
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
c1968dcd47
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
9e6106beea
Fix bug # 33122: FTP proxy problems. r=gagan
2000-09-06 23:44:21 +00:00
rjc%netscape.com
a588547fa4
Comment out assert() for bug # 46723.
2000-09-06 00:58:41 +00:00
dp%netscape.com
b6eb1bee31
Fixing mac. No more friends. Making WriteComplete() public. That is
...
actually what we really want.
2000-09-05 22:32:00 +00:00
dp%netscape.com
f56f1fb911
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
dp%netscape.com
8a016036c2
bug 50922 mFile's stat cache isnt refreshed after file changed on
...
disk. This causes wrong content length and incorrect cache
updates. r=neeti
2000-09-05 21:42:10 +00:00
ruslan%netscape.com
bed1612d85
Fix 50471, a=gagan,r=morse
2000-09-05 21:22:33 +00:00
jband%netscape.com
b0e445587e
fix uninitialized variable
2000-09-05 19:00:02 +00:00
rjc%netscape.com
cb06aeba5e
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
9aa980c04a
explicit constructors stop the automatic construction of a string for a comparison. Really, they want the equivalent of |IsEmpty()| here; let's just test the value of the char[0] in the buffer.
2000-09-03 05:47:01 +00:00
scc%mozilla.org
5c29f2b9d9
fixing bustage
2000-09-03 04:49:45 +00:00
scc%mozilla.org
2c01b7988d
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
6e3c3421c6
compiler is confused; giving it a more digestible meal
2000-09-02 22:18:57 +00:00
scc%mozilla.org
44952a090c
fixing code that relied on implicit string construction
2000-09-02 21:47:30 +00:00
cls%seawood.org
beaefaeca8
Including nsString.h
2000-09-02 00:21:03 +00:00
alecf%netscape.com
c4017575b7
another fix for #42102 - removing consumers of nsIFileSpec
...
r=valeski
2000-09-01 23:36:28 +00:00
gordon%netscape.com
b48bfc8c83
Fix for Bug 31900 "[MLK] Leaking CacheInfo objects".
The mCaches field is the head of a linked list. I've added code to nsReplacementPolicy destructor to walk the list, deleting the objects along the way, rather than simply deleting the head of the list.
2000-09-01 21:24:40 +00:00
pavlov%netscape.com
b956215375
fix for secure smtp bug 30321 r=mscott for the smtp part and r=bryner for the rest
2000-09-01 09:00:37 +00:00
ruslan%netscape.com
19e9e19187
Finally fix the last dogfood regression (big http posts), 47936
2000-09-01 00:59:48 +00:00
neeti%netscape.com
5581c703e6
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
ebc676cc3e
- 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
dp%netscape.com
1931787d13
bug 41950 Preventing garbage content lengths from cache. r=neeti
2000-08-29 03:14:28 +00:00
neeti%netscape.com
71e792567f
applying Waterson's patch to bug 49108. r=neeti
2000-08-28 13:44:12 +00:00
dprice%netscape.com
5a7dbae537
Making the protocol handler threadsafe for win2K happiness
2000-08-25 04:56:01 +00:00
rpotts%netscape.com
9e7002ca9a
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
53cea099da
bug #48546 . THe HTTPChannel now sets the load attributes on the cache channel before reading...
2000-08-25 04:49:25 +00:00
rpotts%netscape.com
70b257c35e
bug #48546 . SocketTransport now obeys the LOAD_BACKGROUND flag and will not call the nsIProgressEventSink.
2000-08-25 04:43:48 +00:00
rpotts%netscape.com
17e544aa84
bug #48546 . Implement Get/SetLoadAttributes(...)
2000-08-24 22:56:41 +00:00
rpotts%netscape.com
749abe34f1
bug #48546 . The cache channel should delegate the handling of load attributes to the cache channel (ie. disk/memory channel)...
2000-08-24 22:54:45 +00:00
warren%netscape.com
b68033c805
Changed to not add to load group on OpenInputStream
2000-08-24 22:35:46 +00:00