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

937 Коммитов

Автор SHA1 Сообщение Дата
Masatoshi Kimura 7c66504eb9 Bug 1440278 - port bug 1428258 to mailnews: Stop using GetNativePath(). r=jorgk 2018-02-23 00:04:39 +09:00
Jorg K 1886cd1266 Bug 1399756 - remove trailing spaces in mailnews/imap. rs=white-space-only
[skip-blame]
2018-02-21 23:57:43 +01:00
Jorg K e0e939454c Bug 1437604 - remove NS_INTERFACE_MAP_END_THREADSAFE (comm-central part). rs=bustage-fix 2018-02-13 11:51:35 +01:00
Jorg K 8d79fe03ba Bug 1437270 - Backed out changeset 9b23f29d39df: re-enable temporarily disabled test. a=jorgk 2018-02-12 16:09:31 +01:00
Jorg K 19abfa4ea0 Bug 1437270 - temporarily disable proxy tests. rs=bustage-fix 2018-02-10 21:18:57 +01:00
Jorg K 32dd7e60a1 Bug 1399756 - remove trailing spaces from JS/JSM files in mailnews/. rs=white-space-only
[skip-blame]
2018-02-10 00:38:07 +01:00
Richard Marti f5f98fc711 Bug 1436310 - Port bug 1432992 to mailnews: Remove definitions of Ci, Cr, Cc, and Cu. r=jorgk 2018-02-07 12:19:29 +01:00
Jorg K ebea3d9577 Bug 1434687 - Port bug 1432519 to mailnews: Make nsIURL attributes readonly. r=valentin 2018-02-06 11:13:59 +01:00
Philipp Kewisch 5563e369fc Bug 1434737 - Move to ChromeUtils.import() - Mail/Common/Ldap/Editor part. r=jorgk
MozReview-Commit-ID: 8jabalzJIdA
2018-01-31 23:41:33 +01:00
Tom Prince ef0dd8cf44 Bug 1433211: Use `native` in idl for concrete types that are references but not defined in idl; r=jorgk
MozReview-Commit-ID: 7jc1aXJtyxT

Differential Revision: https://phabricator.services.mozilla.com/D439

--HG--
extra : rebase_source : a0aae0503b69e941fa3df245d3300dcf42f0b275
2018-01-25 11:32:39 -07:00
aceman bb945d677a Bug 1432204 - simplify addMessagesToServer() in imap tests. r=jorgk 2018-01-23 14:51:00 +01:00
Gene Smith e2f459b2fd Bug 1419735: Subscribe does not find unsubscribed folders below the 2nd level. r=jorgk
If account folder struct is f0/f1/f2/f3/f4 and if f2-f3 are initially
unsubscribed, they don't appear in the right-click activated Subscribe screen
so they can't be subscribed and remain hidden on the main screen unless
advanced server setting "display only subscribed folders" is not selected.
2018-01-22 13:25:17 -05:00
Jorg K 09c9e688ad Bug 1431913 - Follow-up: remove unneeded query in test_dod.js. r=aceman 2018-01-23 09:22:41 +01:00
Jorg K 9e29ae6d3f Bug 1432204 - replace SetSpecInteral() on stardard URL. r=aceman 2018-01-23 09:19:43 +01:00
Jorg K 47a81d78bc Bug 1431913 - fix test_dod.js. rs=bustage-fix 2018-01-22 12:28:59 +01:00
Jorg K a5c457cc6f Bug 1431913 - Port bug 1431204 to mailnews: Make nsIURI.spec readonly (JS part). rs=bustage-fix CLOSED TREE 2018-01-21 20:56:50 +01:00
Jorg K fbe657d4dc Bug 1431913 - Port bug 1431204 to mailnews: Make nsIURI.spec readonly. rs=bustage-fix 2018-01-21 20:56:48 +01:00
Gene Smith 8540d04968 Bug 1427507 - Ensure newly selected trash folder is enabled and has trash icon. r=jorgk 2018-01-02 21:54:13 -05:00
Gene Smith aa080ebc1f Bug 1428666 - Follow-up to bug 1335982: Correct trash folder problems with certain imap servers. r=jorgk 2018-01-11 23:50:18 -05:00
Jorg K 937b7c3044 Bug 1335982 - Store full folder path in pref trash_folder_name and document it everywhere (analysis by Gene Smith). r=GeneSmith 2017-12-30 04:11:00 +01:00
Jorg K 5bd1f92b85 Backed out changeset bcfa74cb6921 (bug 1335982) for unwanted side effects (bug 1428666). a=jorgk DONTBUILD CLOSED TREE 2018-01-09 22:20:47 +01:00
Jorg K cbfad7d28a Bug 1335982 - for trash folder use proper URI parsing instead of home-made parsing (analysis by Gene Smith). r=GeneSmith 2018-01-01 18:28:40 +01:00
Florian Quèze 741634dd73 Bug 1421992 - script-generated patch to replace do_execute_soon, do_print and do_register_cleanup with executeSoon, info and registerCleanupFunction in C-C. rs=philipp 2017-12-20 15:46:46 +01:00
Florian Queze d8733aa4e4 Bug 1421992 - script-generated patch to replace do_check_* functions with their Assert.* equivalents in C-C. rs=philipp 2017-12-20 15:44:11 +01:00
Jorg K 8ca55b52f3 Bug 1399756 - remove trailing spaces from IDL files in mailnews. rs=white-space-only 2017-12-18 23:37:21 +01:00
Magnus Melin 412446a9b1 Bug 1284302 - fix crash in nsImapServerResponseParser::ParseIMAPServerResponse. r=jorgk 2017-12-13 22:31:48 +02:00
Magnus Melin 17fe009ebd Bug 1285098 - fix memory leak in nsImapServerResponseParser.cpp (coverity issue). r=aceman 2017-12-13 22:43:28 +02:00
aceman ce64586341 Bug 1353919 - polish log module names into consistent naming style. r=jorgk 2017-12-04 14:10:00 +01:00
Jorg K 83cda4621e Bug 1416033 - removed include of nsAlgorithm.h and <algorithm> from mailnews/ were not needed. r=aceman 2017-12-04 22:01:07 +01:00
Jorg K 6733e8023a Bug 1419955 - Port bug 1419382 to mailnews: remove shared use of m_inputStream to allow releasing ownership. rs=bustage-fix 2017-10-07 13:14:00 +02:00
Jorg K f31c04c7b6 Bug 1419955 - Port bug 1419382 to mailnews: NS_NewInputStreamPump, NS_NewInputStreamChannel* take ownership of the inputStream. rs=bustage-fix 2017-11-22 23:36:21 +01:00
Jorg K d9a497baa5 Bug 1401026 - Follow-up: Fix unsafe use of NS_ConvertUTF8toUTF16(). r=me DONTBUILD 2017-11-21 22:23:01 +01:00
Florian Quèze 26250d7902 Bug 1356569 - Remove some more newURI null trailing parameters, rs=Fallen. 2017-11-19 10:54:56 +01:00
Florian Quèze 09ed0fc75a Bug 1356569 - Remove appendElement's last parameter when it is false, rs=Fallen. 2017-11-19 10:54:56 +01:00
Jorg K d89d14226b Bug 1415154 - Port bug 1414767 to mailnews: SlicedInputStream moved to mozilla namespace. rs=bustage-fix 2017-11-07 15:04:44 +01:00
Nicholas Nethercote 52ab5d5195 Bug 1410794 - Update comm-central for nsIPrefBranch.idl changes. r=jorgk
This mostly involves removing getter_Copies() and get() calls. There are a few
functions that have char* arguments changed to nsACString&, and a couple of
members that are changed to nsCString. Finally, for a few places none of those
approaches worked and I had to use moz_xstrdup().
2017-10-24 11:52:11 +11:00
Jorg K 825d0ae5e6 Bug 1412421 - Change some nsAuto[C]String parameters back to ns[C]String. r=erahm 2017-10-28 00:24:11 +02:00
Gene Smith 4c4ae8a663 Bug 1408610 - Resend auth string when imap server requests it. r=jorgk
Yahoo responds to "authenticate PLAIN" with + and TB sends the
base64 encode uid/password string. If bad, Yahoo responds again
with + and expects TB to send the string again. Instead, TB was just
continuing on as though authentication was good and sent imap
commands to Yahoo that were rejected causing folders and emails
to disappear in TB and TB to not request a new password.
2017-10-20 01:43:34 -04:00
Jorg K e9fcdaf2e4 Bug 1411069 - Port bug 1313150 to mailnews: Remove |weak| parameter from nsIMutableArray methods (JS part). rs=bustage-fix 2017-10-24 01:30:40 +02:00
Jorg K 1957577336 Bug 1411069 - Port bug 1313150 to mailnews: Remove |weak| parameter from nsIMutableArray methods. rs=bustage-fix
Affected: AppendElement(), InsertElementAt(), ReplaceElementAt().
2017-10-24 00:58:59 +02:00
Boris Zbarsky b15d037854 Bug 1371893 - Stop relying on nsIStringInputStream inheriting from nsIInputStream in comm-central code. r=jorgk,rkent 2017-06-09 23:45:41 -04:00
Gene Smith f51331b54b Bug 1352859 - Avoid behavior change when delete model is "Just mark it as deleted". r=jorgk,mkmelin
In this model no uid expunge will occur so a moved message will show in
mbox with Red X and strike-through instead of disappearing. For other
models, a moved message will disappear and, if UIDPLUS supported, the
moved message will be expunged from the source mbox.
2017-10-08 23:51:44 -04:00
Jorg K d04fa5a7bc Bug 1371893 - Backed out changeset 4ff3727aec0f as experiment to see whether it's related to crash in bug 1408175. a=jorgk 2017-10-14 11:50:53 +02:00
Jorg K 103ae152f6 Bug 1408196 - Port bug 1407838 to C-C: Replace use of NS_Alloc/NS_Free. rs=bustage-fix
--HG--
extra : amend_source : b98236361ecb79fbfa0fdf7b896e9d4a57bba0d8
2017-10-13 01:13:43 +02:00
Philipp Kewisch 3c2e8fdf36 Bug 1366607 - Allow building with m-c as topsrcdir. r=frg,tomprince
MozReview-Commit-ID: DhZnUDM0EyZ

--HG--
extra : rebase_source : 075751e4334e63bb6d0fdf98d3f8c3a2d8bdea9f
extra : amend_source : edd530cd92beb39b8a536569f3cced81d550a887
extra : histedit_source : 19452ce77cbcb1db0c32b796ce904b36dfa3633d
2017-02-26 16:45:39 +01:00
Jorg K 1666d45654 Bug 1403771 - SlicedInputStream now takes ownership of the stream. r=baku 2017-10-06 22:43:47 +02:00
aceman d7b9b35c51 Bug 1404654 - use FOLDER_SUFFIX and SUMMARY_SUFFIX constants where possible, use #define for length. r=jorgk 2017-10-03 14:53:00 +02:00
Gene Smith 7585dfc162 Bug 1404049 - fix that mail.imap.use_literal_plus set to false may have no effect. r=jorgk
This is because it was only used in response to a CAPABILITY imap
request. However, often CAPABILITY response occurs without a request so
TB sees no need to do a request. Fix by moving the usage of
use_literal_plus to where LITERAL+ capability is actually used.

--HG--
extra : rebase_source : 6bc5e4e0f71a118a01e38b27e7e5dcf1b1f182d4
2017-09-28 23:35:21 -04:00
aceman bf248afbed Bug 1404489 - always use uint64_t as offset and int64_t as size for functions containing SlicedInputStream(). r=jorgk 2017-10-01 09:03:00 +02:00
Jorg K 3349392677 Bug 1404003 - Bug 1402750 follow-up: char16_t triggers undesired RFind(). r=aceman 2017-09-30 23:17:20 +02:00