Commit Graph

30939 Commits

Author SHA1 Message Date
morse%netscape.com
621a5c5670 fix bug 8492 1999-06-19 21:00:44 +00:00
morse%netscape.com
18503d57ea fix bug 9494 1999-06-19 20:59:22 +00:00
mjudge%netscape.com
f94cf28089 oops forgot one 1999-06-19 20:50:20 +00:00
mjudge%netscape.com
f98938bdfd up/down selection BRFrames dont allow selecting upon them for now. horizontal bars are now drawn selected. ect. 1999-06-19 20:36:44 +00:00
blizzard%redhat.com
d069fe11e4 fix backwards colors 1999-06-19 20:25:06 +00:00
blizzard%redhat.com
68925a2575 implement nsWidget::Invalidate, nsWidget::Update, make resizing go 1999-06-19 20:24:32 +00:00
rpotts%netscape.com
f36b444774 The write count passed to AsyncWrite(...) is now honored... Fixed things up so the InputStream passed to AsyncWrite does not *have* to really be a nsIBufferedInputStream... 1999-06-19 10:00:42 +00:00
rpotts%netscape.com
cd5b805356 Fixed a bug due to nsIBufferInputStreams... GetLength(...) does *not* necessarily return the total amount of data in the stream (only the contiguous amount). 1999-06-19 09:42:59 +00:00
rpotts%netscape.com
dd13833983 Removing nsSocketTransportStreams.h.cpp 1999-06-19 06:17:33 +00:00
rpotts%netscape.com
13078ccde6 got rid of nsSocketTransportStreams... Using the nsIBuffer notification interfaces instead... 1999-06-19 05:49:04 +00:00
gagan%netscape.com
bae126c753 Added special cases to allow for something like http://gagan/?Length=5000 to get a response back with Content-Length (actual and header both) set to 5000. Its cool for testing bigger responses. 1999-06-19 04:05:10 +00:00
gagan%netscape.com
bad26efa50 Fixed header parsing in HTTP. This should work ok now. 1999-06-19 04:02:20 +00:00
pierre%netscape.com
21f9af1c78 Bumped up the memory partition to 12Mb from 10Mb. r=sfraser, a=chofmann. 1999-06-19 02:38:19 +00:00
pierre%netscape.com
2809961b0f #8325 "[PP]Exiting Profile Manager and crash". r=sfraser, a=chofmann. 1999-06-19 02:33:23 +00:00
waterson%netscape.com
ef85fb6fbd Bug 8513. Fix incorrect nsAutoString usage. 1999-06-19 01:14:45 +00:00
mcmullen%netscape.com
8e915dbe30 #8185. Badly formed xul (<window>...</html:window>) caused a crash. Replaced this with <xul:window>...</xul:window> 1999-06-19 01:00:05 +00:00
ramiro%netscape.com
f2b03ace40 Fix for bug 8237 (Prefs need to save when apprunner quits) and bug 8106
(Calling 'exit' while closing the top level window (causing the whole
app to quit).
Should let the profile manager work as advertised on unix.
Reviewed by law and mcmullen.
1999-06-19 00:30:11 +00:00
briano%netscape.com
c5f56dedd5 Minor DEC-specific tweak (i.e., only affects DEC builds) to fix the Tinderbox build. 1999-06-19 00:16:43 +00:00
ducarroz%netscape.com
dc9595749d Turn off the new quoting code that was causing bug #8483 and #8481, A=chofmann. 1999-06-19 00:16:39 +00:00
dp%netscape.com
ec7f1d00a9 Fixed crash due to multi-threading. bug# 7308, bug# 8150 1999-06-18 23:27:09 +00:00
mcmullen%netscape.com
ca918925e3 Fixing the broken situation when no prefs file exists. Since there is a problem with stream closing after nsFileStream(nsIFileSpec*), cleaning up this code so that we dont write/read/init/write the prefs. Now we simply init/write. Part of a fix for bug #8237. r=slamm@netscape.com, a=chofmann@netscape.com 1999-06-18 22:11:35 +00:00
mcmullen%netscape.com
1acdf51083 Read the prefs file before bringing up the prefs window (-pref case). Part of a fix for bug #8237. r=slamm@netscape.com,a=chofmann@netscape.com 1999-06-18 22:09:07 +00:00
norris%netscape.com
716b905e30 Add support for selectively filtering Java classes' visibility to JS 1999-06-18 21:35:35 +00:00
norris%netscape.com
562b4ecb1b Reduce need for a current context. 1999-06-18 21:32:18 +00:00
akkana%netscape.com
92ed1fb8a0 Eliminate static nsCOMPtr variables in editor factory classes.
These were causing a crash on exit, bug 7938.
Approved by chofmann; Reviewed in concept by dp,
in detail by braddr@portland.puremagic.com and sfraser.
1999-06-18 21:10:59 +00:00
saari%netscape.com
7f8e5e2973 Fix for bug #8452 1999-06-18 19:28:29 +00:00
danm%netscape.com
f64260946c enable show toolbar menu command. workaround for bug 8318. also on M7 branch. a: chofmann. 1999-06-18 18:41:20 +00:00
law%netscape.com
5475ef8ea8 Additional fix for bug #8161 1999-06-18 18:29:39 +00:00
norris%netscape.com
75d18cd332 A bunch of changes, some experimental.
Support for jsGet_ and jsSet_ prefixes to methods for explicit getter
and setter definition.
Addition of "importClass" and "importPackage" top-level functions.
The beginnings of a history object accessible from the shell.
1999-06-18 17:37:20 +00:00
valeski%netscape.com
e23b3c673c NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
vidur%netscape.com
fc26ffdea8 Set address_modified flag when we add a trailing slash (indicating a directory name) and get a cache hit. This flag is later used to sync with the nsIURL wrapper. Approved by chofmann. Reviewed by gagan. 1999-06-18 17:18:49 +00:00
slamm%netscape.com
c3ba5da777 Need to pass thru return value to make who link really work. 1999-06-18 16:08:24 +00:00
slamm%netscape.com
99b09e2140 Fix who link for 5.0. 1999-06-18 16:04:01 +00:00
pinkerton%netscape.com
bed7562488 fix for #5732, give grippies a bg color so they look correct when collapsed. rev german, appr chofmann. 1999-06-18 15:52:19 +00:00
valeski%netscape.com
8a4bf5c9b0 NOT IN SEA MONKEY PULL. we weren't creating the thread eventQ. 1999-06-18 15:03:41 +00:00
peterl%netscape.com
d9bb5ac226 force display type of viewport frame to BLOCK 1999-06-18 05:36:58 +00:00
rickg%netscape.com
fd74705b41 fixes Churchill's search bug, and crash bug 6469 1999-06-18 04:51:11 +00:00
grail%cafebabe.org
cf9f1bf243 Removed all classpath directives. 1999-06-18 04:13:39 +00:00
grail%cafebabe.org
19e8647699 Fixes to MenuBarCtrl.java to address my own cluelessness.
Please don't fix rules.mk.
1999-06-18 04:01:53 +00:00
grail%cafebabe.org
ca630c9dd5 Cleaned up XMLPageBuilder. I hate the implementation. Probably will
clean it up later. Cleaned up XMLMenuBuilder also. Reduced number of
instanceof's by introducing the Control interface. It seems
faster. Removed processNode() out of XMLWidgetBuilder to give the
child classes some more freedom.

I really need to change the implementation to less moronic.
1999-06-18 03:48:43 +00:00
rhp%netscape.com
db625ad65a This will enable the old quoting hack for non local mailbox messages. This
checkin was approved by chofmann.
1999-06-18 02:37:25 +00:00
rjc%netscape.com
d85cbb4d13 Change port to use for translation server. Approval: choffman. Review: God. 1999-06-18 02:05:57 +00:00
law%netscape.com
3306e0e5b0 Fix for bug #8348; approved by chofmann@netscape.com; authored by matt@netscape.com; reviewed by law@netscape.com 1999-06-18 02:00:03 +00:00
mcafee%netscape.com
2bb9d37177 Old who_link bariable should be d.target.href to match the 1.71 checkin. 1999-06-18 01:59:48 +00:00
amasri%netscape.com
0c5f17c20a added extra tests for version 2.0 added timing changes to help stabilize bitmap added functional tests for version 2.0 added error handling to account for windows not opening completely changed default URL loading method to Mozilla.LoadURL() NOTE: Smoketest is now dependant only on correct button positions for "OpenFile" dialog. added full path OpenFile() capabilities on mac, plus String2List utility to permit graphic file interface to be manipulated Added SetActive() to OpenNewWin() 1999-06-18 01:35:27 +00:00
amasri%netscape.com
48f97d3533 changed Invoke() method to give better error messages changed iBitmapWait to 90 to account for i18n sites changed default home page to "Navigator Help" changed sDir to full path from relative path NOTE: must be changed for each machine it runs on added timeout to Apprunner.Invoke() 1999-06-18 01:35:25 +00:00
sspitzer%netscape.com
fbc12c63ed change start page to www.mozillazine.org. a=leaf
work around for bug #7417
1999-06-18 01:17:51 +00:00
law%netscape.com
dbcd4010aa Fix for bug #8357; approved by chofmann@netscape.com; reviewed by don@netscape.com 1999-06-18 00:39:43 +00:00
law%netscape.com
73c6743dbb Fix for bug #8161; approved by chofmann@netscape.com; reviewed by don@netscape.com 1999-06-18 00:31:51 +00:00
law%netscape.com
139d0b7380 Fix for bug #4779; approved by chofmann@netscape.com, reviewed by waterson@netscape.com 1999-06-18 00:27:31 +00:00