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

31011 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com 1c9e290085 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also added comments to get the author to think about ownership. 1999-06-19 22:07:48 +00:00
sfraser%netscape.com b400f22d26 Explode addref & release macros to make debugging easier. 1999-06-19 22:07:13 +00:00
sfraser%netscape.com f1cd6df086 Muchos leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also use nsCOMPtr in a couple of other places. 1999-06-19 22:06:35 +00:00
sfraser%netscape.com fe65843da7 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also add comments to get someone to think about ownership. 1999-06-19 22:04:52 +00:00
sfraser%netscape.com 7ec882a272 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also comment out the extra release, with comment about why. 1999-06-19 22:04:20 +00:00
sfraser%netscape.com ee33795048 Remove extra semicolon 1999-06-19 21:53:28 +00:00
sfraser%netscape.com dbbe3b89a6 Add ownership-directed comments 1999-06-19 21:53:14 +00:00
sfraser%netscape.com 0e2aa5d823 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 21:53:00 +00:00
sfraser%netscape.com a2976243cf Add GetIID 1999-06-19 21:51:25 +00:00
sfraser%netscape.com 70b79ed46b Comment out nsTraceRefCnt lines, which should really be debug only. 1999-06-19 21:51:14 +00:00
sfraser%netscape.com d384d93b04 stdlib.h should come from system includes 1999-06-19 21:50:41 +00:00
sfraser%netscape.com 81eb5e97f2 Comments to make the ownership model clearer 1999-06-19 21:48:53 +00:00
sspitzer%netscape.com fe9b59d164 fix build bustage. 1999-06-19 21:47:30 +00:00
sspitzer%netscape.com 3f12c659bc remove several warnings 1999-06-19 21:34:32 +00:00
sspitzer%netscape.com af503350ec fix my private debugging code. 1999-06-19 21:22:34 +00:00
morse%netscape.com b42b3430bf put wallet viewers into one dll 1999-06-19 21:18:57 +00:00
sspitzer%netscape.com 2c44b3b132 safety checks to prevent dereferencing null 1999-06-19 21:18:13 +00:00
sspitzer%netscape.com 4cc0c4c86d fix tree bustage. 1999-06-19 21:13:48 +00:00
morse%netscape.com 0651f7eed5 remove wallet viewers from appcore 1999-06-19 21:12:44 +00:00
morse%netscape.com e444db2f7b put wallet viewers into one dll 1999-06-19 21:08:33 +00:00
sspitzer%netscape.com ee23c114e0 make the default of of the "browser.startup.page" be 3, so that we use
the new "browser.startup.splash" pref.

set the default for "browser.startup.splash" to be http://www.mozillazine.org, until
bug #7417 gets fixed.
1999-06-19 21:08:02 +00:00
sspitzer%netscape.com 4d5f8a6002 changes to add support for the "browser.startup.page" pref and the new
"browser.startup.splash" page pref.

all that's left is to get radha to add the code to get the last page visted.
1999-06-19 21:06:59 +00:00
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