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

44369 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 86ed577bd4 fix memory leak of user name r=mscott 1999-10-16 22:44:55 +00:00
bienvenu%netscape.com 6b559ed958 fix leaks in mime xul emitters r=rhp 1999-10-16 20:49:06 +00:00
bienvenu%netscape.com 43206c3395 fix memory leak in install notifier r=dougt 1999-10-16 20:48:36 +00:00
morse%netscape.com d9fd3b16e8 fix bug 10434, memory leak detection, r=sfraser 1999-10-16 19:34:10 +00:00
rickg%netscape.com 5950c8d6ef updated FAQ section of nsString documentation 1999-10-16 18:45:18 +00:00
rickg%netscape.com 84c387e814 WIP bug13536; r=peterl; this code is not used yet 1999-10-16 18:22:24 +00:00
bienvenu%netscape.com 38709162d2 fix build bustage 1999-10-16 18:16:21 +00:00
bienvenu%netscape.com d080daf721 remove unused all threads table r=davidmc 1999-10-16 17:55:59 +00:00
troy%netscape.com 5ab2223218 Space optimization, r=karnaze@netscape.com Cc'd hyatt@netscape.com
Save 4 bytes by eliminating the mCalculated data member which wasn't being used
1999-10-16 16:17:07 +00:00
bienvenu%netscape.com 5e4fbc4f1e fix memory leaks r=mscott 1999-10-16 15:43:26 +00:00
karnaze%netscape.com b65c354b80 added 2 additional file lists to regression tests to work around new javascript bug. 1999-10-16 05:26:22 +00:00
peterl%netscape.com 4a9e5d719e Made style rules work against nsIMutableStyleContext
r=troy
1999-10-16 04:06:04 +00:00
peterl%netscape.com ed18a01643 Added new style data accessors.
Added nsIMutableStyleContext interface.
Made style rules work against nsIMutableStyleContext
r=troy
1999-10-16 04:05:59 +00:00
neeti%netscape.com 4a749e4a2f updating status 1999-10-16 03:07:59 +00:00
neeti%netscape.com 47af20e309 Converted dll to use nsIModule - bug 14034, r=dp 1999-10-16 03:05:55 +00:00
neeti%netscape.com b6a3ba2192 Converted dll to use nsIModule -bug 14034, r=jband 1999-10-16 03:04:16 +00:00
rhp%netscape.com 6929cb91e5 Changes to display when a message is coming from a 5.0 client - Bug #7518 - r: mscott 1999-10-16 02:38:24 +00:00
selmer%netscape.com dea36beac6 CheckListBox used 1999-10-16 02:01:01 +00:00
selmer%netscape.com 2f5b18d98d CheckListBox incorporated 1999-10-16 02:00:18 +00:00
warren%netscape.com f07e3a1f57 Added total/summary information to bloat log. Made LogNewXPCOM/LogDeleteXPCOM only be needed for losing architectures. 1999-10-16 01:57:18 +00:00
jevering%netscape.com a91fae81ab The nsLeakDetector.cpp file now requires a few extra header files which weren't being exported on win 1999-10-16 01:44:52 +00:00
jevering%netscape.com a5a23a1e38 Removed a define I shouldn't have checked in. 1999-10-16 01:41:14 +00:00
varada%netscape.com d6f4f9ad58 fixes to bug#7717 on exiting the wizard you get a message stating that data has been saved 1999-10-16 01:40:06 +00:00
jevering%netscape.com 29ef77e926 Hooking up the Boehm collector.
Can we please call this thing the Bone Collector?  That would be much cooler.
Thank you drive through.
1999-10-16 01:22:01 +00:00
troy%netscape.com bc981fba0d Added some new code that's not in use yet 1999-10-16 00:55:48 +00:00
rickg%netscape.com c64ecde1b8 WIP for bug13536; r=plinss 1999-10-16 00:39:24 +00:00
varada%netscape.com 630127d71e new struct in header file 1999-10-16 00:16:36 +00:00
beard%netscape.com 5192462091 added code to initialize/shutdown the leak detector. bug=15906, r=alecf 1999-10-16 00:06:37 +00:00
beard%netscape.com 63a8e8fbfa renamed NSInitGarbageCollector/NSShutdownGarbageCollector to NS_, and returning nsresult. Moved leak report file to nsLeakDetector.cpp. bug=15906, r=alecf 1999-10-16 00:06:36 +00:00
beard%netscape.com 1fb8ab7b48 added nsLeakDetector.cpp to build. bug=15906, r=alecf 1999-10-16 00:03:45 +00:00
beard%netscape.com c12c754691 maded entire file conditionally compile #if defined(GC_LEAK_DETECTOR). bug=15906, r=alecf 1999-10-16 00:02:26 +00:00
jevering%netscape.com 4dd75b9a42 More windows porting of the boehm collector. 1999-10-15 23:45:47 +00:00
bienvenu%netscape.com 387b68dd20 fix memory leak of registry location r=warren 1999-10-15 23:45:45 +00:00
cyeh%netscape.com 9749a4ce85 proxy checkin for terry@mozilla.org. quiet warnings about uninitialized
variables at runtime
1999-10-15 23:43:52 +00:00
nisheeth%netscape.com 391ae2d519 Changes do not get built in regular build. Fix timing hooks in the parser. 1999-10-15 23:42:09 +00:00
kipp%netscape.com 15a0ec26fa r=troy; revised nsITextContent api to simplify it and the consumers; this is done as prep work for bug 9101 1999-10-15 23:36:07 +00:00
sdagley%netscape.com 9b8f57db1e Fix #15740 - now check for immediate errors from async i/o calls. Also ensure that io_pending flag for the thread is cleared if we complete the async call before calling WaitOnThisThread(). r=sfraser 1999-10-15 23:35:27 +00:00
kipp%netscape.com 6b86a5034c r=troy; fixed bug 7093 by carefully pre-computed the collapsed top margin before reflowing the child block and then using that value to properly acquire the available space; In addition, I had to fix an incremental reflow bug associated with this problem 1999-10-15 23:35:10 +00:00
terry%mozilla.org 5cb243e6c8 Fixed what I believe is just a stupid typo. (This code really needs to have
"use strict" added to it all, and with all the resulting cleanup.)
1999-10-15 23:31:22 +00:00
kipp%netscape.com bf91cebfba Wiped out another warning 1999-10-15 23:29:21 +00:00
kipp%netscape.com 0c2e36f8c8 new 1999-10-15 23:25:02 +00:00
peterl%netscape.com d168caadef Added namespace ID to the AttributeChanged notification
Part of the fix for Bug 15153
r=troy
1999-10-15 23:17:53 +00:00
peterl%netscape.com a6adfea707 Added namespace ID to the AttributeChanged notification
Part fo the fix for Bug 15153
r=troy
1999-10-15 23:16:45 +00:00
terry%mozilla.org 90ca406a4e Fixed a bunch of "undefined variable" warnings. 1999-10-15 23:16:32 +00:00
peterl%netscape.com 27d06db43a Changed reported namespace of attributes from HTML to None.
r=vidur
Also added namespace ID to the AttributeChanged method
Part of the fix for Bug 15153
r=troy
1999-10-15 23:15:17 +00:00
peterl%netscape.com 2429e3f7e5 Added code to detect generated content that depends on attributes and reflow when the attribute changes
Fix for Bug 15153
r=pierre
Also added namespace ID to the AttributeChanged method
r=troy
1999-10-15 23:14:44 +00:00
varada%netscape.com f3ed82efd5 fixes to bug #5987 changed the values of the buttons in the ini files 1999-10-15 22:56:37 +00:00
varada%netscape.com 723035e37f fixing bug #5987 - introduced three new fields in VARS in the ini files - cancel back and next - use those to change the text on the buttons 1999-10-15 22:55:06 +00:00
troy%netscape.com ff3811524a Added some new code that isn't being used 1999-10-15 22:53:24 +00:00
gagan%netscape.com ce3168b8a9 Added "resolving host" status notification for eSocketState_Created. No bug number. r=law. 1999-10-15 22:47:24 +00:00