Граф коммитов

2270 Коммитов

Автор SHA1 Сообщение Дата
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 85f08f2365 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 14c3daa212 fixing bustage 2000-09-03 04:49:45 +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
cls%seawood.org 54af486cb6 Including nsString.h 2000-09-02 00:21:03 +00:00
alecf%netscape.com ce1ea48ebd another fix for #42102 - removing consumers of nsIFileSpec
r=valeski
2000-09-01 23:36:28 +00:00
gordon%netscape.com 46f788b40c 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 b382d78a6e 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 88f5805353 Finally fix the last dogfood regression (big http posts), 47936 2000-09-01 00:59:48 +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
dp%netscape.com dc53608ef0 bug 41950 Preventing garbage content lengths from cache. r=neeti 2000-08-29 03:14:28 +00:00
neeti%netscape.com 6173cfc310 applying Waterson's patch to bug 49108. r=neeti 2000-08-28 13:44:12 +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
rpotts%netscape.com 6b4486f08a 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 8fcd8efbbb bug #48546. Implement Get/SetLoadAttributes(...) 2000-08-24 22:56:41 +00:00
rpotts%netscape.com a332472a5a 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 fa2f7199a1 Changed to not add to load group on OpenInputStream 2000-08-24 22:35:46 +00:00
ruslan%netscape.com 24092c1b57 Fix large posts - 47936, a/r=gagan 2000-08-24 22:18:33 +00:00
warren%netscape.com 56182d144d Fixing up GetOwner method to not crash on startup. 2000-08-24 07:36:53 +00:00
jst%netscape.com b3a4ade60d DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +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 292bd023ce Added .get() 2000-08-22 07:45:19 +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 5865ac111b bug# 49786 Weak ref cache commonly used protocol handlers. This will
eliminate about 1500 string copies and calls to ProgIDToClassID()
r=gagan,valeski
2000-08-22 06:16:50 +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
valeski%netscape.com 24c4115380 49360. removing core cache module from the build on unix. this was missed a few months ago when we started building the cache stuff into netwerk/build 2000-08-21 19:07:49 +00:00
warren%netscape.com 64a99efec0 Bug 46864 - Embedding needs a name attribute on nsIRequest. 2000-08-21 08:23:54 +00:00
warren%netscape.com b47c7c21df Added back in nsOpaqueKey, used in nsMemCache. Went back to 37 as the magic number (prime). 2000-08-21 02:37:20 +00:00
scc%mozilla.org a74bc9539d fixing code that relied on implicit string construction 2000-08-20 06:59:07 +00:00
scc%mozilla.org 9df83275c6 fixing code that relied on implicit string construction 2000-08-19 20:01:04 +00:00
ruslan%netscape.com 18fb4e503f Fix 48358 - www.hotmail.com is blank; r/a=gagan 2000-08-18 19:39:27 +00:00
jgmyers%netscape.com 80161a40ec fix host header syntax for IPv6 address literals: bug 45891 r=gagan a=waterson 2000-08-17 20:19:15 +00:00
dp%netscape.com aea615af96 Fixed debug stmt to reflect code changes around it. Not compiled by default. 2000-08-16 07:26:46 +00:00
rjc%netscape.com 7fb169ae1e Fix buf # 44324 (error msg if overloaded FTP server) and bug # 31586 (resolution when logging into user home directory via FTP). r=gagan 2000-08-12 05:13:29 +00:00
ruslan%netscape.com 085aa211e1 Fix 47408, a=gagan,r=neeti 2000-08-11 21:31:13 +00:00
conrad%ingress.com 008b9ba5fb Changed from using strings for nsIDirectoryService props to using macro names defined in nsDirectoryServiceDefs.h r=valeski 2000-08-11 20:31:57 +00:00
warren%netscape.com ea12edc20a Jar manifest updates. 2000-08-11 09:05:40 +00:00
ruslan%netscape.com d7ae6cb24f Fix 46496, r/a=gagan 2000-08-10 22:38:56 +00:00
gagan%netscape.com 22d558594c Fix for bugscape 1800. Offline mode would have sit in recursion. This was already fixed for the M17 branch just doing the same for the tip. 2000-08-10 22:11:13 +00:00
rayw%netscape.com d8d52c08c6 Changed case of nsIFactory.idl methods to start with lower case to be like other
interfaces.  Since the C++ generated code upper-cases the method names, this
affects no C++ code, but only a few javascript methods.

Bug 46771.

r=waterson.

I am in today and tomorrow.
2000-08-10 20:12:08 +00:00
warren%netscape.com 4af572e4c1 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00