Commit Graph

3815 Commits

Author SHA1 Message Date
darin%netscape.com
ffca728302 fixes bug 132497 "prevent crash @nsJARChannel::GetContentLength"
r=dougt, sr=rpotts, a=asa
2002-03-21 23:24:53 +00:00
mkaply%us.ibm.com
6baf042e13 Include of nsIOService.h was somehow including <os2h> later without #defines we need - solution is to add #define INCL_ statements at the beginning 2002-03-21 05:00:45 +00:00
darin%netscape.com
13e48a2388 this should fix the OS/2 bustage, b=128508 2002-03-21 01:14:28 +00:00
darin%netscape.com
9fbd1028d6 b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
jaggernaut%netscape.com
8f26b59dcb Bug 101723: security icon only works for the first tab
Bug 117203: Insecure POST warning only comes up for first tab
Bug 120043: Page Info shows information about a page in the first tab
r=sgehani, r=kaie/ddrinan (for security stuff), sr=sspitzer (for mail/news stuff), sr=hyatt, a=asa. Work based on patch by Smaug <smaug@jippii.fi>.
2002-03-20 09:57:35 +00:00
badami%netscape.com
7136a70c0c Redirection limit for this URL exceeded; Doom cache entry if redirecting back to self
bug 127348 r=gagan sr=darin a=asa
2002-03-20 04:33:51 +00:00
darin%netscape.com
55a33a709e fixes bug 126755 "try next ip address on connection timeout"
r=dougt, sr=rpotts, a=asa
2002-03-19 22:30:55 +00:00
alecf%netscape.com
451df7d6c3 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
badami%netscape.com
ebacb694a3 Regression in "Proxy-authorization header incorrectly sent to server during SSL session."
bug 127671 r=rpotts sr=darin a=asa
2002-03-19 02:26:54 +00:00
badami%netscape.com
298d74cdb6 Instead of an order form page I get an ecommerce security warning
bug 128213 r=rpotts sr=darin a=asa
2002-03-18 05:20:58 +00:00
dougt%netscape.com
e0bea0a99f Fixes part of the Txul regression. b=130524 r=dp@netscape.com sr=darin@netscape.com, a=asa@mozilla.org 2002-03-16 00:43:44 +00:00
bzbarsky%mit.edu
c8e6fc8dee view-source should not follow Refresh: headers. Bug 130931, r=doron,
sr=alecf, a=asa
2002-03-15 03:41:14 +00:00
darin%netscape.com
5affc94a93 fixes bug 63878 "Implement alert for 'document contains no data' (was Going
to lexmark.com does nothing, but www.lexmark works [Connection reset by peer]"
r=adamlock, sr=rpotts, a=asa
2002-03-14 20:24:15 +00:00
brade%netscape.com
a534ba7f76 bug 129565; always send ":" for userpass sequence; written by darin, r=bbaetz, sr=kin, a=Asa 2002-03-14 14:22:43 +00:00
seawood%netscape.com
9bdb6711d0 Remove now redudant REGCHROME calls.
Bug#129456 r=bryner a=asa
2002-03-14 07:11:30 +00:00
seawood%netscape.com
abb8a23948 Remove REGCHROME calls since we now auto-register chrome when jars are processed.
Bug #129456 r=bryner a=asa
2002-03-14 06:17:54 +00:00
bzbarsky%mit.edu
abe192dbf6 Do not apply content decoding if the url ends in .gz or .zip. The
content-encoding battle never ends...  Bug 128199, r=law, sr=darin,
a=asa
2002-03-14 00:51:28 +00:00
badami%netscape.com
22db38cf3d Proxy-authorization header incorrectly sent to server during SSL session
bug 127671 r=rpotts sr=darin a=asa
2002-03-13 07:34:51 +00:00
dougt%netscape.com
299b47cf06 Fixes 127918. Mime Service was being accessed from a non-ui thread. This causes all kinds of problems. Found that content type is not needed while opening most stream io's. Removes content type result from nsIStreamIO::Open(). Added atrribute content type nsIStreamIO. Fixes callers. r=gordon@netscape.com, sr=darin@netscape.com, a=asa@mozilla.org. 2002-03-13 00:34:54 +00:00
jkeiser%netscape.com
e1d1d5b628 Make sure we *always* send Content-Length: 0 in POST requests (bug 129333). r=sicking@bigfoot.com, sr=darin@netscape.com, a=roc+moz 2002-03-12 07:10:25 +00:00
bbaetz%student.usyd.edu.au
dee7ae372a Bug 127998 - Uninitialized memory read in InterlockedExchange
patch by pj@ludd.luth.se, r=bbaetz, sr=darin, a=shaver
2002-03-12 06:18:56 +00:00
bbaetz%student.usyd.edu.au
37673acafc Bug 127997 - Uninitialized memory read in nsStringBundle::FormatString
r=dougt, sr=darin, a=shaver
2002-03-12 05:56:29 +00:00
badami%netscape.com
982a441111 image not loaded if SRC URL has a leading SPACE character.
bug 117410 r=bbaetz sr=darin a=asa
2002-03-12 04:07:14 +00:00
darin%netscape.com
bae2d8543b ward of mac bustage 2002-03-12 01:09:11 +00:00
darin%netscape.com
466cbf808c minor revision to comments 2002-03-12 01:03:12 +00:00
darin%netscape.com
281c86ec58 b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
r=dougt sr=shaver a=asa
2002-03-12 00:59:06 +00:00
badami%netscape.com
1bd183664a regression in removing invalid passwords from password manager
bug 127863 r=morse sr=darin a=asa
2002-03-11 13:25:25 +00:00
seawood%netscape.com
65178608c0 Fix |Cannot use const char* to initialize char*| errors for Sun Forte compilers.
Bug #129533 r=jag sr=darin a=asa
2002-03-10 07:35:22 +00:00
nhotta%netscape.com
dd3f7fd5c2 Added ACE decode function to nsIIDNService, renamed exisiting function name,
bug 110028, r=nhotta, sr=darin, a=shaver.
2002-03-09 00:10:21 +00:00
bryner%netscape.com
3fb226c592 Ignore test binaries. a=leaf. 2002-03-09 00:07:17 +00:00
bbaetz%student.usyd.edu.au
0b39d813d3 Bug 127003 - topcrash fix; make sure OnStart is always called on the real
data connection, before we send data to the listener.
r=dougt, sr=darin, a=dbaron
2002-03-08 22:27:50 +00:00
bienvenu%netscape.com
6bb9918106 fix 104020 and 119592 problems with sending offline notification after socket transport shutdown so add a new notification sent before that r=ccarlen sr=sspitzer a=asa 2002-03-08 14:51:00 +00:00
darin%netscape.com
c0e921342d fixes bug 114897 "My.Yahoo - Logs you out when using Back button"
r=dougt, sr=mscott, a=asa
2002-03-07 20:13:14 +00:00
darin%netscape.com
26bd866efc fixes startup assertion 2002-03-07 00:25:13 +00:00
cbiesinger%web.de
532cef2c10 bug 127252 patch partially by mstoltz r=bbaetz/me sr=darin a=asa
make about:config work again
2002-03-06 22:11:02 +00:00
darin%netscape.com
abf26101c5 minor cleanup.. some unexpected and benign changes crept into the mac xml
project files.
2002-03-06 09:37:41 +00:00
darin%netscape.com
844fb9c679 pacify HPUX compiler 2002-03-06 08:41:25 +00:00
darin%netscape.com
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
timeless%mac.com
7e3fd9f92e Bug 127270 ASSERTION: QueryInterface needed: 'query_result.get() == mRawPtr'
The problem was that InputTestConsumer's QI only listed nsIStreamListener even though
nsIStreamListener inherited from interface nsIRequestObserver.
This adds nsIRequestObserver to the QI.

patch by badami@netscape.com rs=darin a=asa
2002-03-06 03:30:02 +00:00
locka%iol.ie
f99481c757 Display an authorization prompt when shift-click to save password protected URIs. b=116279 r=brade@netscape.com sr=darin@netscape.com a=asa@mozilla.org 2002-03-05 22:45:20 +00:00
bzbarsky%mit.edu
201fa7ccf6 fix regression of bug 124741. r=law, sr=alecf, a=asa 2002-03-05 22:35:56 +00:00
bzbarsky%mit.edu
a917892ffa make the URI checker handle redirections correctly. Bug 128665,
r=bbaetz, sr=darin, a=asa
2002-03-05 05:57:21 +00:00
alecf%netscape.com
cd8f07f3e8 bug 127091 - big string cleanup, removing old APIs
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
andreas.otte%debitel.net
0b00d8365d fix bug 127870 [Mozilla thinks it should contact
bla.com@findus.dhs.org] look for the last not the first @ in the
authority section to allow username/password including @, r=dougt,
sr=darin, a=dbaron
2002-03-03 11:30:59 +00:00
peterv%netscape.com
f0ea3558c8 Fix for bug 5794 ([MAC]Aliasing NGLayoutConfigInclude.h to MacConfigInclude.h is evil). sr=sfraser, a=dbaron. 2002-03-03 10:57:06 +00:00
morse%netscape.com
662e2a6a2e bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz 2002-03-02 01:26:49 +00:00
badami%netscape.com
00fea02e9e Leaking nsCStringKey objects
bug 73308 r=valeski sr=shaver a=brendan patch=tmutreja@netscape.com
2002-03-01 09:28:55 +00:00
bbaetz%student.usyd.edu.au
911a4042bd Bug 128234/128045 - http proxy was being tried even when the protocol
didn't allow it.
r=dougt, sr=darin, a=blizzard
2002-03-01 03:51:26 +00:00
bzbarsky%mit.edu
de5d5de7c2 Make us handle type:application/x-gunzip, encoding:gzip. Bug 128177,
r=bbaetz, sr=darin, a=shaver
2002-02-28 23:54:58 +00:00
bryner%netscape.com
720511557d Removing unused unix-dns.* files (bug 38061). r=alecf, sr=darin, a=shaver. 2002-02-28 07:46:14 +00:00