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

890 Коммитов

Автор SHA1 Сообщение Дата
Nicholas Nethercote 106876be46 Bug 1300002 - Port bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=jorgk. 2016-09-02 12:14:19 +10:00
R Kent James 3a0494b354 Bug 1299116 - nsMsgIncomingServer weak reference used on multiple threads. r=jorgk 2016-08-31 09:28:49 +02:00
Jorg K 4a4e68829c Bug 1021843 - Migrate NNTP and IMAP to cache2. r=mkmelin 2016-08-30 23:05:21 +02:00
Jorg K 927b13700e Bug 1297460 - Bustage fix: Handle return value. r=rkent,mkmelin a=jorgk CLOSED TREE 2016-08-24 09:36:09 +02:00
Jorg K 1949f5e2f5 Bug 1297133 - Bustage fix: Don't ignore return values. r=rkent a=jorgk CLOSED TREE 2016-08-23 06:06:46 +02:00
Jorg K 4e1080015a Bug 1293808 - Remove defunct image caching. r=mkmelin 2016-08-15 09:40:01 +02:00
aceman 9d658546b0 Bug 1294260 - Part 2: fix some compile warnings in mailnews about real issues that could change behaviour (hints and help from aleth and jorgk). r=mkmelin, r=jorgk CLOSED TREE 2016-08-14 20:30:08 +02:00
aceman 61cdf322a0 Bug 1294260 - Part 3: fix some compile warnings in mailnews that look syntactic only (hints and help from aleth and jorgk). r=jorgk, r=aleth CLOSED TREE
--HG--
extra : amend_source : 657132180b3913c71d4626a41b221ad95656ea98
2016-08-14 10:21:26 +02:00
aceman 77951bde86 Bug 1292569 - convert functions containing yield to standard generators (function*) to make xpcshell tests pass. f=asuth, r+a=jorgk CLOSED TREE 2016-08-08 15:09:00 +02:00
R Kent James fc47d475bb Bug 1290541 - Fix broken test_fooUrl.js, r=jorgk 2016-08-04 13:55:34 -07:00
Jorg K d864c99347 Bug 1288355 - Replace MOZ_UTF16("xxx") with u"xxx". r=bustage-fix a=jorgk CLOSED TREE 2016-07-22 01:15:55 +02:00
aceman fcbb1de8d6 Bug 1282087 - null check msgIdString in mailnews/imap/src/nsImapMailFolder.cpp before dereferencing it. r=rkent 2016-07-20 20:27:35 +02:00
R Kent James 5bc4f490f4 Bug 430716 part 4, add MsgFolder to JsAccount, r=aceman 2016-06-22 11:30:53 -07:00
R Kent James 9fa0ab09e4 Bug 453196, prevent hangs when attachment snarfing fails, r=jorgk 2016-06-21 18:01:52 -07:00
Richard Marti 382d924e9d Bug 1270631 - Port bug 1268313 part 7 to c-c [Move NS_NewRunnableMethod to mozilla::NewRunnableMethod]. r=rkent 2016-05-05 22:31:44 +02:00
Frank-Rainer Grahl 1bc24e5bca Bug 1269316 - Port bug 1193762 to comm-central (bustage fix). r=mkmelin a=bustage fix on a CLOSED TREE 2016-05-02 05:51:00 +02:00
Edmund Wong 9e36a72e55 Bug 1265951 - Port |Bug 1265927| to MailNews. r=philipp,rkent 2016-04-26 21:43:00 +08:00
R. Koerner 1449cc9fca Bug 1245526 - nsImapProtocol::Discover* does not use the IMAP hierarchy delimiter given by the server, r=rkent 2016-04-20 14:37:43 -07:00
bstefan c54789a0f3 Bug 1025976 - Remove GotNew folder flag. r=aceman
--HG--
extra : amend_source : 669b79f0dbeedf7a2938375b8be520b3cad22241
2016-03-26 04:29:00 +01:00
Jorg K a82cfa413c Bug 1256181 - Close input stream in getContentFromMessage(). r=mkmelin 2016-03-13 13:55:00 +01:00
R Kent James 3aa30800d5 Bug 1250723, fix crash and improve error handling when nsMsgKey hits max value, r=aceman
--HG--
extra : transplant_source : %A7%1AR%DC%E1M%3A%20sv%B3%A5H%BF%2A%0E%A5%EEi%0F
2016-03-16 10:42:38 -07:00
R Kent James 14b32ed23a Bug 617945, crash in nsImapMailFolder::DeleteMessages, r=mkmelin
--HG--
extra : transplant_source : %B5l%25%AEGH%3F%AC%F0%9EtQ%C5%AB%5EI%9C%D7%BCs
2016-03-16 10:00:34 -07:00
R Kent James 7bf8fe9478 Bug 610465, crash @ nsImapServerResponseParser::ParseIMAPServerResponse, r=mkmelin
--HG--
extra : transplant_source : %CDc%24%8FT%8A%BB%EF%8BjmI%9FR2%15n%5E%DE%8D
2016-03-16 10:01:42 -07:00
R Kent James 73850fd3ca Bug 308148, apply IMAP filters based on highwater, r=aceman
--HG--
extra : transplant_source : %5E%98B%40%27%A2%DE%3F%AD%BC%DE%89%19%04j%85%15%15%1AZ
2016-03-16 09:55:27 -07:00
Philip Chee 909892b775 Bug 1248023 - Update uses of NS_ProxyRelease to take into account the changes in Bug 1164581. r=jcranmer a=aleth CLOSED TREE
--HG--
extra : amend_source : 05cd5b043d80f6200dd2c725db6ba7af83054481
2016-02-12 11:45:00 +01:00
Nicholas Nethercote d75fa73a5c Bug 1187188 (part 4) - Replace nsBaseHashtable::Enumerate() calls in comm-central with iterators. r=rkent, a=rkent CLOSED TREE
--HG--
extra : amend_source : 3419cedf55c6690857a136790e7faa37531e52dd
2016-02-01 10:08:31 +11:00
Honza Bambas 0c329fda28 Bugs 1241238 - fix test_imapProtocols.js, test_mailboxProtocol.js, test_nntpProtocols.js to work with ORIGIN_IS_FULL_SPEC protocol flag, r=jcranmer 2016-01-20 11:15:00 +01:00
aceman 21c588a91f Bug 1232107 - clean up some compile warnings in /mailnews. r=jcranmer
--HG--
extra : rebase_source : a684deee0197837ab917d47c08d411da51094531
extra : amend_source : c5cbf9c542112252799424700a4ca1da6473fd37
2016-01-17 00:18:00 +01:00
Joshua Cranmer 75a0968fa2 Bug 1208087 - Add tests for proxy via SOCKS for all protocols, r=rkent.
Ideally, the test framework would be using PAC to set up the proxy (it's much
simpler), but bug 791645 appears to keep this from working properly.

--HG--
extra : commitid : DzX3ynNYdSU
2016-01-19 22:10:42 -06:00
R Kent James 9e4ecaa025 Bug 1240327, Improve ability of key mailnews components to be overridden with JS, r=jcranmer 2016-01-19 11:05:46 -08:00
aleth 6f85c2675b Backout 969a3a5cb50f (Bug 1240327) for xpcshell crashes.
--HG--
extra : rebase_source : b4772ac0cb27a5dd24de81e252406c5d5ae67396
2016-01-19 16:56:15 +01:00
R Kent James 6277458f07 Bug 1240327, improve ability of key mailnews components to support JsAccount, r=jcranmer 2015-08-22 13:40:00 -07:00
Magnus Melin 0e692e01e0 Bug 1203977 - Thunderbird crashes in nsImapMailFolder::ParseMsgHdrs. r=rkent, a=mkmelin 2016-01-01 23:06:31 +02:00
aceman 1d66153662 Bug 793865 - convert nsIMsgParseMailMsgState.envelopePos to 64 bits. r=rkent 2015-12-09 20:58:34 +01:00
R Kent James 86efe94636 Bug 1183490, part 3, Remove dependency on offset in creating message keys, r=aceman 2015-12-06 00:24:14 -08:00
R Kent James ef378ed65d Bug 1229648 - Eliminate nulls in GetSubfolders calls, rs=jcranmer 2015-12-05 01:50:33 -08:00
R Kent James 976fab3715 Bug 1229649 - Eliminate nulls in out parameter for nsIURI, rs=jcranmer 2015-12-05 01:41:11 -08:00
Tooru Fujisawa 500324bec7 Bug 824104 - Part 3: Remove for-each from mailnews/. r=jcranmer 2015-12-05 14:27:43 +09:00
Nicholas Nethercote 25507a71a1 Replace nsBaseHashtable::EnumerateRead() calls in comm-central with iterators. r=rkent. 2015-11-22 18:50:41 -08:00
Frank-Rainer Grahl frgrahl@gmx.net 3ccf467e43 Bug 1212462 - Rename nsRefPtr<T> to RefPtr<T> due to mozilla-central Bug 1207245 rs=Ratty a=Ratty bustage fix CLOSED TREE 2015-10-19 03:17:36 +08:00
Magnus Melin 9d168e83df Bug 1209777 - part3: adapt comm-central for bug 589199 (top level const/let change). r=mconley, fallen, jcranmer, aleth. a=mkmelin on CLOSED TREE
Created by this script:
 find mail/ mailnews/ calendar/ chat/ im/ testing/ -type f -iname *.js* -exec sed -i -E 's/^(const|let) /var /g' {} \;
2015-10-11 00:23:56 +03:00
Patrick Cloke 47c9d8e4e7 Bug 1209777 - part1: lexical-components-to-var.sh and global-let-to-var.sh. r=philip.chee, mkmelin
CLOSED TREE seamonkey
2015-10-08 06:53:00 +03:00
Philip Chee d50a68da33 Bug 1212510 Bustage fix: Rename NS_ParseContentType to NS_ParseResponseContentType (caused by Bug 1210302), r=jcranmer, a=rkent 2015-10-07 16:30:10 -07:00
alta88 43bda4cb4d Bug 1202150 - Silence compiler warnings in nsMsgDBView and friends, part 3 mailnews/imap|local|mime|news. r=rkent 2015-09-29 16:02:41 -06:00
Edmund Wong c6f47e576e Bug 1185583 - Fix missing unresolved external symbols in mailnews/ from falloout of Bug 1143922. rs=IanN a=IanN in a CLOSED TREE. 2015-07-22 08:35:41 +08:00
Edmund Wong 4250e30ef7 Bug 1181434 - Fix fallout from bug 905127 due to missing headers for mail/ and mailnews/. r=rkent. 2015-07-09 15:17:55 +08:00
Edmund Wong b927efa00a Bug 1171663 - Change PR_LOG to MOZ_LOG in mailnews/, r=rkent
* * *
Bug 1171663 - RKJ revs to merge
2015-06-05 11:44:02 -07:00
Sebastian Hengst ca9b75fe84 Bug 1148512 - WebApps.jsm access nsIXULAppInfo to fix failing Windows imap tests, r=rkent 2015-04-26 21:09:46 +02:00
Stefan Sitter bd92d1097f Bug 1099587 - Make JS callers of ios.newChannel call ios.newChannel2 in mailnews/ r=rkent 2015-05-18 20:41:56 +02:00
Stefan Sitter c17ab6c596 Bug 777770 - Replace nsVoidArray with nsTArray, part 2. r=rkent a=me CLOSED TREE 2015-05-13 21:07:16 +02:00
Stefan Sitter 93572ccb9c Bug 777770 - get rid of nsVoidArray from /mailnews, r=rkent, a=rkent CLOSED TREE 2015-05-13 11:09:45 -07:00
R Kent James 2725fd8675 Bug 1156669 - Trash folder duplication while using IMAP with localized TB, r=neil 2015-05-06 16:38:07 -07:00
Sebastian Hengst 5e081c3741 Bug 1110166 - Port bug 1102219 - Rename String.prototype.contains to String.prototype.includes: mailnews. r=mkmelin 2015-05-01 21:56:56 +02:00
Sylvestre Ledru c93081c20e Bug 1155955 - Remove trailing spaces r=jcranmer 2015-04-19 10:06:02 +02:00
Sylvestre Ledru 0a6973145b Bug 1155955 - Self assignment removed r=jcranmer 2015-04-19 10:05:09 +02:00
Joshua Cranmer f8cf29ec29 Bug 849540 - Log in to Gmail (IMAP/SMTP) using OAuth, backend part, r=rkent 2015-04-10 23:19:00 -07:00
aceman c2a0a7722f Bug 810495 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor. r=jcranmer 2015-04-14 22:25:03 +02:00
aceman 93bb72b6e4 Bug 306035 - Ask for IMAP password as "user on server" not "user@server" as sometimes user contains full email. Parity with POP3. r=Neil a=Ratty for SeaMonkey CLOSED TREE 2015-04-14 22:22:32 +02:00
Joshua Cranmer 26fbb511c2 Bug 1150176: Remove now-dead allocators from comm-central to help reopen a CLOSED TREE, r=rkent 2015-04-02 12:18:38 -05:00
acelists@atlas.sk 3dc5891638 Bug 872869 - Make nsMsgDatabase::ListAllKeys() not provide a sorted array, as that led to bad perf when the sorting was not really needed. Idea by Derrick Moser. r=rkent IGNORE IDL
--HG--
extra : histedit_source : e73837d6dab3085e991467f3603252f9eb8ff8bd
2015-03-27 14:59:17 -07:00
Sebastian Hengst d7d012ab90 Bug 1147803 - Fix indentation mismatches in lines touched by bug 1146094. r=rkent r=Ratty on IRC a=Ratty for a SEAMONKEY CLOSED TREE 2015-03-27 14:49:53 +01:00
Jonathan Protzenko 3ebab26884 Bug 1096127 - MsgHdrToMimeMessage, when used in conjunction with IMAP parts on demand, returns wildly incorrect results starting with Thunderbird 31, r=rkent 2015-03-25 15:46:07 -07:00
Ehsan Akhgari 8b5d08430d Bug 1146094 - Replace MOZ_OVERRIDE and MOZ_FINAL with override and final, as a follow-up to bug 1145631 2015-03-22 14:54:47 -04:00
Philip Chee ac3042802f Bug 1141548 - Port Bug 868814 - Fold mozalloc into mozglue, r=jcranmer, a=ratty for a CLOSED TREE 2015-03-11 10:12:52 -07:00
R Kent James d1d1cd112b Bug 1119529 always add copied file messages to the db, r=neil
*
try: -u all -t none
2015-02-22 13:26:53 -08:00
aceman 84d1299992 Bug 464973 - add back folder columns with count of messages and folder size to the folder pane. r=mkmelin, r=rkent 2015-02-20 22:05:31 +01:00
R Kent James dff2f0829d Bug 1125672 - PROCESS-CRASH | mailnews/imap/test/unit/test_mailboxes.js because protocol m_url is released off main thread, r=jcranmer 2015-02-05 23:00:43 -08:00
Joshua Cranmer b9cb51ca79 Port bug 1127201 (s/NS_ABORT_IF_FALSE/MOZ_ASSERT/g) to comm-central, rs=bustage-fix
--HG--
extra : rebase_source : 176c2a8f9b130e79c2482bf2e9131f60b4b1be46
2015-02-05 22:42:30 -06:00
R Kent James fc499e7f9f Bug 771643 - deleted messages do not get deleted from IMAP offline storage, r=neil 2015-02-05 18:51:22 -08:00
R Kent James 3c4aae5e4c Bug 1113275 part 3 - Run imap tests under maildir with alt head, r=jcranmer 2015-01-28 15:23:03 -08:00
R Kent James 27a55a32e4 Bug 1113275 get imap tests working with maildir, part 2 test cleanup, r=sshhagarwal 2015-01-28 15:22:59 -08:00
Joshua Cranmer 26e5dc7782 Bug 791645 - Fix calls to DeprecatedBlockingResolve broken by bug 436344. r=Neil, a=jcranmer for CLOSED TREE.
--HG--
extra : amend_source : 9c6d4ed02803da9ac6a95c84d34651fe1181c5eb
2015-01-25 14:01:42 -06:00
Hiroyuki Ikezoe 747b1f193d Bug 1124118 - Follow up nsIProgressEventSink.onProgress and nsITransport.onTransportStatus changes by bug 1116867. r=mkmelin, a=mkmelin 2015-01-21 04:57:00 +02:00
Andre Baptiste 1d03f5c612 Bug 588759 - Make sure status bar messages have proper punctuation. r=mkmelin, r=IanN, ui-r=josiah, a=mkmelin
CLOSED TREE
2014-09-19 23:57:46 -07:00
R Kent James 0d80b6aa27 Bug 479823 part 2 (core) - Archive filter rules, r=neil, a=rkent 2015-01-16 15:45:36 -08:00
Joshua Cranmer ccbfc8e158 Bug 1060696: Stop using nsISupportsObsolete in comm-central, r=rkent 2015-01-15 18:41:23 -06:00
aceman 52a309ab97 Bug 1120093 - Do not use '=' operator inside while() condition in test_imapSearch.js as it suddenly causes a SyntaxError. r=rkent, a=rkent 2015-01-13 13:42:16 -08:00
Sylvestre Ledru 04407e2e2a Bug 1114328 - Remove some useless variables r=jcranmer a=jcranmer
--HG--
extra : amend_source : 6d87046b4c3b2dcd1bf4c19ef5c72505ba4d3a92
2015-01-11 10:41:48 +01:00
R Kent James ad9bea17ee Bug 1113275 - Part 1, fix various imap issues using maildir, r=neil, a=rkent 2015-01-08 09:27:47 -08:00
Neil Rashbrook a06861e01e Bug 558659 Persist trash and spam folders in preferences r=irving a=starred
CLOSED TREE
2014-12-22 23:46:41 +00:00
Neil Rashbrook 02f7dca69f Bug 558659 Support the Special Use capability when discovering folders r=irving 2014-12-22 23:39:32 +00:00
R Kent James 2dab85ccce Bug 695671 - Only 1 message filter seems to execute when I hit "Run Filters on Folder", r=neil, a=rkent 2014-12-20 08:48:53 -08:00
Hiroyuki Ikezoe 14b3339347 Bug 1111304 - Attach LoadInfo inside each individual ProtocolHandler, r=jcranmer, a=rkent 2014-12-19 09:22:50 -08:00
Derrick Moser b5dbfeae75 Bug 870556 Use a set to avoid a linear search for duplicates r=irving a=starred 2014-12-10 22:31:03 +00:00
Alfred Peters 27ec9b8eaf Bug 846123 - Reduce the time consumption from O(n^2) to O(n) when copying email between two IMAP-folders. r=Neil a=clokep
--HG--
extra : amend_source : eb70e303ad1e39e531cbc71e63caa92097303347
extra : histedit_source : 33fd759420f4a08fe21fce904d19161b81d29b93
2014-11-30 12:35:00 -05:00
Magnus Melin 2ddb69fc08 Bug 331560 - "Order Received" reversed when copying messages from Local to IMAP account. r=neil, a=mkmelin 2014-12-06 16:11:00 +02:00
aceman 9f6f55f908 Bug 793865 - mark function arguments as nsMsgKey where appropriate to better show intended use. r=rkent 2014-11-11 15:40:00 +01:00
aceman 8bc481fe40 Bug 789679 - make nsIMsgFolder::sizeOnDisk and related folder size variables 64 bit wide. r=rkent, r=Neil 2014-11-20 14:07:00 -05:00
aceman 0fc1cc3146 Bug 935934 - log filter hits before applying them so the message is still at the original location. r=rkent
--HG--
extra : histedit_source : b17c17d9970932a1fcf558b3c5e9207ef1844295
2014-10-03 11:17:00 -04:00
aceman 571a4f45a7 Bug 1050840 - max number of IMAP server connections should be initialized to 5. r=Neil,jcranmer
--HG--
extra : amend_source : c99bd0902193862f1b75c293f77feb976b830230
extra : histedit_source : 08503deabb88f4e5a8756e8747d8db18636959fb
2014-09-22 08:49:00 -04:00
Joshua Cranmer 7544d36528 Bug 1087409 - #define FORCE_PR_LOG is now redundant and spews warnings, r=irving, a=jcranmer 2014-10-25 20:06:15 -05:00
Kent James b9d198f5ce Bug 1088497, implement NewChannel2 in mailnews, r=jcranmer 2014-10-24 10:05:00 -05:00
Suyash Agarwal 9e1e0d37c6 Bug 1047883 - Modify test_offlinePlayback.js to use promises. r=rkent
--HG--
extra : amend_source : ef57d42a99f4215c1fd1f12dcf633e49daaf1bde
extra : histedit_source : 99db5f8225542f964fe43dec74efc008d6247231
2014-10-16 16:01:17 -04:00
Christoph Kerschbaumer 1dabcc4427 Bug 1071497: Use new API to create channels in comm-central, r=Neil, a=jcranmer to reopen tree. 2014-09-23 15:02:08 -07:00
Neil Rashbrook 65df9fbe31 Bug 1005336 - startup or shutdown crash in nsObserverService::RemoveObserver(nsIObserver*, char const*) via nsMsgIncomingServer. reference to nsImapIncomingServer released off the main thread in destructors, due to preferences no longer use threadsafe refcounting. r=irving.a=Standard8 for CLOSED TREE 2014-09-08 09:31:52 +01:00
David Lechner 6b4876933d Bug 859269: Fix IMAP listing all folders instead of limiting to directory specified by server_sub_directory preference. r=standard8 2014-08-15 11:50:46 -05:00
rkent 2a5f109f8e Bug 1057537, nsImapMailFolder is not an nsIRequestObserver r=IanN bustage fix on a CLOSED TREE 2014-08-22 22:31:07 +01:00
Ian Neal d6f865071d Bug 1050086 - C-c needs a "port" of bug 1047267 r=jcranmer a=for CLOSED TREE 2014-08-13 22:04:31 +01:00
Ian Neal 9d235262fe Bug 1049935 - Port |Bug 1045783 - move OS_LIBS += $(call EXPAND_LIBNAME,...) calls to moz.build| to comm-central r=jcranmer a=for CLOSED TREE 2014-08-13 22:04:30 +01:00
Ian Neal cacf171b86 Bug 1043019 - "Port |Bug 1036894 - Move in-tree library linkage information to moz.build| and |Bug 1041936 - Allow static library definitions to depend on shared libraries| to comm-central" r=jcranmer, a=jcranmer for CLOSED TREE 2014-07-25 11:23:28 -05:00
Joshua Cranmer e516ecf3b4 Bug 1037479 - Move LOCAL_INCLUDES to moz.build, r=Standard8
--HG--
extra : rebase_source : 61e52448b0217eb9a54ca436f5d665969991d3b0
2014-07-11 14:07:32 -05:00
Suyash Agarwal 2b9d95087d Bug 1034231 - Modify imap/test/unit/test_offlineCopy.js to use Promises. r=rkent 2014-07-11 14:43:34 +01:00
Joshua Cranmer be90b7a7e7 Port bug 965413 to comm-central, rs=rkent, a=bustage fix for CLOSED TREE 2014-07-10 19:35:11 -05:00
Joshua Cranmer ceeed4b0a6 Bug 1033619 - Fix more dangerous public destructor issues, r=Neil. a=bustage fix on CLOSED TREE. 2014-07-10 00:19:01 -05:00
Joshua Cranmer bd200fcb22 Bug 1035650, part 4: Fix public destructors everywhere else, r=Neil a=bustage fix on CLOSED TREE 2014-07-09 09:04:59 -05:00
Kent James ad94ffc37a Bug 1017939 - newly created maildir subfolders are created under INBOX instead of INBOX.sbd, r=irving, a=ryanvm 2014-06-13 11:54:05 -07:00
Joshua Cranmer 9605d1794a Bug 1018624, part 2: Use json storage database files instead of sqlite, r=Standard8. 2014-06-06 10:14:39 -05:00
Suyash Agarwal 453ff8b0aa Bug 1016767 - Modify test_imapID to use Promises. r=rkent 2014-05-29 10:18:00 -04:00
Kent James aaa38ed2c9 Bug 1019851.patch, Do not assert when asking for folderURL of root folder, r=standard8, a=ryanvm 2014-06-05 09:10:52 -07:00
Joshua Cranmer 46ec8c572e Bug 1018624 - Asynchronously load password storage in tests, r=Standard8, a=bustage-fix for CLOSED TREE.
--HG--
extra : rebase_source : e04c59e970ee122a47e5cf73cf263ccf1f040eff
2014-06-03 08:44:03 -05:00
Joshua Cranmer a277df832e Bug 905910: Run comm-central xpcshell tests in parallel, r=Standard8, a=jcranmer 2014-04-28 10:30:57 -05:00
Joshua Cranmer f280f02390 Bug 1000190 Run string bundle service on main thread for IMAP protocol to avoid threadsafe issues. r+a=Standard8 2014-04-28 10:32:41 +01:00
Joshua Cranmer b33acfaecc Fix bustage from bug 900988, a=bustage-fix, CLOSED TREE for SeaMonkey. 2014-04-27 22:30:23 -05:00
Neil Rashbrook 8b76cba9ff Bug 8408072 Ensure nsMsgWindow is released on the main thread r=Standard8 2014-04-25 12:32:25 +01:00
aceman dff6d127bf Bug 983443 - Cleanup some unused includes in .idl files of comm-central. r+sr=standard8 2014-03-25 09:32:06 -04:00
Kyle Huey 955f23c45d Fix up comm-central for bug 345123 and bug 967364.
--HG--
extra : rebase_source : 5dfb13fcd2ef3b5c838220daadf4f848827e1ed8
2014-03-15 17:41:46 -07:00
Neil Rashbrook 21eb8fb6ff Bug 844148 Followup to compile with external linkage r=irving 2014-01-23 20:38:19 +00:00
aceman 81224675f6 Bug 844148 - Do not leak m_customFlagsHash members in nsImapFlagAndUidState::ClearCustomFlags by converting char* members to nsCString. r=irving 2014-01-09 14:49:06 -05:00
Ehsan Akhgari 1e2ab931d2 Bug 956493 - Replace PRUnichar with char16_t; r=roc landed on a CLOSED TREE
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRUnichar char16_t
2014-01-04 10:16:34 -05:00
aceman 6e705283ba Bug 831190 - Check for empty folder name in createSubfolder() of local message stores. r=Neil, r=Standard8 2014-01-03 16:05:21 -05:00
Suyash Agarwal 148de34d32 Bug 952431 - Replace a bunch of NS_LITERAL_STRING uses with MOZ_UTF16. r=Neil 2014-01-02 15:29:05 -05:00
Cykesiopka 42352a8208 Bug 471012 - Remove |#ifdef UNREADY_CODE| code. r=mbanner 2013-12-17 10:42:53 -05:00
Joshua Cranmer 97bff1e08a Bug 940204 - Use FINAL_LIBRARY in comm-central, r=Standard8
A CLOSED TREE for SeaMonkey though.
2013-12-16 18:32:52 -06:00
Joshua Cranmer f7805c72c3 Port changes due to bug 943511 to comm-central, rs=bustage-fix to reopen CLOSED TREE.
--HG--
extra : rebase_source : 8fee42a96d820081d1164cd39f201052f0501ac7
2013-12-12 10:29:11 -06:00
Joshua Cranmer c92ee2c9d5 Bug 882968 - Move DEFINES to moz.build, part 1: mailnews/. r=Standard8 2013-11-23 23:26:09 -06:00
Joshua Cranmer eaa85a2fc1 Port bug 939044 to comm-central, rs=bustage-fix
This involves deleting unused MODULE declarations and renaming others to
XPIDL_MODULE. Also, pushing to SeaMonkey's CLOSED TREE.
2013-11-18 21:08:17 -06:00
Mike Hommey a8f6c007fb Bug 937525 - Cleanup MOZILLA_INTERNAL_API pieces from Makefile.in. r=Standard8 2013-11-12 18:39:59 +09:00
Suyash Agarwal 8d4e7c760c Bug 224436 - Display account name for all messages in status bar when checking mail. r=Neil 2013-10-27 07:58:45 -04:00
Joshua Cranmer 2df05037fe Port bug 929905 (combine all *SOURCES into a single SOURCES variable) to comm-central, rs=port by build system peer
Partly fixing SeaMonkey's CLOSED TREE too.

--HG--
extra : amend_source : a89b4a69ac0d1eae7568420dde5c5d5cd5ac93d5
2013-10-25 08:34:13 -05:00
Joshua Cranmer acacb8e869 Fix fallout from bug 921492 due to change of case sensitivity for sorted lists, r=bustage-fix.
CLOSED TREE suite changes to unbreak them as well.

--HG--
extra : amend_source : f5b26be5357026de42ddc05301284f23cf954074
2013-10-24 00:18:18 -05:00
Magnus Melin e8522edea6 Bug 925489 - Perma-fail: test_bug155172.js | test failed (with xpcshell return code: 0) and a bunch more. r=standard8,a=Standard8 for CLOSED TREE 2013-10-14 22:15:38 +03:00
Suyash Agarwal 4a5722d464 Bug 214854 - State in error message from server to which mail account it belongs to. r=Neil, ui-r=bwinton 2013-10-01 09:53:50 -04:00
Neil Rashbrook cbef38270a Bug 909263 Undefined references to nsMemory in external API builds r+a=jcranmer 2013-09-14 15:27:20 +01:00
Robert O'Callahan d69dd0c4f8 Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=jcranmer,a=bustage-fix 2013-09-06 10:32:31 +01:00
Joshua Cranmer 69a7312783 Bug 884825 - Move LIBRARY_NAME to moz.build in comm-central, r=Standard8, a=jcranmer
Also viable on SeaMonkey's CLOSED TREE.
2013-09-03 10:26:59 -05:00
Joshua Cranmer c7d2b11d1f Bug 910541 - Port LIBXUL_LIBRARY et al to moz.build in comm-central, r=Standard8 2013-09-03 10:26:57 -05:00
Hiroyuki Ikezoe faeeedb48b Bug 902370 - Fix and Unit test for renaming imap folder. r=Neil 2013-09-01 22:01:40 -04:00
Mihnea Dobrescu-Balaur 05e5133b99 Bug 905822 - Annotate manifests with run-sequentially. r=jcranmer, a=me
CLOSED TREE
2013-08-15 15:02:43 -07:00
Hiroyuki Ikezoe 367310b351 Bug 901959 - Do not remove .msf files before folderRenamed notifier. r=Standard8 2013-08-16 09:24:01 -04:00
Joshua Cranmer 8af9231cf8 Port bug 850380 part 2 (remove XPIDL_FLAGS) to comm-central, r=Standard8, a=Standard8 2013-08-15 11:46:35 -05:00
Joshua Cranmer ed6a0ebc6f Bug 901752 - Do not simultaneously define LIBXUL_LIBRARY and FORCE_STATIC_LIB, r=Standard8.
This is a requirement held by the mozilla-central build system, so necessary for
cc-rework to proceed.

--HG--
extra : rebase_source : e06cc7403c0a93a6d3b122f93ebd98bbe884bdc2
2013-08-12 07:55:06 -05:00
Hiroyuki Ikezoe ff4bf16109 Bug 901543 - Fix mismatch of async_driver and yield. r=Standard8,a=bustage fix for CLOSED TREE 2013-08-09 14:34:28 +01:00
Mark Banner 3c7ec657e5 Bug 902934 Create an nsIXULAppInfo to fix errors in test_attachment_size.js and replace existing instances with use of a generic test module. r=jcranmer,a=bustage fix for CLOSED TREE 2013-08-09 10:13:16 +01:00
Mark Banner b03dd89055 Bug 901544 Define a UMimTyp directory service provider so that the code activated by the tests can use it. r=jcranmer,a=bustage fix for CLOSED TREE 2013-08-08 15:18:24 +01:00
Mark Banner 2b7f1e890e Bug 901544 Remove unnecessary mailDirService.js uses since bug 459114 made it redundant. r=jcranmer 2013-08-08 15:15:26 +01:00
Joshua Cranmer 33e8d65577 Part of bug 896738 - Fix various strict warnings and errors to fix test bustage. r=Standard8. 2013-08-02 16:07:51 -05:00
Joshua Cranmer 4047b42c21 Bug 901048 - Move IMAPpump.js into a module, part 2: make it a module. r=Standard8. a=bustage fix for a CLOSED TREE. 2013-08-02 15:02:37 -05:00
Joshua Cranmer 13ac42f42f Bug 901048 - Move IMAPpump.js into a module, part 1: collect the variables. r=Standard8 2013-08-02 15:01:58 -05:00
Mark Banner 22a57144bb Part of bug 896738 - Fix various strict warnings and errors to fix test bustage. r=jcranmer. CLOSED TREE 2013-08-02 18:11:31 +01:00
Mark Banner 7a4d490a07 Bug 900881 Make localAccountUtils.js into a testing module - Part 4. Make it a real testing module. r=jcranmer 2013-08-02 18:11:30 +01:00