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

609 Коммитов

Автор SHA1 Сообщение Дата
aceman 2e99d5678a Bug 1510571 - clean up some includes of nsMsgMessageFlags.h and use of Ci.nsMsgMessageFlags. r=jorgk 2019-05-01 19:25:34 +02:00
Magnus Melin 06598f8b07 Bug 1547054 - Remove unnecessary type attributes (i.e. [type="application/javascript"]) on non-test script tags. r=Paenglab,philipp DONTBUILD 2019-04-28 22:14:40 +02:00
aceman 007c73a10f Bug 697522 - add logging of message filter runs and actions. r=mkmelin 2019-04-26 15:10:00 +02:00
Jorg K 38886878a7 Bug 1546364 - Reformat to Google coding style in mailnews/news. rs=reformat
# ignore-this-changeset

--HG--
extra : rebase_source : 449085d423a21cc556da60827994f3c32e8ceb8c
2019-04-26 11:48:27 +02:00
Jorg K 4fdedccc5c Bug 1543943 - Follow-up: Remove needless null checks as suggested by :bz. r=me 2019-04-12 22:32:01 +02:00
Jorg K 094f25fc33 Bug 1543943 - Port bug 1543564, part 3: Remove use of nsPIDOMWindowOuter::GetOuterWindow(). rs=bustage-fix DONTBUILD 2019-04-12 12:26:28 +02:00
Geoff Lankow 844c19f6cd Bug 1541789 - Fix cases where ondialog* attribute returned true or false. r=aceman(non-calendar), rs=bustage-fix,jorgk(calendar)
--HG--
extra : rebase_source : b99bd198f6d803187f5ec7ba56bd180cf6ff2f37
2019-04-05 15:59:06 +13:00
Geoff Lankow ed65da8962 Bug 1541789 - Port bug 1529231: Replace ondialogaccept and ondialogcancel attributes with addEventListener. rs=bustage-fix,jorgk 2019-04-04 18:58:52 +13:00
Ben Campbell 21b7e5f359 Bug 1529792 - make nsNntpMockChannel pass loadInfo on to nsNNTPProtocol to fix crash. r=jorgk 2019-02-25 13:26:18 +13:00
Magnus Melin da337fb3ab Bug 1534948 - ensure html namespace is available in all the thunderbird xul files. r=Paenglab, r=Fallen
Scripts:

grep -rl -L --exclude-dir=.hg --exclude-dir=suite --include="*.xul" --exclude="*.inc.xul" 'xmlns:html="http://www.w3.org/1999/xhtml"' . | xargs sed -i 's#xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"#xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"#g' {} \;

grep -r -L --exclude-dir=.hg --exclude-dir=suite --include="*.xul" --exclude="*.inc.xul" 'xmlns:html="http://www.w3.org/1999/xhtml"' .
2019-03-14 21:53:23 +02:00
aceman ce5fb646bb Bug 1532173 - remove some unused RDF includes. r=jorgk 2019-03-03 13:53:00 +01:00
Jorg K 528705f7f8 Bug 1531307 - Port bug 1525319: Remove context parameter from OnStartRequest/OnStopRequest/OnDataAvailable, tests. rs=bustage-fix 2019-02-28 20:52:16 +01:00
Jorg K 1338c9e403 Bug 1531307 - Port bug 1525319: Remove context parameter from OnStartRequest/OnStopRequest/OnDataAvailable, C++ part. rs=bustage-fix CLOSED TREE DONTBUILD 2019-02-28 15:08:09 +01:00
Jorg K c71813785d Bug 1529763 - Port bug 1529252: s/NewChannelFromURI2/NewChannelFromURI/. rs=bustage-fix 2019-02-22 00:06:55 +01:00
Geoff Lankow fca9678179 Port bug 1528971: Move newChannel2 being the only implementation within nsIProtocolHandler.idl; rs=bustage-fix 2019-02-21 18:58:12 +13:00
Ben Campbell 3fbd91f596 Bug 1528662 - Bug 1452600 follow-up: remove some superfluous nsIChannel QI conversions. r=jorgk 2019-02-19 10:09:13 +01:00
Ben Campbell ext:(%20and%20Jorg%20K%20%3Cjorgk%40jorgk.com%3E) 70671f2b83 Bug 1452600 - Reinstate doContentSecurityCheck() calls and replace NewChannel calls with NewChannel2. r=jorgk 2019-02-16 23:32:18 +13:00
Jorg K 09ecc7859d Bug 1452600 - Port bug 1411609: Pass context/URI on listener's URI holder or use channel URI otherwise. rs=bustage-fix CLOSED TREE 2019-02-14 22:13:56 +01:00
Jorg K ce3030aa32 Bug 1452600 - Port bug 1411609: replace use of nsIChannel::Open/AsyncOpen and rename Open2/AsyncOpen to the former. rs=bustage-fix CLOSED TREE DONTBUILD 2019-02-13 11:55:42 +01:00
Ben Campbell 9bc82e1a0b Bug 453908 - Replace direct rdf-service calls in C++ with folder-lookup-service calls. r=aceman DONTBUILD 2019-01-22 17:54:28 +13:00
Jorg K faf3ae81c7 Port bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks). rs=bustage-fix 2019-01-31 15:29:21 +01:00
Magnus Melin 06179f8d01 Bug 1520643 - Port bug 1514594: correct previous changesets by changing 'const' to 'var', various misc. fixes. rs=bustage-fix,jorgk 2019-01-29 22:21:26 +01:00
Geoff Lankow ed26cc6a11 Bug 1520643 - Port bug 1514594: Change import call sites using kmag's script. rs=bustage-fix,jorgk 2019-01-29 11:25:29 +01:00
Geoff Lankow d1a0c81564 Bug 1521706 - When a listener is passed to nsIMsgFolder.deleteMessages, notify it on completion; r=mkmelin 2019-01-24 17:53:30 +13:00
Jorg K 9c44c7e7b0 Backed out 3 changesets (bug 1521706) for test failures. a=backout
Backed out changeset 8283e69c9dfa (bug 1521706)
Backed out changeset e8392f4d3862 (bug 1521706)
Backed out changeset 424dfd930d60 (bug 1521706)
2019-01-24 09:04:14 +01:00
Geoff Lankow ed4f9d1c0b Bug 1521706 - When a listener is passed to nsIMsgFolder.deleteMessages, notify it on completion; r=mkmelin 2019-01-24 17:53:30 +13:00
Jorg K 9913cef015 Bug 1518823 - Port bug 1482389: Replace nsITreeBoxObject with XULTreeElement. rs=bustage-fix 2019-01-15 10:42:51 +01:00
Jorg K a900d79547 Bug 1517360 - Port bug 1517057, Part 1: Remove use of URI_FORBIDS_COOKIE_ACCESS. r=darktrojan DONTBUILD 2019-01-03 01:09:13 +01:00
Geoff Lankow 8afdee6a69 Bug 1515877 - Turn on ESLint in mailnews/news; r=aceman 2018-12-24 23:52:29 +13:00
Jorg K d28eed1aef Bug 1516075 - Port bug 1497995: Changed arguments of nsDocShellLoadState CTOR. rs=bustage-fix 2018-12-22 10:13:39 +01:00
aceman 20e22daf68 Bug 1508415 - Convert some remaining cases where MailServices.jsm and Services.jsm can be used in Thunderbird JS files. r=mkmelin 2018-12-01 06:05:00 +01:00
Alfred Peters 464f456f29 Bug 390721 - When parsing headers to cancel an article, also use folded lines. r=jorgk 2018-12-02 08:59:00 +01:00
Richard Marti 88bdf0ff16 Bug 1509377 - Port bug 1508142: Remove remains of tree cell-based selection code. r=jorgk 2018-11-22 20:33:34 +01:00
Jorg K 85a6bad5d4 Bug 1503735 - Port bug 1490257: Add system principal to loadURI() calls, C++ part. rs=bustage-fix 2018-11-01 09:42:39 +01:00
aceman 80bcfaadff Bug 1503438 - replace some findSubFolder() uses by getChildNamed() in NNTP and tests. r=jorgk 2018-10-30 17:43:00 +01:00
Jorg K 824839c709 Bug 1500347 - Port Bug 1492648: nsIDocShell.loadURI() takes a nsDocShellLoadState parameter now. rs=bustage-fix 2018-10-19 10:32:36 +02:00
Jorg K c9830aef67 Bug 1500347 - Backed out changeset fb0fff3cd0f7 since ported bug 1492648 was backed out. a=backout 2018-10-19 15:22:10 +02:00
Jorg K e4df460a6e Bug 1333038 - Use 'modern' pointers to fix crash due to nsMsgLineStreamBuffer object being deleted while still in use. r=mkmelin DONTBUILD
Suspected "use after free" in nsMsgLineStreamBuffer::ReadNextLine() leading to crash since
object may be destroyed while still in use on another thread.
2018-10-29 09:28:55 +01:00
Jorg K 7502ac54f6 Bug 1500347 - Port Bug 1492648: nsIDocShell.loadURI() takes a nsDocShellLoadState parameter now. rs=bustage-fix 2018-10-19 10:32:36 +02:00
Jorg K 1f30922b2f Bug 1500347 - Backed out changeset 3a91ffa3617c since ported bug 1492648 was backed out. a=backout 2018-10-19 15:22:10 +02:00
Jorg K 4a14a9e0aa Bug 1500347 - Port Bug 1492648: nsIDocShell.loadURI() takes a nsDocShellLoadState parameter now. rs=bustage-fix 2018-10-19 10:32:36 +02:00
Neil Rashbrook e50fb015b0 Bug 1492889 - Allow extensions to reactivate accounts without restart. r=aceman,jorgk 2018-10-15 21:58:29 +01:00
Neil Rashbrook a312b7720d Bug 1497513 - make some filter methods scriptable, replace string with ACString for 'headers' parameter. r=jorgk 2018-10-12 10:01:00 +02:00
Ben Campbell ace6a24948 Bug 1317117 - call msgStore folder deletion during imap/news empty trash. r=jorgk
Also factors out some common code into nsMSgDBFolder::Delete(), and
makes a couple of incidental changes to try and clarify the
responsibilies of nsIMsgPluggableStore::DeleteFolder().
2018-09-14 12:03:52 +12:00
aceman b0c7f281ad Bug 1496518 - remove some unneeded includes in mailnews/. r=jorgk 2018-10-05 11:29:00 +02:00
Jorg K 59aaab00c9 Bug 1496598 - Port bug 1493226: fix 'don't use do_QueryInterface for compile-time-determinable casts' errors. rs=bustage-fix 2018-10-05 14:22:33 +02:00
Jorg K 368ffb9fd1 Backed out changeset 2a51324477b1 (bug 1492889) for two test failures in MozMill folder-pane on Windows. a=backout 2018-10-02 22:29:43 +02:00
Neil Rashbrook b251f269a7 Bug 1492889 - Implement nsIMsgAccountManager.ReactivateAccounts(). r=aceman,jorgk 2018-09-20 09:11:00 +02:00
aceman 6f7dc7e930 Bug 1495101 - remove interface nsISubscribeDataSource and related RDF code. r=jorgk 2018-09-28 17:22:00 +02:00
Magnus Melin b713124749 Bug 1492472 - add error checking to avoid crash in nsNNTPProtocol::LoadUrlInternal. r=jorgk 2018-09-28 14:26:16 +03:00
Jorg K 9ff7d2de57 Bug 1494574 - Port bug 1494524 - Replace SelectionChanged() with SelectionChangedXPCOM() in mailnews/. r=bz 2018-09-27 23:44:42 +02:00
Neil Rashbrook 819dd0a75e Bug 1493662 - Bug 1475387 follow-up: Remove use of nsDocShellLoadInfo and make nsIMsgMailNewsUrl.loadURI scriptable again. r=jorgk
--HG--
extra : rebase_source : d822d8fd10427994c03fdb8d2e31d9152e6e95bb
2018-09-24 06:25:00 +02:00
Ben Campbell c9086a6b4a Bug 1487082 - fix 'Unused "kungFuDeathGrip"' errors. r=jorgk DONTBUILD
Some dead-code removal and some tactical mozilla::Unused usage
2018-09-04 11:31:52 +12:00
Alfred Peters 9d64fa41a0 Bug 1476788 - Reliably remove the "Re:" from an otherwise empty subject. r=jorgk DONTBUILD
--HG--
extra : amend_source : 2c48bfae2905e97fc7fd4fc621819db8623f8b15
2018-09-16 09:14:00 +02:00
Jorg K 85618ab654 Bug 1489566 - Follow-up: Convert 1st argument of DisplayURIInMessagePane() to nsAString. r=mkmelin 2018-09-07 20:53:24 +02:00
Magnus Melin ab0c6bcd09 Bug 1456405 - Remove mimeTypes.rdf from C-C (follow-up to bug 1446313). r=aceman 2018-08-31 13:14:37 +03:00
Geoff Lankow 3e7829922b Bug 1487572 - Rename mailServices.js to MailServices.jsm. r=mkmelin
--HG--
rename : mailnews/base/util/mailServices.js => mailnews/base/util/MailServices.jsm
extra : rebase_source : 7ecd648075015c893ae9c8e4860541744261557c
2018-08-31 12:43:20 +12:00
Nicholas Nethercote 3c87e597f6 Bug 1486690 - Update Thunderbird for function renamings. r=jorgk DONTBUILD
Specifically:
- NS_strdup --> NS_xstrdup
- NS_strndup --> NS_xstrndup
- nsMemory::Clone --> moz_xmemdup

--HG--
extra : rebase_source : 7cba22879a2eec7ce4df01ab333f322e12cac8fd
2018-08-29 14:32:01 +10:00
aceman 375191ff5d Bug 1485820 - Port bug 1484496 to C-C: Changes to use of nsISimpleEnumerator. rs=jorgk,bustage-fix CLOSED TREE 2018-08-23 19:01:00 +02:00
Philipp Kewisch 1315f80115 Bug 1176399 - Multiple requests for master password when GMail OAuth2 is enabled. r=mkmelin 2016-11-24 02:07:21 +01:00
Jorg K e281b70745 Bug 1478441 - Replace nsIURIWithPrincipal with nsIURIWithSpecialOrigin. r=baku 2018-08-02 00:14:48 +02:00
Jorg K e05825a55b Bug 1477377 - Follow-up: Fix clang-cl compile errors on Windows x86. rs=bustage-fix
--HG--
extra : rebase_source : 438025a37d6ab6ce00c30b59898fae20bbb8a4b1
2018-07-23 22:55:01 +02:00
Jorg K 1f97b1b157 Bug 1477377 - Port bug 1476928: Remove CloneIgnoringRef() and CloneWithNewRef() methods. rs=bustage-fix 2018-07-23 19:45:32 +02:00
Jorg K 7578c068d9 Bug 1475387 - Port bug 1472087: Replace use of nsIDocShellLoadInfo. rs=bustage-fix 2018-07-13 01:09:00 +02:00
Jorg K 5bfa692704 Bug 1473364 - fix misspelling of threshold without changing pref names for purge. r=aceman 2018-07-05 22:11:48 +02:00
Jorg K 62452d9320 Bug 1470374 - Port bug 1469769: Replace NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE in C-C. r=aceman,cpeterson 2018-06-22 22:06:38 +02:00
Alfred Peters e379e1625e Bug 547423 - Add Content-Type and Mime-Version header to the NNTP CancelMessage. r=jorgk 2018-05-05 09:02:00 +02:00
Joshua Cranmer ext:(%2C%20aceman%20%3Cacelists%40atlas.sk%3E%20and%20Jorg%20K%20%3Cjorgk%40jorgk.com%3E) 2afcaa9a08 Bug 1466705 - Restore IMAP and NNTP subscribe to use a C++ nsITreeView. r=jorgk,aceman 2011-03-24 12:24:48 -04:00
Jorg K 2687acd85c Bug 1466705 - Backed out changeset ec2cc16327fe which was pushed accidentally. a=backout DONTBUILD 2018-06-15 19:50:15 +02:00
Joshua Cranmer ext:(%2C%20aceman%20%3Cacelists%40atlas.sk%3E%20and%20Jorg%20K%20%3Cjorgk%40jorgk.com%3E) cdd61ba02f Bug 1466705 - Restore IMAP and NNTP subscribe to use a C++ nsITreeView. r=jorgk,aceman 2011-03-24 12:24:48 -04:00
Jorg K 0295172532 Bug 1466782 - Port bug 1466673: replace use of nsITreeColumn. r=bz 2018-06-06 22:33:30 +02:00
Jorg K 1da195baf0 Bug 1466782 - Port bug 1466673: replace use of nsITreeColumns. r=bz 2018-06-05 21:52:11 +02:00
Jorg K f5afe646b1 Bug 1466343 - fix NS_MsgStripRE(). r=mkmelin 2018-06-03 23:29:12 +02:00
Jorg K 66b8b8e8f9 Bug 1463266 - replace tabs with spaces in mailnews/extensions+mapi+mime+news. rs=white-space-only 2018-05-27 00:38:00 +02:00
Jorg K 1918e4cd7b Bug 1457713 - Port bug 1456035: Change XPCOMUtils.generateQI to ChromeUtils.generateQI in mailnews. r=aceman 2018-05-21 00:59:53 +02:00
Jorg K c07a05b54c Bug 1459470 - Replace NS_PRECONDITION with NS_ASSERTION after removal in bug 1457813. r=aceman 2018-05-07 00:43:51 +02:00
Jorg K 6ddcb878f0 Bug 1457441 - Follow-up. r=bz 2018-04-30 23:58:45 +02:00
aceman 161283365c Bug 1457713 - rewrite QueryInterface JS implementations the same way as M-C bug 1456035 does - chat/ mail/ mailnews/. r=jorgk
--HG--
extra : rebase_source : 4cd70acabbdf021c007619b9f90038b11325e248
2018-04-29 00:49:00 +02:00
Jorg K aad8ed4ff1 Port bug 1448476 to mailnews (IMAP, NNTP). rs=bustage-fix 2018-04-28 00:50:38 +02:00
Jorg K 9347621a51 Bug 1457441 - Port bug 1455674: replace use of nsIDOMElement (C++ part). rs=bustage-fix 2018-04-27 19:36:47 +02:00
Jorg K 492b02cf57 Bug 1455536 - Port bug 1453881: add_task() doesn't accept generators any more (mailnews part). rs=bustage-fix CLOSED TREE
--HG--
extra : amend_source : 132ef93fd78450ed9248ec6d39c95a422e303ad6
2018-04-20 06:01:00 +02:00
Jorg K 0986ab6baf Bug 1455223 - Port bug 1444991 part 5: adjust parameters of nsITreeView.canDrop() and nsITreeView.drop(). rs=bustage-fix DONTBUILD 2018-04-19 09:27:20 +02:00
aceman 532fcb5807 Bug 1447498 - remove some unneeded includes in mailnews/news. r=jorgk 2018-03-20 23:40:00 +01:00
Jorg K 40c49e90f9 Bug 1399756 - fix typos in mailnews/ using codespell. rs=comment-only,typo-fix
[skip-blame]
2018-03-20 11:54:29 +01:00
Jorg K 5cdc852810 Bug 1445591 - Port Bug 1444686: Replace nsIDOMDataTransfer with nsISupports. rs=bustage-fix 2018-03-14 12:05:39 +01:00
Jorg K 28cb530baa Bug 1445396 - Follow-up: reinstate include of nsIDOMElement.h where needed. r=aceman 2018-03-13 23:23:39 +01:00
Jorg K 813dfada7c Bug 1445396 - remove unneeded includes of nsIDOMText.h, nsIDOMElement.h and nsIDOMNodeList.h. r=aceman
--HG--
extra : rebase_source : f648b15e8d0e85818fd41af8824e4a092f1ba2c9
2018-03-13 22:36:12 +01:00
Jorg K 878fcc2aad Bug 1440693 - avoid cloning the entire URL in some cases in NNTP. r=aceman 2018-03-06 00:40:03 +01:00
Jorg K 5e601bcd62 Bug 1440693 - Port 1434163 to C-C: nsIURI attributes are read-only now. r=aceman 2018-03-04 12:12:07 +01:00
Florian Quèze 6289b61981 Bug 1436605 - script generated patch to replace the Components.interface/Components.utils uses with Ci/Cu in C-C (without calendar). r=philipp 2018-02-28 18:33:34 +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
Jorg K 05f3506603 Bug 1433193 - Follow-up: misc. code improvements. r=bz 2018-01-30 20:45:30 +01:00
Jorg K 28148c401f Bug 1433193 - Port bug 1432944 to mailnews: replace use of nsIDOMElement::{Get|Set}Attribute(). rs=bustage-fix
--HG--
extra : rebase_source : fc5c0913cd1d881db1669a2661ae7c112a91b044
2018-01-30 12:53:52 +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
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
Jorg K 735b4c6e73 Bug 1430374 - comm-central: remove GetProgressMode() methods. rs=bustage-fix 2018-01-18 23:54:45 +01:00
aceman f52b37217c Bug 1425962 - Convert subscribe.xul dialog from XUL templates to a manually populated tree list. rs=bustage-fix
--HG--
rename : mail/base/content/subscribe.js => mailnews/base/content/subscribe.js
rename : mail/base/content/subscribe.xul => mailnews/base/content/subscribe.xul
2018-01-18 22:53:39 +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
Jorg K 9941f502e5 Bug 1424552 - port bug 1423798 to mailnews: Add include of nsMemory.h where needed. rs=bustage-fix
--HG--
extra : amend_source : 8012e0c4241a9bd749079c07e44b7b12b03ffab5
2017-12-09 23:35:25 +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 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
Florian Quèze 26250d7902 Bug 1356569 - Remove some more newURI null trailing parameters, rs=Fallen. 2017-11-19 10:54:56 +01:00
Jorg K ac0763d938 Bug 1410973 - make nsMsgI18NFileSystemCharset() return an nsCString and related clean-up. r=erahm
--HG--
extra : rebase_source : a89db2ce8c00ed58685c80b3c2d0b27734c116bc
2017-11-13 23:48:53 +01:00
Jorg K bac1f3301a Bug 1415154 - Follow-up: minor tweaks (order of includes, etc.). r=aceman DONTBUILD 2017-11-07 16:22: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
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
Jorg K 1666d45654 Bug 1403771 - SlicedInputStream now takes ownership of the stream. r=baku 2017-10-06 22:43:47 +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 3db42050d9 Bug 1399756 - remove trailing spaces in mailnews/news. rs=white-space-only 2017-09-26 02:52:21 +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
Jorg K 409c949fcc Bug 1340972 - Part 16: replace xxx.swap(*yyy) with xxx.forget(yyy) in mailnews. r=aceman 2017-09-15 20:30:56 +02:00
Jorg K bf05ce9208 Bug 1340972 - Part 8: Replace error-prone Addref()/Release() with using RefPtr in mailnews/news. r=aceman 2017-09-13 09:16:25 +02:00
Jorg K eaa16b4207 Bug 1340972 - Part 7: Fix use of NS_ADDREF() and NS_IF_ADDREF() in mailnews/news. r=aceman 2017-09-13 09:14:36 +02:00
Jorg K 173e93f24c Bug 1393219 - remove define for CaseInsensitiveCompare. r=mkmelin 2017-09-10 10:10:45 +02:00
Jorg K ec437fdc42 Bug 1394772 - Bug 1334834: Restored accidentally removed line, restores newgroup sort. r=me DONTBUILD 2017-08-29 13:52:41 +02:00
Jorg K b03bcb5a33 Bug 1334834 - remove use of nsIAtom from mailnews/nsIFolder*.idl, JS part. r=aceman 2017-08-27 13:57:53 +02:00
Jorg K f2ba0343d4 Bug 1334834 - remove use of nsIAtom from mailnews/nsIFolder*.idl. r=aceman 2017-08-26 12:18:00 +02:00
Nicholas Nethercote c32823a921 Bug 1393692 (part 1) - Convert nsIAtom arguments to strings before checking their value. r=jorgk
A number of OnItem*() methods have nsIAtom parameters. Some of these methods
convert those nsIAtoms to strings and then check their value against another
string. Others check their value against an atom obtained from nsIAtomService.

This patch changes the latter methods to be like the former methods, thus
removing numerous uses of nsIAtomService.
2017-08-25 16:35:44 +10:00
Nicholas Nethercote d4b9b664a0 Bug 1386600 - Update nsIStringBundle method uses to account for them returning |AString| instead of |wstring|. r=jorgk. 2017-08-04 10:32:30 +10:00
Edmund Wong 6b13bb1bb9 Bug 1386916 - Port 1326520 to mailnews: Rename GetPath/SetPath to GetPathQueryRef/SetpathQueryRef. r=jorgk 2017-08-02 21:39:00 +02:00
Jorg K b998a1974e Backed out changeset c553f7084ca9 (bug 1176399) for causing Gmail problems. a=jorgk 2017-07-29 10:32:34 +02:00
Nicholas Nethercote 98dded7243 Bug 1380906 - Update Thunderbird for nsIStringBundle changes in bug 1380227. r=jorgk
--HG--
extra : amend_source : 3fa24515b678039ed5f9292f8fad2b4fada4cd4a
2017-07-14 12:55:40 +10:00
Richard Marti 64a0ecbb73 Bug 1378086 - Port Bug 1377222 to mailnews [Replace InitWithFuncCallback with InitWithNamedFuncCallback]. r=jorgk
--HG--
extra : amend_source : 99b1ca94964e6e34c59d232f6ab9e2b7bdc02219
2017-07-04 11:42:26 +02:00
Jim Porter f5abac4a7c Bug 492329 - Polish the error message for an expired newsgroup article. r=Neil,jorgk 2017-06-24 22:24:56 +02:00
Jorg K ccbd7f65b4 Bug 1363281 - Port bug 1261841 |Replace uconv with encoding_rs| to mailnews. rs=mkmelin, f=hsivonen 2017-06-14 08:01:14 +02:00
Jorg K fa6157b228 Bug 1364723 - Bug 968342 and bug 1361020 follow-up: Only check mailbox/imap/JsAccount messages for 'cross-loading'. r=rkent 2017-06-06 17:22:00 +02:00
Jorg K 3c87a58bf9 Bug 1368738 - Use GetSpecIgnoringRef() in GetPrincipalSpec() in all protocols. r=aceman 2017-05-30 23:44:33 +02:00
Kushal Singh 1dbe824293 Bug 1351453 - Part 1: Do not use deprecated prettiestName attribute of nsIMsgFolder. r=aceman 2017-05-28 18:06:35 +05:30
Jorg K a2624fd29c Bug 1347598 - add nsIURIWithPrincipal as base class to nsIMsgMailNewsUrl. r=rkent 2017-04-24 19:20:59 +02:00
Jorg K dc624da9ed Bug 1358444 - port bug 1356843 to mailnews: Fix clang's -Wcomma warnings (more). r=aceman 2017-04-22 00:46:37 +02:00
Edmund Wong f4e630df12 Bug 1358341 - Port bug 1354349 to mailnews: Add GetIsDocument() to IMAP, NNTP, MsgProtocol. r=jorgk
--HG--
extra : rebase_source : 512409649598834b89f02356d6af6c409c0696a5
2017-04-21 13:55:53 +08:00
Philipp Kewisch 3b4da995e2 Bug 1176399 - Multiple requests for master password when GMail OAuth2 is enabled. r=mkmelin
MozReview-Commit-ID: KP0v3zGhTT7

--HG--
extra : amend_source : 9ddad951f899b027087fecfefa5bc99348b04e48
2016-11-24 02:07:21 +01:00
Sylvestre Ledru e347d1489c Bug 1353634 - Fix the -Wmisleading-indentation warnings r=jorgk 2017-04-05 22:33:24 -07:00
Eric Rahm 265234c154 Bug 1222244 - Replace PRLogModuleInfo usage with LazyLogModule. r=jorgk CLOSED TREE
--HG--
extra : amend_source : 34dc7b55ee1c680778513255dd746771f1b534ce
2017-04-04 16:33:38 -07:00
Dean Zhu d55bb9bcc4 Bug 739467 - Remove db batching. r=aceman 2017-03-26 14:12:00 +02:00
Jorg K d9662fd0f8 Bug 1344538 - follow-up: Fix failed compile on Linux/Mac. rs=bustage-fix 2017-03-12 13:30:50 +01:00
Jorg K b8643084f3 Bug 1344538 - Bug 791645 follow-up: Fix error handling in OnProxyAvailable() for all protocols. r=rkent 2017-03-12 12:21:40 +01:00
Jorg K 37ddebd7e0 Bug 1346338 - Bug 1337865 follow-up: use refcounting to fix crash. r=aceman a=jorgk DONTBUILD 2017-03-10 21:55:46 +01:00
Jorg K b545f7145d Bug 1332717 - include nsString.h instead of nsStringGlue.h. r=mkmelin 2017-03-01 23:43:34 +01:00
Jorg K 9f1371ea5e Bug 1337865 - White-space clean-up in nsNntpIncomingServer.cpp. rs=white-space only 2017-02-26 16:05:38 +01:00
Jorg K 869986f83a Bug 1337865 - fix some leaking objects in mailnews/news. r=aceman 2017-02-26 16:05:38 +01:00