darin%meer.net
8ada5e59f5
fixing win32 bustage.
2003-10-06 03:49:54 +00:00
darin%meer.net
ea1c34686d
correcting bustage fix.
2003-10-06 03:21:12 +00:00
darin%meer.net
c9cdac2b54
fixes win32 bustage
2003-10-06 02:50:49 +00:00
darin%meer.net
e1ba7306f6
fixing potential bustage
2003-10-06 02:14:02 +00:00
darin%meer.net
ea5408a785
bustage fix... i had this in my tree already :-(
2003-10-06 01:58:58 +00:00
darin%meer.net
a0621481cd
annotating workaround for bug 221331.
2003-10-06 01:58:08 +00:00
darin%meer.net
77642ae698
fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky
2003-10-06 01:46:31 +00:00
cbiesinger%web.de
f0f267ab03
220672. r=darin sr=bzbarsky
...
Convert nsIEncodedChannel::contentEncodings to nsIUTF8StringEnumerator.
Previously, it used nsISimpleEnumerator, and returned an nsISupportsCString with it.
2003-10-05 17:06:37 +00:00
bryner%brianryner.com
b74d8438f9
Updating my email address
2003-09-29 06:04:02 +00:00
bzbarsky%mit.edu
4afb4ac280
Look for charset param on content type with a case-insensitive search. Bug
...
220203, r=timeless, sr=darin
2003-09-25 15:37:56 +00:00
darin%meer.net
f3b812645b
removing dead code
2003-09-19 18:21:14 +00:00
cls%seawood.org
19d1d413c2
Fix misc build issues for mingw gcc 3.3.1:
...
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
darin%meer.net
452afe9434
fixes bug 216854 "necko should not have a compile-time dependency on exthandler" r=dougt sr=bryner
2003-09-16 16:12:59 +00:00
darin%meer.net
ef96caa6fb
removing files that are no longer compiled.
2003-09-15 21:56:55 +00:00
darin%meer.net
a3e9dca1b6
fixes bug 217766 "use nsIObserverService in place of nsINetModuleMgr (eliminate nsIHttpNotify)" r=dwitte sr=bzbarsky
2003-09-15 21:44:43 +00:00
cbiesinger%web.de
c7fd59e0a0
(netwerk part of Bug 124029)
...
Implement nsBufferedOutputStream::WriteSegments and WriteFrom, and improve comments in other parts of necko
r=darin sr=bz
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: base/public/nsISocketTransport.idl
CVS: base/public/nsITransport.idl base/src/nsBufferedStreams.cpp
CVS: base/src/nsFileStreams.cpp protocol/http/src/nsHttpChannel.cpp
CVS: ----------------------------------------------------------------------
2003-09-14 11:55:05 +00:00
darin%meer.net
f4a8778d0b
landing patch for bug 205726 "DNS rewrite" r=dougt sr=bryner
2003-09-11 20:32:33 +00:00
bryner%brianryner.com
63fa99c65e
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 23:12:15 +00:00
brendan%mozilla.org
b7cdb7debb
Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron).
2003-08-05 20:09:21 +00:00
bsmedberg%covad.net
279d0db1f7
Bug 211470 - need a common nsURIHashKey r=darin sr=bz
2003-07-27 15:20:11 +00:00
jaggernaut%netscape.com
95899387f6
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2003-07-25 19:06:59 +00:00
andreas.otte%debitel.net
0c241f3b41
fix bug 213012, unescape %2E during path coalescing, r=dveditz@netscape.com, sr=darin@meer.net
2003-07-25 18:36:34 +00:00
cbiesinger%web.de
a75a4ea88d
removing unused files. r+sr=darin, no bug
2003-07-25 17:31:36 +00:00
jaggernaut%netscape.com
83c571e877
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
dwitte%stanford.edu
5cd4145e1e
make nsStandardURL::GetFile cache its result and use nsIFile::Clone when handing
...
it out. we unfortunately need to clone until consumers of this method are fixed
to not modify the returned file (see bug 212724).
this should reduce Ts some...
b=122892, r=andreas.otte, sr=darin, with many thanks to biesi & mkaply for testing on other
plats.
2003-07-19 14:58:33 +00:00
andreas.otte%debitel.net
9220237af1
fix bug 207298 [FTP directory problems w/ URL parsing when URL root is not filesystem root] this patch changes the normal resolver for relative urls so that when asked it recognizes special root markers and retains .. that go beyond root as it is necessary for the ftp protocol. r=dougt@meer.net, sr=darin@meer.net
2003-07-16 19:09:00 +00:00
darin%netscape.com
90ebcf7571
removing errant printf from previous checkin
2003-07-15 14:51:43 +00:00
bzbarsky%mit.edu
e6f3eb1465
Fix bug 212277. r=caillon, sr=darin
2003-07-15 07:01:16 +00:00
darin%netscape.com
347f4e42e7
fixes bug 212598 "netwerk/ should not use nsIPref" r=dougt,caillon sr=bzbarsky
2003-07-14 21:36:24 +00:00
jaggernaut%netscape.com
2d7ed90a69
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
bzbarsky%mit.edu
401365f06a
Optimize nsSegmentEncoder to not get an mEncoder unless it actually has
...
encoding to do (has a non-ascii spec segment). Bug 212475, r=darin, sr=dbaron
2003-07-12 23:06:13 +00:00
jshin%mailaps.org
59d134d2f9
bug 212125 : factor out loading |nsIPersistentProperties|' from a URI/URIspec and add helper
...
functions to nsNetUtil.h (r=rbs, sr=darin)
2003-07-11 21:31:54 +00:00
jaggernaut%netscape.com
4ad27a8c9d
Bug 212118: Small bug in net_ParseFileURL: Substring(inURL, schemeBeg, schemeBeg + schemeEnd). r=darin, sr=dbaron
2003-07-09 05:11:10 +00:00
jaggernaut%netscape.com
06350119d4
Purging tabs, r+sr=darin
2003-07-09 02:28:07 +00:00
darin%netscape.com
f73ce178fa
revising nsIChannel documentation further
2003-07-08 22:43:51 +00:00
darin%netscape.com
b3ca2894f5
cleaning up some nsIChannel documentation, b=209101, r+sr=nobody
2003-07-08 22:04:32 +00:00
bzbarsky%mit.edu
7fd6554181
Make sure that nsSimpleURI also strips newlines out of the uri spec... Bug
...
211599, r=dougt, sr=darin
2003-07-08 20:09:17 +00:00
kaie%netscape.com
e97cef79b0
b=195574 SSL extremely flaky if Ask for Master Password is 'Every time'
...
r=darin sr=brendan
2003-07-08 14:41:02 +00:00
bzbarsky%mit.edu
fd57f310f1
Change GetHrefUTF8 to GetHrefURI to make sure that we don't lose track of the
...
origin charset. Bug 166996, r=dbaron,darin sr=jst
2003-07-01 02:59:54 +00:00
dougt%meer.net
0dddf8e677
Adding a new FTP error code to nsNetError.h. r=me, sr=darin, part of bug=209972
2003-06-27 19:02:15 +00:00
ccarlen%netscape.com
e589a3c768
Bug 197379 - take2. Take 1 allowed file:// URLs with HFS paths to work. It did not work, though, when the volume name contained an escaped character. This patch unescapes the volume name before comparison. r=dougt/sr=darin
2003-06-27 14:31:38 +00:00
timeless%mozdev.org
5fb51f097b
Bug 187442 change PL_strcmp to strcmp in nsIOService
...
r=darin sr=darin
2003-06-25 01:13:30 +00:00
darin%netscape.com
0692f0b9d0
fixes bug 209560 "Secure JS doesn't work from https JARs" r=dougt sr=alecf
2003-06-23 22:58:28 +00:00
bzbarsky%mit.edu
f75f9017d9
Make setting contentType or contentCharset act as hints if done before channel
...
open; use this in the CSSLoader to hint that we want text/css data. Bug
120789, r=dougt, sr=darin
2003-06-23 21:00:46 +00:00
darin%netscape.com
7f8a0c1090
fixes bug 210119 "Browser crashes when opening URL" r=caillon sr=bzbarsky
2003-06-23 05:51:33 +00:00
darin%netscape.com
7155f9d29a
fixes bug 208845 "multiple content-type headers combined breaks mozilla" r=dougt sr=alecf
2003-06-18 23:16:17 +00:00
darin%netscape.com
75ed8e953b
fixes bug 204124 "minor codesize optimizations for nsNetUtil.h" r=dougt sr=alecf
2003-06-18 23:07:09 +00:00
ccarlen%netscape.com
6ba00ee6d8
Bug 197379 - file:// URLs using HFS paths don't work with Mach-O Mozilla. Creating a new version of nsURLHelper for OSX which handles this. Also, some correctness and commenting of corresponding code in nsURLHelperUnix.cpp. r=alecf/sr=sfraser
2003-06-17 13:55:47 +00:00
alecf%flett.org
2751c6b097
fix for bug 206379:
...
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com
97649bab86
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00