Commit Graph

1214 Commits

Author SHA1 Message Date
bryner%netscape.com
caa52be426 Remove obsolete _IMPL_NS_NET and NS_NET defines (bug 159887). r=cls, sr=bzbarsky, a=asa. 2002-07-30 02:25:08 +00:00
darin%netscape.com
f45557bdd7 fixes bug 146884 - Mozilla sometimes consumes 100% CPU when pipelining is enabled...
r=dougt sr=rpotts a=asa
2002-07-27 01:06:05 +00:00
loadrunner%betak.net
3a2a8e448b DNS: lookup regression, r=adamlock, sr=darin, a=asa, local fix for autodial by smeredith@netscape.com all credits to him 2002-07-24 02:43:22 +00:00
bienvenu%netscape.com
e3b908170b fix crash shutting down while offline r=dougt, sr=dveditz a=chofmann 156851 2002-07-12 01:00:08 +00:00
tao%netscape.com
c36a083478 93002: [distribution]Conn: Use dialup networking (.DUN) when launching
mozilla. (r=dougt, sr=rpotts), c/o smeredith. - bullet-proof mishave.
2002-07-09 21:53:06 +00:00
jst%netscape.com
c3b623fc32 Fixing one more part of bug 126212. Make nsLoadGroup store the requests in a pldhash in stead of in a linear array for better performance when dealing with *lots* of requests. r=bzbarsky@mit.edu, sr=rpotts@netscape.com 2002-07-09 01:03:45 +00:00
bryner%netscape.com
90a2f7dfb7 Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag. 2002-07-08 07:56:50 +00:00
timeless%mac.com
651ae14d30 Bug 155466 clean up test consumers to correctly use NS_ShutdownXPCOM
r=dmose, sr=scc, moa: dougt, dbradley, gagan, harish, akk
2002-07-04 14:29:25 +00:00
dp%netscape.com
bd5ecc9f2b bug 144884 Necko buffer cache. r=rjc, sr=darin 2002-07-02 18:15:19 +00:00
dougt%netscape.com
3c19e035f5 Making autodial block occur on the socket transport thread - no thread proxying. r=me, sr=rpotts, patch by smeredith@netscape.com. bug 93002 2002-07-02 04:51:40 +00:00
tao%netscape.com
db3d812f32 Fix HPux bustage; add eol at the end. 2002-06-29 01:26:53 +00:00
tao%netscape.com
f327d31b9a 93002: [distribution]Conn: Use dialup networking (.DUN) when launching
mozilla. r=dougt,sr=rpotts. Help Windows NT, 2000, and XP dialup a RAS
connection when a network address is unreachable. (c/osmeredith)
the controlling pref is "network.autodial-helper.enabled".
2002-06-28 23:03:52 +00:00
darin%netscape.com
e436bae9b1 fixes bug 149943 "prevent princeton exploit" r=dougt,mstoltz sr=dveditz 2002-06-26 06:35:38 +00:00
dougt%netscape.com
b457216712 status ignored on OnDataWritable. 153414. r=me, sr=darin 2002-06-25 02:57:00 +00:00
darin%netscape.com
10e4c2f8f2 secondary fix for bug 146094 "Stealing third-party cookies through a proxy"
r=dougt sr=rpotts
2002-06-20 05:49:04 +00:00
darin%netscape.com
dbb4c1e5ed pseudo fix for bug 140472 "No escape for non ASCII host name"
r=dougt sr=rpotts
2002-06-20 05:45:57 +00:00
darin%netscape.com
297b4c9dda fixes bug 133286 "Windows Media Player in full-page plugin mode may not repaint window"
patch=av r=dougt sr=darin
2002-06-18 21:21:47 +00:00
bzbarsky%mit.edu
c4fd9838f8 Don't send HEAD to FTP servers behind HTTP proxies. Bug 148813,
r=bbaetz, sr=darin
2002-06-17 20:49:42 +00:00
peterlubczynski%netscape.com
f239acc984 Fixing NS_MakeAbsoluteURI so it doesn't crash on default parameters, bug 148233 r=serge, sr=darin 2002-06-14 17:44:20 +00:00
naving%netscape.com
7fd6d65393 150716 patch by bienvenu and darin. r=dougt sr=bienvenu. make compact folders work again. The fix is to clear all the member variables pertaining to the request before calling OnStopRequest 2002-06-14 01:40:54 +00:00
mkaply%us.ibm.com
8d4e020746 #150012
r=dougt, sr=darin
Support ranges (x-y) in the list of banned.override ports
2002-06-13 20:51:03 +00:00
darin%netscape.com
9f8e15f2c1 fixes bug 149073 "nsStorageTransport::GetNthSegment is slow"
r=dbaron sr=rpotts
2002-06-11 22:32:35 +00:00
darin%netscape.com
31160badcb fixes bug 149090 "viewing an image three times corrupts web pages [leaks
file descriptors on all platforms]" r=dougt, sr=rpotts, a=asa
2002-06-07 05:07:51 +00:00
dougt%netscape.com
060a87578f Fixes top crash in nsFileTransport::Process [nsFileTransport.cpp, line 753] and hoping to fix the move-email-crash-issue. This change inforces that a Async(Read|Write) of the file or socket transport must have a valid mProvider|mListener. sr=darin@netscape.com, r=pavlov, bug=107214 2002-06-04 05:36:15 +00:00
ben%netscape.com
f713d6c356 Part of a fix for bug 142847, Trunk crashes launching mail @ nsBufferedStream::Fil
l. Null-check patch from darin@netscape.com, r=dougt, sr=ben
2002-06-03 12:44:13 +00:00
dougt%netscape.com
cd91be1c37 beard tells me that I need a class after friend - fixing mac bustage. 2002-05-31 22:03:38 +00:00
dougt%netscape.com
5f7d72f9e8 fixes crash in js_FreeStack caused by a race condition in necko. see 139556 for the details. r=rpotts, sr=darin 2002-05-31 20:40:11 +00:00
timeless%mac.com
01b68b0fb0 Bug 134724 nsIOService::~nsIOService => nsIOService::SetOffline Getting service @mozilla.org/observer-service;1 on shutdown. [@nsThreadPool::Shutdown]
r=dougt sr=darin
2002-05-30 23:11:49 +00:00
rpotts%netscape.com
73de225b01 bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
darin%netscape.com
60aa140286 fixes bug 134793 "browser hangs when [ is put in the URL bar"
r=gagan sr=rpotts
2002-05-15 20:07:48 +00:00
dougt%netscape.com
c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
darin%netscape.com
adf3492765 fixes bug 143311 "nsStreamListenerTee should completely drop mSink during
OnStopRequest" r=gordon,dougt sr=rpotts
2002-05-10 18:38:09 +00:00
rpotts%netscape.com
c9c3d0caab bug #129795 (r=darin@netscape.com, swr=alecf@netscape.com) wrong document channel assertions are firing during redirects... 2002-05-09 20:37:50 +00:00
rpotts%netscape.com
d9ac94fcd4 bug #142976 (r=darin@netscape.com, sr=jst@netscape.com) OnStopRequest is not always fired by the nsStorageTransport 2002-05-09 08:45:44 +00:00
darin%netscape.com
6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
jst%netscape.com
dd27ac8f1e Fixing bug 140462. nsIURI segment accessors return only part of the requested segments in some cases. r=bbaetz@student.usyd.edu.au, sr=darin@netscape.com 2002-05-07 20:23:37 +00:00
darin%netscape.com
b4b75daa66 cleaning up documentation, marking some interfaces frozen, and splitting
up some interfaces into separate IDL files (b=124465)
reviewed by dougt and bbaetz
2002-05-03 07:49:43 +00:00
ben%netscape.com
d5e1f0f0af [Chrome FastLoad]
Make nsStandardURL implement nsIClassInfo so that URIs can be serialized into the FastLoad File.
r=dougt, sr=darin
2002-05-03 03:01:32 +00:00
darin%netscape.com
6c213350fb fixes bug 138877 "Browser crashes if HREF contains entity #9619; M1RC1
topcrash [@ MSVCRT.DLL - PR_Free] [@ libc.so.6 - PR_Free]"
r=nhotta sr=rpotts
2002-04-30 01:13:54 +00:00
darin%netscape.com
e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
jgmyers%netscape.com
bf7e6b01fd Remove ssl-forcehandshake workaround r=kaie/rpotts/bienvenu sr=darin 2002-04-26 23:02:11 +00:00
dougt%netscape.com
8e66412f38 Reduces the chance of losing a known race condition. 139556. r=rpotts@netscape.com, sr=darin@netscape.com 2002-04-25 21:04:27 +00:00
seawood%netscape.com
c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
bzbarsky%mit.edu
56c5bf7bda Fix parsing of content-types with options (bug 138639). r=bbaetz, sr=darin. 2002-04-22 23:55:30 +00:00
darin%netscape.com
e983088230 fixing build bustage 2002-04-21 19:12:28 +00:00
darin%netscape.com
9af760d4e6 fixes bug 138280 "Trunk crash [@ nsStorageTransport::nsReadRequest::OnStartRequest]"
r=gagan sr=rpotts
2002-04-21 18:33:42 +00:00
jkeiser%netscape.com
0dc252669f Close submitted files (input type=file) when done with them. (bug 126829) r=dougt@netscape.com, sr=darin@netscape.com 2002-04-18 22:02:09 +00:00
bbaetz%student.usyd.edu.au
7d1bd63099 Bug 129420 - mailto: urls not working with PAC
r=dougt, sr=darin
2002-04-16 07:41:47 +00:00
darin%netscape.com
1c757de240 fixes bug 136216 "[viewpoint] GetURL fails on https file when the file is
partially in the browser's memory cache" r=serge sr=rpotts
2002-04-15 23:45:07 +00:00
dougt%netscape.com
2dbd1edd63 XPCOM initialize primary event queue. 135531. r=brendan@mozilla.org, sr=darin@netscape.com 2002-04-15 22:26:29 +00:00