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

72466 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu f186627f77 Fix one-time leak of 5 nsVoidArray by freeing in module destructor. r=pavlov@netscape.com sr=scc@mozilla.org b=56747 2000-10-29 21:35:02 +00:00
dbaron%fas.harvard.edu de9a7e696c Fix CompositeDatasourceImpl::Release so it works all the time, including when |mDataSources.Count() == 0|. Use refcount stabilization by one more than the number of elements in mDataSources so that the |mRefCnt == mDataSources.Count()| is not hit on any recursive calls. r=waterson@netscape.com sr=scc@mozilla.org b=56744 2000-10-29 21:32:42 +00:00
dbaron%fas.harvard.edu 71785b6799 Instrument various classes so they show up in the leak/bloat stats. r=morse@netscape.com sr=scc@mozilla.org b=56644 2000-10-29 21:27:45 +00:00
dbaron%fas.harvard.edu e339d4bddd Fix refcount logging for nsCachedNetData objects so they don't appear to leak by indicating a refcount of 0 (for deletion) when the RECYCLED flag is set or when the arena is destroyed. r=rpotts@netscape.com sr=scc@mozilla.org b=31367 2000-10-29 21:24:39 +00:00
dbaron%fas.harvard.edu 9cf6137ae9 Since source files are no longer (thankfully!) copied around here, they don't need to be in the .cvsignore. r=cls@seawood.org b=49937 2000-10-29 21:21:48 +00:00
shaver%mozilla.org 3b105350a3 #56716, run finally{} before return from try{}/catch{}, r=mccabe, sr=brendan 2000-10-29 18:54:58 +00:00
blizzard%redhat.com b7569a5e22 backing out last change. it makes win32 sad. 2000-10-29 18:26:42 +00:00
brendan%mozilla.org bc3f635a48 Use 0 - i rather than -i to avoid unsigned warning on Windows. 2000-10-29 18:08:40 +00:00
nboyd%atg.com 13c17e9f43 Fix formatting 2000-10-29 18:07:26 +00:00
waterson%netscape.com efb0a0a1ed Bug 56713. Rework bulletproofing that sspitzer and I put in aeons ago: text nodes can wind up at the top level in an overlay. In this case we'll just ignore them instead of completely bailing, which'd put us into a bad state the next time around. r=hyatt, sr=brendan 2000-10-29 17:58:21 +00:00
blizzard%redhat.com faab80400e bug #58258 - warning fixes for nsIChannel::LOAD_NORMAL. r=scc sr=mscott,brendan 2000-10-29 17:44:42 +00:00
sspitzer%netscape.com 6a9e80db29 take out my PRINTF -> printf changes, since warren got backed out. 2000-10-29 03:02:27 +00:00
morse%netscape.com 7a35ab0fd7 bug 55731, files on disk need explicit html suffix, r=valeski, a=gagan, sr=mscott 2000-10-29 01:57:24 +00:00
brendan%mozilla.org 12e9876d3d Handle negative-int-fits-in-jsval string literals as property names equivalent to their int conversions (57043, r=shaver, sr=jband). 2000-10-29 01:30:16 +00:00
rickg%netscape.com 8d0a905b60 RTM+Limbo bugs: 55980, 57378. r=harishd, sr=buster, a=pdt. 2000-10-29 01:28:45 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
mkaply%us.ibm.com 0fc2c098e2 OS/2 TB breakage
Stab in the dark here
This #ifdef is probably bad anyway. Is it checking for a BSD build system? We should have XP_BSD or something.
2000-10-28 15:29:50 +00:00
blakeross%telocity.com 027eeadcc1 Fix for 12056: ctrl+click on a link should open in new window, alt+click should save it. r=jst sr=brendan, alecf 2000-10-28 14:30:48 +00:00
warren%netscape.com c075a6fc35 Fixing ail bustage 2000-10-28 10:41:16 +00:00
warren%netscape.com da76b46c6d Attempting to fix os2 2000-10-28 10:30:19 +00:00
warren%netscape.com 7cd51a4917 Fixing printf problem with RAPTOR_STOPWATCH_TRACE 2000-10-28 10:14:36 +00:00
warren%netscape.com 02371534f1 Fixing printf problem with MOZ_TIMER_DEBUGLOG 2000-10-28 10:11:27 +00:00
warren%netscape.com bf11d32788 Fixed printfs for beos 2000-10-28 10:03:09 +00:00
cls%seawood.org c06d1aa7c9 Added nslog.h in attempt to fix BeOS build post bug #47207 2000-10-28 09:10:02 +00:00
disttsc%bart.nl 394af679d4 Clean up profileMigrationProgress js code. bug=58266, r=sspitzer, a=alecf 2000-10-28 08:00:58 +00:00
sspitzer%netscape.com bbef0f0875 a new place to add the salting call. fix by racham, r=sspitzer, sr=alecf
also, fix warnings.  convert printf to PRINTF, ala warren.
2000-10-28 07:11:47 +00:00
alecf%netscape.com fba350692f fix for #13806 r=sfraser, sr=mscott
stop exporting excess symbols from addressbook
2000-10-28 07:01:37 +00:00
sspitzer%netscape.com 92b7c97961 fix build bustage. (for me only) 2000-10-28 06:38:31 +00:00
waldemar%netscape.com 76e8bcd8d6 Allowed multiple units in a unit expression 2000-10-28 05:55:47 +00:00
beard%netscape.com da04ea7fda Bug 56607 (sr=waterson, r=edburns): Fixes for <APPLET> tag processing, clipping. 2000-10-28 05:55:35 +00:00
waldemar%netscape.com e84153e3fc Renamed OrdinaryInitialIdentifierCharacter and OrdinaryContinuingIdentifierCharacter to InitialIdentifierCharacter and ContinuingIdentifierCharacter 2000-10-28 05:55:19 +00:00
waldemar%netscape.com 4489b4c7f0 Initial version 2000-10-28 05:54:44 +00:00
beard%netscape.com 5decc17538 Bug 56607 (sr=waterson, r=edburns): New version resource. 2000-10-28 05:54:14 +00:00
waldemar%netscape.com 8df2f5a1c4 Added JS20/Units 2000-10-28 05:53:23 +00:00
beard%netscape.com 513a3d6770 Bug 56607 (sr=waterson, r=edburns): Added TextCommon shared library for access to CreateTextEncoding(). 2000-10-28 05:51:28 +00:00
beard%netscape.com 1983371579 Support for hooking up MRJ to browser networking stack. (not part of build yet) 2000-10-28 05:39:55 +00:00
warren%netscape.com c1d7a39fcb Fixing printf bustage 2000-10-28 05:36:44 +00:00
warren%netscape.com 19543495b3 Fix for leak in Vprintf: taking patrick's patch instead 2000-10-28 05:24:32 +00:00
warren%netscape.com 6357768687 Fix for leak in Vprintf 2000-10-28 05:21:54 +00:00
warren%netscape.com b076e117ab Removed printfs. 2000-10-28 05:07:06 +00:00
warren%netscape.com 8bdf61f82f Attempting to make solaris happier with ?: 2000-10-28 04:51:12 +00:00
warren%netscape.com 68c44dcaef undef'd printf for FreeBSD 2000-10-28 04:48:01 +00:00
warren%netscape.com 312e995be6 Fixed leak beard pointed out on PR_vsmprintf 2000-10-28 04:36:33 +00:00
warren%netscape.com d1fabdbd6b Fixed FPRINTF => PRINTF 2000-10-28 04:15:35 +00:00
warren%netscape.com 09bbfcc1d7 problem with gNumberOfWebShells -- moved into DEBUG 2000-10-28 04:09:10 +00:00
warren%netscape.com f6bbf1ff6b Added AddRef/Release method for nsLog so that they don't appear to leak. Changed comments too. 2000-10-28 03:12:02 +00:00
warren%netscape.com d1ffc4bd94 Attempted to fix opt problem 2000-10-28 02:46:30 +00:00
warren%netscape.com 48cd09f93b Removed PRINT that was conflicting. 2000-10-28 02:35:25 +00:00
dbaron%fas.harvard.edu 7fed408876 Remove extra 0 param. (Fix warren's bustage.) r=warren 2000-10-28 02:30:42 +00:00
warren%netscape.com 2f67adea9f Removing more extra 0 params from NS_IMPL_LOG macro 2000-10-28 02:24:24 +00:00