dwitte%stanford.edu
68d169174a
Bug 137802: removing nsHTTPChunkConv since it's obsolete. not part of build.
...
r=darin, a=tor.
2003-05-01 00:42:50 +00:00
kaie%netscape.com
e3725ca56e
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
68786e981e
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
cavin%netscape.com
827070cae3
Fix for 202355. Turn on apple single/double code for MacOSX. r=ccarlen, sr=sfraser.
2003-04-25 21:18:10 +00:00
gordon%netscape.com
b447b8a097
Fix AIX bustage. patch=jdunn, r=gordon, sr=darin, a=mkaply.
2003-04-23 21:43:12 +00:00
darin%netscape.com
6026a4294c
fixing opt bustage
2003-04-23 06:37:36 +00:00
gordon%netscape.com
c1c3cb1197
Fix bug 105344 "Memory cache should be based on amount of physical RAM"
...
This allows the cache to use a lot more memory than previously.
r=saari, sr=darin.
2003-04-23 05:15:48 +00:00
gordon%netscape.com
fe2d32fd4e
Fix bug 105344. r=saair, sr=darin.
2003-04-23 05:13:31 +00:00
darin%netscape.com
3a4bdb8f85
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
5a816eb572
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
2c96ecbd4b
fixes bug 202188 "Gopher support completely defunct" r=dougt sr=bz
2003-04-19 19:47:28 +00:00
darin%netscape.com
f5b0d3eb47
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
7f2e9509e0
Removing unneeded _BSD_SOURCE
...
Bug #202510
2003-04-19 02:12:08 +00:00
seawood%netscape.com
8893b1e6fd
Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
...
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
darin%netscape.com
f13c2a68b7
avoid compiler warning
2003-04-18 04:46:40 +00:00
kairo%kairo.at
0978e17a8a
bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard
2003-04-17 18:43:57 +00:00
darin%netscape.com
1e5104550c
removing dead necko build utility
2003-04-17 07:27:51 +00:00
gordon%netscape.com
37c7655dc1
Fix bug 192798, set flag to clear dns cache when toggled offline/online.
...
r=dougt, sr=darin.
2003-04-16 20:26:50 +00:00
darin%netscape.com
a9f3b48e39
fixes bug 84798 "PAC: Failover does not work" r=dougt sr=alecf
2003-04-15 23:07:12 +00:00
darin%netscape.com
6d0795f3ed
fixes bug 105292 "Accept-encoding: deflate unsupported, but requested" patch=david_dick@iprimus.com.au r=dougt sr=darin
2003-04-14 23:51:50 +00:00
darin%netscape.com
0ec9d44ddc
fixes bug 201986 "infinite network loop when auth realm changes" r=dougt sr=alecf
2003-04-14 21:35:27 +00:00
dougt%netscape.com
9be6fbcea0
Updates to latest version of ParseList by Cyrus Patel. This fixes the problem with filenames with multiple spaces. sr=darin, b=195956
2003-04-14 21:21:36 +00:00
darin%netscape.com
0dbb0acadd
fixes bug 201663 "FTP download from nightly / trunk - archives are short" r=dougt sr=bryner
2003-04-12 22:01:33 +00:00
brendan%mozilla.org
36867f5dc9
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
f2e5053dac
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
fbf1024ed5
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
nhotta%netscape.com
b5293689a8
Adding Ascii check for mailto url recognition,
...
bug 201369, r=ben.bucksch, sr=darin.
2003-04-11 16:56:01 +00:00
darin%netscape.com
c1360c525d
fixes bug 201570 "enable socket transport logging in nightly builds" r=dougt sr=brendan
2003-04-11 01:19:07 +00:00
darin%netscape.com
2300a4eb4b
fixes bug 201370 "TLS intolerance detection broken" r=kaie sr=alecf
2003-04-10 19:06:24 +00:00
cls%seawood.org
68c9c39726
Fix mingw bustage.
...
Bug #134113 r=darin
2003-04-10 05:16:51 +00:00
sspitzer%netscape.com
6e017314e4
fix for bug #119964 . implement yEnc decoding.
...
note, we have no plans to support yEnc encoding.
thanks to ducarroz for the patch. r/sr=sspitzer
2003-04-10 02:19:35 +00:00
darin%netscape.com
e26ccddff3
fixes bug 201303 "Utilize new nsIAtom methods to reduce string conversions in nsCacheMetaData" r=gordon sr=alecf
2003-04-10 00:59:33 +00:00
suresh%netscape.com
c55493c39e
removing obsolete nsIAuthenticator file. bug 182164.
2003-04-09 21:12:10 +00:00
darin%netscape.com
9648fbc5f1
fixes bug 194402 "publishing doesn't complete; opens multiple FTP control connetctions" r=dougt sr=sfraser
2003-04-08 22:18:10 +00:00
timeless%mozdev.org
5094811a00
Bug 199200 Make Networking Tests XP friendly by using the eventqueueservice
...
r=darin
2003-04-08 22:01:43 +00:00
darin%netscape.com
c2b6b20810
fixes bug 201054 "SSL proxy CONNECT w/ NTLM auth fails" r=dougt sr=bz
2003-04-08 21:12:24 +00:00
dougt%netscape.com
bf9411c4a9
allowing ftp URLs w/ anonymous username to automatically use anonymous password. r+sr=darin, b=196286
2003-04-08 20:31:24 +00:00
suresh%netscape.com
b34b66eefd
fix for bug 155155 - digest authentication fails when switching between POST&GET requests. r-dougt, sr-darin.
2003-04-08 20:03:40 +00:00
axel%pike.org
2551b08b45
bug 201012, get rid of offline warning in PostEvent, r/sr=darin
2003-04-07 21:07:21 +00:00
darin%netscape.com
046b649794
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
df4003080d
fixes bug 200971 "nsConnectionEntry is leaked" patch=bryner r=dougt sr=darin
2003-04-07 06:12:42 +00:00
darin%netscape.com
fddd611023
backing out small part of my patch for bug 159015 that shouldn't have been
...
checked in.
2003-04-07 06:10:47 +00:00
bzbarsky%mit.edu
4066a16217
prettify HTML-detection a bit; make it a little less likely to detect HTML.
...
Bug 144672, r=bbaetz, sr=darin
2003-04-04 22:46:50 +00:00
darin%netscape.com
6e8d34f06e
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
timeless%mozdev.org
07904ea2e9
Bug 199200 Make Networking Tests XP friendly by using the eventqueueservice
...
r=darin
2003-04-04 16:01:51 +00:00
darin%netscape.com
ab36528f5e
fixes bug 200365 "trunk topcrash [@ nsUnknownDecoder::SniffForImageMimeType]"
...
r=dougt sr=bz
2003-04-03 19:36:27 +00:00
suresh%netscape.com
e81fa4fce3
fix for bug 199910 - should HTTP null-check prompt callbacks?. r-dougt, sr-darin.
2003-04-02 23:43:12 +00:00
seawood%netscape.com
de59dbee4b
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
nhotta%netscape.com
989fd603b7
Initialized the output string before appending the results,
...
bug 200037, r=ftang, sr=darin.
2003-04-02 21:33:23 +00:00
bryner%netscape.com
13a3cccaea
Fix a leak of the output stream and socket transport due to shutdown ordering problems (bug 200094). Patch by darin, r=dougt, sr=me.
2003-04-02 03:27:17 +00:00
bryner%netscape.com
1ed5a8b575
Fix a leak when the directory listing is pulled from the cache (bug 199425). r=bbaetz, sr=darin.
2003-04-02 03:17:30 +00:00
guru%startrek.com
0f9f181ca8
Fix for bug 199500 - Crash in nsHttpConnectionMgr::OnSocketEvent if PSM is not installed; p=darin r/sr=alecf a=dbaron
2003-03-28 15:02:42 +00:00
darin%netscape.com
66d2e3f995
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
darin%netscape.com
00bf4441ff
fixes topcrash bug 199492 "crash while submitting form on www.sony.com [@nsHttpConnection::CloseTransaction]" r+sr=alecf a=dbaron
2003-03-27 18:47:34 +00:00
gordon%netscape.com
9bcdf03dcd
Fix bug 198267. Fix accounting of mInactiveSize to prevent assertion. rs=darin.
2003-03-26 05:14:27 +00:00
darin%netscape.com
f6343941a2
landing framework changes to support NTLM authentication b=159015 r=dougt,cathleen sr=alecf
2003-03-26 05:05:49 +00:00
suresh%netscape.com
1465efe4a5
fix for 191946 - shows japanese language, instead of english. r/sr-darin
2003-03-26 01:21:26 +00:00
suresh%netscape.com
3bf2adaba6
fix for 139772 - PAC: HTTP auth support. r-dbradley, sr-darin.
2003-03-26 01:19:52 +00:00
nhotta%netscape.com
1ae08961f3
Implements ACE to UTF-8 and modified the test program,
...
bug 196717, r=shanjian, sr=darin.
2003-03-25 23:18:41 +00:00
nhotta%netscape.com
3af8b9a815
Apply length check for generated ACE string,
...
bug 198637, r=shanjian, sr=darin.
2003-03-25 20:48:03 +00:00
darin%netscape.com
8d2ce489b8
fixes bug 192353 "cache meta data is bloaty" r=gordon sr=alecf
2003-03-25 15:20:10 +00:00
dbaron%dbaron.org
799e880f94
Fix shutdown leaks in FTP by freeing the elements of mRootConnectionList before going offline (during XPCOM shutdown). b=191835 r=bbaetz sr=darin
2003-03-25 14:48:57 +00:00
gordon%netscape.com
d15832db8a
Fix bug 198267 and bug 191161. r=bryner, sr=darin.
2003-03-25 07:05:33 +00:00
varga%netscape.com
906bfa1fa3
Landing bookmarks branch. Everything except mozilla/xpfe
...
Bug 196756 - Meta bug for major architectural changes in bookmarks code
r=jag, sr=bryner
2003-03-25 04:44:31 +00:00
darin%netscape.com
8acf99a8a1
fixes bug 195746 "Corrupt cache / HTTP networking - Wrong images, incomplete
...
pages, octet-stream download dialog" r=dougt sr=bz
2003-03-25 02:23:11 +00:00
suresh%netscape.com
3f83cc0661
fix for bug 48202 - HTTP 307 redirect behavior violates RFC2616 [should preserve request method]. r-dougt,sr-darin.
2003-03-25 01:19:21 +00:00
louie.zhao%sun.com
e399d307cd
necko part of bug 60304 "Basic Auth doesn't work for Java"
...
(To complete fixing bug 60304, need another patch, which is in OJI module)
r = antonio.xu sr= darin
2003-03-24 03:59:47 +00:00
syd%netscape.com
d42ec504a6
http://bugzilla.mozilla.org/show_bug.cgi?id=195655
...
Add support for 9 new smilies, and clean up code a bit (part of multiple checkins)
r/sr = sspitzer, r=brade
2003-03-22 04:55:45 +00:00
cbiesinger%web.de
660cf485d6
198490 r=bbaetz rs=darin consecutive spaces are not displayed in filename "file name" -> "file name"
2003-03-21 22:26:52 +00:00
nhotta%netscape.com
eee0b21d5f
Null terminate the punycode encoded string,
...
bug 198437, r=shanjian, sr=darin.
2003-03-21 00:23:12 +00:00
bzbarsky%mit.edu
5a829e126a
Fix some spelling errors in comments. Bug 106386, patch by Nicholas Bebout
...
<nb@ipnode.info>, r=doron, sr=dmose
2003-03-19 04:35:08 +00:00
bzbarsky%mit.edu
1bfea66b89
Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
...
type="image"> into the content nodes and out of nsImageFrame. r=pavlov, sr=jst
2003-03-19 03:47:09 +00:00
bryner%netscape.com
80908122e5
trying to fix nebiros bustage - moving inline function before its first call site
2003-03-18 06:02:10 +00:00
bryner%netscape.com
dd13b1e342
Implement an LRU-SP eviction policy for the memory cache (bug 188458). r=gordon, sr=darin.
2003-03-17 23:22:29 +00:00
gordon%netscape.com
18018b3148
fix bug 197429 "clear disk cache broken on MacOS X". Rederive mCacheDirectory from parent after moving old mCacheDirectory to Cache.Trash for deletion, rather than operate on clone of mCacheDirectory. r=bryner sr=sfraser.
2003-03-17 07:33:45 +00:00
andreas.otte%debitel.net
67c5e262d8
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
dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
gordon%netscape.com
faaf519ab2
Removing obsolete tests. These were for the old pre-NS6.1 cache. r=darin.
2003-03-14 19:29:40 +00:00
gordon%netscape.com
a0bcdb2e44
removing long obsolete files. r=darin.
2003-03-14 19:27:01 +00:00
dmose%mozilla.org
e3f16b7236
The fix for bug 195727 lost the const qualifier. Putting it back. r=timeless, sr=sspitzer
2003-03-14 04:20:40 +00:00
nhotta%netscape.com
cd05d87c04
Change nsIIDNService to take AUTF8String and ACString,
...
bug 188410, r=darin, sr=alecf.
2003-03-13 23:06:14 +00:00
darin%netscape.com
5e7ab39a51
fixes bug 196994 "HTTP generates spurious transport status events" r=dougt sr=jag
2003-03-13 00:52:39 +00:00
nhotta%netscape.com
7d99fd5fb7
Changed to use the official ACE prefix per RFC3490,
...
and comment changes since drafts turned to RFC,
bug 188215, r=ftang, sr=darin.
2003-03-12 21:31:39 +00:00
cls%seawood.org
ab37c79206
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
cavin%netscape.com
53de0d9911
Fix for 195727. Changed IsSpace() declaration from 'const char aChar' to 'PRUnichar aChar'. r=darin, sr=sspitzer.
2003-03-11 23:49:08 +00:00
gordon%netscape.com
17de9197d0
fix bustage on OS/2. Use PR_CALLBACK for run function in PR_CreateThread.
2003-03-11 01:38:55 +00:00
gordon%netscape.com
4719c0e0b9
for bug 103851 "move cache deletion to another thread", r=bryner, sr=darin.
2003-03-10 23:19:05 +00:00
gordon%netscape.com
6ec01461fd
for bug 103851, adding new cache error. r=bryner, sr=darin.
2003-03-10 23:18:04 +00:00
cls%seawood.org
d18d8ada60
Adding mingw makefile changes.
...
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
cls%seawood.org
ab74b36ce8
XP code changes required for mingw landing.
...
Add NS_STDCALL macros for functions that require stdcall declarations.
Add NS_STDCALL_FUNCPROTO macro for stdcall function prototype typedefs.
Bug #134113 r=dougt sr=dbaron
2003-03-07 06:07:56 +00:00
darin%netscape.com
71654d9c2c
fixing OS/2 bustage
2003-03-06 07:27:27 +00:00
darin%netscape.com
e7bd4d0524
fixes bug 156909 "Possible bug in netwerk/protocol/http/src/nsHttpChannel.cpp"
...
patch=tenthumbs@cybernex.net r=suresh sr=darin
2003-03-06 05:42:35 +00:00
darin%netscape.com
03c21e8b11
fixes bug 191835 "FTP leaks control socket" r=bbaetz sr=bzbarsky
2003-03-06 05:01:30 +00:00
darin%netscape.com
426149878b
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
seawood%netscape.com
75c84cfdea
Use MOZ_X11 instead of NO_X11 to signify that we're building for an X11-based toolkit.
...
Bug #191447 r=peterl sr=sfraser
2003-03-04 03:58:43 +00:00
darin%netscape.com
f06b78dce2
fixes bug 194708 "Redirection limit exceeded if https is left out, doesn't follow redirects" r=dougt sr=bryner
2003-03-01 02:18:05 +00:00
suresh%netscape.com
4b13e320bb
bug 173867 - http expires header with date-in-past causes miscalculation. r-dougt, sr-darin.
2003-02-28 21:54:57 +00:00
cavin%netscape.com
47ad5ffffc
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
andreas.otte%debitel.net
7bea6bdccb
fix bug 193477 [URL: colon ":" in URI is escaped in request (not scheme or port delimiter)] no longer escape the colon when it is part of the filename in urls, but force it's escape in links when building dir/index listings, r=bbaetz@acm.org, sr=darin@netscape.com
2003-02-27 13:15:19 +00:00
andreas.otte%debitel.net
869bb24c30
fix bug 191638 [index/html: files|dirs with "%" need to be properly encoded] force escape of % as part of filenames to %25 to not be damaged by unescape, r=bbaetz@acm.org, sr=darin@netscape.com
2003-02-27 10:55:01 +00:00
kairo%kairo.at
11348f5311
bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard
2003-02-27 00:05:44 +00:00
alecf%netscape.com
db5dd7ed0e
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
a9d25a843d
removing dead files (post bug 176919 cleanup)
2003-02-23 05:22:38 +00:00
darin%netscape.com
e8737592a8
removing dead code
2003-02-23 05:14:06 +00:00
darin%netscape.com
5780581f8c
removing dead files (post bug 176919 cleanup)
2003-02-23 05:11:04 +00:00
darin%netscape.com
e48fa44c4a
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
bzbarsky%mit.edu
d55ae48d15
Make defaultDescription and applicationDescription use the handler's leafname
...
if no description is set. Bug 190409, r=pkw@us.ibm.com , sr=darin
2003-02-22 20:06:56 +00:00
bzbarsky%mit.edu
8f9ce54e06
That last checkin was bug 192522, r=alecf, sr=darin
2003-02-22 19:09:58 +00:00
bzbarsky%mit.edu
5a079abc8e
Just set the MIME type on the stringbundle channel after calling Open(). We
...
don't need necko to sniff the type.
2003-02-22 19:09:04 +00:00
seawood%netscape.com
03fef46e2c
Add about:buildconfig
...
Bug #140034 r=bbaetz sr=darin
2003-02-22 05:27:42 +00:00
wtc%netscape.com
c210ab5523
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
mkaply%us.ibm.com
9447538c99
#193593
...
r=darin, sr=bzbarsky, a=asa
Make session-logout work again for http so turbo works on OS/2
2003-02-19 14:53:11 +00:00
darin%netscape.com
942b069220
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
eb51230853
fixing bustage!
2003-02-17 04:38:24 +00:00
darin%netscape.com
20065164a3
fixes bug 192478 "mozilla freezes when 'View Selection Source' @ nsPipe3.cpp::nsPipeOutputStream::WriteSegments" r=dougt sr=bz a=dbaron
2003-02-17 01:37:28 +00:00
darin%netscape.com
6ef3967070
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
03f838a435
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
6e44144762
fixes bug 190860 "trunk topcrash [@ _PR_Getfd]" r=dougt sr=bz a=asa
2003-02-13 19:02:25 +00:00
darin%netscape.com
eab16107c6
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
8898235461
fixes bug 184122 "mozilla submits bug several times" r=bbaetz sr=bz a=dbaron
2003-02-09 20:13:46 +00:00
darin%netscape.com
b55aa4147a
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
dc63377e03
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
d1549d0676
fixes bug 191220 "FTP: not entering directory, instead message box : 'Alert: 250 CWD command successful'" r=bbaetz,sr=dougt,a=asa
2003-02-02 02:55:30 +00:00
darin%netscape.com
8304c9ec71
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
3d55032f82
fixes bug 190000 "crashes [@ PR_SetPollableEvent]" r=pavlov sr=bz a=dbaron
2003-01-31 01:51:45 +00:00
darin%netscape.com
530604a2b4
fixes bug 190001 "crashes [@ nsHttpConnection::CloseTransaction]" r=dougt sr=bz a=dbaron
2003-01-30 23:11:55 +00:00
seawood%netscape.com
4540357473
Whitespace change to trigger rebuild of libs that depend upon zlib.
2003-01-30 05:53:29 +00:00
darin%netscape.com
4587b8ee6e
final patch for bug 190326 "crash in nsJARChannel.cpp when launching calendar"
...
r=dougt sr=alecf a=asa
2003-01-29 06:47:55 +00:00
darin%netscape.com
711360f7b3
fixes bug 190863 "some Images fail to load with pipelining enabled"
...
r=dougt sr=bzbarsky a=asa
2003-01-29 06:42:30 +00:00
darin%netscape.com
efb729aaea
fixes bug 187996 "Strange behavior on 305 redirect" r=bbaetz sr=bzbarsky a=dbaron
2003-01-29 01:13:12 +00:00
darin%netscape.com
0e1462cc9b
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
darin%netscape.com
e8caee69c2
fixes one of the crashes reported in bug 190326 "crash in nsJARChannel.cpp
...
when launching calendar" r=dougt sr=bzbarsky a=asa
2003-01-28 19:13:52 +00:00
kaie%netscape.com
6b9785edcd
b=190640 Remove the DHE ciphersuites until they work
...
r=javi sr=bryner a=asa
2003-01-28 15:06:29 +00:00
sspitzer%netscape.com
6718f17387
turn hang (on send, or save draft of certain email) into an assert
...
by double checking some args to make sure they are valid.
bug #187065 . the bug will open until we fix the real problem.
sr=darin, a=asa
2003-01-28 01:26:24 +00:00
darin%netscape.com
3b402eb5f5
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
006ac979e8
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
87955f7f58
fixes bug 190003 "cannot open links when pipelining enabled, URLs load
...
forever, process not terminated on exit" r=dougt sr=bzbarsky a=dbaron
2003-01-25 02:30:20 +00:00
darin%netscape.com
fd41d3cfa9
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
9fe64eac7f
fixes bug 190194 "cache leak regression from recent checkin"
...
r=gordon sr=bzbarsky a=asa
2003-01-24 01:13:15 +00:00
darin%netscape.com
8eb2526827
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
peterv%netscape.com
5812a79410
Fixing CFM bustage. Necko2, not Necko.
2003-01-22 11:06:15 +00:00
alecf%netscape.com
71e3aa338c
move keyword and data handlers over to necko2 to shrink the embedding build - bug 106206
...
sr=darin, r=pavlov
2003-01-22 03:50:16 +00:00
darin%netscape.com
36a9628307
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
acb702d6e5
minor tweak to last checkin
2003-01-21 23:29:31 +00:00
darin%netscape.com
2000e56f18
fixes bug 189779 "crashes quitting [@ nsDiskCacheOutputStream::~nsDiskCacheOutputStream]"
...
r=kaie sr=bz
2003-01-21 23:28:08 +00:00
kairo%kairo.at
9042b89dbc
Bug 56863 - make about:plugins localizable, r=biesi, sr=bz
2003-01-21 21:04:23 +00:00
darin%netscape.com
b19f5d1ee0
attemping fix for linux Ts/Txul startup regression, b=189567
2003-01-19 20:46:51 +00:00
cbiesinger%web.de
35f33cd321
189630 r=bbaetz sr=dbaron uninitialized nsresult in nsIIOService
2003-01-19 10:55:23 +00:00
darin%netscape.com
0e7b16cca9
removing old nsIFileChannel, hoping to make the macs start ignoring it.
2003-01-18 04:33:21 +00:00
dbaron%dbaron.org
087e85f545
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
f68851be3d
fix leak (thanks dbaron!)
2003-01-18 03:50:41 +00:00
darin%netscape.com
898690e8c3
fixing mac bustage
2003-01-18 03:41:17 +00:00
darin%netscape.com
8f284ed984
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
b5442da194
new files for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
2003-01-18 01:27:53 +00:00
nhotta%netscape.com
17b5b64fd9
Fixing Mac CFM bustage.
2003-01-18 00:50:37 +00:00
nhotta%netscape.com
236c4e352b
Integrate IDN code and Unicode normalizer to nsIDNService,
...
bug 112979, r=ftang, sr=darin.
2003-01-17 23:56:33 +00:00
nhotta%netscape.com
73e728f223
Adding IDN files, bug 112979, r=ftang, sr=darin.
2003-01-17 23:46:22 +00:00
nhotta%netscape.com
c6f8f22611
Adding IDN files,
...
bug 112979, r=ftang, sr=darin.
2003-01-17 23:43:33 +00:00
nhotta%netscape.com
60b09b5720
International Domain Name (IDN) implementation from JPNIC,
...
http://www.nic.ad.jp/ja/idn/mdnkit/download/
bug 112979, r=nhotta, sr=darin.
2003-01-17 23:40:49 +00:00
nhotta%netscape.com
500f449675
Punnycode implementation for International Domain Name (IDN),
...
the code is from internet draft,
http://www.ietf.org/internet-drafts/draft-ietf-idn-punycode-03.txt
bug 112979, r=nhotta, sr=darin.
2003-01-15 21:58:06 +00:00
nhotta%netscape.com
b5d7ae2317
International Domain Name (IDN) implementation from JPNIC,
...
http://www.nic.ad.jp/ja/idn/mdnkit/download/
bug 112979, r=nhotta, sr=darin.
2003-01-15 21:30:10 +00:00
bzbarsky%mit.edu
5f9095c9ce
Fix bug 86640 -- change helper app dialog to properly remember the selected
...
course of action, move the "neverAsk" information from prefs back to
mimeTypes.rdf, remove the "Reset" button from helper app prefs, set up a way to
select "use default OS helper" for a given type. Patch by Bill Law
<law@netscape.com> and Philip K. Warren <pkw@us.ibm.com>, r=biesi, sr=bzbarsky,
what passes for moa in helper apps=bzbarsky.
2003-01-12 01:14:35 +00:00
bzbarsky%mit.edu
34d7d818da
Fix solaris and BSD/OS build bustage
2003-01-11 21:25:57 +00:00
bzbarsky%mit.edu
158a688d94
Add sniffing of XML files. Reorganize the sniffing code to make plugging in
...
new sniffers simpler. Bug 186884, r=bbaetz, sr=darin
2003-01-11 19:34:13 +00:00
darin%netscape.com
f559ce69a0
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
2d58cd8e80
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
timeless%mozdev.org
4a947cfbc2
Bug 186721 Keyword protocol handler NewURI leaks uri if SetSpec fails
...
patch by andersma@luther.edu r=timeless sr=darin
2003-01-08 20:32:13 +00:00
alecf%netscape.com
9f841e1e3c
oops, add ftp files to all targets!
2003-01-07 22:53:17 +00:00
alecf%netscape.com
eda89a044d
fix for bug 170987, CodeWarrior project changes
2003-01-07 21:56:49 +00:00
alecf%netscape.com
dabdc46404
fix for bug 170987 - move the FTP protocol into necko from necko2, so that necko.dll isn't required for embedding
...
r=gordon, sr=darin
2003-01-07 21:56:32 +00:00
bzbarsky%mit.edu
08a01474ef
Fix buld bustage on Irix -- ^M is bad!
2003-01-07 01:35:47 +00:00
kaie%netscape.com
233f20dbed
b=184940 Enable additional SSL ciphers, add configuration UI
...
r=javi sr=jaggernaut
2003-01-07 00:58:24 +00:00
mstoltz%netscape.com
a7c821ee09
Bug 162584: don't linkify javascript: and data: URLs in about:cache-entry. r=gordon, sr=darin
2003-01-06 23:34:43 +00:00
kairo%kairo.at
a7555a91fe
change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard
2003-01-03 19:57:47 +00:00
seawood%netscape.com
583ec4d823
nobrainer changes while thinking about mingw support
...
Bug #134113 r=dmose
2003-01-03 08:58:59 +00:00
rpotts%netscape.com
aedcc2be86
bug #179168 (r=dougt, sr=darin). Get TestSocketInput running again...
2003-01-02 01:14:40 +00:00
rpotts%netscape.com
662220b15d
bug #179166 (sr=darin). TestSocketTransport crashes because of a null eventQ
2003-01-02 01:13:15 +00:00
jaggernaut%netscape.com
d379be6237
Remove dead file (themes/modern/navigatorBindings.xml) from build. r=mozbot, sr=bryner
2002-12-30 21:56:02 +00:00
seawood%netscape.com
4588fb970a
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
timeless%mozdev.org
85373c5757
Bug 52104 about:logo is missing
...
patch by bugzilla@gemal.dk r=timeless sr=darin
2002-12-25 22:17:54 +00:00
timeless%mozdev.org
9d40cc56ad
Bug 52104 about:logo is missing
...
patch by bugzilla@gemal.dk r=timeless sr=darin
2002-12-25 08:40:46 +00:00
seawood%netscape.com
709da1357a
Enable truncation of cache files for BeOS.
...
Bug #162588 r=gordon sr=darin
2002-12-19 06:27:57 +00:00
cbiesinger%web.de
cff08333a7
170548 r=gordon sr=darin about:cache-entry should show filename
2002-12-18 22:51:52 +00:00
cbiesinger%web.de
11107e47a0
184075 r=darin sr=bz nsAboutRedirector should not use literal number
2002-12-14 14:56:26 +00:00
darin%netscape.com
4fea3ee60c
first patch for bug 181230 "profile-change-net-teardown must work"
...
r=dougt sr=rpotts a=asa
2002-12-06 06:38:52 +00:00
neeti%netscape.com
0fd1fd6bcc
Fix for bug 177964 - FTP: can't download file with # in its name,r=nhotta@netscape.com,sr=darin@netscape.com,a=asa@mozilla.org
2002-12-05 19:18:57 +00:00
darin%netscape.com
703bf724e3
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
ef56c1a5ba
additional comment tweaks for bug 157133 "freeze nsIHttpChannel,
...
nsIHttpHeaderVisitor" r/sr=nobody
2002-12-03 22:00:54 +00:00
neeti%netscape.com
b72561f4e2
fix for bug 163941-resolving shorcuts, r=rpotts,sr=darin
2002-11-26 21:37:58 +00:00
darin%netscape.com
2f1b1f3c24
cvs removing unused files, b=181699, r=gagan, sr=alecf
2002-11-26 19:11:33 +00:00
darin%netscape.com
950c622c23
fixes bug 181699 "remove unused nsProxyAutoConfigUtils and
...
nsIProxyAutoConfigUtils" r=gagan sr=alecf
2002-11-26 18:58:27 +00:00
darin%netscape.com
0e1da1c775
fixes bug 141605 "Need to work around non-standard Digest auth server
...
implementations [was: Digest Authorization do not quote certain values]"
patch=pach@cs.cmu.edu r=bbaetz sr=darin
2002-11-26 00:26:13 +00:00
darin%netscape.com
4b23af92f2
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
darin%netscape.com
5cd9678ae6
fixes bug 175641 "Inappropriate behavior on a 412 response"
...
r=bbaetz sr=bzbarsky
2002-11-25 05:07:10 +00:00
darin%netscape.com
379bce54f6
cvs removing unused files (NOT PART OF THE BUILD)
2002-11-24 05:31:39 +00:00
darin%netscape.com
42b751bbb8
fixing mac bustage
2002-11-24 04:37:56 +00:00
darin%netscape.com
c6e196b117
remove dead mime code, b=172963 r=dougt sr=alecf
2002-11-24 03:31:47 +00:00
darin%netscape.com
dfbd8b0bae
fixes bug 181440 "UBS E-Banking broken because of regression in http headers"
...
r=morse sr=bz
2002-11-23 01:30:26 +00:00
darin%netscape.com
9b3557c713
fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky
2002-11-22 07:40:16 +00:00
bzbarsky%mit.edu
d06f507554
Links with unknown protocol should report an error when clicked on. Bug 86486,
...
r=adamlock, sr=darin
2002-11-20 22:58:57 +00:00