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

2529 Коммитов

Автор SHA1 Сообщение Дата
Justin Wood 907990f8d7 Fix trunk bustage caused by bug 683852 landing in mozilla-central. a=bustage fix for CLOSED TREE 2011-09-02 23:15:24 -04:00
David Bienvenu 85bddbabe2 fix tag loss with condstore servers, r=standard8, bug 678148 2011-09-02 07:55:18 -07:00
Jason d92e82bb50 Bug 614407 - Explanation of "reply to" field would be helpful. r=bienvenu,ui-review=bwinton 2011-09-02 09:36:41 +01:00
David Bienvenu 349f466f3d Follow up to bug 503193 - pass the status back in the completion message rather than it being dropped. r=Standard8 2011-09-02 09:36:35 +01:00
David Bienvenu dad6a8c4ea get rid of libmime's use of xpcom proxying, r=jcranmer, part of bug 675407 2011-09-01 17:23:11 -07:00
David Bienvenu 02cd97c1fb remove proxying of ldap message listener during smime cert fetching, r=jcranmer, part of bug 675407 2011-09-01 12:45:57 -07:00
David Bienvenu 832cb7032a fix bug 503193, r=standard8, keep trying to send messages in outbox when one send fails 2011-09-01 11:22:02 -07:00
David Bienvenu d0f7853318 remove xpcom proxies from ab import, r=standard8, part of bug 675407 2011-09-01 11:12:03 -07:00
Joshua Cranmer d4b376a09c Bug 656984 - Fakeserver fails to support multiple connections properly, r=Standard8.
--HG--
extra : rebase_source : 893fdbe3a5e3ea1c3b15ac5cb827fa32e418df79
2011-05-18 14:29:57 -04:00
Siddharth Agarwal def972aa45 Followup bustage fix to bug 152252 - add missing header. 2011-09-01 14:51:57 +05:30
Hiroyuki Ikezoe cd8406a645 Bug 152252 - Import from Outlook and Outlook Express doesn't import birthday field. r=bienvenu 2011-08-31 20:16:07 +01:00
Mike Conley 8542ac639b Bug 682096 - Address Book opens empty. Appears to be missing/lost. tree is undefined Source File: chrome://messenger/content/jsTreeView.js. r=bienvenu 2011-08-31 08:48:23 +01:00
Mike Conley 199477085a Bug 680826 - Fix empty Address Book List in Junk Mail. r=Standard8 2011-08-30 12:37:53 +01:00
David Bienvenu 1056484a40 make local folder search reparse folders in the case of missing summary files, r=neil, bug 682731 2011-08-29 15:04:09 -07:00
timeless 97921ff945 add early returns to nsMsgFilterAfterTheFact::ContinueExecutionPrompt, r=bienvenu 2011-08-26 15:35:39 -07:00
Robin Message 4a7b4e9beb roll up tags in messages in collapsed threads for thread pane, r=bienvenu, bug 289411 2011-08-26 13:31:05 -07:00
Michael Wu 98b61ddfd0 Bug 681189 - Replace PRBool with boolean in IDL files, r=standard8 2011-08-26 06:58:55 -07:00
Hiroyuki Ikezoe 7150b11fb6 Bug 681159 - Fix misdescription in nsIImportAddressBooks.idl r=bienvenu 2011-08-25 11:07:59 -07:00
Jonathan Kamens af9b0303d8 Bug 669242 - "Copies & Folders" account settings pane should assign ids to groupboxes so addons can add to them r=bienvenu 2011-08-25 11:07:51 -07:00
Tim Maks van den Broek 74edc08f37 Bug 566142 - accountSetupInfo.label text is not right anymore r=protz r=IanN ui-r=bwinton 2011-08-25 11:07:48 -07:00
Makoto Kato 2695fd37a4 Bug 680396 - TB 6.0 crash when sending or saving an e-mail with attached PDF. r=dbienvenu 2011-08-24 12:46:03 +09:00
Kent James f7000bfb82 Bug 668952 - Inbox corruption/error message occurs with "move to folder" filters, r=bienvenu 2011-08-23 10:39:31 -07:00
David Bienvenu 1187b99e78 fix build bustage by removing Get/SetParam 2011-08-23 09:58:25 -07:00
Hiroyuki Ikezoe 12058015a2 Bug 680822 - Should invoke do_GetService for nsIAbManager outside loop. r=dbienvenu 2011-08-23 14:51:29 +09:00
Hiroyuki Ikezoe 75781af158 Bug 678921 - Use EqualsLiteral and LowerCaseEqualsLiteral. r=dbienvenu 2011-08-23 12:07:40 +09:00
David Bienvenu 99343000ef remove use of xpcom proxies in ldap and address book code, r=neil, part of bug 675407 2011-08-18 12:59:44 -07:00
Mark Banner 77ee77d1fd Fix trunk bustage caused by bug 676401 landing in mozilla-central. a=bustage fix for CLOSED TREE 2011-08-18 12:40:46 +01:00
Siddharth Agarwal 6d01dc6fb9 Bug 656736 - Upgrade to the latest version of MozMill. r=Standard8
This patch adds mozmill 1.5.4b4, mozrunner 2.5.5b4 and jsbridge 2.4.4b4 to the
tree. It also sets up a virtualenv to install mozmill and its dependencies
in. This patch means Thunderbird developers will no longer need to have MozMill
or its dependencies installed in order to run MozMill tests.
2011-08-18 14:40:55 +05:30
David Bienvenu 23dbd6bada Bug 636681 - Send in background silently doesn't work if Outbox folder has corrupt .msf file; r=Standard8 2011-08-16 11:13:34 +01:00
Michael Wu 21335974d1 Bug 675473 - Incorrect use of PRBool when other types are more appropriate or vice versa (in comm-central); r=Standard8 2011-08-16 11:12:05 +01:00
David Bienvenu 4c14f715eb Bug 671673 - mailnews.sendInBackground tries to send in background even when working offline; r=jik 2011-08-16 11:11:18 +01:00
David Bienvenu 4d795e69cf Bug 672022 - Thunderbird 5 does not sort address columns correctly if showing only display name; r=Standard8 2011-08-16 10:54:13 +01:00
Mark Banner d0c175a001 Update mailnews and ldap url classes to include new functions from Bug 677260 which landed on mozilla-central. r=bustage-fix 2011-08-16 09:13:24 +01:00
Siddharth Agarwal 2533080f6f Backout changeset 69050ad29af0 due to Mac/Linux test failures. CLOSED TREE 2011-08-16 03:16:59 +05:30
Siddharth Agarwal 4baf05cb9e Bug 656736 - Support upgrading to the latest version of MozMill. r=Standard8
This patch adds mozmill 1.5.4b4, mozrunner 2.5.5b4 and jsbridge 2.4.4b4 to the
tree. It also sets up a virtualenv to install mozmill and its dependencies
in. This patch means Thunderbird developers will no longer need to have MozMill
or its dependencies installed in order to run MozMill tests.
2011-08-16 00:35:27 +05:30
Hiroyuki Ikezoe c8302b5c92 Bug 678453 - Fix some misuses of NS_ENSURE_ARG_POINTER; r=bienvenu 2011-08-15 19:52:23 +01:00
Mike Conley 33f7607b73 Bug 677089 - crash [@ nsAbOSXDirectory::AssertCard]; r=Standard8 2011-08-08 10:02:58 -04:00
Mike Conley d95c4c5db8 Bug 672830 - Very slow autocomplete on 7.0a2, os x; r=Standard8 2011-08-04 16:15:53 -04:00
David Bienvenu a570d84d9f fix unit test failures, a=standard8, bug 678984 CLOSED TREE 2011-08-15 09:10:18 -07:00
Mark Banner e3424bd99b Bug 678186 - Make nsIMsgVCardService use charPtr instead of string for return values; r=bienvenu 2011-08-12 22:32:39 +01:00
David Bienvenu 050336507e fix message threading when message-id is on a continuation line, r=neil, bug 676916 2011-08-12 13:55:15 -07:00
Jonathan Protzenko 02cb4a409c Bug 678356: Better document nsIMsgCompFields.idl body property r=bienvenu DONTBUILD 2011-08-11 14:44:45 -07:00
Siddharth Agarwal 78bcf03ad9 Bug 659788 - Add icons for Windows 7 jumplist taskbar items. r=Standard8
The patch does the following at build time:
- extract the icons from the mail-toolbar-aero.png sprite sheet
- add an icon header to each png to convert it into an ico
- embed the icos in the EXE

To do this it adds the MIT-licensed pypng library to the tree.
2011-08-10 19:02:14 +05:30
Jonathan Protzenko 86d30e2d46 Bug 676882: Crash in libmime following bug 674488 libmime passes badly encoded char* into JS land as AUTF8Strings landing r=standard8 2011-08-09 09:50:33 -07:00
Jonathan Protzenko 04d3c9b920 Bug 655536: MsgHdrToMimeMessage could understand detached attachments and feed enclosures r=asuth 2011-08-09 09:50:05 -07:00
Jonathan Protzenko 199bda2200 Bug 527927: JS Mime Emitter drops parts for inconsistent MIME hierarchies (multipart/encrypted, uuencode) [parentPart is undefined; components/jsmimeemitter.js Line: 311] r=asuth 2011-08-09 09:49:32 -07:00
Jonathan Protzenko 8eccdcd24e Bug 564423: Get rid of "Part 1.2" attachments being displayed unless "Show all message parts" is selected r=asuth 2011-08-09 09:48:29 -07:00
Michael Wu a54afe5eb1 Bug 675472 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=standard8 2011-08-09 01:43:55 -07:00
Jim Porter 5b14546b67 Bug 532505 - Cannot select address book if quick search widget is removed from toolbar - Error: gSearchInput is null ... abCommon.js Line: 588; r=standard8 2011-08-08 17:56:33 -05:00
David Bienvenu ec58cb447c run autocompact from an event, to unwind the stack, r=standard8, bug 605511 2011-08-08 15:49:59 -07:00