heikki%netscape.com
55a5667dd2
Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt.
2002-01-31 22:12:36 +00:00
bbaetz%student.usyd.edu.au
d2fe340a26
Bug 122548 - ftp was adding bogus (empty) entries for files. We shouldn't
...
be caching these at all
r=dougt, sr=darin
2002-01-31 08:43:52 +00:00
jaggernaut%netscape.com
b465107ccc
Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
...
Step 2: Modify existing files to stop pointing at old files and start pointing at new files.
2002-01-31 04:08:19 +00:00
darin%netscape.com
4cd6759f45
fixes bug 121521 "ABR doing 'File->Open...' to open a file from disk"
...
r=jrgm,andreas.otte, sr=mscott
2002-01-31 01:53:05 +00:00
jaggernaut%netscape.com
09a1e47747
Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
...
Step 1: add new files
2002-01-31 00:29:19 +00:00
bbaetz%student.usyd.edu.au
54c7fe82f6
Bug 122307 - FTP doesn't work if memory and disck cache sizes are 0
...
r=dougt, sr=darin
2002-01-30 22:44:44 +00:00
sfraser%netscape.com
d133d4956f
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
alecf%netscape.com
28b3772942
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
...
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
cathleen%netscape.com
8605704b12
eliminate nsCRT::zero() to use memset to zero instead, bug 118135, r=dp sr=waterson
2002-01-30 02:55:57 +00:00
darin%netscape.com
b62cc47e43
removing dead, empty file
2002-01-30 02:29:51 +00:00
bbaetz%student.usyd.edu.au
6f01b32d53
Bug 115720 - migrated ("network.proxy.type", 3) fails to connect
...
r=darin, sr=dveditz
2002-01-29 23:15:41 +00:00
darin%netscape.com
5f95498d2d
fixes bug 114125 "nsStandardURL::Clone fails to clone the nsIFile if one
...
exists" r=dougt,sr=sfraser
2002-01-29 22:04:16 +00:00
cathleen%netscape.com
e0f55c7088
eliminate nsCRT::memcmp and all callers to use memcmp instead, bug 118135 r=dp sr=brendan
2002-01-29 21:30:32 +00:00
dougt%netscape.com
c50ca402ad
1. Converts callers of nsIComponentManagerObsolete to use
...
nsIComponentRegistrar.
2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.
3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.
4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.
5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.
6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl. in
this way, the same base class can support both old style and new style
enumerations.
7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer. Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.
Bug 115853. r=dp@netscape.com , sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
darin%netscape.com
0686983ad3
part one of bug 113163 "Performance problem at downloading"
...
patch=ak@muc.de , r=gordon@netscape.com , sr=darin@netscape.com
2002-01-29 02:58:02 +00:00
darin%netscape.com
dfd95c7778
another patch for bug 109179 "replace nsStdEscape with nsEscapeURLPart"
...
r=dougt,gagan sr=alecf,waterson
2002-01-29 01:09:37 +00:00
mkaply%us.ibm.com
e9838dc1a3
More OS/2 bustage
2002-01-28 18:13:56 +00:00
mkaply%us.ibm.com
0cb6fbaa60
OS/2 bustage
2002-01-28 17:00:06 +00:00
alecf%netscape.com
bcd6a6fb94
fix for bug 121508 - clean up nsStringStream and nsIParser APIs.. r=dougt, sr=jst
2002-01-27 22:02:00 +00:00
rpotts%netscape.com
b7ac62d47e
bug #120590 (r=mscott@netscape.com, sr=darin@netscape.com). HTTP was using the wrong mime handler...
2002-01-27 06:03:39 +00:00
darin%netscape.com
f1c36a4c12
partial fix for bug 90004 "proxy reload doesn't work" r=gagan,sr=rpotts
2002-01-26 02:14:09 +00:00
darin%netscape.com
d876a8d7cc
backing out my changes -- rjc says it causes moz not to startup!
2002-01-26 00:46:09 +00:00
darin%netscape.com
d0cddf5d96
fixes bug 114778 "formpost temp files not cleaned up when browser exits"
...
patch=badami@netscape.com , r=rpotts@netscape.com , sr=darin@netscape.com
2002-01-26 00:38:37 +00:00
darin%netscape.com
26ac6b9972
patch 2 for bug 109179 "replace nsStdEscape with NS_EscapeURL"
...
r=dougt, sr=alecf
2002-01-25 23:08:02 +00:00
andreas.otte%debitel.net
f883f23aa4
second try to fix bug 119071 [Can not ftp files from / on Cobalt web
...
server], this time working around bad urls generated by the tinderbox
script, r=bbaetz, sr=darin
2002-01-25 22:19:29 +00:00
andreas.otte%debitel.net
a59c0cac45
fix bug 120959 [Use of ".." in address causes links to relative URL's
...
to fail] A regression from the rewrite of the urlparser,
r=dougt@netscape.com , sr=darin@netscape.com
2002-01-25 22:07:50 +00:00
alecf%netscape.com
334287cf37
oops didn't mean to check this in (shouldn't cause bustage, but I don't know if it will even work without the other changes.. if it does, then nsCOMPtr<> is busted!)
2002-01-25 01:13:09 +00:00
alecf%netscape.com
f5c506abfd
attempt to fix OS/2 bustage
2002-01-24 22:55:41 +00:00
mcafee%netscape.com
94746f6a12
I'm sorry Dave, I'm afraid I can't allow this checkin. Backing out rjc's change from earlier (121546). r=jrgm
2002-01-24 07:16:01 +00:00
gordon%netscape.com
7cf5c26933
fix bug 120833 "default value of nsICacheEntryInfo::expirationTime should be PRUint32(-1)". r=gagan, sr=darin.
2002-01-24 03:06:28 +00:00
rjc%netscape.com
33d6e39d57
Fix bug # 113894 (and 36972 and 79013 and probably others): get nsFileSpec usage out of RDF, and fix RDF persistence on Mac if there is a slash in the path. Various code from myself, darin, waterson and tingley. Various r/sr include darin, waterson
2002-01-24 01:29:39 +00:00
gordon%netscape.com
0845b71af5
Fix bug 119117 "nsDiskCacheMap.h compiler warning". sr=darin.
2002-01-24 01:27:32 +00:00
gordon%netscape.com
b032cdadb8
Fix bug 111049 "add attribute to nsICacheSession to detect device availability". sr=darin.
2002-01-24 01:25:25 +00:00
gordon%netscape.com
efd43a6ced
Fix bug 119085 "cache entries corrupted if size of metadata is zero". sr=darin.
2002-01-24 01:24:20 +00:00
kaie%netscape.com
eb80d84acd
b=106188 fix whitespace
...
a=brendan
2002-01-22 02:20:13 +00:00
darin%netscape.com
02d3556d92
fixes bug 115252 "going to http://orange.dk produces redirection error"
...
patch=badami@netscape.com ,darin@netscape.com
r=gordon@netscape.com ,blizzard@mozilla.org
sr=mscott@netscape.com
a=dbaron@fas.harvard.edu
2002-01-20 00:43:04 +00:00
bbaetz%student.usyd.edu.au
22168efd7c
Bug 120891. TestProtocols was including a cookies header file it didn't
...
need, breaking no-extentions builds.
r=bryner, sr=jst, a=dbaron
2002-01-19 04:04:51 +00:00
rjc%netscape.com
2a570f5edd
Shame on alecf for not updating to the tip before checking in! Re-backing out these two lines which were originally backed out last night. a=sheriff trudelle
2002-01-19 01:58:03 +00:00
gordon%netscape.com
7ee3cd55f2
Fix bug 114292 (top crash in cache code). Patch prevents cache devices from evicting entries while they are being "bound". r=brendan, sr=darin, a=blizzard.
2002-01-18 22:18:28 +00:00
alecf%netscape.com
61cc047c10
fix for bug 119902 - assertions in nsIOService when saving files, plus a minor performance optimization from dougt
...
r=adamlock, sr=darin
2002-01-18 21:08:07 +00:00
kaie%netscape.com
cf13b17550
b=106188 Fix SSL freezing Mozilla on connect problems
...
r=darin r=javi r=wtc sr=jag a=blizzard
2002-01-18 20:20:02 +00:00
rjc%netscape.com
ac965f56c7
Back out fix for bug # 113894 due to bug # 120617. a=sheriff suresh
2002-01-18 07:19:46 +00:00
sspitzer%netscape.com
93f52a37b0
fix for smoketest blocker #120324 . back out the fix for #119051
...
(mailnews part was not tested or reviewed by module owner)
sr=mscott,bienvenu
2002-01-16 20:58:01 +00:00
timeless%mac.com
a3fc2febc6
Bug 117740 bad style in Cut calls in nsJARURI::SetSpec
...
r=redfive sr=jag
2002-01-16 07:31:45 +00:00
seawood%netscape.com
e56e20b1dc
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
timeless%mac.com
c4d44ab97c
Bug 119051 duplicate symbol breaks win32 static build
...
create and use nsIIOService::getQueryAttributeValue
r=dbradley sr=darin
2002-01-16 05:07:31 +00:00
bzbarsky%mit.edu
5a1b42ffbb
Bug 90633. Use the URL extension for the temp file we pass to helpers
...
if it matches the extension list in the mime info. r=law, sr=mscott.
2002-01-16 04:28:06 +00:00
darin%netscape.com
ddf6b225f1
fixes bug 42898 "iDNS support"
...
r=nhotta, sr=brendan
2002-01-16 03:23:23 +00:00
darin%netscape.com
efa9881818
backing out andreas' fix for bug 119071. it's causing serious problems
...
with relative links.
2002-01-16 03:01:38 +00:00
andreas.otte%debitel.net
d31c63e610
fix bug 119071[Can not ftp files from / on Cobalt web server], changed
...
CoalesceDir in a way that it no longer drops to much ../ in a path but
leaves them unresolved. This way ftp urls like
ftp://user:<password>@ftp.host.com/../../logs can be successfully used,
r=bbaetz, sr=darin
2002-01-16 00:25:18 +00:00
timeless%mac.com
7edbfb6b60
Bug 119310 preferences + open in new tab + clicking browser crashes @nsLoadGroup::RemoveRequest
...
assert instead of crashing if some load fails
r=darin sr=waterson
2002-01-16 00:16:51 +00:00
dbragg%netscape.com
4563bf5291
Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com
2002-01-15 23:11:03 +00:00
andreas.otte%debitel.net
38abf18e5f
fix bug 114063 [error loading FTP URL served by publicfile] fix
...
uninitialized time/date struct that caused a crash, fix so that we can
navigate this strange server, r=bbaetz, sr=darin
2002-01-15 22:34:32 +00:00
rjc%netscape.com
90ec4b26a5
Fix bug # 113894: RDF persistence breaks when there is a / in the file path. Verbal r=pavlov and sr=waterson
2002-01-15 05:20:37 +00:00
dougt%netscape.com
a3d07d9e14
116420 - Fixes broken directory listings if there is a broken symlink in that directory. r=pavlov, sr=jband@netscape.com
2002-01-15 00:51:11 +00:00
darin%netscape.com
61ed1b56b9
fixes bug 119625 "Can't enter new bug or post comments (POSTs turn into GETs)"
...
r=bbaetz, sr=alecf
2002-01-15 00:07:46 +00:00
timeless%mac.com
2bfa4f156e
Bug 117727 make testprotocols pretty print error condition for unknown Content-Length
...
a=darin
2002-01-13 00:54:27 +00:00
bbaetz%student.usyd.edu.au
dba349965d
Bug 119625 - can't POST forms
...
Patch by christophe.fergeau@laposte.net , r=bbaetz, sr=beng
2002-01-12 23:56:42 +00:00
cathleen%netscape.com
92d4fbf218
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
darin%netscape.com
e4ecaec549
fixes first part of bug 109179 "replace NS_EscapeURL with NS_EscapeURLPart"
...
r=andreas.otte@debitel.net
sr=alecf@netscape.com
2002-01-11 23:02:22 +00:00
darin%netscape.com
a47cc12899
fixes bug 117931 "Function shExpMatch in nsProxyAutoConfig.js: conversion
...
from shell pattern to regexp is incorrect."
patch=zybi@talex.com.pl
r=tingley@sundell.net
sr=darin@netscape.com
2002-01-11 22:52:32 +00:00
darin%netscape.com
926dbcef45
fixes bug 112479 "HTTP needs complete support for nsIUploadChannel"
...
r=dougt, sr=alecf
2002-01-11 22:44:26 +00:00
darin%netscape.com
438eeaa425
fixes bug 119103 "Host: header not being send correctly for IPv6 IP's"
...
r=morten@nilsen.com
sr=jag
2002-01-11 20:34:23 +00:00
darin%netscape.com
2c5dd76223
fixes bug 117507 "HTTP Authentication hangs if no username/password is entered"
...
r=badami@netscape.com sr=jag
2002-01-11 20:33:03 +00:00
sspitzer%netscape.com
11c636a95c
fix for #118876 . fix xml error when printing addressbook cards with < & or >.
...
use the txt to html converter to turn those into entities.
r=bienvenu,sr=mscott
2002-01-11 00:07:45 +00:00
jband%netscape.com
bd13bf01de
fix bug 19330. Lost the setting of rv in previous fix. sr=darin r=alecf
2002-01-10 23:39:50 +00:00
brade%netscape.com
21212dee96
remove unused static kSocketTransportServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:40:05 +00:00
brade%netscape.com
bdde67a8a6
remove unused static kIOServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:38:00 +00:00
brade%netscape.com
4652822bf2
remove unused static KStreamConverterServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:36:22 +00:00
brade%netscape.com
e1cd14b504
remove unused statics kIOServiceCID and kComponentManagerCID saving 32 bytes (bug 117927; rs=darin)
2002-01-09 14:34:51 +00:00
brade%netscape.com
4640153b2a
remove unused static kSocketProviderService saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:33:45 +00:00
brade%netscape.com
2192d5df78
remove unused static kStandardURLCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:33:01 +00:00
brade%netscape.com
b122c940c3
remove unused statics kIOServiceCID and kJARUriCID saving 32 bytes (bug 117927; rs=darin)
2002-01-09 14:32:21 +00:00
brade%netscape.com
79d2de4033
remove unused static kZipReaderCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:31:27 +00:00
brade%netscape.com
c32435dea8
remove unused static kCategoryManagerCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:30:34 +00:00
brade%netscape.com
4368f62ee5
remove unused static kIOServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:29:20 +00:00
brade%netscape.com
d731bdbcec
remove unused const kMIME saving 9 bytes (bug 117927; rs=darin)
2002-01-09 14:25:58 +00:00
brade%netscape.com
0fc2c12961
remove unused static kSocketTransportServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:24:20 +00:00
brade%netscape.com
bd0c73f899
remove unused static kEventQueueService saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:22:17 +00:00
brade%netscape.com
6287033000
remove unused static kFileTransportServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:21:00 +00:00
darin%netscape.com
a8fec387ad
fixes bug 112564 "Cache-Control: no-cache should not affect back/forward
...
buttons" r=dougt, sr=brendan
2002-01-09 04:18:48 +00:00
darin%netscape.com
abbe4059c8
comment correction
2002-01-08 22:39:18 +00:00
jst%netscape.com
4497685b25
Fixing bug 64248. Making the loading of external scripts pass the referrer to the server when requesting the script. r=gagan@netscape.com, sr=darin@netscape.com
2002-01-08 06:32:36 +00:00
darin%netscape.com
9a8e2e4f57
fixes bug 54349 "stylesheet do not load when in another HTTP auth realm (sometimes)"
...
patch=badami@netscape.com
r/sr=darin,rpotts
2002-01-08 05:18:08 +00:00
pete%alphanumerica.com
fde4516e84
b=116170, r=dougt, sr=darin
...
fix for crash on ftp://ftp.dict.org/
--pete
2002-01-08 02:56:20 +00:00
darin%netscape.com
b4a94c1067
fixes bug 118143 "GetPath() is off by one char after calling SetQuery()"
...
r=dougt, sr=sspitzer
2002-01-08 02:05:43 +00:00
alecf%netscape.com
5965318acb
C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin
2002-01-08 01:31:25 +00:00
pinkerton%netscape.com
628436b865
stop using PR_PutEnv and use PR_SetEnv instead. r=sdagley/sr=blake. bug 118187
2002-01-07 15:42:08 +00:00
ccarlen%netscape.com
525230cf76
Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com
2002-01-07 14:35:04 +00:00
seawood%netscape.com
1e23ef961b
Use proper platform specific file when building on win32 with gmake. Fixing crash on startup problem.
2001-12-31 22:46:33 +00:00
mcafee%netscape.com
b36c7d6a50
Ignore generated files
2001-12-29 03:09:11 +00:00
mcafee%netscape.com
83213367d7
Build TestPerf on unix (117127). r=timeless
2001-12-27 22:14:01 +00:00
jaggernaut%netscape.com
75b1455d5d
Bug 116957: Put Adopt on ns{C}String, and use it in nsStandardURL. r=dbaron, rs=scc
2001-12-26 23:14:12 +00:00
timeless%mac.com
61a97fd94a
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
gerv%gerv.net
827832d0fc
Updating licenses to tri-license.
2001-12-22 09:15:51 +00:00
rjesup%wgate.com
2e680f1b17
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
...
assertions for bad voidarray indexes. r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
darin%netscape.com
f84057c29e
fixes bug 85575 "SSL form submission, redirect" patch=badami@netscape.com,
...
r=gagan, sr=darin
2001-12-20 21:13:25 +00:00
timeless%mac.com
94cb0484e3
Bug 106853 drawThemeMenuSeperator should be drawThemeMenuSeparator
...
r=bbaetz sr=brendan
2001-12-20 21:00:57 +00:00
darin%netscape.com
4e37323693
fixes bug 114778 "formpost temp files not cleaned up when browser exits"
...
r=gordon,dougt sr=mscott
2001-12-20 03:49:07 +00:00
darin%netscape.com
fa0b23c735
fixes bug 115222 "jar protocol handler should be cached in the io service"
...
r=dp, sr=mscott
2001-12-20 03:46:21 +00:00
alecf%netscape.com
d8253813c9
oops, fix bustage - I forgot to change the API on all 3 platforms
2001-12-19 01:14:37 +00:00
alecf%netscape.com
1e5daacbd5
bug 100212 - add api to nsIOService to go between nsIFile and url strings
...
r=dougt, sr=darin
2001-12-19 00:58:25 +00:00
alecf%netscape.com
51f6a6fcc0
bug 100212 - add new APIs to nsIOService to do URL parsing/conversion of nsIFiles
...
r=dougt, sr=darin
2001-12-19 00:55:42 +00:00
rpotts%netscape.com
2e92f33959
added new-line at the end
2001-12-19 00:43:31 +00:00
rpotts%netscape.com
36c038dfd4
bug #102779 (r=darin@netscape.com, sr=jst@netscape.com) data:// urls now use load groups... this allows onLoad events to fire (when appropriate).
2001-12-19 00:42:16 +00:00
dougt%netscape.com
849d297364
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
seawood%netscape.com
e0b30fe3a4
Forgot to add EXTRA_DSO_LIBS to link list for libnecko. Should fix some of the orange tinderboxes.
...
Bug 115890 a=dougt
2001-12-18 22:19:21 +00:00
timeless%mac.com
c27d88c251
Bug 115594 Support .CUR files patch by cbiesinger@web.de r=pavlov sr=tor
2001-12-18 13:40:06 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
bryner%netscape.com
4b5ada5207
Backing out alecf's checkin for bug 115152 as it's causing a crash on exit on optimized builds (and keeping tinderbox orange).
2001-12-18 07:09:40 +00:00
alecf%netscape.com
09d6843243
fix for bug 115152, lots of service-manager warnings on exit. r=nhotta, sr=darin
2001-12-17 22:24:25 +00:00
tor%cs.brown.edu
073a7c9d91
Bug 66976 - turn on libpr0n MNG decoder. r=pavlov, sr=brendan.
...
Mac build patch by conrad, r=pinkerton, sr=sfraser
2001-12-17 22:07:03 +00:00
jaggernaut%netscape.com
e44e7d9ec8
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com
ee12112b29
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
darin%netscape.com
1d20c0ccdf
fixes bug 115164 "nsJARURI::FormatSpec does more work than it needs to do"
...
r=dp, sr=jag
2001-12-15 20:34:07 +00:00
tingley%sundell.net
64c34d32ca
checkin for _basic@yahoo.com to add support for the SOCKS directive in proxy
...
autoconfig (PAC) files. bug 105335, r=bbaetz, sr=darin.
2001-12-14 23:52:06 +00:00
seawood%netscape.com
51fa852613
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
darin%netscape.com
2604289683
fixes bug 114660 "data: URLs get sent as http-referer" r=gagan, sr=mscott
2001-12-14 22:56:26 +00:00
darin%netscape.com
a2d32b8e4e
fixes bug 115129 "stream loader optimizations" r=gagan, sr=brendan,dveditz
2001-12-14 22:54:56 +00:00
darin%netscape.com
c739c5639b
fixes bug 114286 "No way to determine if a http request was a 304 or not."
...
r=pavlov, sr=mscott
2001-12-14 22:53:13 +00:00
dbragg%netscape.com
ebcf51de4d
Fix for bug 109951. Updating the version number of the language packs to 0.9.7.
...
r=tao, sr=dveditz, a=asa for drivers@mozilla.org
2001-12-14 00:18:54 +00:00
bbaetz%cs.mcgill.ca
5c8cc975a2
Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by
...
alex.fritze@crocodile-clips.com , james.turner@crocodile-clips.com , and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes
r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.
NOT ON BY DEFAULT
2001-12-12 07:59:31 +00:00
neeti%netscape.com
831ef3ac3b
fix for bug 114439 - nsFileTransportService should cache the mime service. r=dp, sr=darin
2001-12-12 01:20:38 +00:00
bzbarsky%mit.edu
637153585a
Make the helper app dialog report the correct mime type after we've
...
tried to use extensions to guess the type. Bug 78943, r=law, sr=mscott
2001-12-12 01:02:26 +00:00
darin%netscape.com
0ebdf60f32
fixes bug 113949 "Trunk crash [@ nsFileTransport::Process]"
...
r=dougt, sr=mscott
2001-12-11 23:05:51 +00:00
ccarlen%netscape.com
95ce5e2693
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
ccarlen%netscape.com
993cd4c06f
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 04:54:47 +00:00
ccarlen%netscape.com
afffbda535
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
ccarlen%netscape.com
6d8ea78b52
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:25:12 +00:00
timeless%mac.com
b6d01313cf
Bug 114040 QNX isn't X11
...
r=bzbarsky sr=darin
2001-12-09 09:14:34 +00:00
bryner%netscape.com
398d312fc4
Removing wallet from REQUIRES since it's no longer needed. r=jag.
2001-12-08 09:44:58 +00:00
darin%netscape.com
94012c9c3c
fixes bug 83471 "Redirection loops"
...
r=bbaetz@cs.mcgill.ca
sr=rpotts@netscape.com
2001-12-08 00:23:04 +00:00
waterson%netscape.com
5e242ccd1a
Bug 113515. Decouple FTP from wallet using the observer service. r=bbaetz, morse, sr=darin
2001-12-07 23:56:55 +00:00
sfraser%netscape.com
75cc7b12e2
Fix for bug 113942 -- bail early in nsFileIO::GetInputStream() if IsDirectory() returns an error. r=dougt, sr=darin
2001-12-07 23:49:11 +00:00
pete%alphanumerica.com
efee7eec18
b=77933, r=ccarlen, sr=jst
...
nsIFile::CreateUnique() has unused parameter
removed unused parameter
/**
WARNING commercial tree has one hit for this API change
*/
--pete
2001-12-07 23:06:51 +00:00
darin%netscape.com
74d47a6f68
fixes bug 97833 "http should periodically prune it's idle connection list of
...
dead connections"
patch=badami@netscape.com
r=dougt@netscape.com
sr=darin@netscape.com
2001-12-07 01:40:18 +00:00
darin%netscape.com
b639381424
fixes bug 15320 "Forms/Necko: Temp file (formpost) left after file upload"
...
r=dougt, sr=mscott
2001-12-07 00:40:55 +00:00
darin%netscape.com
ae3912fb49
fixes bug 113807 "Mozilla crashes with a Dr. Watson when using a proxy
...
server - Trunk [@ MSVCRT.DLL - nsHttpAuthCache::GetAuthEntryForPath]"
r=gagan@netscape.com
sr=mscott@netscape.com
2001-12-06 22:36:06 +00:00
timeless%mac.com
69f1c63abe
Bugzilla Bug 113885 documentation of nsIHttpNotify :: onExamineResponse is wrong.
...
the callback is not asynchronous.
sr=darin ... no need for further review.
2001-12-06 22:16:38 +00:00
mkaply%us.ibm.com
26250e614d
#103514
...
r=bbaetz, sr=darin
Don't do PASV stuff if it is an OS/2 FTP server. This should finish the work to get FTP to OS/2 servers working.
2001-12-06 20:10:16 +00:00
darin%netscape.com
d08ecb8f74
fixes bug 106097 "M096, Trunk crash [@ nsHttpHandler::InitiateTransaction_Locked] [@ nsHttpConnection::Init]"
...
r=bbaetz@cs.mcgill.ca , sr=mscott@netscape.com
2001-12-06 02:21:03 +00:00
darin%netscape.com
98a47ebb42
fixes bug 71005 "Memory leak in implementation of nsJARURI"
...
patch=badami@netscape.com
r=gordon@netscape.com
sr=darin@netscape.com
2001-12-06 01:20:33 +00:00
bbaetz%cs.mcgill.ca
fcc53b9bd8
Bug 85381 again - left out the .h
2001-12-06 00:48:36 +00:00
bbaetz%cs.mcgill.ca
4e7a8df3e6
Bug 85381 - spit html directory listings up into several tables to avoid
...
layout perf issues.
r=dougt,sr=darin
2001-12-06 00:10:11 +00:00
bbaetz%cs.mcgill.ca
133116d5bf
Bug 111117 - don't print the password in the <title> or the header for the
...
page.
r=dougt, sr=darin
2001-12-06 00:09:00 +00:00
bbaetz%cs.mcgill.ca
4e1e5e8a71
Bug 84472 - make unsupported ftp server message more userfriendly
...
r=dougt, sr=darin
2001-12-06 00:05:15 +00:00
bbaetz%cs.mcgill.ca
6784c8812f
Bug 43567 - ftp keeping connections alive forever
...
r=dougt, sr=darin
2001-12-06 00:02:24 +00:00
darin%netscape.com
c9e387d022
fixes bug 113508 "Identical URIs do not compare via nsIURI::Equals"
...
r=andreas.otte@debitel.net , sr=rpotts@netscape.com
2001-12-05 23:54:55 +00:00
darin%netscape.com
2a28f8600a
netwerk/build changes for bug 15860 "digest auth" r=dougt, sr=rpotts
2001-12-05 01:09:38 +00:00
darin%netscape.com
2f4cbac1ab
mac project changes for bug 15860 "digest auth"
...
r=dougt, sr=rpotts
2001-12-05 01:09:00 +00:00
darin%netscape.com
ffa72c70b4
fixes mac bustage
2001-12-05 00:51:18 +00:00
darin%netscape.com
43dc5ff391
fixes bug 15860 "support http/1.1 digest authentication"
...
patch=jab@atdot.org ,pach@cs.cmu.edu,darin@netscape.com
r=dougt@netscape.com
sr=rpotts@netscape.com
2001-12-04 23:49:06 +00:00
hewitt%netscape.com
66be71de93
93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt
2001-12-04 23:30:25 +00:00
mkaply%us.ibm.com
e84039ee52
#84420
...
r=gordon
Forgot to remove a path that OS/2 and BeOS shouldn't go down - leaving code in but #if 0 per gordon
2001-12-04 15:05:03 +00:00
neeti%netscape.com
39ea3f4abb
fix for bug 112659 - nsSocketTransport does not cache DNS service, r=dougt, sr=darin
2001-12-04 02:47:19 +00:00
darin%netscape.com
f5cbd5fb34
build TestPerf on linux
2001-11-30 01:01:23 +00:00
darin%netscape.com
a2060b167f
fixes bug 112328 "purify report ABR in nsBaseURLParser::ParseURL"
...
r=bbaetz, sr=mscott
2001-11-29 23:28:34 +00:00
gordon%netscape.com
8b769b6c5b
Fix bug 110405. Removing anachronistic assertion, added condition to respect STORE_ON_DISK policy. Changed fav icon cache policy to STORE_ANYWHERE. r/sr = darin, hyatt, sfraser.
2001-11-29 23:04:58 +00:00
dougt%netscape.com
d89fa6a2b9
fixed bug 112345. JAR Channel does not cache mime service. r=neeti@netscape.com, sr=darin@netscape.com
2001-11-29 22:29:00 +00:00
darin%netscape.com
3d14ac721e
adding jar performance test
2001-11-29 00:50:55 +00:00
dbaron%fas.harvard.edu
824e7d22ca
Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc
2001-11-28 05:22:57 +00:00
darin%netscape.com
b228b3cdd5
fixes bug 112257 "Reply quoting includes header text" r=gagan, sr=mscott
2001-11-28 00:59:02 +00:00
darin%netscape.com
9bbd42f201
patch 2 of bug 110686 "nsStandardURL not thread-safe" r=dougt, sr=mscott
2001-11-28 00:49:07 +00:00
darin%netscape.com
795d06e95f
patch 1 of bug 110686 "nsStandardURL not thread-safe" r=dougt, sr=mscott
2001-11-28 00:46:29 +00:00
darin%netscape.com
aa1730babc
fixes bug 103016 "crash [@nsSocketTransport::OnStatus]" r=dougt, sr=jband
2001-11-28 00:42:57 +00:00
darin%netscape.com
12afe86a49
fixing compiler warning, function missing a return value.
2001-11-28 00:24:00 +00:00
radha%netscape.com
2d599e3fb4
added files: mozilla/netwerk/base/public/nsIMultiPartChannel.idl
2001-11-27 23:16:11 +00:00
radha%netscape.com
eb07b15572
nsPartChannel implements nsIMultiPartChannel to provide access to base channel. r=darin sr=rpotts bug=99638
2001-11-27 23:13:10 +00:00
radha%netscape.com
758ef65b09
add nsIMultipartChannel to makefiles for bug 99638. r=darin sr=rpotts
2001-11-27 23:12:16 +00:00
radha%netscape.com
3a93f268fe
Initial checkin for bug 99638.
2001-11-27 23:04:18 +00:00
bzbarsky%mit.edu
1a03dbbd6b
For files starting with "#!" check whether the buffer contains any nulls
...
before deciding whether they are plain text. Bug 110767, r=bbaetz, sr=rpotts
2001-11-27 21:20:25 +00:00
morse%netscape.com
6bdd611a13
bug 110560, cookie topcrasher, r=morse, sr=alecf
2001-11-27 13:33:11 +00:00
darin%netscape.com
b8d43d8ae1
updating .cvsignore
2001-11-27 02:11:44 +00:00
darin%netscape.com
f3254ffa7f
fixes bug 110846 "all nsStandardURL setters except SetSpec are missing the
...
escaping step" r=andreas.otte, sr=alecf
2001-11-26 23:28:44 +00:00
timeless%mac.com
51a4520c4a
Bugzilla Bug 107823 change nsIFile
...
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
bzbarsky%mit.edu
edfb3b268f
Use <> for system headers, not "". This should help prevent Sun WSU2
...
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
jband%netscape.com
b6b7bfd723
trivial patch to avoid string assertions when entry is empty rs=jband
2001-11-22 23:32:49 +00:00
darin%netscape.com
299a79893c
fixes bug 111072 "nsIOService::ExtractUrlPart does not return correct HOST
...
(flag=IOService.url_Host)" r=cmanske,andreas.otte, sr=mscott
2001-11-22 00:19:47 +00:00
seawood%netscape.com
7733357d51
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
mstoltz%netscape.com
0112bc8b41
Bug 94551 - HTML-escape HTTP header data written to about:cache-entry pages.
...
r=bbaetz, gagan, sr=darin
2001-11-21 00:49:17 +00:00
naving%netscape.com
f92d740c9c
110366 r/sr=darin, addref the reader before using it so that it doesn't get released from under us.
2001-11-20 21:09:14 +00:00
darin%netscape.com
9e63240a5d
backing out last checkin for bug 110418 a=leaf
2001-11-20 20:41:52 +00:00
seawood%netscape.com
b957280c40
For Irix CC builds, change the default optimization flags to -O -g.
...
Lame workaround for bug 92099. r=bbaetz
2001-11-20 04:22:05 +00:00
darin%netscape.com
c48f8d05ba
fixing comment which references nsStdURL
2001-11-20 02:29:47 +00:00
darin%netscape.com
abda2ac3e7
removing stale reference to nsStdURL.h
2001-11-20 02:29:07 +00:00
darin%netscape.com
782a4ea15d
removing old files
2001-11-20 02:27:19 +00:00
darin%netscape.com
6376fb70cb
another patch for bug 110418; r=morse, sr=alecf
2001-11-20 00:17:37 +00:00
gordon%netscape.com
87e3bb822d
Fix bug 110327 "0775 is bad mask for for cache", checkin patch for timeless@mac.com, r=gordon, sr=darin.
2001-11-19 22:48:30 +00:00
darin%netscape.com
eb86e42576
fixes bug 110418; r=morse, sr=alecf
2001-11-19 21:26:56 +00:00
bzbarsky%mit.edu
b394eea231
Add detection of PDF and PostScript to the unknown content decoder.
...
Bugs 110662 and 110663, r=bbaetz, sr=rpotts
2001-11-19 20:25:53 +00:00
darin%netscape.com
b26867f744
fixes bug 110508 "doing SetSpec() with a string with a query doesn't do the
...
right thing" r=bbaetz, sr=sspitzer
2001-11-19 20:21:42 +00:00
timeless%mac.com
060425ec59
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
jst%netscape.com
833790a9a7
Fixing bug 109182. Don't allocate a string buffer every time NS_NewURI(nsIURI**, const nsAReadableString&) is called. r=dbaron@fas.harvard.edu, sr=darin@netscape.com
2001-11-16 08:23:28 +00:00
darin%netscape.com
36a44ba4ac
landing standard url rewrite (bug 103916)
...
r=andreas.otte@debitel.net , sr=brendan,alecf
2001-11-16 02:09:13 +00:00
darin%netscape.com
f2be5d0782
fixes bug 97958 "[CRASH] on :jar protocol" r=dbaron, sr=dougt
2001-11-16 01:58:20 +00:00
alecf%netscape.com
d49a4ba867
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
jaggernaut%netscape.com
0ecf7cce91
Bug 98213: Make data members of nsStr protected and clean up code. r=dbaron, sr=alecf
2001-11-14 12:35:52 +00:00