Commit Graph

130305 Commits

Author SHA1 Message Date
jocuri%softhome.net
c8e5c19ce5 Patch for bug 239576: make sure detaint_natural is always called with a defined value in editkeywords.cgi; r=timeless; a=justdave.
git-svn-id: svn://10.0.0.236/trunk@154505 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-05 01:32:43 +00:00
jocuri%softhome.net
82a2ead508 Patch for bug 14887: put <label> tags in forms; patch by Jeffrey Baker <jwbaker@acm.org>; r=gerv; a=justdave.
git-svn-id: svn://10.0.0.236/trunk@154504 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-05 01:28:18 +00:00
cbiesinger%web.de
592382650c improve default doxygen options, not part of build. bug 239606 r=cls
git-svn-id: svn://10.0.0.236/trunk@154503 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-04 20:54:48 +00:00
timeless%mozdev.org
46697ebc62 Fixing line endings to appease openwatcom's nmake
this is spidermonkey standalone


git-svn-id: svn://10.0.0.236/trunk@154502 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-04 19:46:38 +00:00
bzbarsky%mit.edu
0d643a702e Change the way regression tests get the framestate to make it possible to mask
out irrelevant state bits as needed.  Apply this to NS_BLOCK_HAS_LINE_CURSOR.
Bug 237955, r+sr=roc, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@154500 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-04 01:48:16 +00:00
scott%scott-macgregor.org
97802842f8 Bug #237645 --> The print properties dialog window is very small and empty on linux
Packaging patch by Alexander Sack.


git-svn-id: svn://10.0.0.236/trunk@154499 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-04 01:06:43 +00:00
bienvenu%nventure.com
c8c6774dfc fix crash on exit if hidden pref to confirm folder deletion on empty imap trash is set, and there are sub-folders of the trash, sr=mscott, a=chofmann 239473
git-svn-id: svn://10.0.0.236/trunk@154498 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 23:46:08 +00:00
brendan%mozilla.org
e0d0243169 Tolerate asymmetric/request-less lock nesting, as happens with Mozilla DOM code (229200, r=shaver, a=chofmann).
git-svn-id: svn://10.0.0.236/trunk@154497 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 22:21:03 +00:00
brendan%mozilla.org
edc339b307 My edits to timeless's patch for bug 238303, to fix warnings (r/a=me).
git-svn-id: svn://10.0.0.236/trunk@154496 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 22:11:11 +00:00
darin%meer.net
1f031dbd01 fixes bug 239441 "AIX: Undefined symbols when linking mozilla-bin after Bug 239303" r=bsmedberg,dougt sr=dbaron a=brendan
git-svn-id: svn://10.0.0.236/trunk@154495 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 21:54:49 +00:00
bzbarsky%mit.edu
3f597c2555 Fix more bustage. Bug 239079. I wish gcc would at least warn on this or
something instead of merrily compiling it....


git-svn-id: svn://10.0.0.236/trunk@154494 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 19:01:38 +00:00
jocuri%softhome.net
301d9e44e1 Patch for bug 239255: update docs in order to specify that $webservergroup is the group of the webserver, not the user; patch by Colin S. Ogilvie <bmo@colino.co.uk>; r=vladd.
git-svn-id: svn://10.0.0.236/trunk@154493 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 18:12:08 +00:00
scott%scott-macgregor.org
6f2bd1b201 Bug #239349 --> Filters incorrectly mark mails as junk if you have a filter that sets a label on the message.
sr=bienvenu
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@154491 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 17:59:21 +00:00
bzbarsky%mit.edu
f3dfc01adb Fixing debug build bustage. Bug 239079.
git-svn-id: svn://10.0.0.236/trunk@154490 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 17:47:26 +00:00
scott%scott-macgregor.org
b97ca5b1ea Follow up fix to Bug #224318 --> add code to actually read in the junk score value when reading in a filter that
trys to set junk status on a message.

sr=bienvenu
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@154489 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 17:31:57 +00:00
cltbld%netscape.com
ee49e42749 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@154488 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 17:31:11 +00:00
darin%meer.net
70d1518e53 fixes bug 238374 "gnomevfs extension should only be built when GTK2 toolkit is in use [was: Freeze or crash when opening an application/x-perl file]" r+sr=bryner a=chofmann
git-svn-id: svn://10.0.0.236/trunk@154487 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 17:29:18 +00:00
bzbarsky%mit.edu
668e1489b3 Fix ID selector parsing to check for a valid identifier. Bug 239079,
r+sr=dbaron, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@154486 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 17:18:45 +00:00
darin%meer.net
6d7fab1144 fixes bug 239405 "strchr, strrchr, etc. implicit const_cast can cause problems for shared string buffers" r=bienvenu sr=dbaron a=chofmann
git-svn-id: svn://10.0.0.236/trunk@154485 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 17:16:17 +00:00
darin%meer.net
4692d5179b fixes bug 237590 "nsIBinaryInputStream inherits from nsIInputStream but can't be QI'ed to it" r=biesi sr=brendan a=brendan
git-svn-id: svn://10.0.0.236/trunk@154484 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 17:09:07 +00:00
gerv%gerv.net
3370d4d485 Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@154483 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 11:00:33 +00:00
gerv%gerv.net
9b4bee15b9 Bug 238352 - remove alphabetical sorting from some fields in reports (e.g. priority) and keep them in a sensible order instead. Patch by gerv; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@154482 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 10:43:16 +00:00
blakeross%telocity.com
0110489701 Fix 236660 - Rename "Save Link to Disk"
git-svn-id: svn://10.0.0.236/trunk@154481 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 09:47:12 +00:00
m_kato%ga2.so-net.ne.jp
4f3f3d6325 Port issue for WinXP 64bit b=229722 r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@154479 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 08:53:36 +00:00
jocuri%softhome.net
1403a20ca9 Patch for bug 233295: document terminology customization feature; patch by Jon Wilmoth <jwilmoth@starbucks.com> slightly updated by me.
git-svn-id: svn://10.0.0.236/trunk@154477 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 08:07:27 +00:00
dbaron%dbaron.org
4ed895aa90 Perform the normalization of the hostname done by IDN when constructing the URL. b=237818 r=jshin sr=darin a=chofmann
git-svn-id: svn://10.0.0.236/trunk@154476 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 07:32:18 +00:00
scott%scott-macgregor.org
f75bdca7f5 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


git-svn-id: svn://10.0.0.236/trunk@154474 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 07:04:05 +00:00
blakeross%telocity.com
f55aa575c8 Fix 234739 - Replace "Show" with "Open" in download manager (and rename Show to Open Containing Folder, and remove obsolete strings).
git-svn-id: svn://10.0.0.236/trunk@154473 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 06:26:21 +00:00
scott%scott-macgregor.org
88389b41bd Bug #239482 --> ctrl-k should shift focus to the search bar
Bug #239483 --> mark all read on GTK2 should be shift-c


git-svn-id: svn://10.0.0.236/trunk@154472 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 05:20:04 +00:00
wchang0222%aol.com
f6d5e3e614 Bugzilla bug 231934: OS/2 only - code from ganesh - generate map files on
OS/2. r=mkaply, sr=blizzard (platform specific)


git-svn-id: svn://10.0.0.236/trunk@154471 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 03:12:15 +00:00
scott%scott-macgregor.org
cdaa6aaa8f 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.


git-svn-id: svn://10.0.0.236/trunk@154470 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 01:38:45 +00:00
wchang0222%aol.com
8ff2c48569 Set NSPR version to 4.6 Beta.
git-svn-id: svn://10.0.0.236/trunk@154469 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 01:32:32 +00:00
scott%scott-macgregor.org
f14fb5ea77 Bug #239475 --> attachment bucket does not always show correct icon for attachments
git-svn-id: svn://10.0.0.236/trunk@154468 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 01:31:59 +00:00
wchang0222%aol.com
0314be6dd6 Bugzilla bug 238842: avoid the copying of va_list (the VARARGS_ASSIGN
macro) because it is not portable. r=jgmyers. sr=darin.


git-svn-id: svn://10.0.0.236/trunk@154467 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 01:27:08 +00:00
despotdaemon%netscape.com
09fd01de15 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@154466 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-03 01:13:46 +00:00
bryner%brianryner.com
f2b469b08b fixing hpux bustage, bug 239465, r=dbaron
git-svn-id: svn://10.0.0.236/trunk@154465 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 23:48:18 +00:00
blakeross%telocity.com
6179bfadff Fix 239393 - Set as wallpaper preview is broken (regression caused from Ben's winhooks landing).
git-svn-id: svn://10.0.0.236/trunk@154464 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 18:48:04 +00:00
rlk%trfenv.com
556ee04f5a 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
git-svn-id: svn://10.0.0.236/trunk@154463 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 16:31:35 +00:00
bienvenu%nventure.com
b81d931728 fix problem with wrong imap folders getting counts updated when checking folders other than the inbox for new messages, sr=mscott, a=mkaply 239196
git-svn-id: svn://10.0.0.236/trunk@154461 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 14:23:40 +00:00
darin%meer.net
8f819978c8 bustage fix for WIN32 debug seamonkey build, see bug 238088
git-svn-id: svn://10.0.0.236/trunk@154460 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 09:16:36 +00:00
scott%scott-macgregor.org
f918d1584b 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


git-svn-id: svn://10.0.0.236/trunk@154459 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 07:44:25 +00:00
scott%scott-macgregor.org
b99fbf80d0 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


git-svn-id: svn://10.0.0.236/trunk@154458 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 07:43:41 +00:00
scott%scott-macgregor.org
7fc38c222c 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


git-svn-id: svn://10.0.0.236/trunk@154457 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 07:08:50 +00:00
jst%mozilla.jstenback.com
3fd5686fdc 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
git-svn-id: svn://10.0.0.236/trunk@154456 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 05:11:44 +00:00
wchang0222%aol.com
e4e1cd3a61 Bugzilla bug 126928: OS/2 only - code from knut st. osmundsen - implement
PR_SetFDInheritable on OS/2. r=mkaply.


git-svn-id: svn://10.0.0.236/trunk@154453 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 05:09:53 +00:00
scott%scott-macgregor.org
c2cb1074ef 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


git-svn-id: svn://10.0.0.236/trunk@154452 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 03:08:24 +00:00
bzbarsky%mit.edu
0cb3f2e03b Don't look for the primary frame unless we have to on broken images. Bug
239262, r+sr=dbaron, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@154451 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 03:07:39 +00:00
bienvenu%nventure.com
8e1d476397 fix one case of offline download silently failing, when multiple operations are run against the same folder, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@154450 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 01:46:19 +00:00
bienvenu%nventure.com
ad2ac84297 fix 239283 reading offline messages in folder that was open when you do an offline sync fails, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@154449 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 01:07:04 +00:00
dbaron%dbaron.org
bb012ccb38 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
git-svn-id: svn://10.0.0.236/trunk@154448 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-02 00:09:57 +00:00