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

89952 Коммитов

Автор SHA1 Сообщение Дата
law%netscape.com 5fc9787665 Fix for bug 79356; remove duplicate var declaration (strict JS warning); r=morse, sr=blake 2001-10-13 00:04:30 +00:00
law%netscape.com d928532959 Fix for bug 77682; remove duplicate declaration of var (strict JS warning);
r=morse, sr=blake
2001-10-13 00:02:31 +00:00
law%netscape.com bd1459f824 Fix for bug 76447; test for nsIFilePicker::returnOK to avoid JS error when
the user has pressed cancel; r=morse, sr=blake
2001-10-12 23:59:04 +00:00
law%netscape.com 8402ef14b6 Fixes for bugs:
65961 - Patch from bzbarsky@mit.edu, uses Math.floor to round down so 100%
        doesn't happen till download is complete; r=blake, sr=mscott
102956 - Blocks cancel going to uriloader/exthandler if download is completed,
        and, removes the code to reset the onclick handler for the cancel/close
        button; r=pchen, sr=hyatt
2001-10-12 23:52:59 +00:00
sfraser%netscape.com 7365c45349 Fix for bug 36796 - implement page setup on Mac and Mac OS X. r=sdagley, sr=alecf. Adding nsPrintOptionsX.cpp 2001-10-12 23:48:51 +00:00
sfraser%netscape.com 1dc9295f24 Fix for bug 36796 - implement page setup on Mac and Mac OS X. r=sdagley, sr=alecf. 2001-10-12 23:48:34 +00:00
leaf%mozilla.org e32deee1a5 Automated update 2001-10-12 23:28:21 +00:00
seawood%netscape.com 1c6efffc1b Added -xgot to linux/mips build.
Use $target instead of $host when possible for cross-compiled builds.
2001-10-12 23:23:53 +00:00
sspitzer%netscape.com b10f26a9e0 fix for #104498, optimize ParseReferences() / SetReferences().
rs=bienvenu
2001-10-12 23:23:11 +00:00
alecf%netscape.com e30d2275cd fix clobber builds for 104482 - patch from balleysson@bigfoot.com, sr=alecf 2001-10-12 23:12:19 +00:00
heikki%netscape.com c101796233 Bug 98214, minor performance improvements and cleanup. r=harishd, sr=vidur. 2001-10-12 22:01:19 +00:00
rangansen%netscape.com df258eea24 r=rangansen r=ssaux sr=hewitt
bug# 101631- enables column reordering
2001-10-12 21:51:57 +00:00
wtc%netscape.com 1737bf3639 Rewrote #ifndef #else #endif with the equivalent #ifdef #else #endif. 2001-10-12 21:45:13 +00:00
rpotts%netscape.com fa61ad5668 bug #90722.(r=danm@netscape.com, sr=mscott@netscape.com) Added nsIWindowWatcher::GetWindowByName(...). 2001-10-12 21:42:24 +00:00
justdave%syndicomm.com cd0de56d18 Fix for bug 101056: multiple form values of the same name were not getting correctly stashed if the user had to log in as part
of a form submit.
Patch by Myk Melez <myk@mozilla.org>
r= gerv, justdave
2001-10-12 21:33:21 +00:00
ducarroz%netscape.com be74cb0e69 Fix for bug xxxx. When a part check for a separator, it need first check if it's not for it's child. R=varada, SR=bienvenu 2001-10-12 21:31:57 +00:00
pschwartau%netscape.com da3a885195 Initial add. Regression test for bug 104375. 2001-10-12 21:28:43 +00:00
ducarroz%netscape.com 9aa1332bc6 Fix for bug 83541. Use user domain for construct a part ID. The current code was bogus! R=varada, SR=sspitzer 2001-10-12 21:25:10 +00:00
nhotta%netscape.com 17e4d00dd1 Changed to convert MIME decoder's output of sender's address from UTF-8 to UCS2,
bug 94103, r=sspitzer, sr=bienvenu.
2001-10-12 21:22:18 +00:00
aaronl%netscape.com fe175b3205 Bug 103903. Accessibility module must be ready for pres shell to disappear at any time, so it doesn't crash. r=jgaunt, sr=brendan 2001-10-12 21:05:31 +00:00
sfraser%netscape.com 0059507887 Fix bugscape 10444. Fix crash when playing a sound a second time; I was casting from the wrong slice, so crashed calling a virtual method. r=sdagley, sr=dveditz 2001-10-12 21:05:15 +00:00
alecf%netscape.com 8db59e0dba bug 104118 - a non-rdf contractid for windowmediator, to reduce dependencies. r=mkaply, sr=dveditz 2001-10-12 21:03:40 +00:00
sspitzer%netscape.com 419aa0c675 fix for #79217, scrollbar position need to be invalidated when switching folders.
r=hwaara,sspitzer sr=hyatt.  fix by Jan Varga (varga@utcru.sk)
2001-10-12 21:02:17 +00:00
shanjian%netscape.com 760026c9b5 #100377 Auto-detect All detects yahoo-japan page as a wrong charset that save by Composer
r=yokoyama, sr=brendan
2001-10-12 21:00:39 +00:00
andreww%netscape.com 2dedfe4dbf cleaning up conflict checked in from 103165 2001-10-12 20:58:40 +00:00
gerv%gerv.net 2996888b17 Bug 100490 - better error message with no JavaScript for QuickSearch. Patch by afranke, r=kiko, gerv. 2001-10-12 20:54:26 +00:00
wtc%netscape.com f88d38ee75 Bugzilla bug 104286: teach config.guess and config.sub about MKS Toolkit.
r=cls.
2001-10-12 20:46:34 +00:00
wtc%netscape.com 2b76d7287e Bugzilla bug 104286: teach the configure script about MKS Toolkit. r=cls.
Modified files: configure configure.in config.guess config.sub
2001-10-12 20:44:02 +00:00
sicking%bigfoot.com c40e0a6111 Clean up NumberFunctionCall.cpp: make all numberfunctions NaN and Inf safe, make round() work on windows, make all numberfunctions out-of-mem safe
b=102185 r=Pike sr=shaver
2001-10-12 20:38:23 +00:00
jake%acutex.net 4f03a1f2f0 If a template doesn't exist, this should be considered a compile failure.
No review needed for tests at this time. NOT PART OF BUILD
2001-10-12 20:35:37 +00:00
jband%netscape.com 90b1ddb3af not yet part of build. support tracking the iid in array of interfaces 2001-10-12 20:29:19 +00:00
leaf%mozilla.org 5074bae9f8 Automated update 2001-10-12 20:28:22 +00:00
myk%mozilla.org 27984b1bf7 Fix for bug 91486: Add "changed from" option to the boolean chart.
Patch by Stephen Lee <slee@uk.bnsmc.com>.
r=myk@mozilla.org
2001-10-12 20:25:57 +00:00
cls%seawood.org 185ba967bf Remove Motif port from build. Pull using MOTIF_LAST_RITES tag to resurrect (but why would you want to do a silly thing like that?)
Bug #89330 r=bryner sr=pavlov
2001-10-12 20:21:31 +00:00
dougt%netscape.com c7f382ca1f Freezing nsIClassInfo interface. r=dbradley sr=shaver bug=99158 2001-10-12 20:21:18 +00:00
nhotta%netscape.com 6459d3de6a Remove charset conversion because the input data is either us-ascii or already UTF-8, bug 92420, r=ducarroz, sr=sspitzer. 2001-10-12 20:21:17 +00:00
shanjian%netscape.com 209b6c59c8 Recheckin documentation about universal detector. Now it is OK to make it public. 2001-10-12 19:58:21 +00:00
curt%scruznet.com f42283f2e1 Only add MAPI and MAPIX to win.ini. 2001-10-12 19:56:36 +00:00
pavlov%netscape.com 61ec4f1d0a fixing smoketest blocker bug 104421. r=bryner a=endico 2001-10-12 19:30:28 +00:00
shrutiv%netscape.com 290137720f Fix for bugscape bug 9935: Need to update the CCK product/file version
number. Changing product/file version from 6.1 to 6.2 (r=tao)
2001-10-12 17:58:41 +00:00
ian.mcgreer%sun.com ee48e4329a check in cert lookup functions using the cache 2001-10-12 17:54:50 +00:00
ian.mcgreer%sun.com 7b3b57d83f fix broken AIX build 2001-10-12 15:16:38 +00:00
jaggernaut%netscape.com 3366dfc79e Attempt to clear bustage by forcing a rebuild of this library 2001-10-12 11:20:20 +00:00
pavlov%netscape.com cdf0e9c77e bah, stupid build problems 2001-10-12 09:11:33 +00:00
leaf%mozilla.org 6918abcb6d Automated update 2001-10-12 08:28:23 +00:00
axel%pike.org 342fc2af78 bug 97944, --enable-jsd should enable, not disable, MOZ_ARG_[EN|DIS]ABLE_BOOL 2001-10-12 08:22:35 +00:00
pavlov%netscape.com 4f0805f2ac fixing build bustage 2001-10-12 08:06:42 +00:00
pavlov%netscape.com f60cc1b681 fixing bug 64096 r=jag, sr=hyatt. additional patch to bug 104311 both r=bryner/jag and sr=hyatt 2001-10-12 07:59:21 +00:00
jaggernaut%netscape.com 00d59165c5 Bug 104337: Remove nsPrivateReadableString from string hierarchy, r=dbaron, rs=scc. 2001-10-12 07:48:27 +00:00
jaggernaut%netscape.com 25d44f5865 Bug 104337: Remove nsPrivateSharableString from string hierarchy. r=dbaron, rs=scc. 2001-10-12 07:34:28 +00:00