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

89969 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com 12fd7d9e86 Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake 2001-10-13 02:28:44 +00:00
sfraser%netscape.com d54f2254b7 Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake/fm 2001-10-13 02:27:35 +00:00
ssu%netscape.com 0b2c624cb3 fixing bug 104275 - Cannot send message from Excel/PPoint97 using SimpleMAPI. r=curt, sr=dveditz. not part of tinderbox builds. affects windows platforms only 2001-10-13 02:01:16 +00:00
jake%acutex.net 29c34fafbd Tabs are not allowed in Bugzilla source... if we find one, issue a warning.
No review needed for tests at this time. NOT PART OF BUILD
2001-10-13 01:44:06 +00:00
justdave%syndicomm.com 3eb400cda4 Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines.
Patch by Jake Steehagen <jake@acutex.net>
r= justdave x2
2001-10-13 01:36:17 +00:00
shrutiv%netscape.com 5e0fba2b11 Fix for bugscape bug 9860: Setup dialogs and rshell.ini file needs to
be updated for 6.2. (r=tao)
2001-10-13 01:10:19 +00:00
darin%netscape.com 0abdf1472a fixes bug 104181 "SH should not store layout state if server sends Cache-control: no-cache"
r=radha, sr=rpotts
2001-10-13 01:03:59 +00:00
leaf%mozilla.org ce20f5ebc7 Automated update 2001-10-13 00:58:23 +00:00
seawood%netscape.com 3225ea080d Make uint_t test use uint_t instead of uint.
Thanks to Colin Blake <colin@theblakes.com> for the patch & the catch.
Bug #103894 r=cls
2001-10-13 00:55:46 +00:00
justdave%syndicomm.com 85719e17a4 Fix for bug 19910: Bugzilla installs on the same server would interfere with each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi.
Patch by Dave Lawrence <dkl@redhat.com>
r= myk, justdave
2001-10-13 00:40:41 +00:00
shrutiv%netscape.com 66d26ad34c Fix for bug 101449: Output for CCK Linux build generates other
unnessary files. Removing file n6setup.exe (r=tao)
2001-10-13 00:37:42 +00:00
alecf%netscape.com 6899c80600 attempt #2 to check in this file for bug 100214 2001-10-13 00:33:09 +00:00
law%netscape.com 21845f40df Fix for bug 100381; use OFN_NOCHANGEDIR to prevent saved-to directory from
being in-use (i.e., preventing rmdir); r=morse, sr=blake
2001-10-13 00:32:37 +00:00
alecf%netscape.com 511a787492 convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser 2001-10-13 00:16:32 +00:00
alecf%netscape.com 0c8d3569eb convert from nsCRT::strn?cmp to Compare() for bug 100214 r=jag, sr=sfraser 2001-10-13 00:12:02 +00:00
alecf%netscape.com f24285df0d move intl earlier in the build process so that static libs are available for bug 100214 2001-10-13 00:09:48 +00:00
law%netscape.com 4aad0d329a Fix for bug 91904, submitted by neil@parkwaycc.co.uk; add call to FlashWindow( .., FALSE )
when turning flashing off; r=law, sr=blake
2001-10-13 00:07:20 +00:00
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