Commit Graph

99003 Commits

Author SHA1 Message Date
dean_tessman%hotmail.com
a20e5abb3e bug 122931 - nsMenuFrame.cpp and nsMenuPopupFrame.cpp - is .Assign("") needed before GetAttr?
Removed a few Assign(NS_LITERAL_STRING("")) calls
r=varga, sr=jag, a=asa
2002-03-05 06:35:22 +00:00
dean_tessman%hotmail.com
77969c577a bug 126439 - Alt+F4 beeps in some window
only beep if the menu bar is active, instead of whenever a matching shortcut key isn't found
r=pink, sr=blake, a=asa
2002-03-05 06:28:49 +00:00
bzbarsky%mit.edu
a917892ffa make the URI checker handle redirections correctly. Bug 128665,
r=bbaetz, sr=darin, a=asa
2002-03-05 05:57:21 +00:00
bzbarsky%mit.edu
fde41cde79 Ugh. Another try at the bustage... 2002-03-05 05:04:26 +00:00
bzbarsky%mit.edu
e352e3ba98 Better bustage fix 2002-03-05 03:54:46 +00:00
heikki%netscape.com
4b83e02e95 Attempting to fix Mac bustage. 2002-03-05 03:48:44 +00:00
naving%netscape.com
7a4dee432d 57440 r=bienvenu sr=sspitzer a=asa Make the default mail folders localizable. 2002-03-05 03:25:31 +00:00
bzbarsky%mit.edu
1e8adc7427 Make sure we send start and stop notification so progress dialogs get
taken down. Bug 127375, r=brade, sr=darin, a=asa
2002-03-05 03:23:20 +00:00
arougthopher%lizardland.net
00e560a159 Fix for Bug#128763
Implementation of SplashScreenObserver for BeOS

Removed the nsNativeAppSupportBeOS class, as it was not doing anything, and was interfering with the ability for nsAppRunner to check if nsSplashScreenBeOS implemented the IObserver interface, which it now does.

r=cls (seawood@netscape.com)
a=asa (on behalf of drivers) for checin to trunk
2002-03-05 03:16:23 +00:00
nisheeth%netscape.com
8872795d15 Fix for bug 125465. r=jag, sr=jband, a=asa. Add AString, ACString, and AUTF8String support to XPCOM's variant data type. Also, add forward declarations of AString and ACString to nsrootidl.idl. 2002-03-05 02:22:02 +00:00
cltbld%netscape.com
29e8a5c363 updating version string to 0.9.9+, kysmith checking in as cltbld 2002-03-05 02:12:56 +00:00
cltbld%netscape.com
8e91927555 updating verison string to 0.9.9+, kysmith checking in as cltbld 2002-03-05 02:08:20 +00:00
alecf%netscape.com
052de81f5b fix mac pref migration bustage 2002-03-05 01:49:19 +00:00
alecf%netscape.com
3620888ef5 *sigh*
fixing mac bustage
2002-03-05 01:48:01 +00:00
ducarroz%netscape.com
665d1181b6 Fix for bug 128887. Need to allocate an extra spot in the attachment list for the inline message itself. R=varada, SR=sspitzer, A=asa 2002-03-05 01:23:31 +00:00
alecf%netscape.com
1e02d647f3 one more xmlterm fix 2002-03-05 01:02:58 +00:00
alecf%netscape.com
4c653e0fae fix xmlterm bustage 2002-03-05 01:01:52 +00:00
ssu%netscape.com
b5a387610d fixing bug 119022 - Remove Select Flagged Messages menu item. r=racham sr=mscott a=asa 2002-03-05 00:55:50 +00:00
sfraser%netscape.com
9e35df82af Workaround fix for a stall on launch on dual CPU OS X machines, that is caused by a race condition entering the critical section. Bug 99561. r=wtc, a=dbaron 2002-03-05 00:51:32 +00:00
ssu%netscape.com
9ed1b280ec checking patch for neil@parkwaycc.co.uk. fixes bug 82056 - Delete context menu option should be Undelete on deleted messages. r=ssu,timeless sr=sspitzer 2002-03-05 00:49:21 +00:00
smontagu%netscape.com
5fa939f925 Fix for bug 121654, "Browser hangs when viewing a Ja message w/o MIME header with folder charset set to Arabic (IBM-864)". r=mkaply, sr=kin, a=asa 2002-03-05 00:41:35 +00:00
alecf%netscape.com
962b2ea4f5 fix the nmake bustage again 2002-03-05 00:39:25 +00:00
alecf%netscape.com
db6c53369f fix windows nmake-only bustage
argh
2002-03-05 00:32:09 +00:00
alecf%netscape.com
13265ef155 one more attempt at bustage 2002-03-05 00:12:20 +00:00
cavin%netscape.com
3dfb34e987 Fix for #62084. Fixed 2 problems: (1)Parsing problem on the input records when data of the records spread into two buffers. (2)Buffer used to hold list data is too small. r=naving, sr=sspitzer, a=asa. 2002-03-05 00:01:22 +00:00
alecf%netscape.com
7f8b43512f fix NSS bustage 2002-03-04 23:57:13 +00:00
racham%netscape.com
43c4b186f7 Fixing bug 128187. Fixing js warning on variable redeclaraion. Patch by Stephen Walker. r=bhuvan, sr=sspitzer, a=asa 2002-03-04 23:52:16 +00:00
waldemar%netscape.com
1f1706020e More new semantics 2002-03-04 23:49:11 +00:00
waldemar%netscape.com
16a9e4af1f Changed formatting of elt-of and unique-elt-of 2002-03-04 23:49:03 +00:00
waldemar%netscape.com
494447d4d4 Added unique-elt-of 2002-03-04 23:48:39 +00:00
racham%netscape.com
328b196b20 Fixing bug 118840. Giving a proper look to the delete button on mousedown in Modern skin AddressBook. Patch by Stephen Walker. r=bhuvan, sr=hewitt, a=asa 2002-03-04 23:46:39 +00:00
cavin%netscape.com
26f97980ac Fix for #73694. Parse and store date info from Eudora "From " lines and write out this date header for Eudora msgs which do not contain a "Date:" header. r=ducarroz, sr=sspitzer, a=asa. 2002-03-04 23:40:16 +00:00
myk%mozilla.org
f83462be21 Fix for bug 128784: Eliminates redundant function call in userprefs.cgi.
Patch by Myk Melez <myk@mozilla.org>
r=gerv x 2
2002-03-04 23:38:55 +00:00
bryner%netscape.com
43c343c801 Bug 128749 - fix shortcut keys when a select/outliner has focus. r=pinkerton, sr=blake, a=asa. 2002-03-04 23:36:38 +00:00
bryner%netscape.com
e76130c9c7 Bug 128687 - include XBL form control files in embed.jar. This looks like a bigger change than it is because I'm also removing extra ^M's in embed-jar.mn. r=pinkerton, sr=shaver, a=asa. 2002-03-04 23:33:23 +00:00
cavin%netscape.com
77ddbd36c3 Fix for #100854. For imap folders, unescape the folder URIs and for local folders get rid of ".sbd" and then escape the URIs. r=ducarroz, sr=sspitzer, a=asa. 2002-03-04 23:31:45 +00:00
ian.mcgreer%sun.com
57cc1567da bug 128915, prevent crash on empty S/MIME profiles 2002-03-04 23:19:20 +00:00
alecf%netscape.com
cd8f07f3e8 bug 127091 - big string cleanup, removing old APIs
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
radha%netscape.com
a107edfe0f Fix for bug # 123140. wyciwyg:// appears on urlbar for JS dynamic pages. r=mcafee, sr=alecf a=asa 2002-03-04 22:54:16 +00:00
radha%netscape.com
8641c9b47a Fix for bug 123140. wyciwyg:// appears on urlbar for JS dynamic pages. r=mcafee, sr=alecf a=asa. 2002-03-04 22:53:18 +00:00
ducarroz%netscape.com
f62c1a7727 Fix for bug 109081. IsEnable/GetEnable should return true by default and not false. That will avoid the regression 128659 caused by my previous checking for 109081. R=bryner, SR=blizzard, A=blizzard 2002-03-04 22:50:11 +00:00
relyea%netscape.com
cab04c2fb6 Fix token/cert interactions:
1) don't have certs disappear because we have empty tokens.
2) Make sure the NSSToken structure has up-to-date nicknames.
2002-03-04 22:39:28 +00:00
tor%cs.brown.edu
d1d02f3421 Bug 128475 - print performance regression from 127430 checkin.
r=pavlov, sr=blizzard, a=roc+moz
2002-03-04 22:36:16 +00:00
varga%utcru.sk
9d7956fec3 Fix for 121336. sometimes selection in threadpane (and folderpane) not cleared when selecting a new message.
- sync painting is evil
r=bryner, sr=roc+moz, a=asa
2002-03-04 22:15:47 +00:00
bzbarsky%mit.edu
047518c83a Don't show bogus "save as text" option when doing "save link as". Bug
127912, r=law, sr=blake, a=asa
2002-03-04 22:12:14 +00:00
shanjian%netscape.com
9e9592ea82 #125777 The default fonts for non-native system are incorrect
Check preference "font.name-list.*" when setting UI for font preference windows.
r=nhotta, sr=alecf, a=asa
2002-03-04 21:54:55 +00:00
shanjian%netscape.com
dfc1c58861 Backout previous checkin. Previous check in is the patch for another bug. Sorry. 2002-03-04 21:51:22 +00:00
ian%hixie.ch
80036cfbb1 Quizbot module. b=124621, r=imajes 2002-03-04 21:44:54 +00:00
ian%hixie.ch
51c165dbb8 Mozbot spams channels when it notices that tinderbox is down. This makes it shut up when it notices lots of changes. b=126063, r=imajes 2002-03-04 21:16:48 +00:00
shanjian%netscape.com
4c74f25c0d #125777 The default fonts for non-native system are incorrect
check preference setting font.name-list.* when setting default font in font preference UI.
r=nhotta, sr=alecf, a=asa
2002-03-04 21:06:25 +00:00