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

72423 Коммитов

Автор SHA1 Сообщение Дата
nboyd%atg.com fa72e89acf Fix bugs:
56318  function literals with names don't work right
57045  negative integers as object properties: weird behavior
58479  functions defined within conditional phrases are always crea
2000-10-30 19:34:11 +00:00
blizzard%redhat.com a1da49183a build xremoteclient when building qt. a=leaf remove XIFF converter from qt build. checking in for John C. Griggs <johng@corel.com> 2000-10-30 19:26:53 +00:00
tara%tequilarista.org 6a1f7a0e04 correcting scope 2000-10-30 19:17:43 +00:00
dbaron%fas.harvard.edu 7a6953cfe2 Fix crash from GetElementsByTagName on a document without a root element. Patch from ftang@netscape.com r=jst@netscape.com,dbaron@fas.harvard.edu sr=vidur@netscape.com b=40121 2000-10-30 18:51:50 +00:00
blizzard%redhat.com 229964b301 add missing files from qt build for John C. Griggs <johng@corel.com> 2000-10-30 18:23:39 +00:00
cls%seawood.org 397ad81ed9 Fix --enable-homedir. Bug #58327 2000-10-30 15:54:11 +00:00
waqar%netscape.com b721c20516 #=34706
r=dcone@netscape.com
a=buster@netscape.com
d=Fixes a crash on linux when printing to a file in a directory where I dont
have permission to or printing to a directory or to a non existing printer.
2000-10-30 15:22:46 +00:00
bienvenu%netscape.com 818494d7d5 fix 55003 null protection in closing nsOutputStream r=kandrot sr=waterson 2000-10-30 15:20:31 +00:00
bienvenu%netscape.com 9aeec7f31b fix shift delete in local mail folders to allow subsequent msg select r=sspitzer sr=mscott 58323 2000-10-30 14:58:10 +00:00
hyatt%netscape.com 6ae1fd89ab Fix for 57139. a=ben 2000-10-30 09:26:53 +00:00
hyatt%netscape.com 2ddcf9c3cb Fix for 57139, a=ben 2000-10-30 09:24:11 +00:00
buster%netscape.com 65da9167e6 My previous check-in had an important line accidentally commented out. This just re-enables that line. This fixes bug 58257 2000-10-30 04:48:53 +00:00
buster%netscape.com 37a037daea bug 53690 part of table never displayed because of incremental reflow bug
r=karnaze
a=waterson
2000-10-30 04:15:32 +00:00
buster%netscape.com f9e0710470 bug 54850 crash when plugin has an inline parent
r=av, r=peterl
a=waterson
2000-10-30 04:11:59 +00:00
buster%netscape.com e150c12cce accidentally checked this in with a debug flag turned on that wrote a bunch of output to stdout. turned off. 2000-10-30 04:10:44 +00:00
blizzard%redhat.com 603b69c368 bug #58258. Fix warnings in nsNetUtil.h, take II. This should work on win32. 2000-10-30 02:02:00 +00:00
hyatt%netscape.com d41b94a492 Fix for 53218. r-pav, a=ben 2000-10-30 01:50:20 +00:00
dbaron%fas.harvard.edu d86b8f2d0a Fix one-time leak of 4 nsVoidArray and 1 PRMonitor from code in nsRange.cpp by freeing in layout module destructor. r=mjudge@netscape.com sr=scc@mozilla.org b=56762 2000-10-29 21:38:52 +00:00
dbaron%fas.harvard.edu b65210fd29 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 f348f493fa 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 b60b296a11 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 2610b33dfd 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 873ec04990 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 f188006b0a #56716, run finally{} before return from try{}/catch{}, r=mccabe, sr=brendan 2000-10-29 18:54:58 +00:00
blizzard%redhat.com 769bb9df97 backing out last change. it makes win32 sad. 2000-10-29 18:26:42 +00:00
brendan%mozilla.org 9d7b76c742 Use 0 - i rather than -i to avoid unsigned warning on Windows. 2000-10-29 18:08:40 +00:00
nboyd%atg.com d223b095ba Fix formatting 2000-10-29 18:07:26 +00:00
waterson%netscape.com 375ed41613 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 d59f5301fb bug #58258 - warning fixes for nsIChannel::LOAD_NORMAL. r=scc sr=mscott,brendan 2000-10-29 17:44:42 +00:00
sspitzer%netscape.com 5083c0fe27 take out my PRINTF -> printf changes, since warren got backed out. 2000-10-29 03:02:27 +00:00
morse%netscape.com 701438c26c 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 cb814a824f 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 749229dcdf RTM+Limbo bugs: 55980, 57378. r=harishd, sr=buster, a=pdt. 2000-10-29 01:28:45 +00:00
warren%netscape.com 4189314fdb 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 1bef732366 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 a61eb4f00d 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 ebd36ad1e1 Fixing ail bustage 2000-10-28 10:41:16 +00:00
warren%netscape.com fe3b049bd4 Attempting to fix os2 2000-10-28 10:30:19 +00:00
warren%netscape.com 01c64780f1 Fixing printf problem with RAPTOR_STOPWATCH_TRACE 2000-10-28 10:14:36 +00:00
warren%netscape.com 8921b016fa Fixing printf problem with MOZ_TIMER_DEBUGLOG 2000-10-28 10:11:27 +00:00
warren%netscape.com 7875ad0f9b Fixed printfs for beos 2000-10-28 10:03:09 +00:00
cls%seawood.org 84ecf9b22a Added nslog.h in attempt to fix BeOS build post bug #47207 2000-10-28 09:10:02 +00:00
disttsc%bart.nl 958251e207 Clean up profileMigrationProgress js code. bug=58266, r=sspitzer, a=alecf 2000-10-28 08:00:58 +00:00
sspitzer%netscape.com 7a8c9cd03c 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 41958645f3 fix for #13806 r=sfraser, sr=mscott
stop exporting excess symbols from addressbook
2000-10-28 07:01:37 +00:00
sspitzer%netscape.com bb55484880 fix build bustage. (for me only) 2000-10-28 06:38:31 +00:00
waldemar%netscape.com 139931c770 Allowed multiple units in a unit expression 2000-10-28 05:55:47 +00:00
beard%netscape.com 302c95f3f9 Bug 56607 (sr=waterson, r=edburns): Fixes for <APPLET> tag processing, clipping. 2000-10-28 05:55:35 +00:00
waldemar%netscape.com b65d4f2f46 Renamed OrdinaryInitialIdentifierCharacter and OrdinaryContinuingIdentifierCharacter to InitialIdentifierCharacter and ContinuingIdentifierCharacter 2000-10-28 05:55:19 +00:00
waldemar%netscape.com c8e5c8c645 Initial version 2000-10-28 05:54:44 +00:00