Граф коммитов

2436 Коммитов

Автор SHA1 Сообщение Дата
valeski%netscape.com fa79d800a4 49360. removing core cache module from the build on unix. this was missed a few months ago when we started building the cache stuff into netwerk/build 2000-08-21 19:07:49 +00:00
warren%netscape.com e12f238589 Bug 46864 - Embedding needs a name attribute on nsIRequest. 2000-08-21 08:23:54 +00:00
warren%netscape.com d43828f23c Added back in nsOpaqueKey, used in nsMemCache. Went back to 37 as the magic number (prime). 2000-08-21 02:37:20 +00:00
scc%mozilla.org ad963283c3 fixing code that relied on implicit string construction 2000-08-20 06:59:07 +00:00
scc%mozilla.org 3f0620d231 fixing code that relied on implicit string construction 2000-08-19 20:01:04 +00:00
ruslan%netscape.com 85852989f6 Fix 48358 - www.hotmail.com is blank; r/a=gagan 2000-08-18 19:39:27 +00:00
jgmyers%netscape.com 4a7c571858 fix host header syntax for IPv6 address literals: bug 45891 r=gagan a=waterson 2000-08-17 20:19:15 +00:00
dp%netscape.com b930aa66a7 Fixed debug stmt to reflect code changes around it. Not compiled by default. 2000-08-16 07:26:46 +00:00
rjc%netscape.com cbea626ecf Fix buf # 44324 (error msg if overloaded FTP server) and bug # 31586 (resolution when logging into user home directory via FTP). r=gagan 2000-08-12 05:13:29 +00:00
ruslan%netscape.com 394519c970 Fix 47408, a=gagan,r=neeti 2000-08-11 21:31:13 +00:00
conrad%ingress.com d9e8edcf29 Changed from using strings for nsIDirectoryService props to using macro names defined in nsDirectoryServiceDefs.h r=valeski 2000-08-11 20:31:57 +00:00
warren%netscape.com a65ba7ec30 Jar manifest updates. 2000-08-11 09:05:40 +00:00
ruslan%netscape.com 4331a40a89 Fix 46496, r/a=gagan 2000-08-10 22:38:56 +00:00
gagan%netscape.com f9c2459ff0 Fix for bugscape 1800. Offline mode would have sit in recursion. This was already fixed for the M17 branch just doing the same for the tip. 2000-08-10 22:11:13 +00:00
rayw%netscape.com 6385bb207a Changed case of nsIFactory.idl methods to start with lower case to be like other
interfaces.  Since the C++ generated code upper-cases the method names, this
affects no C++ code, but only a few javascript methods.

Bug 46771.

r=waterson.

I am in today and tomorrow.
2000-08-10 20:12:08 +00:00
warren%netscape.com 84b5fd67e3 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
ruslan%netscape.com 742dc4b9cc Checking in the patch for 45337 by jgmeyers, r=ruslan,a=gagan 2000-08-08 22:16:05 +00:00
valeski%netscape.com 4275f64f82 38260. removing shadowed rv declaration, and xpfe #include dependency 2000-08-08 21:43:47 +00:00
mkaply%us.ibm.com 1e502bd8e0 #47881
r=valeski, a=brendan
OS/2 tinderbox break - we need to link mozdbm
2000-08-08 21:05:59 +00:00
valeski%netscape.com 4ad9286280 47881, r=dougt. removing extraneous static link of dbm lib, and fixing the file cache so it does the static link 2000-08-08 00:20:23 +00:00
valeski%netscape.com afbc19440d 47881, r=dougt. removing extraneous static link of dbm lib 2000-08-08 00:19:37 +00:00
mozilla.BenB%bucksch.org 833aeeb8a2 45565: Add pref "general.useragent.override" to customize UA-string. r=valeski, a=brendan 2000-08-07 07:17:30 +00:00
valeski%netscape.com b01411aafc getting cookie service to startup in conjunction with the http category. 2000-08-03 22:03:34 +00:00
kzhou%netscape.com 16d821c74c bug #46136. r:valeski, a:leaf. Reset mIP6vChecked as PR_FASLE to prevent browser
from hunging for ftp protocol
2000-08-03 20:05:22 +00:00
valeski%netscape.com 53cb0ed117 44848. r=gagan. fixing leaked strings 2000-08-01 23:27:29 +00:00
valeski%netscape.com 55831cfa26 removing extraneous static var and #includes 2000-08-01 23:23:44 +00:00
neeti%netscape.com 9f45bf9bd5 fix for bug 30852 - Image cache not refreshed on reload,
fix for bug 40449 - Cache does not store latest value of pages, r/a=gagan
2000-08-01 22:03:47 +00:00
gagan%netscape.com 01e3f7007e Fix for bug 20145. Proxy Auto Config is now in. For more information check http://www.mozilla.org/docs/netlib/pac.html r=bryner,rjc. 2000-07-31 21:24:55 +00:00
cls%seawood.org faba9c8cf5 Link in util lib when perf-metrics are enabled. 2000-07-31 02:19:57 +00:00
neeti%netscape.com 70e2ba8ffa fix for bug 40084, [CRASH] Crash in disk cache code, backed out changes made on 7/27, put new fix
fix for bug 46014, No keywords loaded on bugzilla pages, r/a=gagan
2000-07-29 02:32:14 +00:00
valeski%netscape.com 35ba9d61a4 37669. removing unused buildURI code 2000-07-28 21:54:59 +00:00
warren%netscape.com ae0d4c4f01 Making addref/release threadsafe 2000-07-28 06:49:01 +00:00
neeti%netscape.com 41ff58d508 fix for bug 40084 - [CRASH] Crash in disk cache code, r/a=gagan 2000-07-27 14:28:48 +00:00
valeski%netscape.com 33e73d7be4 r-vidur. fixing boundary parsing logic to handle boundary identifiers wrapped in double quotes and spaces, 45878 2000-07-25 22:03:15 +00:00
warren%netscape.com 2b01440bc0 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
gagan%netscape.com bdfd65bf3b Fix for bug 44497. Ebay's wacky multiple Location responses were being appended. r=gordon 2000-07-24 23:41:26 +00:00
bryner%uiuc.edu 475d944d47 Removing the old copy of this file. The current version is in
netwerk/streamconv/test.  Not part of build.
2000-07-24 21:55:00 +00:00
bryner%uiuc.edu d2b9125781 Removing an obsolete test file. Not part of build. 2000-07-23 21:34:29 +00:00
valeski%netscape.com 83689d9542 39797. r=mscott. MAC was sending back an empty string as the mime type down in the MIMEService, now we return an error in the mime service if we confront this, and that causes HTTP to produce a default type 2000-07-21 23:52:36 +00:00
pnunn%netscape.com 3aaf44d945 fix for bug#30852: backing out change that resets the loadgroups attribs from the channel. pnunn,
r:gagan.
2000-07-21 22:57:36 +00:00
neeti%netscape.com 7929424256 fix for 46095.[regression] Submiting to a bug in bugzilla causes crash.a=leaf 2000-07-21 19:28:09 +00:00
neeti%netscape.com c5cd14f561 Fix for bug 38244 - modified files cached incorrectly,r=ruslan@netscape.com 2000-07-21 04:33:26 +00:00
ruslan%netscape.com c45d68256f Applying Justin's patch to fix 40203 (proxy ssl connect), a=gagan,r=myself 2000-07-21 00:03:39 +00:00
ruslan%netscape.com b9c45237c9 FInally fix 42283; a=gagan,r=gordon 2000-07-20 21:25:19 +00:00
ruslan%netscape.com 2c3efade67 WIP on 42283 - make nsNetModules to be thread-safe; r/a=gagan 2000-07-20 21:24:38 +00:00
pnunn%netscape.com 38ed05f47f fix for bug#30852.(nsbeta2+). Image reloads not using necko reload attributes. pnunn.
rev:neeti; and tested on win/mac/linux.
2000-07-20 01:52:35 +00:00
gagan%netscape.com 4724c759cf Complete fix for bug 41433 (assert/crash in DNS for offline-online) We were not destroying the monitor in shutdown. r=bryner. 2000-07-15 01:47:30 +00:00
gagan%netscape.com 9b8a52b0ae Fixed bug 39610. Failed http auth were not being deleted from the single signon database. r=morse. 2000-07-15 00:12:27 +00:00
ruslan%netscape.com 8d73f75efe Fix 45398, a=valeski, r=gagan 2000-07-14 23:01:53 +00:00
mscott%netscape.com 172f5fb69f Backing out gagan's check in as this causes linux to crash on exit which is turning all the linux
builds orange.
2000-07-14 06:27:54 +00:00
neeti%netscape.com 941c5c3615 fix for bug 40449, Cache does not store latest value of pages, r/a=gagan 2000-07-14 03:58:02 +00:00
gagan%netscape.com 6b64c52f56 Removed a not-being-used file. 2000-07-14 03:20:33 +00:00
gagan%netscape.com db8ee85410 Fix for bug 41433 (assert/crash in DNS for offline-online) We were not destroying the monitor in shutdown. r=bryner 2000-07-14 03:07:35 +00:00
gagan%netscape.com 6dff277714 Removed a not-being-used file. r=warren 2000-07-14 02:43:12 +00:00
pavlov%netscape.com 20dc0118ea fix for secure imap and news bug 39154 r=mscott 2000-07-13 23:53:54 +00:00
tao%netscape.com 5e3d823791 39790 : [L12y] Move all localizable prefs into chrome:// .r=valeski. 2000-07-13 23:45:10 +00:00
dougt%netscape.com d84c495203 bug 40750.
Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org.
a=brendan@mozilla.org
2000-07-12 23:31:31 +00:00
ruslan%netscape.com 35f63ff750 Fix MAC bustage 2000-07-12 23:20:04 +00:00
ruslan%netscape.com 4aa769b52f Fix 45061, a/r=gagan 2000-07-12 22:41:26 +00:00
dprice%netscape.com bdd5713749 fixed a crasher when getting the length of an empty string. 2000-07-12 07:39:34 +00:00
mstoltz%netscape.com a8545c4aed Fixing 40159 and 44822, both [nsbeta2+] regressions on signed scripts. r=sgehani 2000-07-12 03:10:33 +00:00
mscott%netscape.com 3ddf6e8910 Bug #43583 --> new state for using system default. Add a separate boolean
for asking the user before handling.
r=alecf
2000-07-11 23:11:59 +00:00
warren%netscape.com 7982bac600 Fixed warning. 2000-07-11 09:46:51 +00:00
warren%netscape.com 0a2c5e193e Bug 44342 - hang on startup. Added back a lock to mutually exclude cancel/suspend/resume. Seems to work on Mac (i.e. can't reproduce the problem now). Also cleaned up file transport service, removing unused stuff. 2000-07-11 01:52:12 +00:00
warren%netscape.com 7ce825ddd8 Fixed comment 2000-07-07 23:43:00 +00:00
ruslan%netscape.com 87373a21f6 WIP on 40449, a/r=gagan 2000-07-07 22:02:47 +00:00
mscott%netscape.com 51f87a2831 Bug #43652 --> fix running of JS urls by returning the error status of the
underlying file transport if the input stream channel doesn't have an error
of it's own.
r=warren
2000-07-07 21:42:15 +00:00
gagan%netscape.com e65d13c7ea Fix for bug 22405 (proxy authentication) We were skipping over proxy authentication becuz proxytransparent was false. r=ruslan 2000-07-06 02:37:15 +00:00
warren%netscape.com 2b4188f0bb Fix for lost status/error return value. Affects javascript: urls. r=gagan 2000-07-06 00:40:53 +00:00
ruslan%netscape.com d2c1fc301c Fix 42377 - make http SetNotificationCallbacks go through the proxy object, thus
avoiding crashers when OpenInputStream is used, a=gagan,warren
2000-07-05 22:57:50 +00:00
bienvenu%netscape.com 4d3c8ade88 fix OS2 build bustage 2000-07-02 23:56:10 +00:00
bienvenu%netscape.com 556ce644e5 fix OS2 build bustage 2000-07-02 18:16:47 +00:00
jab%atdot.org 4677a29ea5 A typo in the Windows makefile... 2000-07-01 12:41:53 +00:00
jab%atdot.org e329811f28 I had an extra tab after one of the makefile lines... 2000-07-01 10:49:06 +00:00
jab%atdot.org 3ff5cd0f65 a=brendan@mozilla.org
Bug #16103
Support for SOCKS proxies in HTTP, HTTPS, and FTP protocols.
Also includes the prefs configuration and UI bits.
2000-07-01 10:25:25 +00:00
andreas.otte%primus-online.de 1a2a5c7fee fix bug 43659, URL bar does not accept hexadecimal domain names, r=gagan@netscape.com, a=waterson@mozilla.org 2000-07-01 06:29:13 +00:00
cls%seawood.org 1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
warren%netscape.com dd4b81932e Bug 37463. Fixed javascript: url deadlock. Also made the file transport more efficient in the process by eliminating the lock. r=waterson 2000-06-30 07:18:52 +00:00
mcafee%netscape.com 4f37aec298 Properly set up pref callbacks for intl.accept_languages (41046). r=gagan 2000-06-30 02:58:13 +00:00
warren%netscape.com 9b15d99214 Fixed spelling. 2000-06-28 07:06:09 +00:00
warren%netscape.com 8ecf4013dc Added hasSubstitutions for Hyatt & chrome protocol. 2000-06-28 06:54:56 +00:00
rusty.lynch%intel.com 2144abace3 new fix for bug #43958. r=gagan 2000-06-27 22:53:29 +00:00
gagan%netscape.com 762d0b1cd8 Not in the build. Allow POST requests to handle special cases too. 2000-06-27 22:10:27 +00:00
dbaron%fas.harvard.edu e420995d51 Fix leak of an atom. r=gagan 2000-06-27 21:51:38 +00:00
morse%netscape.com 5524653464 fix bug 43886, single signon no longer works, r=jefft 2000-06-27 21:13:50 +00:00
blizzard%redhat.com 565f3bc5c6 fix for bug #42008. make HTTP basic auth case insensitive. r=shaver,brendan,gagan,valeski a=brendan. 2000-06-27 21:06:41 +00:00
jst%netscape.com f3870bb60a Fixing tree blocker 43958 by backing out the last change to this file since it broke my.netscape.com, developer.netscape.com, webmail.netscape.com and probably other sites too. a=granrose 2000-06-27 20:42:01 +00:00
rusty.lynch%intel.com 7367543c9a David Baron's patch to fix bug #41172. r=waterson 2000-06-26 21:03:19 +00:00
rusty.lynch%intel.com 331b3696f8 part of a fix for bug #40321. r=gagan 2000-06-26 20:58:04 +00:00
neeti%netscape.com cf07bf69ec Removing an useless include xpcomio_s from the Makefile.r/a=gagan 2000-06-26 19:57:41 +00:00
gagan%netscape.com abcc8704b2 Fix for bug 42841. We were sending a Host: foo:80 header for the default port cases. Several server cgi's that rely on this for virtual hosts were failing to compare the two as same. r=dougt,rjc Ooops... I think I ran this file thru my deruslanizer too. 2000-06-24 02:02:19 +00:00
dougt%netscape.com 8b638a4c67 I IDL-ifying the nsProxyObjectManager.
I have updated all users that I found
grepping the source tree.

r=valeski@netscape.com
a=waterson@netscape.com
b=43131

Also checking in changes to the window's embed test which is NOT
hooked up to the build system.
2000-06-24 00:03:10 +00:00
valeski%netscape.com 0bc53b49eb making urlinfo threadsafe for test harness a=granrose 2000-06-23 18:49:07 +00:00
neeti%netscape.com 806b070ae2 fix for bug 43345.browser.cache.enable check, r=warren/gagan 2000-06-23 13:42:46 +00:00
warren%netscape.com 6bf07ce5fc Removed DNS_TIMING stuff from release builds. Bug 29534. 2000-06-23 08:01:54 +00:00
waterson%netscape.com 346b05b162 Added MOZ_COUNT_CTOR/DTOR macros for ftp events. r=warren 2000-06-23 06:32:48 +00:00
waterson%netscape.com a9a101fcda Fixed refcounting. r=warren 2000-06-23 04:46:58 +00:00
waterson%netscape.com 66a05bec2a Bugs 21650, 42586. Remove nsISocketTransportService::LateInit(), move code that gets string bundles to lazily grab the bundle when it's needed. This avoids re-entrancy into the service manager which causes a leak. r=dbaron,warren 2000-06-23 02:02:04 +00:00
ftang%netscape.com 4f7a6834d9 fix bug 35076. r=gagan add UCS2toUTF8 conversion before assign UTF8 back to nsString 2000-06-22 23:53:21 +00:00
andreas.otte%primus-online.de 3392872205 small performance patch for SetDirectory from jst@netscape.com, r/a=gagan@netscape.com, a=waterson@mozilla.org 2000-06-22 22:02:47 +00:00
gagan%netscape.com e1ca0a01b8 Part fix for bug 35956. HTTP now has an API to turn off automatic gunziping. r=rjc 2000-06-21 23:18:12 +00:00
mscott%netscape.com 0a50c9d984 Bug #38374 --> fix refcounting problem on the application field
r=sspitzer
2000-06-21 20:38:52 +00:00
mscott%netscape.com 7e2fbded6f Bug #38374 --> add application and user preferred handle action to mime info.
I'm going to be storing this information in the helper app code.
r=valeski
2000-06-21 06:34:43 +00:00
beard%netscape.com 1c926d81a2 bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
Peter.VanderBeken%pandora.be 16a4a78956 Recognize local .xsl files as text/xml. r=Andreas Otte, a=gagan, a=waterson. 2000-06-20 05:24:10 +00:00
rpotts%netscape.com bc1231c40d Added new PR_LOG... 2000-06-19 05:59:50 +00:00
warren%netscape.com 1927d0a1ce Bug 41390. js prompt() contains remember this value checkbox. r=morse 2000-06-17 01:57:36 +00:00
waterson%netscape.com 1976839d76 Fix DEBUG mac build bustage. 2000-06-17 01:38:36 +00:00
valeski%netscape.com 64bb31dfdd fixing a leak 2000-06-16 22:21:50 +00:00
ruslan%netscape.com e5c5748b64 Fix potential crasher (42714), r/a=gagan 2000-06-16 21:49:43 +00:00
valeski%netscape.com 1ec65ef5ad 35506. r=warren. File transport now fires OnStart for *all* loads. 2000-06-16 21:46:03 +00:00
mscott%netscape.com a78719dcba Bug #40116 --> check to see if the channel was canceled before
propogating calls to the content listener...
this is actually warren's code.
r=mscott
2000-06-16 21:21:57 +00:00
mscott%netscape.com 5efac13be1 Bug #42016 --> fix by Ben Bucksch
r=mscott, a=waterson
2000-06-16 21:20:13 +00:00
ruslan%netscape.com 5a43febfe4 Continuing preparations for SOCKS landing. Not part of the build 2000-06-16 18:44:04 +00:00
ruslan%netscape.com bcff55487e Some future design work. Not part of any build 2000-06-16 18:17:59 +00:00
ruslan%netscape.com de8bff8f6c Preparing for landing of SOCKS support (16103) from justin@ukans.edu
Not part of the build.
2000-06-16 17:53:22 +00:00
valeski%netscape.com 4b1915baa6 fixing assertion 2000-06-16 16:20:29 +00:00
valeski%netscape.com 70cda3bfd0 missed an arg. 2000-06-16 15:02:14 +00:00
valeski%netscape.com 3a21f2c4f8 42767. AsyncOpen (dead code) removal. 2000-06-16 14:59:30 +00:00
danm%netscape.com d1432bb1bc adding accessor for nsIPrompt member variable. bugs 25684,28594. r=gagan@netscape.com 2000-06-16 14:52:53 +00:00
valeski%netscape.com c52a7c1c63 42767. AsyncOpen (dead code) removal. 2000-06-16 14:44:36 +00:00
valeski%netscape.com f0fec56b70 42767. AsyncOpen (dead code) removal. 2000-06-16 14:39:19 +00:00
warren%netscape.com 0854608a32 Bug 42283. Crash downloading jar file. 2000-06-16 07:47:46 +00:00
rpotts%netscape.com 2e85b94047 bug #39797. Fixed unknown content-type sniffer to handle 8-bit characters... 2000-06-16 06:15:13 +00:00
rbs%maths.uq.edu.au 26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
dougt%netscape.com 0cdd9b7edc added files: mozilla/netwerk/base/public/nsIWebFilters.idl 2000-06-15 02:04:28 +00:00
dougt%netscape.com 13b776abeb Fixing nsIWebFilters not being handled by the http handler. Also making
CreateInstance=>GetService.

r= gagan@netscape.com, a=brendan@mozilla.org
2000-06-15 01:50:08 +00:00
rpotts%netscape.com 41fd6da14d Made nsSocketProviderService use NS_IMPL_THREADSAFE_ISUPPORTS to avoid an assertion on shutdown... 2000-06-14 05:16:10 +00:00
ruslan%netscape.com db2a9ca151 Fixing 22103, a=gagan 2000-06-14 01:35:24 +00:00
locka%iol.ie a5180078a1 Fixed incorrect pathname resolution for embedding apps trying to load res:// URLs from places other than mozilla/bin
b=42249, approved=warren
2000-06-13 11:50:40 +00:00
ruslan%netscape.com 4eac345a41 Fixing 42107, a=gagan. Documenting some APIs in the process as well. 2000-06-13 03:00:53 +00:00
scc%mozilla.org 15d3db85b9 don't extract characters from empty strings. 2000-06-11 08:25:32 +00:00
ruslan%netscape.com 7e3ea9ecc2 WIP on 40203; a=gagan 2000-06-10 02:12:03 +00:00
ruslan%netscape.com 8fb38118d9 Partial fix for 41876; change the state of the converter into INIT after
getting a failure code from the upstream listener. This prevents it from
crashing, a=gagan
2000-06-10 02:09:43 +00:00
warren%netscape.com ecc2d9c51c Bug 27971. Better strategy for resource: urls to use less memory. Saves about 0.4% of entire run just bring up one page (home.mozilla.org). r=waterson 2000-06-09 07:51:13 +00:00
mscott%netscape.com 099dff54e6 Bug #34672 --> be sure to append the glyph html to the output string.
r=ben bucksch
2000-06-08 00:50:41 +00:00
warren%netscape.com 855a42ad4a Fixed jar url resolve so that chrome protocol works. Fixed jar channel to not remove channel after kicking off load. Bug 18433 2000-06-07 09:07:10 +00:00
inaky.gonzalez%intel.com 98157fd5a1 Fixed nsSupportsHashtable behaviour and API to fix leaks in
nsDirectoryService. Fixes bugs #38606 and #39859.

a=waterson; r=rayw,brendan,warren
2000-06-06 22:06:56 +00:00
mkaply%us.ibm.com b672891756 # 37239
r = gagan, a = gagan
OS/2 bringup - Stupid misspelling in OS/2 only code
2000-06-05 20:51:59 +00:00
shaver%mozilla.org a0faa405eb fix crashes in HTTP auth (41404, 41517, r=waterson, a=leaf) 2000-06-05 15:19:32 +00:00
tor%cs.brown.edu 4b4bb95568 SUNWspro build bustage fix: use PL_strchr() instead of strchr(). 2000-06-04 18:19:47 +00:00
warren%netscape.com 512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
andreas.otte%primus-online.de 6d3c4521f9 fix reopened bug 27930 [URL parser should support RFC 2732 - IPv6 address literals] and bug 39340 [regression: file:/ URLs no longer work], r=gagan@netscape.com, a=waterson@mozilla.org 2000-06-03 09:17:16 +00:00
warren%netscape.com d7efda20c4 Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433 2000-06-02 23:41:43 +00:00
warren%netscape.com 88151adad6 Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433 2000-06-02 23:39:45 +00:00
rusty.lynch%intel.com f592edc947 Fix for bug #40997. a=warren 2000-06-02 15:50:36 +00:00
brade%netscape.com 3131e1a65f File Removed. 2000-06-02 13:02:35 +00:00
dveditz%netscape.com 6ac995b23d solving missing .xpt file install issue 2000-06-02 08:10:41 +00:00
rpotts%netscape.com 6fb0aa314b The file channel needs to implement nsIProgressEventSink, so the channel parameter is *not* the file transport. Doing this means that the FileChannel also needs to implement nsIInterfaceRequestor... 2000-06-02 05:19:16 +00:00
rpotts%netscape.com 5388d57e2b Propagate load attributes down into the file transport. This avoids generating unnecessary calls if the URI is LOAD_BACKGROUND... 2000-06-02 05:15:13 +00:00
sspitzer%netscape.com ed72e7a86b added files: mozilla/netwerk/base/public/nsIAuthenticator.idl 2000-06-02 03:08:40 +00:00
shaver%mozilla.org 90c78bdde8 use NS_METHOD to match _stdcall signature (I love you, Win32) 2000-06-02 00:50:16 +00:00
shaver%mozilla.org e21b687d60 make HTTP auth pluggable (#39781), r=gagan 2000-06-02 00:23:56 +00:00
ruslan%netscape.com 91dd05b139 Fix 39941; a=gagan 2000-06-01 22:47:53 +00:00
mkaply%us.ibm.com 640a398348 # 37239
r = gagan, a = brendan
OS/2 bringup on M16 continues - #ifdefs for OS/2
2000-06-01 14:14:46 +00:00
sspitzer%netscape.com f46ad05a0b fix for bug #40248. I was using the category manager incorrectly.
thanks to bruce@cubik.org for pointing it out.
2000-06-01 04:14:34 +00:00
colin%theblakes.com 42948bd35a OpenVMS specific change. r=leaf, a=leaf
Change/add known mime file types.
2000-05-31 20:54:08 +00:00
warren%netscape.com 457fa2def4 Removed input buffer from file input stream. Bug 41067 2000-05-31 05:33:12 +00:00
ruslan%netscape.com 22da84ab41 Fix 29219, a=gagan 2000-05-30 22:50:29 +00:00
mkaply%us.ibm.com 8063571b08 # 37239
r = gagan, a = brendan
OS/2 bringup continues on M16 - Changes for VisualAge build (casts, PR_CALLBACK)
2000-05-30 14:56:52 +00:00
ruslan%netscape.com e830ecd6e9 Make res/chrome handlers implement threadsafe_isupports 2000-05-26 21:00:18 +00:00
valeski%netscape.com 9b5b552f51 39610. r=morse. ftp wasn't ditching bad auths from the wallet 2000-05-26 20:25:28 +00:00
ruslan%netscape.com e83b37e98a Fix 26486 2000-05-26 20:12:50 +00:00
ruslan%netscape.com f01435de0d Fix 40189, a=gagan 2000-05-25 23:20:30 +00:00
ruslan%netscape.com 387786e7e7 FIx 40189, a=gagan 2000-05-25 23:14:08 +00:00
brade%netscape.com 7c6a2b6db7 File Removed. 2000-05-25 17:43:06 +00:00
brade%netscape.com 4bf37f3e3f File Removed. 2000-05-25 14:25:11 +00:00
warren%netscape.com 4b19f2aeab Bug 24764. Cache of opened jar files. r=waterson 2000-05-25 08:32:09 +00:00
warren%netscape.com 3658e33085 Removing URIParser attribute from nsIURI interface. Fixed Equals for case when port is the default. Cached URL parsers (all 3) to reduce object allocation. r=andreas,dp 2000-05-25 08:27:40 +00:00
ruslan%netscape.com 1dc3f55d09 Fix 39107, a=gagan 2000-05-24 23:04:57 +00:00
dougt%netscape.com a494c5e7d4 Making ProxyService Threadsafe for Add and Remove Proxy. r=gagan. 2000-05-24 22:55:35 +00:00
valeski%netscape.com 46aa24a067 r=alecf. 39987. occasional crasher in nsMultiMixedConv.cpp stream converter. We now ensure that we don't search for EOL if we've moved beyond the legitimate buf len 2000-05-22 06:06:57 +00:00
cls%seawood.org 428b68b127 Ack! I missed a file. Why hardcode a static zlib when you should use a shared one? 2000-05-20 04:29:55 +00:00
dougt%netscape.com 4b4d8250bf correcting invalid port number. They should be -1, not zero. 2000-05-20 00:19:24 +00:00
dougt%netscape.com d83290854c Fix for 31164, possibly 35658, and prep work for 31174.
1) Passing the proxy hostname and port to the underlying socket
   and changing all users that appeared in lxr.

2) (psm-glue) registering with the cache manager to allow local loopback so that
   psm will work with a proxy.

3) (psm-glue) Storing proxy information in psmSocketInfo.

most reviewed by gagan@netscape.com.
2000-05-19 22:56:12 +00:00
davidm%netscape.com c4fa42cc1c 34545 blo P1ermissions of 000 for disk cache directories r= sspitzer 2000-05-19 02:14:04 +00:00
warren%netscape.com 5f6b57ef08 Bug 39416. Made ftp work with single sign-on for more than one user/host. 2000-05-17 07:12:40 +00:00
cls%seawood.org a8000b8bb5 Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency. 2000-05-17 06:45:45 +00:00
warren%netscape.com 61dabd80c7 Removed nsINetPrompt.idl (obsolete). 2000-05-17 05:46:40 +00:00
gordon%netscape.com 76d555835a export unix_dns.h, and add NSPR_LIBS 2000-05-17 05:16:48 +00:00
gordon%netscape.com 27325dc56e Test code for dns daemon 2000-05-17 05:15:30 +00:00
davidm%netscape.com ad449f9480 21250 Need to implement stream-as-file service 2000-05-17 05:14:29 +00:00
gordon%netscape.com 493e8d689b reordered wait on spawn process with response to caller. 2000-05-17 05:14:02 +00:00
mscott%netscape.com 075bc8c4d8 Bug #32420 --> checking in for Ben Bucksch (mozilla@bucksch.org)
r=mscott
2000-05-17 04:22:49 +00:00
warren%netscape.com 3924cc9f5b Removed nsINetPrompt.idl (obsolete). 2000-05-17 04:05:50 +00:00
pavlov%netscape.com 803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
ruslan%netscape.com 7c57f0befa Fix return code error, davidm 2000-05-17 00:32:47 +00:00
ruslan%netscape.com 4308d3b7b4 Fix 18886 - handle http 305 response correctly to close the potential
security hole
2000-05-17 00:11:12 +00:00
davidm%netscape.com bd09e9abee 13784 [FEATURE] Mime Type/File Extension/Application Service Regis 2000-05-17 00:05:52 +00:00
ruslan%netscape.com 46ea9c6a00 Move necko resources to make them comply with new packaging rules 2000-05-16 23:40:00 +00:00
davidm%netscape.com e67e10847a 34314 Remove execute permission from cache files 2000-05-16 21:58:17 +00:00
ftang%netscape.com 66cd85e281 fix OS2 problem for ibm 2000-05-16 21:41:14 +00:00
gagan%netscape.com 3541939de2 Fix for bug 27930. Support for IPv6 in the url parser. 2000-05-16 08:42:40 +00:00
warren%netscape.com 618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
gagan%netscape.com 22de654778 Fixes from wtc for bug 38300. 2000-05-16 05:33:18 +00:00
gordon%netscape.com ddbe0a590f adding back an old friend. 2000-05-16 03:58:58 +00:00
valeski%netscape.com 7a509f2b73 fixing debugging text typo 2000-05-15 22:49:12 +00:00
valeski%netscape.com 1b04faf9f9 applying patch to ipv6'ify FTP from jgmyers@netscape.com 2000-05-15 22:23:08 +00:00
ruslan%netscape.com 4ac454b7e1 Fix 38853 2000-05-15 21:13:27 +00:00
jdunn%netscape.com 7115e67255 Fix alignment problem with DB reads.
r= davidm@netscape.com, wtc@netscape.com
#= 38884
2000-05-13 15:05:18 +00:00
ftang%netscape.com 9a3eda7bbf fix OS/2 problem for IBM. Change the #ifdef XP_PC to #if defined(XP_PC) && !defined(XP_OS2) 2000-05-13 13:13:38 +00:00
andreas.otte%primus-online.de f8406c718e fix bug 37616, Retire SetRelativePath, removing unused SetRelativePath from nsIURI.idl and all it's implementations, r=warren@netscape.com, a=mscott@netscape.com for the mailnews part 2000-05-13 13:05:00 +00:00
colin%theblakes.com 8097be8740 Fix segmented reads on local files. r=warren 2000-05-13 12:29:13 +00:00
andreas.otte%primus-online.de 972e78add0 fix bug 32997, file URLs that include a hostname don't work, look for a hostname and do some special work on detecting drivenames for XP_PC, r=gagan@netscape.com 2000-05-13 12:00:38 +00:00
gordon%netscape.com cd6840ddb1 Fixes for bug 34663 and bug 33821 - crashes in DNS CompleteLookup and/or Shutdown. 2000-05-12 23:44:20 +00:00
gordon%netscape.com 1851500ae6 Change allocation/deallocation of monitor to use nsAutoMonitor methods, as per brendan's suggestion. 2000-05-12 23:42:33 +00:00
gordon%netscape.com aebe469af2 Reorder shutdown of DNS and SocketTransport services to allow the DNS service to notify socket transports that outstanding lookups are going away. Part of fix for bug 33821 and 34663. 2000-05-12 23:41:40 +00:00
valeski%netscape.com c9b5eee480 38864. making multi mixed converter more flexible to handle more boundary types. 2000-05-12 20:56:47 +00:00
pierre%netscape.com 1c43ecaae7 Fixed a crash at startup on the Mac (a null-check on 'mProxySvc'). 2000-05-12 12:02:26 +00:00
gagan%netscape.com 9646d78883 Not in the build (the data file for url parse testing) 2000-05-11 23:31:32 +00:00
putterman%netscape.com fe2651b61e Fix OS/2 bustage. 2000-05-11 22:24:39 +00:00
rpotts%netscape.com 19ef116f5d Fixed progress notifications to respect the nsIChannel::LOAD_BACKGROUND flag 2000-05-11 21:52:49 +00:00
cls%seawood.org 5be082e304 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
law%netscape.com bd7c23c6ac Tweak this test per modified AsyncRead api 2000-05-10 22:27:17 +00:00
jgaunt%netscape.com 19d5868936 hp only fix, word boundary problem
bug # 37482  r=jdunn@netscape.com
2000-05-10 01:11:22 +00:00
gagan%netscape.com d743807245 Fixed bug 37347. HTTP HEAD requests should work now. 2000-05-10 00:48:28 +00:00
ruslan%netscape.com 30c7b669cb Make sure SetUploadStream actually works when it's used. 2000-05-09 00:20:09 +00:00
ruslan%netscape.com 70743656bb Fix 37778 - now handle simple (no status line/headers) http response correctly 2000-05-08 23:04:36 +00:00
ruslan%netscape.com 78b4edc5d2 Fix 37744 2000-05-08 20:25:01 +00:00
dveditz%netscape.com f71a600908 use threadsafe ISupports 2000-05-08 07:46:16 +00:00
dougt%netscape.com 9b8bddbd40 adding xpinstall mime type. 11281 2000-05-08 05:09:21 +00:00
erik%netscape.com 6205c22dc0 local .cvsignore file 2000-05-07 17:19:20 +00:00
andreas.otte%primus-online.de 1c857f0f86 working on bug 37616, Retire SetRelativePath, NS_MakeAbsolute now only calls Resolve, let it do the complete resolving, r=warren@netscape.com 2000-05-07 11:04:33 +00:00
andreas.otte%primus-online.de 0617f66909 working on bug 37616, Retire SetRelativePath, Resolve now uses ExtractScheme from nsURLHelper, r=warren@netscape.com 2000-05-07 10:56:33 +00:00
andreas.otte%primus-online.de a6c89dfe21 working on bug 37616, Retire SetRelativePath, make nsIOService use the nsURLHelper version of ExtractScheme, r=warren@netscape.com 2000-05-07 10:49:29 +00:00
andreas.otte%primus-online.de 2a0301fa8e working on bug 37616, Retire SetRelativePath, moving ExtractScheme into nsURLHelper, r=warren@netscape.com 2000-05-07 10:43:36 +00:00
davidm%netscape.com c986db0a37 37071 Crash while downloading anything 37353 browser segfaults on page loading 2000-05-07 05:38:02 +00:00
warren%netscape.com a31a33805d Added nsIConnectionCache.idl 2000-05-06 15:50:11 +00:00
warren%netscape.com b164e8f31f Added nsIProxyAutoConfig.idl 2000-05-06 15:05:33 +00:00
warren%netscape.com 4401cc9f6b Fixed the !@#$% xpt target again. 2000-05-06 11:59:21 +00:00
warren%netscape.com e9576a1822 Lost changes somehow that consolidate idl files into necko.idl. Adding them back in. 2000-05-06 11:50:12 +00:00
warren%netscape.com 48c3b2e171 Changed target name from network.xpt to necko.xpt. 2000-05-06 10:22:33 +00:00
warren%netscape.com c5cc0daa79 Fixed nsIWebFilters problem. 2000-05-06 09:47:52 +00:00
warren%netscape.com 185c96de20 Combined all necko dlls into two. Bug 17031. 2000-05-06 09:15:56 +00:00
warren%netscape.com eb6959f7b7 Fixed mac build warnings. 2000-05-06 09:07:31 +00:00
warren%netscape.com f327bf0276 First Checked In. 2000-05-06 07:41:27 +00:00
warren%netscape.com ef76c2b488 Revert accidental checkin 2000-05-06 05:10:25 +00:00
warren%netscape.com f12a631a47 build changes for unix 2000-05-06 05:07:10 +00:00
bryner%uiuc.edu def54c7bfe Fixing objdir build bustage. 2000-05-06 03:54:17 +00:00
ruslan%netscape.com 8c788b2a84 Fix MAC build breakage 2000-05-06 00:40:42 +00:00
ruslan%netscape.com a2835b9b4f Fixing 36641 2000-05-06 00:06:28 +00:00
gordon%netscape.com 4179731e26 Added :streamconv:converters: to access paths, preparing for ruslan's checkin. 2000-05-05 23:54:29 +00:00
andreas.otte%primus-online.de e365632082 first round of checkins to fix bug 37616, Retire SetRelativePath, r=warren@netscape.com 2000-05-05 23:39:25 +00:00
andreas.otte%primus-online.de 412281d5fa fix a possible mem leak introduced with my last checkin 2000-05-05 22:39:03 +00:00
andreas.otte%primus-online.de 7fbecd38cb fix bug 37109, nsStdURL::Equals() should not malloc, r=warren@netscape.com 2000-05-05 21:23:08 +00:00
andreas.otte%primus-online.de 4811de2210 fix bug 37801, SetFile does not add a / in front of the path before calling SetPath on XP_PC, r=cmanske@netscape.com
fix bug 34966, fragment id on root-documents without /  misinterpreted, fixing the missed case, r=gagan@netscape.com
2000-05-05 21:11:28 +00:00
andreas.otte%primus-online.de 5871fe9114 fix bug 37801, SetFile does not add a / in front of the path before calling SetPath on XP_PC, the fix is more general and applys to all platforms, r=cmanske@netscape.com 2000-05-05 21:08:31 +00:00
valeski%netscape.com bc0588ce89 backing out socket change that is choking imap/pop 2000-05-05 19:54:42 +00:00
gagan%netscape.com b2a474e3e0 added files: mozilla/netwerk/base/public/nsIProxyAutoConfig.idl, mozilla/netwerk/base/public/nsIProxyAutoConfigUtils.idl, mozilla/netwerk/base/public/nsIWebFilters.idl 2000-05-05 10:25:07 +00:00
gagan%netscape.com 3f3e541a66 More proxy auto config work. 2000-05-05 09:49:42 +00:00