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

5358 Коммитов

Автор SHA1 Сообщение Дата
Jorg K 503cf3611f Bug 1401487 - replace nsIDOMChromeWindow.getAttention(), code by :bz. rs=jorgk
--HG--
extra : rebase_source : b68d164668a8f375a1bc23b025477e997ab5e323
2017-10-03 01:09:18 +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
Thomas Wisniewski 5257b69670 Bug 1402755 - Stop using nsIXMLHttpRequest constructor; use the regular XMLHttpRequest one instead. r=aceman,philipp
--HG--
extra : rebase_source : 544e2ca8b17971816823cc80cf1765ce63a17cff
2017-09-25 17:08:28 -04:00
Jorg K ff61cce65a Bug 1404045 - Follow-up: Protect against Tell() failure. r=baku 2017-10-02 14:49:04 +02:00
Jorg K 5dab837185 Bug 1403771 - temporarily switch off broken tests test_folderCompact.js, test_over4GBMailboxes.js on Windows. rs=bustage-fix 2017-10-02 14:48:04 +02:00
Jorg K 4f34546979 Bug 1404734 - remove remaining use of nsIDOMHTMLImageElement from mailnews. r=aceman 2017-10-02 09:43:25 +02:00
Jorg K 39a0b74973 Bug 1404489 - Bug 1403393 follow-up: Don't pass -1 as length to SlicedInputStream(). r=aceman 2017-10-01 21:22:11 +02: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 b2ca3edcda Bug 1385375 - Fix crash in nsPop3Protocol::InitializeInternal() - take 2. r=rkent 2017-10-01 00:05: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
Jorg K 19d660fbff Bug 1404045 - follow-up 2: Use SlicedInputStream() where offset/length for NS_NewInputStreamPump() are necessary. rs=bustage-fix 2017-09-30 20:41:49 +02:00
aceman 30b277bb07 Bug 1404045 - remove unneeded inclusions of nsIInputStreamPump.h. r=jorgk 2017-09-30 10:39:00 +02:00
aceman f0226e07bc Bug 1396655 - Cleanup folder DB cache eviction logic and the debugging output. r=jorgk,rkent 2017-09-09 08:34:00 +02:00
Jorg K e41b54cb43 Bug 1404045 - follow-up: Use SlicedInputStream() where offset/length for NS_NewInputStreamPump() are necessary. rs=bustage-fix
--HG--
extra : rebase_source : 729b808b6a4a98e7fbfaaead2a7d644a90a711ca
2017-09-30 01:37:17 +02:00
Jorg K edceeff191 Bug 1404045 - port bug 1402888 to C-C: Remove position and length parameter of nsIInputStreamPump.init. rs=bustage-fix 2017-09-28 20:26:25 +02:00
Jorg K 1bb59e9aeb Bug 1403516 - Port bug 1389650 to mailnews: Replace use of nsIDOMHTMLAnchorElement and nsIDOMHTMLLinkElement. r=bz 2017-09-27 23:23:23 +02:00
alta88 7fdb0cbbbc Bug 1385573 - whitespace only changes for nsMsgDBView.cpp. r=jorgk DONTBUILD 2017-09-26 19:10:00 +02:00
Jorg K aaf6bbb804 Bug 1403393 - Port bug 1402888 to mailnews: use SlicedInputStream() since arguments of CreateInputTransport() changed. r=BenB DONTBUILD 2017-09-27 13:23:17 +02:00
Jorg K 9afc0a4910 Bug 1403393: Backed out changeset 8747679c08a4. a=jorgk 2017-09-27 07:58:29 +02:00
alta88 184cc548e6 Bug 519687 - fix whitespace in nsMsgDBView.h. r=jorgk 2017-09-26 17:04:00 +02:00
Jorg K 1607c4cc58 Bug 1403393 - Fork nsIStreamTransportService into mailnews. rs=bustage-fix 2017-09-27 07:23:41 +02:00
alta88 7fe50810e6 Bug 519687 - fix whitespace issues in nsMsgSearchDBView missed before. r=jorgk 2017-09-24 10:19:00 +02:00
Jorg K 0b417ea9a5 Bug 1402750 - Replace Append(NS_LITERAL_STRING("")) with AppendLiteral(u""). r=aceman 2017-09-27 01:02:10 +02:00
Jorg K 3db42050d9 Bug 1399756 - remove trailing spaces in mailnews/news. rs=white-space-only 2017-09-26 02:52:21 +02:00
Jorg K f02e58ef53 Bug 1399756 - white-space clean-up in mailnews/compose/src/nsMsgAppleDouble.h. rs=white-space-only 2017-09-26 00:51:29 +02:00
Jorg K 040b683c21 Bug 1402750 - Use Assign('') and Append('') for single character literals. r=aceman 2017-09-26 00:43:57 +02:00
Jorg K 0a22c34bff Bug 1402750 - Replace [Assign|Append|Insert|Equals](NS_LITERAL_STRING("")) with [Assign|Append|Insert|Equals]Literal(u""). r=aceman 2017-09-26 00:43:54 +02:00
Jorg K 4061934ccb Bug 1402750 - Replace [Assign|Append|Insert|Equals](NS_LITERAL_CSTRING("")) with [Assign|Append|Insert|Equals]Literal(""). r=aceman 2017-09-25 23:39:54 +02:00
Jorg K 3e72f90234 Bug 1402750 - Replace [Assign|Append|Insert|Equals]("") with [Assign|Append|Insert|Equals]Literal(""). r=aceman 2017-09-25 23:39:52 +02:00
Frank-Rainer Grahl c4e9bc94dc Bug 1402671 - Declare and rename debug function in offlineStartup.js. r=jorgk 2017-09-24 20:17:19 +02:00
David Bienvenu 3a4b959a55 Bug 312593 - Allow unicode in passwords. r=neil,standard8,jorgk 2012-07-12 16:52:00 +02:00
alta88 b4465dce9c Bug 1385573 - whitespace only changes for nsMsgThreadedDBView.cpp, nsMsgXFViewThread.cpp, nsMsgXFVirtualFolderDBView.cpp. r=jorgk 2017-09-22 12:57:00 +02:00
alta88 b8f412a8e5 Bug 1354809 - Fix crash in nsMsgGroupView::LoadMessageByViewIndex(), take 2. r=jorgk 2017-09-22 07:04:00 +02:00
Jorg K db579b5b0b Bug 1402193 - remove unused include of nsIUnicodeNormalizer.h from nsMsgCompose.cpp. r=me DONTBUILD 2017-09-22 04:18:58 +02:00
Jorg K 77a57761c1 Backed out changeset d0354f63f052 (bug 1354809) for causing test failure. a=backout 2017-09-22 03:45:41 +02:00
Jorg K 3dd6d72a8a Bug 1399756 - remove trailing spaces in mailnews/compose. rs=white-space-only 2017-09-22 00:02:26 +02:00
Jorg K 3cec18926a Bug 1399756 - remove trailing spaces in mailnews/base. rs=white-space-only 2017-09-21 16:43:22 +02:00
Jorg K 0cf5eda903 Bug 1399627 - Port bug 1388789 to mailnews: Remove use of nsTextFormatter::vssprintf() - take 2. f=tromey rs=bustage-fix 2017-09-21 01:57:51 +02:00
Jorg K ca64b43484 Backed out changeset a6f8c809488f (bug 1399627, temporary fix). a=backout 2017-09-21 01:24:53 +02:00
Jorg K 6299d87e39 Bug 1399627 - temporarily remove calls to nsTextFormatter::vssprintf(). rs=bustage-fix 2017-09-21 01:07:28 +02:00
Jorg K c7a34f7002 Backed out changeset e579f2ee9cac (bug 1399627) for causing bustage. a=backout 2017-09-21 01:04:14 +02:00
Jorg K 4bed7fb430 Bug 1399627 - Port bug 1388789 to mailnews: Remove use of nsTextFormatter::vssprintf(). f=tromey rs=bustage-fix 2017-09-20 23:27:59 +02:00
alta88 76da951edc Bug 1354809 - Fix crash in nsMsgGroupView::LoadMessageByViewIndex(). r=jorgk 2017-09-20 10:34:00 +02:00
alta88 6ce921a47b Bug 1354809 - Fix nsMsgGroupView.cpp formatting, comments, arg alignment (whitespace only changes). r=jorgk 2017-09-20 10:33:00 +02:00
Jorg K 4dd5e2139f Bug 1401026 - Follow-up: update test expectancy with server name. r=me DONTBUILD 2017-09-20 18:37:00 +02:00
Jorg K 6fdb90e194 Bug 1401026 - user real server name instead of account name (pretty name) for IMAP alerts. r=frg 2017-09-20 15:51:20 +02:00
Nicholas Nethercote 8c694dc6df Bug 1401100 - Remove use of nsIMemoryReporterCallback from comm-central. r=jorgk
nsIMemoryReporterCallback is effectively being renamed as
nsIHandleReportCallback.
2017-09-20 14:47:35 +10:00
Jorg K f878bc291e Bug 1401487 - temporarily don't call nsIDOMChromeWindow::GetAttention(). rs=bustage-fix 2017-09-20 15:50:42 +02:00
Boris Zbarsky e616bde4ee Bug 1371893 - Stop relying on nsIStringInputStream inheriting from nsIInputStream in comm-central code. r=jorgk,rkent 2017-06-09 23:45:41 -04:00
Jorg K 8bb99798ce Backed out changeset b46a0d6d2173 from bug 1367252 since ported bug 1364159 was backed out on M-C. a=backout 2017-09-19 11:58:30 +02:00