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

31153 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com a3adc6bd4c Making buffers work better. Now out-of-memory is handled properly. 1999-06-19 22:23:18 +00:00
warren%netscape.com 4747af4f2d Added missing release. 1999-06-19 22:22:38 +00:00
warren%netscape.com 9f1b058d56 Added assertions. 1999-06-19 22:22:16 +00:00
sfraser%netscape.com c2bfec60d3 Preliminary fix for 8555; JS contexts not properly cleaned up on window close. 1999-06-19 22:18:52 +00:00
sfraser%netscape.com 2d43db23a5 Lots of leak fixing. 1999-06-19 22:15:14 +00:00
sfraser%netscape.com eb992f0b1b Clean up the editorShell, fixing some leaks, and removing old appCore-related cruft. 1999-06-19 22:13:46 +00:00
sfraser%netscape.com b688c9c490 Removed obsolete base DLL. 1999-06-19 22:09:46 +00:00
sfraser%netscape.com 437a0b1c9d Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 22:08:49 +00:00
sfraser%netscape.com 769cca6398 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 aa1ba6ea79 Explode addref & release macros to make debugging easier. 1999-06-19 22:07:13 +00:00
sfraser%netscape.com 6357c6d07e 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 acbf552d2c 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 3df9c89059 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 042920ef33 Remove extra semicolon 1999-06-19 21:53:28 +00:00
sfraser%netscape.com e219e5c39c Add ownership-directed comments 1999-06-19 21:53:14 +00:00
sfraser%netscape.com f33ad6edc1 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 21:53:00 +00:00
sfraser%netscape.com d39d6eef11 Add GetIID 1999-06-19 21:51:25 +00:00
sfraser%netscape.com fecd3f3980 Comment out nsTraceRefCnt lines, which should really be debug only. 1999-06-19 21:51:14 +00:00
sfraser%netscape.com 5c9bc5e8e1 stdlib.h should come from system includes 1999-06-19 21:50:41 +00:00
sfraser%netscape.com 9c9ce17a8a Comments to make the ownership model clearer 1999-06-19 21:48:53 +00:00
sspitzer%netscape.com 1f0c3764b1 fix build bustage. 1999-06-19 21:47:30 +00:00
sspitzer%netscape.com efacaf1816 remove several warnings 1999-06-19 21:34:32 +00:00
sspitzer%netscape.com 133febbdeb fix my private debugging code. 1999-06-19 21:22:34 +00:00
morse%netscape.com 07d71da653 put wallet viewers into one dll 1999-06-19 21:18:57 +00:00
sspitzer%netscape.com b1ffc95e12 safety checks to prevent dereferencing null 1999-06-19 21:18:13 +00:00
sspitzer%netscape.com e744366a53 fix tree bustage. 1999-06-19 21:13:48 +00:00
morse%netscape.com db7c88a9a4 remove wallet viewers from appcore 1999-06-19 21:12:44 +00:00
morse%netscape.com fdc1b3c20b put wallet viewers into one dll 1999-06-19 21:08:33 +00:00
sspitzer%netscape.com 995e63c55d 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 adfc2b4a48 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 c74c319f6d fix bug 8492 1999-06-19 21:00:44 +00:00
morse%netscape.com 62b9994e54 fix bug 9494 1999-06-19 20:59:22 +00:00
mjudge%netscape.com 5594373348 oops forgot one 1999-06-19 20:50:20 +00:00
mjudge%netscape.com 9eccad5750 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 d6d7acd471 fix backwards colors 1999-06-19 20:25:06 +00:00
blizzard%redhat.com bd269d7348 implement nsWidget::Invalidate, nsWidget::Update, make resizing go 1999-06-19 20:24:32 +00:00
rpotts%netscape.com 55d83f5fde 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 3904511399 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 3c53457ef9 Removing nsSocketTransportStreams.h.cpp 1999-06-19 06:17:33 +00:00
rpotts%netscape.com 08ac12e5b4 got rid of nsSocketTransportStreams... Using the nsIBuffer notification interfaces instead... 1999-06-19 05:49:04 +00:00
gagan%netscape.com 53312eba76 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 bb6f458181 Fixed header parsing in HTTP. This should work ok now. 1999-06-19 04:02:20 +00:00
pierre%netscape.com 7b81309aa8 Bumped up the memory partition to 12Mb from 10Mb. r=sfraser, a=chofmann. 1999-06-19 02:38:19 +00:00
pierre%netscape.com b2d4a87053 #8325 "[PP]Exiting Profile Manager and crash". r=sfraser, a=chofmann. 1999-06-19 02:33:23 +00:00
waterson%netscape.com 2751e6796d Bug 8513. Fix incorrect nsAutoString usage. 1999-06-19 01:14:45 +00:00
mcmullen%netscape.com 6b8d650358 #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 421574f5c2 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 dcf07bc157 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 a21a21bc0d 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 aee4f0d23f Fixed crash due to multi-threading. bug# 7308, bug# 8150 1999-06-18 23:27:09 +00:00