Rename DisplayMessage to loadMessage + remove unused outUrl. This is a more appropriate name as it's strictly not just about displaying, but used for e.g. copying too.
OutUrl *was* passed around to CopyMessage.
Rename CopyMessage to copyMessage and remove unused outUrl.
Differential Revision: https://phabricator.services.mozilla.com/D176129
--HG--
extra : rebase_source : 719233163affeeacc1d4094ce24328a7058fb534
This avoids the creation of unnecessary nsIMessenger objects just to do some basic logic.
Differential Revision: https://phabricator.services.mozilla.com/D161652
--HG--
extra : rebase_source : 87f85b9a4f0a6a8c8f7e8344b518c4e29e3f7f21
extra : amend_source : 087047c544c32dc9061566c9d9f295fd5102b4c1
Update nsIDBFolderInfo.knownArtsSet based on XOVER range, doesn't matter if artciles in the range don't exist on the server.
Differential Revision: https://phabricator.services.mozilla.com/D158898
Without a consumer, outputStream.write will fail after buffer become full.
Add a test to fetch a large message.
Differential Revision: https://phabricator.services.mozilla.com/D155046
--HG--
extra : amend_source : e2cd90e126ca31fbc67341726334ebdadbc200c9
Remove nsNntpService/nsNNTPProtocol/nsNntpIncomingServer, so that nntp-js is the only NNTP implementation.
Differential Revision: https://phabricator.services.mozilla.com/D152944
--HG--
extra : amend_source : dccc701ea2c24d3539edfefce5d5c95e1e261805
Changed prettier printWidth to 100 to put Services.jsm on one line, prettified and then
grep -rEl "/Services.jsm" --exclude-dir=.hg --exclude-dir=suite --include="*.js" --include="*.jsm" --exclude=".*" . | xargs xargs sed -i -e '/\/Services.jsm/d'
Differential Revision: https://phabricator.services.mozilla.com/D151575
--HG--
extra : rebase_source : 43da2706d3b30f5062511cedd527e9fb65631f02
extra : amend_source : 863bfd4ad3930f4fe4ed0b3dba6061370118f9a5
Do not log authinfo in NntpClient.
Depends on D128454.
Differential Revision: https://phabricator.services.mozilla.com/D128462
--HG--
extra : amend_source : 4c72fd223604fdfd1db0ce2655fc026168ed48ac
Breaks up OnItemAdded() and OnItemRemoved() into folder and message-specific
versions. Also tidies up naming of the callback functions in the .idl while
we're here e.g. OnItemEvent() becomes onFolderEvent().
Differential Revision: https://phabricator.services.mozilla.com/D126593
--HG--
extra : rebase_source : 09c95d139bc512626e7974b95b94fa91cead0ef6
Use XHDR to fetch headers needed by filters but not returned in XOVER response.
Differential Revision: https://phabricator.services.mozilla.com/D126880
--HG--
extra : amend_source : ee10ed02bde44122cb7ca3e113134df40b0d05f6
Breaks up OnItemAdded() and OnItemRemoved() into folder and message-specific
versions. Also tidies up naming of the callback functions in the .idl while
we're here e.g. OnItemEvent() becomes onFolderEvent().
Differential Revision: https://phabricator.services.mozilla.com/D126593
--HG--
extra : amend_source : 7e86abd0191c081cbce48965b6d064f146fc7f88
Support offline storage for news messages.
Depends on D125801.
Differential Revision: https://phabricator.services.mozilla.com/D125802
--HG--
extra : amend_source : 4af67bf83b38adb60474c80a6fb0227dfc41dfec
Support offline storage for news messages.
Depends on D125801.
Differential Revision: https://phabricator.services.mozilla.com/D125802
--HG--
extra : amend_source : c68d48fb36b91b950b99f9233b83f09b82c9a098
extra : histedit_source : 5b8a266b5c659f9b821fb421255509c23f043a7a
Implement getter/setter for realHostName/realUsername in MsgIncomingServer.jsm.
Differential Revision: https://phabricator.services.mozilla.com/D125020
--HG--
extra : amend_source : e2ba168de28c1e419112cc1dbc27764cdca628e6
A return value is more convenient for calling in javascript.
Also renamed interface definition from GetUrlForUri to getUrlForUri to conform to javascript naming conventions.
Differential Revision: https://phabricator.services.mozilla.com/D106271
--HG--
extra : amend_source : 7ff0c6889942d16dff1e87c25c1d04b195373f64