Commit Graph

128664 Commits

Author SHA1 Message Date
blakeross%telocity.com
5e1c17d0ce Fix 236660 - Rename "Save Link to Disk" 2004-04-03 09:47:12 +00:00
m_kato%ga2.so-net.ne.jp
6dbb84498f Port issue for WinXP 64bit b=229722 r+sr=jst 2004-04-03 08:53:36 +00:00
jocuri%softhome.net
8329b291bc Patch for bug 233295: document terminology customization feature; patch by Jon Wilmoth <jwilmoth@starbucks.com> slightly updated by me. 2004-04-03 08:07:27 +00:00
dbaron%dbaron.org
38b785939b Perform the normalization of the hostname done by IDN when constructing the URL. b=237818 r=jshin sr=darin a=chofmann 2004-04-03 07:32:18 +00:00
scott%scott-macgregor.org
354bf26b0d Bug #238913 --> Wrong name for attachment dragged from one message to compose attachment panel. We are showing
"Attached Message Part" instead of the actual attachment name.

sr=bienvenu
a=chofmann
2004-04-03 07:04:05 +00:00
blakeross%telocity.com
46752ac602 Fix 234739 - Replace "Show" with "Open" in download manager (and rename Show to Open Containing Folder, and remove obsolete strings). 2004-04-03 06:26:21 +00:00
scott%scott-macgregor.org
d232e9efad Bug #239482 --> ctrl-k should shift focus to the search bar
Bug #239483 --> mark all read on GTK2 should be shift-c
2004-04-03 05:20:04 +00:00
wchang0222%aol.com
3a9313394f Bugzilla bug 231934: OS/2 only - code from ganesh - generate map files on
OS/2. r=mkaply, sr=blizzard (platform specific)
2004-04-03 03:12:15 +00:00
scott%scott-macgregor.org
b4cb390245 Bug #238913 --> regression fix, Wrong name for attachment dragged from one message to compose attachment panel
we were always showing Attached Message Part instead of the actual attachment name.
2004-04-03 01:38:45 +00:00
wchang0222%aol.com
f7a312318d Set NSPR version to 4.6 Beta. 2004-04-03 01:32:32 +00:00
scott%scott-macgregor.org
a14fccae73 Bug #239475 --> attachment bucket does not always show correct icon for attachments 2004-04-03 01:31:59 +00:00
wchang0222%aol.com
3b3ec2f677 Bugzilla bug 238842: avoid the copying of va_list (the VARARGS_ASSIGN
macro) because it is not portable. r=jgmyers. sr=darin.
2004-04-03 01:27:08 +00:00
bryner%brianryner.com
3e2d90ecb7 fixing hpux bustage, bug 239465, r=dbaron 2004-04-02 23:48:18 +00:00
blakeross%telocity.com
5f2db2018e Fix 239393 - Set as wallpaper preview is broken (regression caused from Ben's winhooks landing). 2004-04-02 18:48:04 +00:00
rlk%trfenv.com
d856afd2a9 Bug 239082 - Dead link in Help file "forieusers.html". Patch by Stefan <stefan_h@hem.utfors.se> r=rlk@trfenv.com a=mkaply@us.ibm.com 2004-04-02 16:31:35 +00:00
bienvenu%nventure.com
1924c117a7 fix problem with wrong imap folders getting counts updated when checking folders other than the inbox for new messages, sr=mscott, a=mkaply 239196 2004-04-02 14:23:40 +00:00
darin%meer.net
8c48d9928d bustage fix for WIN32 debug seamonkey build, see bug 238088 2004-04-02 09:16:36 +00:00
scott%scott-macgregor.org
49e59292f9 Bug #217149 --> Add a menu item under file for opening a .eml file from the desktop. Move the Open Message menu item under File over to the Messages menu where it really belongs.
This allows thunderbird to open .eml files.

patch by Robert Accettura and David Bienvenu

sr=mscott
a=asa for the one line property string addition in messenger.properties
2004-04-02 07:44:25 +00:00
scott%scott-macgregor.org
8040bf850b Bug #217149 --> Add a menu item under file for opening a .eml file from the desktop. Move the Open Message menu item under File over to the Messages menu where it really belongs.
This allows thunderbird to open .eml files.

patch by Robert Accettura and David Bienvenu

sr=mscott
a=asa for the one property string in messenger.properties
2004-04-02 07:43:41 +00:00
scott%scott-macgregor.org
d2f86a24dd Bug #239226 --> Opening Forward Message Attachment Opens parent message in a new window instead of the
forwarded attachment. regression from the string defragmentation changes. We were changing the underlying url spec
out from underneath us.

r=darin
sr=bienvenu
a=chofmann
2004-04-02 07:08:50 +00:00
jst%mozilla.jstenback.com
c273ab4a67 Fixing bug 224649. Patch by brendan@mozilla.org. Ensure that when setting an applet property, we actually set the property on the applet, and not on the DOM wrapper for the applet element. r+sr=jst@mozilla.jstenback.com, a=chofmann@mozilla.org 2004-04-02 05:11:44 +00:00
wchang0222%aol.com
3dc97c31a9 Bugzilla bug 126928: OS/2 only - code from knut st. osmundsen - implement
PR_SetFDInheritable on OS/2. r=mkaply.
2004-04-02 05:09:53 +00:00
scott%scott-macgregor.org
0364d3ad49 Bug #237687 --> Need UI for controlling Imap IDLE command support in case folks have servers that don't react well to IDLE support.
sr=bienvenu
a=chofmann
2004-04-02 03:08:24 +00:00
bzbarsky%mit.edu
78ea158028 Don't look for the primary frame unless we have to on broken images. Bug
239262, r+sr=dbaron, a=chofmann
2004-04-02 03:07:39 +00:00
bienvenu%nventure.com
222b23a166 fix one case of offline download silently failing, when multiple operations are run against the same folder, sr=mscott, a=chofmann 2004-04-02 01:46:19 +00:00
bienvenu%nventure.com
adeee71a3e fix 239283 reading offline messages in folder that was open when you do an offline sync fails, sr=mscott, a=chofmann 2004-04-02 01:07:04 +00:00
dbaron%dbaron.org
2981d39de1 Fix crashes by making CreateContinuingFrame able to deal with a frame that already has a next-in-flow. b=140948 Patch by Mats Palmgren <mats.palmgren@bredband.net>. r+sr=dbaron a=chofmann 2004-04-02 00:09:57 +00:00
kiko%async.com.br
85871d75fb Fix for bug 238868: remove %FORM and %COOKIE from show_bug.cgi. Does
that, swapping them for calls to cgi->param/cookie. r=vladd,justdave; a=justdave.
2004-04-01 23:46:11 +00:00
kiko%async.com.br
8e3e29f3a3 Fix for bug 238874: remove %FORM and %COOKIE from colchange.cgi. Does
precisely that, swapping them for references to cgi->param/cookie.
r=vladd, justdave, a=justdave.
2004-04-01 23:44:22 +00:00
darin%meer.net
d0849d425b make sure NS_UTF16ToCString and NS_CStringToUTF16 are exported from XPCOM.DLL 2004-04-01 23:33:05 +00:00
darin%meer.net
43b8682e4e fixing WIN32 bustage 2004-04-01 23:31:23 +00:00
kairo%kairo.at
e1f8a1b545 bug 239041 - Make tar.bz2 the default packager format on Solaris, r=pete.zha, sr=leaf, a=chofmann 2004-04-01 23:30:55 +00:00
bryner%brianryner.com
bd24b78f8d Fixing hpux bustage. r=dbaron. 2004-04-01 23:13:25 +00:00
danm-moz%comcast.net
02ff19ef05 popup blocker now allows windows to be opened on space and return key events, in case it was from a focused button. bug 239078 r=bzbarsky,jst a=chofmann 2004-04-01 23:00:44 +00:00
danm-moz%comcast.net
3a40c4dd66 don't reduce working set when minimized, configurable by pref. bug 76831 r=bryner,ere a=chofmann 2004-04-01 22:51:46 +00:00
darin%meer.net
a4963da5ce fixes bug 238088 "Support compile-time backwards compatible nsAString in Gecko SDK" r=bsmedberg sr=dbaron a=chofmann 2004-04-01 22:39:51 +00:00
dougt%meer.net
eaf4aad3e6 Removing 1080 from the block port list. b=239121, r=bbaetz, sr=darin, a=chofmann 2004-04-01 22:31:21 +00:00
darin%meer.net
24b72602dd fixes bug 192022 "Web page progress bar in statusbar rarely works when browsing, stays blank" r=biesi sr=dbaron a=chofmann 2004-04-01 21:58:35 +00:00
jocuri%softhome.net
d4e8bd0a49 Fixing encoding issues introduced in bug 220817: add FAQ documentation for 'Why do I have to log in every time I access a page?'. 2004-04-01 21:50:56 +00:00
jocuri%softhome.net
518e6911db Patch for bug 220817: add to FAQ documentation for 'Why do I have to log in every time I access a page?'. 2004-04-01 21:33:12 +00:00
darin%meer.net
d3c91aae68 fixes bug 239303 "provide basic string conversion routines for the Gecko SDK" r=bsmedberg sr=dbaron a=chofmann 2004-04-01 20:47:48 +00:00
bzbarsky%mit.edu
f3f61bcd2f Make sure to not end up with a bogus padding when we have a list-style-image.
Bug 187419, r+sr=dbaron, a=chofmann
2004-04-01 19:48:55 +00:00
darin%meer.net
6b03adea42 landing marco's patch for bug 238928 "domstubs.idl should not include nsAString.h" r=bsmedberg sr=jst a=dbaron 2004-04-01 19:44:17 +00:00
edburns%acm.org
00a91ef004 Checkpoint. 2004-04-01 14:54:57 +00:00
daniel%glazman.org
eeffb1c6d6 Do not preselect default site in Publishing settings, users found that very disturbing; b=233524, r=Neil, sr=dbaron, a=chofman 2004-04-01 14:50:25 +00:00
jocuri%softhome.net
7f5d2f3226 Patch for bug 232554: fix SQL queries in Flag.pm in order to fix a bug that causes flags to remain set but inaccessible when product changes; patch by Max K-A <mkanat@kerio.com>; r=bbaetz,myk; a=justdave. 2004-04-01 08:57:59 +00:00
scott%scott-macgregor.org
1e85d102be Bug #224318 --> minor UI polish for the new filter junk status command. Change the wording and location.
r=stefan
sr=bienvenu
a=chofmann
2004-04-01 08:23:08 +00:00
justdave%syndicomm.com
81c32904aa Bug 236926: supply a missing a $cgi-header in buglist.cgi
r=kiko, a=justdave
2004-04-01 03:26:48 +00:00
bzbarsky%mit.edu
ba934aaa3f Make enter on file inputs submit form. Bug 111689, r+sr=jst, a=choffman 2004-04-01 00:56:58 +00:00
leaf%mozilla.org
b2f04cf956 enable profiling for release builds, to get debugging symbols for talkback.
disable pdbfile generation for now, until talkback understands pdb files.
2004-03-31 23:54:26 +00:00