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
dwitte%stanford.edu
270d3909ca
bug 100649: Length() being used where IsEmpty() is meant
...
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
darin%netscape.com
cd951f195f
fixes bug 199173 "IPv6:Page fails to load. No message." r=dougt sr=alecf a=sspitzer
2003-05-15 21:27:46 +00:00
bienvenu%netscape.com
b100029cb3
remove 16K limit on ODA handler call, r=darin, sr=sspitzer,a=sspitzer should speed up local folder parsing substantialy 172786
2003-05-05 22:18:11 +00:00
darin%netscape.com
3c6e0afaa8
fixes bug 197079 "Status bar doesn't display 'Stopped' when stop button is clicked" r=dougt sr=jag a=asa
2003-05-02 06:31:55 +00:00
kaie%netscape.com
9758016f91
b=196827 Lock icon says that site is secure when it isn't because the connection was canceled
...
Patch by Darin
r=kaie sr=jag a=asa
2003-04-29 16:12:18 +00:00
bzbarsky%mit.edu
ecba98ed60
Fix rasdlg on MingW builds. Bug 203300, patch by jonwil@tpgi.com.au (Jonathan
...
Wilson), r=darin, sr=bzbarsky, a=sspitzer
2003-04-27 01:38:42 +00:00
darin%netscape.com
c61486ff0b
patch for bug 191970 "necko configuration options for footprint reduction" r=seawood sr=dbaron
2003-04-23 03:47:43 +00:00
darin%netscape.com
43b82db575
fixes bug 202555 "ExtractProxyInfo not honoring permitHttp flag! [was: IMAP
...
port "disabled for security reasons"]" r=gordon sr=bz
2003-04-19 20:03:31 +00:00
darin%netscape.com
97bd55100a
fixes bug 200391 "roaming to a different IP address, get new mail (for pop)
...
stops working (silently fails)" r=dougt,gordon sr=bz
2003-04-19 19:45:17 +00:00
seawood%netscape.com
99d2aa2329
Removing unneeded _BSD_SOURCE
...
Bug #202510
2003-04-19 02:12:08 +00:00
seawood%netscape.com
f7bf89f618
Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
...
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
darin%netscape.com
afcb58b9cf
avoid compiler warning
2003-04-18 04:46:40 +00:00
darin%netscape.com
217cdd952a
fixes bug 84798 "PAC: Failover does not work" r=dougt sr=alecf
2003-04-15 23:07:12 +00:00
brendan%mozilla.org
e81a02eeb2
Reduce seeks outside the FastLoad file's underlying stream buffer (195010,
...
r=ben, sr=bryner).
- Pass null scope objects into nsIScriptContext::Compile{EventHandler,Script}
when precompiling for brutal sharing. The JS engine does not need a non-null
object parameter for static scope. That parameter can be non-null only if it
helps the compiler "pre-bind" functions to the same scope object that they'll
be parented by when executing, but with brutal sharing, functions are
precompiled once and executed against many different scope objects.
- A problem in XUL FastLoad was that it would serialize master .xul document
out-of-line scripts (those included via script src= from non-overlay, "master"
.xul docs) far from the place in the FastLoad file where XUL prototype script
info was serialized for the <script src=> tag itself. I fixed that so that,
unless the out-of-line script was previously serialized (by a different src=
reference from another .xul file), the OOL script data immediately follows the
proto-script info in the FastLoad file.
This required adding a SerializeOutOfLine method to nsXULPrototypeScript, which
restores symmetry by matching the existing DeserializeOutOfLine(Script) (note:
I dropped the redundant "Script" from the end of the latter method's name. We
need SerializeOutOfLine to handle overlay OOL scripts. They are serialized by
nsXULDocument::OnStreamComplete, because that code knows the difference between
an overlay and a master doc. This removes all trace of FastLoad writing from
nsXULPrototypeScript::Compile -- FastLoad stuff didn't belong there, not only
because we now want to write master OOL scripts later, when walking the master
XUL prototype doc's element tree, but also for modularity reasons. The caller
knows about FastLoad, nsXULPrototypeScript::Compile does just what its name
implies.
There are 132 seeks with the patch, only 49 of which dump the underlying file
stream's buffer, vs. 133 seeks without the patch, 87 of which dump the buffer.
- Nit-picked some comments to fit in 80 columns, and made other cosmetic fixes.
- Implicated the nsXULDocument::mIsWritingFastLoad flag from the useXULCache
"is the XUL cache enabled?" flag, so other places that test mIsWritingFastLoad
don't have to query whether the cache is enabled.
- Added METERING synchronous meter-dumping to /tmp/bufstats, only ifdef
DEBUG_brendan, in netwerk/base/src/nsBufferedStreams.cpp.
- Added the deferred seek optimization from the first patch in bug 195010 to
nsFastLoadFile.cpp.
- Fixed nsFastLoadFileReader so it overrides readSegments as well as read.
This catches up with the interface extension made to nsIInputStream to add
readSegments. The nsFastLoadFileReader extends nsBinaryInputStream, which is
a concrete class, and overrides Read in order to snoop on *all* bytes read.
It does this in order to demultiplex documents interleaved when the FastLoad
file was written.
But since the readSegments move into nsIInputStream.idl, certain primitives
in nsBinaryStream.cpp, e.g., nsBinaryInputStream::ReadCString, have used
ReadSegments, not Read, to consume parts of the underlying stream (to read
the C string's chars, in that example), and the FastLoad file implementation
has not accounted for those bytes.
- Added a new method to nsIFastLoadFileControl and its impls: hasMuxedDocument.
This is needed when serializing master XUL doc OOL scripts, because we must
not serialize twice, and any OOL script that other XUL docs can include via
script src= could already be in the FastLoad mux.
/be
2003-04-12 01:34:11 +00:00
darin%netscape.com
967e208b55
fixes bug 80918 "Proxy: 'No Proxy for:' does not support ip address wildcards" r=bbaetz sr=alecf
2003-04-11 18:24:55 +00:00
nhotta%netscape.com
f2193fe99f
Initialize IDN service at nsStandardURL constructor,
...
added pref observers for IDN related prefs,
bug 188218, r=darin, sr=alecf.
2003-04-11 17:05:56 +00:00
darin%netscape.com
4701ecfd6c
fixes bug 201570 "enable socket transport logging in nightly builds" r=dougt sr=brendan
2003-04-11 01:19:07 +00:00
suresh%netscape.com
70948e2ef5
removing obsolete nsIAuthenticator file. bug 182164.
2003-04-09 21:12:10 +00:00
darin%netscape.com
bfd31e83de
fixes bug 194402 "publishing doesn't complete; opens multiple FTP control connetctions" r=dougt sr=sfraser
2003-04-08 22:18:10 +00:00
axel%pike.org
7682da5d54
bug 201012, get rid of offline warning in PostEvent, r/sr=darin
2003-04-07 21:07:21 +00:00
darin%netscape.com
625a741ad3
fixes bug 200681 "Crash on <link rel=stylesheet href="mailto:foo">" r/sr=bz,sspitzer
2003-04-07 06:18:44 +00:00
darin%netscape.com
e601785fb3
fixes bug 191715 "PAC: did not work, after a external site is shown" r=bbaetz sr=bz
2003-04-04 20:50:46 +00:00
seawood%netscape.com
80e1b303cc
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
darin%netscape.com
80fa27f6d3
landing final patch for NTLM authentication based on WIN32 SSPI API, b=159015 r=kaie sr=dbaron a=asa
2003-03-27 19:31:53 +00:00
suresh%netscape.com
83d17cf5cf
fix for 139772 - PAC: HTTP auth support. r-dbradley, sr-darin.
2003-03-26 01:19:52 +00:00
andreas.otte%debitel.net
1bf6cb18fb
fix bug 113032 [jar: anchors within pages drop the HTML file name] fix resolving relative jar urls, fix anchor handling in jar urls, r=darin, sr=bzbarsky
2003-03-15 20:00:20 +00:00
nhotta%netscape.com
0b633fd142
Change nsIIDNService to take AUTF8String and ACString,
...
bug 188410, r=darin, sr=alecf.
2003-03-13 23:06:14 +00:00
cls%seawood.org
92f0db3cbb
Disabling autodial support for mingw buildss until a mingw release contains a rasdlg impl.
...
Change nsDNSEventProc callback declaration to appease both MSVC & GCC.
Bug #134113 r=bbaetz sr=darin
2003-03-12 20:24:37 +00:00
gordon%netscape.com
f45162d495
for bug 103851, adding new cache error. r=bryner, sr=darin.
2003-03-10 23:18:04 +00:00
cls%seawood.org
d1479589a2
Adding mingw makefile changes.
...
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
darin%netscape.com
767e0d9b9a
fixes bug 193887 "Back/Forward buttons break when a variable is used in a
...
javascript: URI that changes the value of location.href" r=dougt sr=brendan
2003-03-04 04:23:25 +00:00
cavin%netscape.com
32e275f48d
Fix for 183111. Added nsIExternalProtocolHandler interface and method handlerExists in netwerk/bae/public to be used by mozTXTToHTMLConv. Also treated 0xA0 as space in mozTXTToHTMLConv. r=darin, sr=sspitzer.
2003-02-27 22:46:42 +00:00
alecf%netscape.com
26228c7439
fix for bug 11232 - helper function for putting the reading of a stream into the background
...
r=dougt, sr=darin
2003-02-25 13:57:09 +00:00
darin%netscape.com
a12a409db2
removing dead files (post bug 176919 cleanup)
2003-02-23 05:22:38 +00:00
darin%netscape.com
f45ba7c9be
removing dead code
2003-02-23 05:14:06 +00:00
darin%netscape.com
4a56065e71
removing dead files (post bug 176919 cleanup)
2003-02-23 05:11:04 +00:00
darin%netscape.com
7d541baf54
fixes bug 192207 "M130B Trunk crash [@ 0x00000000 - PL_DHashTableOperate] (really in nsSocketTransportService::RememberHost)" r=dougt sr=brendan
2003-02-23 05:07:34 +00:00
wtc%netscape.com
5cae1f1bc7
Bug 190960: added the DHE ciphersuites back because the underlying NSS bug
...
(bug 188856) that broke them has been fixed. r=kaie. sr=bryner. a=asa for
mozilla1.3.
Modified Files:
netwerk/base/public/security-prefs.js
security/manager/pki/resources/content/ssl3tlsciphers2.xul
security/manager/pki/resources/locale/en-US/pref-ssl.dtd
security/manager/ssl/src/nsNSSComponent.cpp
2003-02-19 15:08:50 +00:00
darin%netscape.com
d45c95c085
fixes bug 193267 "Code cleanup for nsSocketTransport2.cpp" r=dougt sr=bz a=asa
2003-02-18 21:02:49 +00:00
darin%netscape.com
944e096c4f
fixes bug 193227 "Mozilla session hangs when trying to open website, then cannot load until restart" r=dougt sr=bz a=dbaron
2003-02-15 21:04:30 +00:00
darin%netscape.com
6f89b182bd
fixes bug 189965 "ANY connection error treated as TCP RST, resulting in "the document contains no data" [was: Yahoo - The connection was refused when attempting to contact rd.yahoo.com]" r=wtc sr=bz a=dbaron
2003-02-13 21:33:58 +00:00
darin%netscape.com
d021d7d179
fixes bug 190860 "trunk topcrash [@ _PR_Getfd]" r=dougt sr=bz a=asa
2003-02-13 19:02:25 +00:00
darin%netscape.com
3091e3de1d
fixes bug 192294 "hangs at various URLs (Windows 9x-specific)" r=wtc sr=bz a=asa
2003-02-13 00:06:07 +00:00
darin%netscape.com
494643aa63
fixes bug 192049 "Mozilla fails to read from sockets to this site" r=dougt sr=bz a=dbaron
2003-02-07 00:49:17 +00:00
darin%netscape.com
7ef9daec3e
fixes bug 191739 "Browser does not work if loopback is disabled" r=dougt sr=bz a=asa
2003-02-06 21:20:26 +00:00
darin%netscape.com
99e45ceed4
fixes bug 191227 "file uploads hang (especially w/ slower connections or
...
slower servers)" r=dougt sr=bz a=dbaron
2003-01-31 02:00:45 +00:00
darin%netscape.com
ad5d76a4a1
fixes bug 190000 "crashes [@ PR_SetPollableEvent]" r=pavlov sr=bz a=dbaron
2003-01-31 01:51:45 +00:00
darin%netscape.com
11ede1d618
fixes bug 190840 "If connection times out, no error messages displayed"
...
r=dougt sr=bzbarsky a=asa
2003-01-28 19:19:08 +00:00
kaie%netscape.com
c422b330bd
b=190640 Remove the DHE ciphersuites until they work
...
r=javi sr=bryner a=asa
2003-01-28 15:06:29 +00:00
darin%netscape.com
87ce39da30
fixes bug 189672 "100% CPU, exhaust system resource, freeze mozilla, while
...
displaying page" r=dougt sr=bzbarsky a=dbaron
2003-01-25 22:43:13 +00:00
bzbarsky%mit.edu
287ffb9a14
Remove hack around bug in nsPipe now that the bug is fixed. Bug 190410,
...
r=bbaetz, sr=darin, a=asa
2003-01-25 04:45:36 +00:00
darin%netscape.com
d3b0426bfe
fixes bug 189843 "Cannot make any connections to "localhost" (127.0.0.1)"
...
r=dougt sr=sspitzer a=blizzard
2003-01-24 05:32:06 +00:00
darin%netscape.com
383f41f652
fixes bug 189897 "Download starts with Download Error, then Cancel Button disabled"
...
r=adamlock sr=bzbarsky a=dbaron
2003-01-24 00:53:00 +00:00
darin%netscape.com
09cb8aba1a
fixes bug 189699 "Current trunk does not automatically dial-up"
...
patch=aardvarktm@hotmail.com r=dougt sr=darin
2003-01-22 00:09:05 +00:00
darin%netscape.com
8d699694dc
attemping fix for linux Ts/Txul startup regression, b=189567
2003-01-19 20:46:51 +00:00
cbiesinger%web.de
de3a76138d
189630 r=bbaetz sr=dbaron uninitialized nsresult in nsIIOService
2003-01-19 10:55:23 +00:00
darin%netscape.com
cf210908a5
removing old nsIFileChannel, hoping to make the macs start ignoring it.
2003-01-18 04:33:21 +00:00
dbaron%dbaron.org
56f1f4903d
Fix bustage on OS/2 VACPP and Sun Workshop compilers. b=176919 r=darin
2003-01-18 04:24:51 +00:00
darin%netscape.com
685a7af468
modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
2003-01-18 02:15:14 +00:00
darin%netscape.com
2347ef8985
new files for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
2003-01-18 01:27:53 +00:00
darin%netscape.com
cea5d78be3
fixes bug 131237 "Don't assert at nsStandardURL::SetUserPass during normal
...
HTTP publishing" r=brade sr=kin
2003-01-10 09:43:32 +00:00
dbaron%dbaron.org
954ad5f9d9
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 22:35:09 +00:00
kaie%netscape.com
8ac4991f54
b=184940 Enable additional SSL ciphers, add configuration UI
...
r=javi sr=jaggernaut
2003-01-07 00:58:24 +00:00
seawood%netscape.com
d5efcdfb6d
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
seawood%netscape.com
7333eca44b
Enable truncation of cache files for BeOS.
...
Bug #162588 r=gordon sr=darin
2002-12-19 06:27:57 +00:00
darin%netscape.com
a736085beb
fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
...
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
darin%netscape.com
acd590f9e3
cvs removing unused files, b=181699, r=gagan, sr=alecf
2002-11-26 19:11:33 +00:00
darin%netscape.com
5e5c7025ea
fixes bug 181699 "remove unused nsProxyAutoConfigUtils and
...
nsIProxyAutoConfigUtils" r=gagan sr=alecf
2002-11-26 18:58:27 +00:00
darin%netscape.com
cfd38fa170
fixes bug 181732 "nordic mtv site produces 'is not a valid protocol'"
...
r=andreas.otte@debitel.net sr=bzbarsky
2002-11-25 23:25:09 +00:00
timeless%mozdev.org
24a093882c
Bug 180129 nsStreamProviderProxy::~nsStreamProviderProxy tries to NS_IF_RELEASE an uninitialized member mObserverProxy
...
r=darin sr=dbaron
2002-11-19 05:25:15 +00:00
timeless%mozdev.org
eb9d1a4404
Bug 180129 nsStreamProviderProxy::~nsStreamProviderProxy tries to NS_IF_RELEASE an uninitialized member mObserverProxy
...
trivial patch by darin r=timeless sr=bz
2002-11-17 05:16:13 +00:00
darin%netscape.com
5a6ccfaf39
fixes bug 173094 "Freeze nsIUploadChannel" r=dougt,timeless sr=rpotts
2002-11-14 20:36:20 +00:00
alecf%netscape.com
df10f648b8
take two at fixing bug 177401 - convert nsIBinaryStream over to using nsAString/nsACString for string values, to speed up fastload
...
sr=darin, r=dougt
(the previous checkin had a typo which disabled fastload entirely!)
2002-11-14 18:16:31 +00:00
bzbarsky%mit.edu
d0961c8df6
Clean up some array stuff in necko. Bug 175442, r=darin, sr=alecf.
2002-11-13 21:25:32 +00:00
dougt%netscape.com
d8fe35c979
Moving nsIIOService to SDK. 179610. r=me
2002-11-12 01:42:33 +00:00
dbradley%netscape.com
299a61f9fe
Bug 179026 - URL parameter containing non-ASCII characgter is not parsed correctly
...
r=dbradley, sr=dveditz, patch by darin
2002-11-11 14:16:34 +00:00
alecf%netscape.com
0a48c10053
argh, back out my last checkin because Ts went UP not down!
2002-11-09 01:31:32 +00:00
alecf%netscape.com
4721428275
fix for bug 177401 - use nsAString& classes instead of wstring in nsIBinaryInputStream, to speed up fastload startup
...
sr=darin, r=dougt
2002-11-08 23:30:53 +00:00
timeless%mozdev.org
08e67fa458
Bug 178350 urichecker crashes things
...
r=cmanske sr=bz
2002-11-06 20:38:52 +00:00
dbaron%fas.harvard.edu
6bda942444
Fix shutdown leak of IO service and protocol proxy service by breaking cycle in XPCOM shutdown observer. Slight performance improvement to nsIOService::GetCachedProtocolHandler. b=174134 r=bbaetz sr=darin
2002-11-06 13:03:49 +00:00
darin%netscape.com
0c98213fed
marking nsIIOService frozen (b=157131) r=dougt
...
(this change was originally intended back in august, but we delayed making
the change in case someone came up with additional modifications to the
interface. that hasn't happened, so marking frozen without changes.)
2002-10-29 19:43:00 +00:00
seawood%netscape.com
57e08a3f3a
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
neeti%netscape.com
5771630720
fix for bug 161352 - URL: can't load local file with semicolon (;) in name,r=dougt@netscape.com,sr=darin@netscape.com,a=asa@mozilla.org
2002-10-17 03:23:33 +00:00
dbradley%netscape.com
b2813923c1
Bug 169902 - nsStandardURL::Resolve passes wrong length in some cases to ParseURL. r=dougt@netscape, sr=darin@netscape, a=brendan@mozilla.org
2002-10-14 19:20:54 +00:00
kaie%netscape.com
67c62394a7
b=106865 Blank page instead of SSL error dialog visiting https server
...
r=rpotts sr=darin a=asa
2002-10-14 14:34:40 +00:00
mstoltz%netscape.com
35ab60450f
Bug 163648 - Disable specific external protocol handlers with known security
...
problems. r=darin, sr=dveditz.
2002-10-09 00:54:43 +00:00
dougt%netscape.com
2e18d2c1d3
Provides support for a conditional interface map entry 172833, r=bzbarsky@mit.edu, sr=darin@netscape.com
2002-10-07 18:52:27 +00:00
darin%netscape.com
d3df569ddc
fixing oops from checkin for bug 157135 (reported as bug 172930)
2002-10-06 19:31:11 +00:00
darin%netscape.com
c0fa264890
fixes bug 167463 "fromCacheOnly should be an attribute on nsICachingChannel"
...
and fixes bug 166927 "add nsICachingChannel should provide an attribute to
'load only if modified'" r=dougt sr=bzbarsky
2002-10-06 03:20:40 +00:00
darin%netscape.com
d4be63aeab
moving nsIFileURL into the SDK now that it is frozen.
2002-10-06 02:28:27 +00:00
darin%netscape.com
7f1956b180
fixes bug 157135 "nsIFileURL need to be frozen" r=dougt sr=bzbarsky
2002-10-06 02:20:35 +00:00
aaronl%netscape.com
9113ce1184
Bug 134066. Make nsIPromptService support accesskey, via & before accesskey character. Also fixes bug 133582 - don't put initial focus on 'Don't ask me again' checkboxes in confirm dialogs. r=sgehani, sr=hewitt.
2002-10-01 05:13:37 +00:00
darin%netscape.com
4dbc5c57a4
fixing typo in comments
2002-09-28 04:37:42 +00:00
dougt%netscape.com
1566417aaf
move contentEncodings and applyConversion to a new interface. r=neeti@netscape.com, sr=darin@netscape.com, b=157133
2002-09-27 19:23:21 +00:00
darin%netscape.com
71bb3b05de
fixes bug 170789 "HTTP Accept: header should be tailored to context of the
...
request" r=dougt sr=bzbarsky
2002-09-27 04:22:13 +00:00
scc%mozilla.org
7327907729
bug #167722 , patch by Donny Cranford, r=gisburn, sr=scc, ports build bustage
...
need to include "nsReadableUtils.h"
2002-09-27 01:26:52 +00:00
darin%netscape.com
1cdf411d3b
fixes bug 149586 "can't open files fith a name ending with dot" r=dougt sr=jag
2002-09-26 23:03:13 +00:00
darin%netscape.com
ab0adab6b7
minor tweak to my checkin for bug 105340
2002-09-26 03:06:11 +00:00
darin%netscape.com
96fc87ff4c
fixes bug 169653 "passing null as host in xmlHttpRequest.open crashes
...
Mozilla [@ net_ExtractURLScheme ]" r=dougt sr=bzbarsky
2002-09-26 02:24:49 +00:00
darin%netscape.com
2de4f81a70
fixes bug 170648 "eliminate referrer type from nsIHttpChannel in preparation
...
for freezing" r=dougt sr=rpotts
2002-09-25 21:28:53 +00:00
dougt%netscape.com
8dfc6f6c80
no more nsComponentManager:: in inline fu. sr=darin
2002-09-25 20:19:41 +00:00
dougt%netscape.com
4ce8a1539f
Moves uploadStream to nsIUploadChannel. r=neeti@netscape.com, sr=darin@netscape.com, b=100601
2002-09-25 20:15:17 +00:00
darin%netscape.com
f614a7fc2a
removes some printfs b=134691 patch=pkw@us.ibm.com r=nobody sr=darin
2002-09-23 19:29:05 +00:00
darin%netscape.com
fa677b84d9
tweak to checkin for bug 105340 r=dougt sr=rpotts
2002-09-23 18:06:22 +00:00
darin%netscape.com
8050fa197e
fixes bug 105340 "Proxy: manual config uses trailing spaces" r=dougt sr=rpotts
2002-09-23 01:31:17 +00:00
kaie%netscape.com
095b376754
b=166664 Remove obsolete interface nsISecurityManagerComponent
...
r=javi sr=alecf
2002-09-17 19:09:11 +00:00
mkaply%us.ibm.com
ab0cfe7235
Not sure what happened here - probably a header changed somewhere
2002-09-13 22:36:42 +00:00
darin%netscape.com
714ae31270
this file is no longer built and should have been removed ages ago.
2002-09-13 20:05:48 +00:00
darin%netscape.com
fcd4668a83
fixes XP_WIN bustage
2002-09-13 19:58:02 +00:00
darin%netscape.com
d47b2f5e65
fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
...
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
darin%netscape.com
bf8c14319f
fixes bug 168425 "cleanup nsIProtocolHandler.idl" r=dougt sr=alecf
2002-09-13 18:55:57 +00:00
darin%netscape.com
ec6256ea3d
fixes bug 143541 "SMTP via SSL via SOCKS fails to connect to server."
...
r=dougt sr=rpotts a=rjesup
2002-09-09 18:40:27 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
timeless%mac.com
9b478a4f58
Bug 166371 Crashes at [@ nsThreadPool::Shutdown] in Trunk, N700
...
r=bz sr=darin
2002-09-04 06:45:10 +00:00
darin%netscape.com
f6026fd746
removing some commented out code and other unused cruft.
2002-09-04 06:01:46 +00:00
dougt%netscape.com
f2a00efc93
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
andreas.otte%debitel.net
932f63b026
fix bug 166085 [Assertion constructing about: URIs
...
[@nsAboutProtocolHandler:122]] This is a regression fix from the fix
for bug 163225. The assertions never made sense and now they are
exposed. r=bzbarsky, sr=darin
2002-09-02 22:04:03 +00:00
bzbarsky%mit.edu
fda4f2b8f8
Don't just hang when we can't load a sheet. Bug 165408, r=rpotts, sr=darin
2002-08-29 22:56:37 +00:00
andreas.otte%debitel.net
caed7f2e56
fix bug 163225 [success or failure of ExtractScheme is not enough to
...
decide if a url is absolute or relative] This is second part of the
stuff to support those deprecated relative urls of type http:file or
http:/path. By loosening the check on absolute uris in
nsIOService::NewURI nsStandardURL::Resolve gets a chance to do its job.
r=bbaetz, sr=darin
2002-08-29 21:31:55 +00:00
bzbarsky%mit.edu
d9ea7f8f8f
Bug 119321 and bug 80106. Create a generic nsIUnicharStreamLoader that
...
makes two callbacks -- one to determine the charset and one to provide
an nsIUnicharInputStream. Use this in the CSSLoader instead of
allocating a single big buffer for the sheet. Clean up the way we look
for the @charset charset in the sheet data.
r=rpotts for netwerk/, r=peterv for content/, r=smontagu for intl/,
sr=darin for the whole thing.
2002-08-27 23:47:25 +00:00
dougt%netscape.com
3fafda03c7
Removing nsIURIChecker.idl from sdk exports
2002-08-27 13:09:16 +00:00
dougt%netscape.com
22ffaadb79
exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec
2002-08-27 01:05:21 +00:00
alecf%netscape.com
dc6d6e3736
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
brade%netscape.com
f90dfe3d0d
use calloc instead of malloc/memset 0; bug 163472; r=Roland.Mainz@informatik.med
...
.uni-giessen.de, sr=darin
2002-08-21 13:14:32 +00:00
andreas.otte%debitel.net
33e3ae5a2b
fix bug 32966 [http:/ (one slash) treated as http:// rather than /] We
...
now support some deprectated relative urls because RFC2396 allows for
a backwards compatibility implementation. Also fixes bug 22251, bug
40670, and some more. r=bbaetz, sr=darin
2002-08-17 11:56:52 +00:00
alecf%netscape.com
7ea939924f
fix other bustage
2002-08-16 16:17:13 +00:00
alecf%netscape.com
81f961f9ca
warning fix for bug 12493 - quiet down on warnings when url spec is set to ""
...
sr=darin
2002-08-16 14:55:34 +00:00
darin%netscape.com
d86e3064ab
second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf
2002-08-15 18:38:46 +00:00
kaie%netscape.com
9190a3d74e
Patch from bug 87902 to fix SSL/TLS logic.
...
- make TLS intolerant server detection over proxies work
(this bug 87902)
- on connection failure, only retry without TLS when it is really
likely to help (bug 149910)
- remove obsolete workarounds in SSL i/o layer
(see removed comments in patch)
- avoid to confuse programmers reading code,
by renaming TLSStepUp (which means something else)
to the correct term STARTTLS (what the code is actually doing).
(As suggested by nelsonb)
- If an invalid or expired etc. server certificate is presented,
a warning is shown. If the user decides to cancel,
network activity should stop immediately.
(we currently warn multiple times) (bug 87209)
r=javi/darin/ducarroz/dmose sr=alecf
2002-08-14 23:43:28 +00:00
darin%netscape.com
33cf36c5cd
fixes bug 102312 "URL: Href attributes spanning multiple lines are taken
...
to be relative rather than absolute links" r=dougt sr=alecf
2002-08-13 20:22:33 +00:00
darin%netscape.com
6859a4cc0e
fixes bug 161228 - socket transport DNS cache should map host:port -> ipaddress
...
instead of host -> ipaddress
r=mstoltz sr=dveditz
2002-08-13 01:02:59 +00:00
darin%netscape.com
24fd40bd6f
fixes bug 151867 - file channel should implement nsIUploadChannel
...
r=dougt sr=alecf
2002-08-12 22:44:04 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
bbaetz%student.usyd.edu.au
5310c14a26
Hopefully fix bustage from incomplete backout.
2002-08-10 01:12:01 +00:00
leaf%mozilla.org
fdcde43318
backout darin's checkin from around noon yesterday to remove the regression
...
in 161921
2002-08-09 23:46:19 +00:00
dbaron%fas.harvard.edu
d38d31cf64
Attempt to fix bustage from darin's checkin.
2002-08-08 20:47:03 +00:00
darin%netscape.com
45e59826d8
changes to nsIIOService in preparation for freezing, b=157131
...
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00