53971 Commits

Author SHA1 Message Date
pollmann%netscape.com
2ed06994e0 Bug 12513: Add OptionCollection interface for Nav DOM compatability. r=vidur a=rickg 2000-02-24 00:08:00 +00:00
jbetak%netscape.com
19d1eed6ab bug 24027, Static Charset Menu Customization for Beta1 (clean-up)
a=bobj
r=matt
2000-02-24 00:04:53 +00:00
ssu%netscape.com
40f5d1a45e fixing bug#28641 - fixing major memory leak that only shows up under Win98
with < 64MB RAM.

affects only windows.

a=jevering
r=cathleen
2000-02-24 00:03:34 +00:00
rpotts%netscape.com
5a08fda337 bug #23777 (r=valeski). Reworked the parsing of the HTTP server version to avoid a floating-point rounding error which caused the server version to be incorrect... 2000-02-23 23:57:20 +00:00
wtc%netscape.com
3e932b885d Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk. 2000-02-23 23:38:19 +00:00
locka%iol.ie
a83bc9acad Commented out obselete method 2000-02-23 23:14:04 +00:00
sfraser%netscape.com
92287c059c Changes for Mac to make cartman build (bug 19119). r=mwelch, a=jar 2000-02-23 23:10:38 +00:00
sfraser%netscape.com
83963a825c Fixes for bug 28271 -- add methods to nsILocalFileMac to launch applications and document. Also fix bogus include in nsNativeComponentLoader. r=davidm,dougt. a=jar 2000-02-23 23:09:02 +00:00
tonyr%fbdesigns.com
f2e1874e18 Removed leading "." from "Import Utility". bug# 28721, r=none, a=phil 2000-02-23 23:02:00 +00:00
slamm%netscape.com
556c70b06f Fix crash on panel add (bug 28843). Add resource after assertions instead of before. r=waterson a=jar,jevering 2000-02-23 22:52:16 +00:00
valeski%netscape.com
b91b7e2bc2 28782. a=jar. r=alecf. nsHTTPHandler now has an extra product token for the User Agent string. we now use the PRUnichar = operator for string stuff, and retrieve vendor info from a string bundle. 2000-02-23 22:50:45 +00:00
valeski%netscape.com
64e77f9be7 28782. a=jar. no longer used 2000-02-23 22:48:52 +00:00
cls%seawood.org
5fe7a30c1b Temporary fix for broken --disable-mailnews option. Bug 27948. r=alecf, a=leaf 2000-02-23 22:47:39 +00:00
valeski%netscape.com
301e336587 28782. a=jar. r=rickg. nsCAutoString couldn't handle a '=' of a PRUnichar*, now it can 2000-02-23 22:47:03 +00:00
pollmann%netscape.com
b86d693799 Bug 12513: Add OptionCollection interface for Nav DOM compatability. r=vidur a=rickg 2000-02-23 22:46:11 +00:00
valeski%netscape.com
c95694e6fc 28782. a=jar. r=alecf. Changing a string name for User Agent use. Also adding a version 2000-02-23 22:44:43 +00:00
pollmann%netscape.com
e9cd1dc77d Bug 12513: Add OptionCollection interface for Nav DOM compatability. r=vidur a=rickg 2000-02-23 22:38:00 +00:00
norris%netscape.com
d64387736b Fix 28612 META Refresh allowed in Mail/News
r=mstoltz,a=jar
Fix 28658 File upload vulnerability
r=vidur,a=jar
2000-02-23 22:34:40 +00:00
syd%netscape.com
2eb6048957 Fix for PDT+ bug 28861. r=leaf,a=leaf. 2000-02-23 22:27:10 +00:00
nisheeth%netscape.com
0e17677a2d r=pollmann. Fix for PDT+ bug 28556. We were leaking nsIAtom's in the XML content sink. Thanks to Patrick Beard for providing the fix. 2000-02-23 22:16:03 +00:00
slamm%netscape.com
b614659b17 Only pull client.mk if it does not exist. It updates itself now. 2000-02-23 22:05:43 +00:00
pinkerton%netscape.com
48df7ebae8 fix for 28967, don't include things that include waste or other native widgets. r=sfraser, a=jar. 2000-02-23 21:51:48 +00:00
pinkerton%netscape.com
06aa74a079 fix for 28967, don't use IC yet. r=sfraser, a=jar. 2000-02-23 21:51:10 +00:00
pollmann%netscape.com
9a177eff73 Bug 28691/16999: Removing obsoleted code. r=harishd a=rickg 2000-02-23 21:36:29 +00:00
pollmann%netscape.com
be7e4d3f51 Bug 28691: As penance, I'll fix these leaks too. r=harishd a=rickg 2000-02-23 21:32:23 +00:00
pollmann%netscape.com
90d9b37641 Bug 28691: Fix existing leak that my fix for bug 16999 hilighted. r=harishd a=rickg 2000-02-23 21:24:07 +00:00
gagan%netscape.com
d4293a9bc7 r=valeski,rjc a=jar. Fixes for the following bugs-
bug 1582 - HTTP Referer header problem.
This is now resolved with a preference (network.sendRefererHeader)
If set to 0 no referrer header is sent (ever) If set to 1 the
referrer header is sent only in cases of user link-clicks and if
set to 2 is sent from image requests as well.

bug 17158 - No Proxies For wasn't implemented.
This was not being read correctly and I also moved and cleaned up
the parsing function to nsProtocolProxyService (thereby also
killing bug 27728)

bug 24642 - http://www.win98central.com/#437 was crashing.
bug 26686 - crash in nsHTTPRequest destructor.
Both of these crashes were because of the nsHTTPRequest being
unconditionally released in the destructor of nsHTTPChannel. Although the main problem remains, I have made it a non-crasher now.

bug 27844 - HTTP breaks when only using FTP proxy.
This was happening because we were not resetting values of the
proxy when they are removed from the preference pane.
2000-02-23 21:17:17 +00:00
ben%netscape.com
af7004960f formatting problems caused by malevolent deck rules in global.css, PDT+ b=28113, r=waterson, a=jevering 2000-02-23 21:08:26 +00:00
pollmann%netscape.com
f90e4ddbe8 Bug 28691/16999: Re-enable style for button labels r=harishd a=rickg 2000-02-23 21:00:42 +00:00
bienvenu%netscape.com
7145d81ccd fix unix build warning from last checkin - unused var 2000-02-23 20:59:59 +00:00
pollmann%netscape.com
92452b751f Bug 28691: Fix leaks, check for null, in code my implementation was based on r=harishd a=rickg 2000-02-23 20:58:42 +00:00
dp%netscape.com
5ee0e5a000 Removing brprof from package files r=waterson,jj a=chofmann 2000-02-23 20:57:43 +00:00
pollmann%netscape.com
7c2cefefe9 Bug 28691: Fix leaks, check for null, fix a bug in checkin for bug 16999 r=harishd a=rickg 2000-02-23 20:56:39 +00:00
bienvenu%netscape.com
89181e6adc fix handling of uri's with 8 bit characters, a=phil r=waterson 24692 2000-02-23 20:51:36 +00:00
bienvenu%netscape.com
6d75704d50 remove use of strtok to fix latin1 char handling, r=alecf, a=phil 24692 2000-02-23 20:49:09 +00:00
jefft%netscape.com
d7de82e4e7 fixed bug 28445, 26547, 26657, 25988 - failed to set server directory separator correctly; r=bienvenu, a=phil 2000-02-23 20:31:11 +00:00
cmanske%netscape.com
ae27202267 Fixed open location not working when loading into Composer, bug 28683, r=matt, a=jevering 2000-02-23 20:22:21 +00:00
valeski%netscape.com
f5768f57da r=andreas. a=jevering. fixing leaky sieve. Another example of where a comptr saves the day. 2000-02-23 20:19:46 +00:00
danm%netscape.com
933477f2ad putting size and position persistence on a timer to ease chunky movement. r=scc a=jar 2000-02-23 20:07:31 +00:00
andreas.otte%primus-online.de
4bab528fd5 preparation for fixing bug 11701, removing not needed / from ftp dir listings r=valeski@netscape.com, a=leaf@mozilla.org 2000-02-23 20:05:30 +00:00
rogerl%netscape.com
3726b9fb19 Ported toFixed, toExponential & toPrecision to NativeNumber from C sources. 2000-02-23 18:46:36 +00:00
norris%netscape.com
218d1595d0 Move JavaObjectToLong to be a conformance rather than a negative test. 2000-02-23 18:29:35 +00:00
attinasi%netscape.com
e53b7d003e Updated to include the websites install. 2000-02-23 18:11:40 +00:00
attinasi%netscape.com
47366d6477 turned off debug routine 2000-02-23 18:08:48 +00:00
attinasi%netscape.com
f3df8bd754 Temporary documentation... 2000-02-23 18:07:46 +00:00
attinasi%netscape.com
cd55577747 Updated scripts to handle Clock-time and to deal with running Mozilla or Viewer 2000-02-23 17:58:22 +00:00
attinasi%netscape.com
3b564257ba update the path in the file URLs. NOT PART OF BUILD 2000-02-23 17:06:38 +00:00
troy%netscape.com
2cab23cc6c b=28635, a=rickg@netscape.com, r=vidur@netscape.com
Reduced the number of nsString objects allocated
2000-02-23 15:45:43 +00:00
brade%netscape.com
fef9747403 fix find command (#28259) 2000-02-23 14:31:21 +00:00
modgock%eng.sun.com
01011b7681 Brought it up to CW5 pathing standard. THIS DOES NOT AFFECT TINDERBOX. 2000-02-23 12:26:56 +00:00