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

1768 Коммитов

Автор SHA1 Сообщение Дата
Serge Gautherie 0f2cd6cdf3 Bug 556670 - Fix resource://gre/ abuses, in comm-central; (Bv1-TB) Thunderbird part.
r=standard8.
2010-04-09 16:10:00 +02:00
Nehal M bfbc726f5b Bug 525890 Missing (context) menu: Message > "Show in conversation" (to view / open message in new thread pane view). r=Standard8,ui-review=clarkbw 2010-04-09 11:07:04 +01:00
Marcel Guzman 5933531971 Bug 536048 Cannot distinguish the log for "Empty Trash" from folder deletion in Activity manager. r=bwinton,sr=Standard8,ui-review=clarkbw 2010-02-20 18:00:23 -08:00
Siddharth Agarwal fa7f61bdc8 Part of bug 540110 - Fix a failure related to deleting no junk messages. r=asuth sr=bienvenu 2010-04-06 16:31:46 +05:30
Andrew Sutherland d0ada5919c Backed out changeset 6cb656f5dc98 because it was the wrong patch; my bad. 2010-04-09 00:21:40 -07:00
Siddharth Agarwal a65dac846d Part of bug 540110 - Fix a failure related to deleting no junk messages by expecting a timeout. r?asuth
Part of bug 540110 - Fix a failure related to deleting no junk messages by expecting a timeout. r=asuth sr=bienvenu
2010-04-04 23:51:51 +05:30
Andrew Sutherland a9698e3071 Bug 540110 - test-folder-display-helpers.js' waitForEval timeouts should be treated as failures, logHelper should be mozmill aware. r=sid0
--HG--
rename : mailnews/db/gloda/test/unit/resources/folderEventLogHelper.js => mailnews/test/resources/folderEventLogHelper.js
2010-04-09 00:16:04 -07:00
Prasad Sunkari 91f0196764 Bug 464524 - "List all tabs menupopup should use the favicons of the Tabs". lightning parts by Fallen. [r=asuth ui-r=clarkbw] 2009-10-15 10:50:00 -07:00
Michiel van Leeuwen da27141b02 Bug 151244 Return receipt should be processed after the message has loaded. r=bienvenu,sr=Standard8 2010-04-08 21:34:40 +01:00
Mark Banner 76380a8610 Fix windows bustage (looking for msvcp80.dll) following the Lorentz landing on 1.9.2. rs=philor,no bug 2010-04-08 19:29:25 +01:00
timeless@bemail.org 961176e2a5 Bug 123440 Stop that annoying modal dialog when mail can't connect to the mail server from connection time out error. Initial idea/patch by timeless, refined by Standard8. r=bienvenu,ui-review=clarkbw 2010-04-08 10:35:46 +01:00
Siddharth Agarwal 8db6fd9969 Bug 557909 - [Linux] Should use default sans-serif font instead of hardcoded one. r=bienvenu, ui-r=clarkbw 2010-04-08 13:20:25 +05:30
Serge Gautherie e83c7582d7 Bug 554950 - Whitespace resync' c-c .../locales/Makefile.in with bug 496196; (Av1) Bug 496196 port final followup.
r=(gozer, kairo).

Bug 496196 - script and make target to generate a snippet for a locale
2010-04-07 20:15:27 +02:00
Kent James 55708a9fbe Bug 518134 - Enabled column in Message Filters does not track dialog size properly , r=mkmelin 2010-04-07 07:49:19 -07:00
Mark Banner af11e8f256 Bug 557477 Content/Chrome tabs leak javascript objects/functions. r=asuth 2010-04-07 10:35:39 +01:00
David Bienvenu f38eba427d add account name to imap alert messages, r/sr=neil, bug 66860 2010-04-05 13:38:58 -07:00
Cork 2cf8e4ff6a Bug 553877 - "Port |Bug 536173, Build fails when building an uncommited merge "ValueError: too many values to unpack| to c-c" [r=Callek] 2010-03-21 02:27:00 -04:00
Justin Wood 682f0bf513 Bug 550657, Port |Bug 485409, Substitute windows-style paths in configure when building with pymake| to c-c. r+=KaiRo, sr+=Standard8 2010-03-29 22:55:33 -04:00
Siddharth Agarwal c489a77ccc Make sure MozMill tests don't get affected by bug 465633. r=bwinton over IRC
--HG--
extra : rebase_source : 3cadadda4a9fbf2bab2e6ee633869805b18274ad
2010-04-02 05:35:56 +05:30
Siddharth Agarwal 1e8e7b4a6a Bug 465633 - Use better default fonts for messages. Use ClearType fonts on Windows Vista and above, Lucida Grande/Menlo/Monaco on Mac OS X, and DejaVu on Linux. r=bwinton, sr=bienvenu, ui-r=clarkbw
--HG--
rename : mailnews/base/util/migration.jsm => mailnews/base/util/mailnewsMigrator.js
2010-04-02 04:52:34 +05:30
Kent James 99a4026594 Bug 541408 - newsgroup filter from "create filter from message" is not created, r=jminta 2010-04-01 15:59:03 -07:00
Robert Kaiser 27ba399ef9 bug 555715 - Replace resource://app/ with resource:///, r=Standard8 2010-04-01 21:26:53 +02:00
Mark Banner dfa28aeb39 Bug 556256 Explicitly set MOZ_MORKREADER and MOZ_MORK for Thunderbird and SeaMonkey, and sync enable places changes from bug 516758. r=Callek 2010-04-01 16:42:06 +01:00
Siddharth Agarwal 9270259a88 Second bustage fix for bug 495020. Fix a couple of issues, one related to bug 495020 and one related to bug 545221.
1. In test-display-message-with-folder-modes.js, the change in behaviour in bug
495020 means that the message is in the view at the time it is attempted to be
displayed, thus the folder the message is in isn't expanded. Fix that by
selecting a different folder before changing modes.

2. In messageInjection.js, make sure we use createSubfolder for the inbox and
not addSubfolder. This causes an OnItemAdded notification, which the folder tree
view gets to know that it needs to update itself. Without the fix, the inbox
isn't displayed unless the folder mode is rebuilt. (This used to work earlier
because the default used to be smart folders, and we used to switch to all
folders after creating the inbox. Bug 545221 changed that.)

--HG--
extra : rebase_source : 65f614e2c80e65860ff43f625f9f6a275085becf
2010-04-01 20:06:51 +05:30
Siddharth Agarwal f41f2a0f00 Bustage fix for bug 495020. Fix iterator syntax, and compare against null instead of -1. 2010-04-01 14:13:31 +05:30
David Bienvenu 72bd3731d5 fix bug 495020, r=sid, unread folders view jumps around when new folders are added 2010-03-31 20:29:59 -07:00
Ben Bucksch 3338b26e6a Changed and new strings need IDs never used before. Bug 555164, requestedby=sipaq, r=bienvenu, sr=standard8 2010-04-01 00:40:19 +02:00
Bryan W Clark 8db02f90d4 Default to All folders instead of Smart/Unifed folders. Bug 545221, r=bienvenu
--HG--
extra : rebase_source : 36c3173eaae978ab11d0543b54eb3453c6e07521
2010-03-31 22:12:18 +02:00
Mark Banner bdc399bd04 Explicitly disable places in Thunderbird before bug 516758 swaps the default in core. No bug, r=philor over irc 2010-03-30 20:45:19 +01:00
Kent James 2eab389c31 Bug 549336 - Custom filters generate an error in searchSpec, r=asuth 2010-03-30 11:20:14 -07:00
Andrew Sutherland 57187c4095 Bug 408338 - Session storage bustage fix related to a testing-only problem in test-quick-search.js. The problem was that test-display-messages-in-folder-tabs.js was closing all the 3 panes and the session manager was not coming back from that state. This problem was alluded to in my review comments and I forgot to check for it being addressed in the final review. a=bustage-fix. 2010-03-30 06:24:45 -07:00
Andrew Sutherland 7167beffb9 Bug 555945 - ThunderbirdTest mozmill runners broken by failure of vncserver code to kill existing sessions dead. a=bustage-fix. 2010-03-30 05:45:41 -07:00
Wei Xian Woo 70c4ede0a0 Bug 408338 - "Thunderbird should have session restore". Implement periodic background session persistence and multi-3pane session persistence. r=asuth. 2010-03-29 22:12:00 -07:00
Justin Wood 4d7d57774f backout Bug 550657, this DID break TB 1.9.2 :( 2010-03-30 01:20:07 -04:00
Justin Wood e995208334 Bug 550657, Port |Bug 485409, Substitute windows-style paths in configure when building with pymake| to c-c. r+=KaiRo, sr+=Standard8 2010-03-29 22:55:33 -04:00
Walter Meinl cfbe294a07 Bug 544321 Update c-c TB unified package manifest for OS/2. r=philringnalda 2010-03-29 16:05:41 +01:00
Andreas Nilsson cfaf42ad2a Bug 533695 New mail folder icon is identical to standard folder icon with default theme on Windows XP. r=philringnalda,ui-review=clarkbw 2010-03-29 16:02:25 +01:00
Edmund Wong 66c2e08d82 Bug 495940 Rename Folder dialog doesn't use a verb for the confirm button. r=mkmelin,sr=Neil,ui-review=andreasn 2010-03-29 16:00:42 +01:00
Alexander L. Slovesnik 5779f404f6 Bug 551585 Remove copyright strings in UI. r=Standard8 2010-03-29 16:00:39 +01:00
Siddharth Agarwal 4a31103653 Bug 554558 - gFolderTreeView.load fails if the mode is not provided by TB. r=asuth
The MozMill test involves installing an extension, since that's the easiest way
to run JavaScript code in a chrome context. Other MozMill tests that have
similar needs can do the same.
2010-03-28 16:50:42 +05:30
Phil Ringnalda 9cd35be000 Bug 553529 - Remove leftover checks for mac widget toolkit, r=Standard8 2010-03-17 21:37:21 -07:00
Phil Ringnalda 661db0a144 Bug 529742 - Vary update frequency and rate prefs between releases and nightly/unofficial builds, r=Standard8 2010-03-17 21:38:10 -07:00
Phil Ringnalda d52b463de5 Bug 551182 - Backport fixes from Firefox package-compare review, r=Standard8 2010-03-09 09:37:53 -08:00
Serge Gautherie ca61d72409 Bug 548788 - [Shredder] Trunk packaging shouting about a missing file: "config/printconfigsetting.py': [Errno 2] No such file or directory"; (Bv1b-CC) Use $(MOZILLA_DIR) instead of $(topsrcdir)/mozilla where possible.
r=standard8.
2010-03-26 17:14:45 +01:00
Vlado Valastiak c7d9a50650 Bug 519677 "OK" button in "About Thunderbird" dialog should be aligned right. r=philringnalda 2010-03-26 15:23:12 +00:00
Edmund Wong 15ce33e6f8 Bug 441705 SetUpServerMenu is no longer used. r=bienvenu 2010-03-26 15:18:38 +00:00
Jens Hatlak 27caa589e3 Bug 554901 - mailnews.messageid_browser.url is no more valid for mid-searches. r=Mnyromyr sr=bienvenu 2010-03-26 08:18:55 +01:00
Serge Gautherie 646ccafd84 Bug 549293 - Port MOZ_IPC support to comm-central; (Cv1-TB) Package mozilla-runtime@BIN_SUFFIX@, (m-1.9.2+).
r=standard8.
2010-03-26 00:26:48 +01:00
Mark Banner 84ffb29417 Bug 554359 about:rights text in nightlies is showing text for branded builds. r=Callek 2010-03-25 22:09:48 +00:00
Serge Gautherie af895e1a8a Bug 554939 - Copy bug 511967 .../locales/Makefile.in changes to comm-central; (Av1) Just copy it.
r=(gozer, kairo).

Bug 511967 - Create complete and partial patches on build slaves instead of on prometheus-vm
2010-03-25 17:28:17 +01:00