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

609 Коммитов

Автор SHA1 Сообщение Дата
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
Jorg K 602363e3bd Bug 1337865 - Force release of subserver's listener. r=aceman 2017-02-26 16:05:38 +01:00
aceman d6462b56bd Bug 1340845 - convert nsIArray.QueryElementAt() to do_QueryElementAt() in mailnews. r=rkent 2017-02-18 19:04:00 +01:00
Jesper Staun Hansen ccd6742874 Bug 791645 - Use nsIProtocolProxyService::AsyncResolve() for POP, SMTP, SMTP. r=jcranmer,jorgk 2015-07-24 07:04:00 +02:00
Mark Banner 56b0b6c034 Bug 503662 - Stop using tail_ files in xpcshell: use do_register_cleanup() instead. r=aceman 2017-01-14 09:34:35 +00:00
Richard Marti c861fca97e Port bug 1328653 to mailnews [change NeckoOriginAttributes to OriginAttributes]. r=jorgk 2017-01-13 09:09:39 +01:00
Nicholas Nethercote 523c999da0 Bug 1329859 - Port bug 1329857 to mailnews: Remove NS_METHOD uses. r=jorgk
Bug 1329857 is going to remove NS_METHOD. The handful of uses in mailnews/ can
be replaced easily.
2017-01-10 14:09:50 +11:00
Florian Quèze e060e71b1e Bug 1329958 - remove trailing newURI null parameters in comm-central. r=philipp,aleth 2017-01-10 14:16:22 +01:00
Jorg K 239210ac8a Bug 1328847 - Part 1: Change SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL where system principal is used. rs=bustage-fix CLOSED TREE DONTBUILD 2017-01-05 17:04:29 +01:00
Jorg K 737bcf1511 Bug 1323377 - Fix charset handling in nsMsgCompose::CreateMessage. Use MIME-supplied charset for replies. r=mkmelin 2016-12-27 19:00:00 +01:00
Jorg K af0f4f1ad5 Bug 1323406 - Port Bug 1323042 to mailnews: Remove calls to MOZ_COUNT_CTOR/DTOR from classes derived from nsISupports. rs=bustage-fix CLOSED TREE 2016-12-14 14:30:00 +01:00
aceman 5ea3c367a0 Bug 1288113 - show which account failed to login due to password failure. r=mkmelin,Ratty a=Ratty 2016-12-12 11:33:00 +01:00
Jorg K 45a3b5ed52 Bug 1312314 - Remove m_originalUrl from NNTP and use m_url instead. r=alta88, rs=rkent a=jorgk CLOSED TREE DONTBUILD 2016-10-28 20:22:18 +02:00
R Kent James f61fa6ccb3 Bug 1311914, make nsMsgDBFolder count methods accessible via XPCOM for JsAccount, r=jorgk 2016-10-21 00:18:55 -07:00
Jorg K 7c5dbe7bc7 Bug 1301706 - Follow up: Missing cases and skip case where URL is optional. r=mkmelin 2016-09-11 21:35:42 +02:00
Jorg K fc2995bab0 Bug 1301706 - Check return value of nsIURI::GetSpec. r=mkmelin 2016-09-10 19:07:02 +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 1949f5e2f5 Bug 1297133 - Bustage fix: Don't ignore return values. r=rkent a=jorgk CLOSED TREE 2016-08-23 06:06:46 +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 029ede1d80 Bug 1278968 - suppress warnings about params is null in nsAb*AutoComplete*.js. r=mkmelin 2016-07-11 19:53:01 +02:00
R Kent James 5bc4f490f4 Bug 430716 part 4, add MsgFolder to JsAccount, r=aceman 2016-06-22 11:30:53 -07:00
ISHIKAWA, Chiaki eae9448044 Bug 1278954 - set (-1) to |port| and print warning if it is not properly initialized. r=rkent 2016-06-13 20:26:34 +02:00
Philip Chee afd61a00bb Bug 1243760 - Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer in C-C due to bug 1241764. r=mkmelin CLOSED TREE
--HG--
extra : amend_source : 3ca5e2901646da01df3baf403a6e89c662ee261d
2016-02-04 11:39:46 +01: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
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
Tooru Fujisawa 500324bec7 Bug 824104 - Part 3: Remove for-each from mailnews/. r=jcranmer 2015-12-05 14:27:43 +09:00
aleth b0d3dd768e Bug 1224840 - Fix remaining "Assertion failure: IsOuterWindow()". r=mkmelin 2015-11-17 18:45:30 +01:00
Neil Rashbrook d681dba07a Bug 1218875 Deal with fallout from bug 1216401 rs=jcranmer CLOSED TREE 2015-10-27 17:09:16 +00: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
Stefan Sitter a1d8092352 Bug 1209639 - Fix warning C4146: unary minus operator applied to unsigned type, result still unsigned. r=rkent a=aleth,neil SM CLOSED TREE
--HG--
extra : amend_source : e7b83a8c2a105df9022ede232139d1a9583d0e58
2015-09-29 19:33:38 +02: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
Magnus Melin 8931834ea8 Bug 114607 - set minimum number allowd to 1 in "donwload max number of headers' dialog. r=aceman
Newsgroups: Dialog for 'download max number of headers' will not appear for following subscribed NG if once set to "0"
2015-09-21 22:42:17 +03: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
Philipp Kewisch 656a312378 Fix bug 1165737 - Fix usage of NS_LITERAL_CSTRING in mailnews, port Bug 1155963 to comm-central. r=rkent 2015-05-18 00:05:47 +02: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 926087bdc7 Bug 1155953 - Structurally dead code r=jcranmer 2015-04-19 10:03:50 +02: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
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
Mark Banner 2e1b0c3f1b No Bug. Bump uuids that weren't bumped when the interfaces were changed to fix binary compatibility issues. rs=fix-issues-that-should-have-been-fixed-before-landing. CLOSED TREE 2015-02-23 19:39:03 +00: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
Sebastian Hengst e06118b5fe Bug 1129605 - Always call Map/Set/WeakMap constructors with 'new': mail and mailnews. r=mkmelin 2015-02-16 10:50:27 +01:00
aceman 5ff96c9397 Bug 894012 - convert folder property 'expungedBytes' to int64. r=rkent, r=Neil 2015-01-30 21:44:26 +01: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
Joshua Cranmer ccbfc8e158 Bug 1060696: Stop using nsISupportsObsolete in comm-central, r=rkent 2015-01-15 18:41:23 -06: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
Hiroyuki Ikezoe 14b3339347 Bug 1111304 - Attach LoadInfo inside each individual ProtocolHandler, r=jcranmer, a=rkent 2014-12-19 09:22:50 -08: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 778a1f7971 Bug 944526 - Include account name in status bar messages when sending/receiving/getting/downloading/fetching new News messages. r=Neil,ui-review=bwinton 2014-09-04 08:43:58 +01:00
Joshua Cranmer 9ea2ecc7df Bug 1060715 Fix test failures in test_biff by swapping the fakeserver code to use a map. r=Standard8 CLOSED TREE 2014-08-30 09:36:20 +01:00
Mark Banner a82b749d7b Fix build bustage from bug 1057224 landing in m-c - specify correct class name to MOZ_COUNT_DTOR. rs=bustage-fix for CLOSED TREE 2014-08-26 11:01:26 +01:00
Mark Banner fd0440a651 Bug 1057847 - Fix some more xpcshell-test failures due to warnings in the system logs. r=jcranmer. Part bustage fix for CLOSED TREE 2014-08-26 08:52:43 +01:00
Ian Neal ed76105a4f Bug 1044460 - Port relevant changes from Bug 1043344 for moving libraries and programs build to the compile tier r=standard8 for a CLOSED TREE 2014-07-31 15:15:22 +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
Joshua Cranmer 75563f1424 Bug 1018624, part 3: Kill the NNTP legacy credentials migrator, r=Neil. 2014-06-06 10:14:44 -05: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
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
Mark Banner 79d843a4a0 Bustage fix for bug 1004098 (m-c), cast the length field to make it non-ambiguous. rs=bustage fix for CLOSED TREE 2014-05-12 19:47:15 +01:00
Joshua Cranmer ea7743162f Bug 1008444 - Fix nsTArray usage in mailnews after bug 1004098 landed, r=Neil a=partial bustage fix on a CLOSED TREE. 2014-05-09 18:39:08 -05:00
Magnus Melin ab3cf679e7 Bug 1003856 - Selecting address from recipient autocomplete broken for all scenarios except {Name beginsWith} topmost match (selecting from dropdown list disfunctional) r=standard8 2014-05-05 21:39:10 +03: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 b33acfaecc Fix bustage from bug 900988, a=bustage-fix, CLOSED TREE for SeaMonkey. 2014-04-27 22:30:23 -05: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
Sebastian Hengst e5b8c29d46 Bug 970605 - Use node.remove(), especially instead of node.parentNode.removeChild(node): mailnews. r=Ian 2014-02-25 14:55:28 +01:00
aceman 605c793b41 Bug 560193 - Allow deleting a saved search under news account. r=jcranmer, r=mkmelin 2014-02-05 16:28:27 -05:00
ISHIKAWA, Chiaki 4d1a9f1c51 Bug 932904 - Eliminate mFirstNewDate completely. It was meant for NS version 4 compatibility, and was used uninitialized, and no longer necessary. r=jcranmer 2014-01-21 13:39:05 -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 4319a0b8d0 Bug 842632, part 3g: Use the C++ API elsewhere, r=Neil.
SeaMonkey is still a CLOSED TREE though.

--HG--
extra : amend_source : c3eda6ca3f52b831446c7e8804296a92265d5d63
2013-12-11 13:21:02 -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
Jens Mueller fd152e8181 Bug 61491 - Autocomplete newsgroup names (based on a patch by Jim Porter). r=neil/mconley, moa=neil, sr=Standard8; small followup fix for test: r=jcranmer
CLOSED TREE
2013-11-13 08:16:42 -05:00
Ryan VanderMeulen ba289a6f43 Backed out changeset 5ac1dfd37ebf (bug 61491) due to xpcshell crashes.
CLOSED TREE
2013-10-26 23:19:28 -04:00
Jens Müller ee0cc3f6ef Bug 61491 - Autocomplete newsgroup names. r=mconley, r=Neil, r=mkmelin, sr=mbanner 2013-10-26 20:45:41 -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
Alfred Peters 5769828385 Bug 917955 - Fix crash in PL_strncasecmp | nsCaseInsensitiveCStringComparator::operator()(char const*, char const*, unsigned int, unsigned int) during newsgroup subscribe. Correct sorting order of the filtered newsgroup list. r=jcranmer 2013-10-01 09:54:14 -04:00
Magnus Melin 24d2b18c8d Followup to bug 99019, part 2. r=neil, a=jcranmer
CLOSED TREE
2013-09-30 22:00:03 +03:00
Magnus Melin baea7600d2 External api fix for bug 99019. r=neil, a=jcranmer
CLOSED TREE
2013-09-30 21:44:06 +03:00
Mark Banner a293ab4c99 Bug 920418 - Port bug 901990 install test files through manifests - to fix bustage. rs=build-peer port of m-c bug for CLOSED TREE 2013-09-26 12:59:37 +01:00
Jens Müller 400b4ef49c Bug 99019 - Part 1: Split the search string into parts and look for each of them. r=jcranmer 2013-09-24 09:15:09 -04:00
Joshua Cranmer 9da8202549 Fix bustage from #includes cleanup in bug 919330, bug 919326, bug 919325, r=bustage-fix to reopen CLOSED TREE. 2013-09-23 09:41:19 -05: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
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
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
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
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
Mark Banner 0f1a54ee96 Bug 900881 Make localAccountUtils.js into a testing module - Part 1. Move its functions into an object. r=jcranmer 2013-08-02 18:10:30 +01:00
Joshua Cranmer 78cf6bd7e9 Bug 900519 - Make fakeserver into JS modules - nntpd.js part. r=Standard8 2013-08-01 09:44:37 -05:00
Joshua Cranmer 0ba2f554fd Bug 900519 - Make fakeserver into JS modules - maild.js part. r=Standard8 2013-08-01 09:44:36 -05:00
Mark Banner a9abfdd43a Part of bug 896738 Make mailTestUtils.js its own module, and move the local account functions to a separate file. r=jcranmer. Part bustage fix for CLOSED TREE 2013-08-01 21:19:00 +01:00
Joshua Cranmer dc912dc161 Bug 884061, Part 一: Use NS_DECL_THREADSAFE_ISUPPORTS in comm-central, r=Standard8 2013-07-15 23:50:16 -05:00
Mark Banner 6556e2fcb2 Part of bug 896738 - Switch mailDirService.js to be a testing js module, so that it is only included once. This fixes some of the strict warnings seen. r=mconley,a=part bustage fix for CLOSED TREE 2013-07-23 22:18:19 +01:00
Arnaud Sourioux 4f28a0c036 Bug 703068 - Annotate 73 methods with MOZ_OVERRIDE in mailnews/news. r=jcranmer 2013-07-16 11:33:51 -04:00
Jim Porter 4e51c014c0 Bug 883485 - Allow deletion of news posts by default (with a prompt!); r=jcranmer, a=callek for CLOSED TREE 2013-06-22 22:30:33 -05:00
Joshua Cranmer 4f57f6f0d7 Bug 864744 - Move CPPSRCS to moz.build, comm-central version. r=Standard8.
--HG--
extra : rebase_source : 5aa5a3feb1c70d2d3cfca112ad56a0463ff57b63
2013-06-19 08:12:29 -05:00
Alfred Peters 3364ad0481 Bug 832760 - Make FindServerWithNewsgroup return NS_OK regardless of the collation of the server list. r=jcranmer 2013-05-28 13:12:59 -04:00
Suyash Agarwal e4e3753b35 Bug 163869 - Show the correct newsserver in the unsubscribe alert if newsserver has been changed. r=jcranmer 2013-05-28 13:06:04 -04:00
Sebastian Hengst d260ea25c4 Bug 863617 - Fix leftovers from switch to Services.jsm and mailServices.js. r=mconley 2013-05-19 20:23:17 +02:00
Joshua Cranmer d5a31b8ba6 Bug 869359 - Kill off newly empty Makefile.ins, r=Standard8 2013-05-09 12:09:15 -05:00
Joshua Cranmer d1678135e7 Bug 869359 - Move XPCSHELL_TESTS to moz.build, r=Standard8 2013-05-09 12:08:56 -05:00
Joshua Cranmer 35de12dd7b Bug 864192 - Kill off newly empty Makefile.ins, r=Standard8. 2013-05-09 12:08:07 -05:00
Joshua Cranmer d3fbb6e177 Bug 864192 - Move EXPORTS to moz.build, r=Standard8. 2013-05-09 12:07:19 -05:00
Joshua Cranmer 2b47d36ffa Bug 869425 - Move MODULE to moz.build in comm-central, r=Standard8. 2013-05-09 12:06:07 -05:00
Mark Banner 6f223f3161 Bug 852869 - Remove some redundant Makefile.in files in comm-central. Simple removals. r=jcranmer 2013-05-07 08:38:21 +01:00
aceman 7880420807 Bug 851275 - Show size on disk for newsgroup folders. r=jcranmer 2013-04-15 13:08:28 -04:00
aceman ec8f334925 Bug 832034 - Add foldersCreatedAsync attribute to nsIMsgProtocolInfo to indicate servers using async folder creation and make the protocol info easily accessible from nsIMsgIncomingServer. r=rkent, r=Neil, sr=standard8 2013-04-14 21:20:40 -04:00
aceman 6ae60d83ea Bug 856304 - Replace some obsolete constructs. r=Neil 2013-04-13 08:10:47 -04:00
Cykesiopka 86dce1795b Bug 544621 - Remove '#ifdef HAVE_PORT' code. r=mbanner 2013-03-28 09:13:21 -04:00
Sebastian Hengst 3b65a54d6f Bug 852690 - Remaining conversion to mailServices.js: news. r=jcranmer 2013-03-25 19:48:49 +01:00
ISHIKAWA, Chiaki b8d17d2080 Bug 809060 - Fix uninitialized value usage. r=mbanner 2013-03-19 17:39:35 -04:00
Gregory Szorc be2d23bf68 Bug 850389 - Part 2: Move XPIDL variables into moz.build (auto); rs=jcranmer 2013-03-13 08:26:23 -07:00
Neil Rashbrook ae754ec0b4 bug 407956 - mailnews/ r=mconley 2013-03-04 14:35:58 -05:00
Gregory Szorc 8453bf4697 Bug 845089 - Convert build system to moz.build files on a CLOSED TREE; r=Callek 2013-02-28 15:16:49 +01:00
Sebastian Hengst 4360b7626b Bug 533314 - Tests: Use only invalid mail addresses like foo@foo.invalid instead of foo@invalid.com. r=mbanner 2012-12-28 10:32:53 +01:00
aceman 1d523a36cc Bug 834020 - Remove use of nsIEnumerator in mailnews C++ code. r=Neil 2013-02-07 12:44:17 -05:00
aceman d0db7f1869 Bug 436089 - Convert nsIMsgFolder::ListDescendents() from nsISupportsArray to nsIArray descendants attribute - backend conversions. r=Neil 2013-02-07 12:37:51 -05:00
Ryan VanderMeulen 80c536df14 Backed out changeset 124128336484 (bug 834020) for bustage. 2013-02-06 10:42:14 -05:00
aceman 276cc28bed Bug 834020 - Remove use of nsIEnumerator in mailnews C++ code. r=Neil 2013-02-06 09:33:34 -05:00
Ryan VanderMeulen f29c91c294 Backed out 4 changesets (bug 436089) for test failures. 2013-02-06 09:33:31 -05:00
aceman cde5d487b8 Bug 436089 - Convert nsIMsgFolder::ListDescendents() from nsISupportsArray to nsIArray descendants attribute - backend conversions. r=Neil 2013-02-05 15:04:51 -05:00
Sebastian Hengst c48061c9fa Bug 824150 - Code cleanup in /mail/ and /mailnews/: Use new String methods like startsWith, endsWith, contains, remaining Services.jsm switches and querySelector use instead of NodeList calls: news. r=jcranmer 2013-01-15 21:28:25 +01:00
Mats Palmgren 4b538a3513 Bug 786533 - Sprinkle a few -DNOMINMAX and fix uses of std::min with mixed 32/64-bit types. r=ehsan 2013-01-14 17:51:14 +01:00
Mats Palmgren b71c4474af Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-14 17:51:14 +01:00
ABE Hiroki (hATrayflood) c4c4ad36ed Bug 824459 - Thunderbird build is broken after Bug 807678 (Winsock2.h collision, and function name PostMessage collision). r=Standard8 CLOSED TREE 2012-12-30 11:46:11 +09:00
aceman 777467eb0e Bug 821253 - Remove nsISupportsArray usage from nsIMsgFilter::getSortedActionList. r=Neil 2012-12-23 09:16:31 -05:00
Karsten Düsterloh abc345f8df Bug 821914 - Unable to post or save a draft to Newsgroups; r=irving 2012-12-20 16:01:43 +01:00
Mark Banner 54f367c80b Final part of bug 820377 Deal with removing of EnumerateForwards/Backwards from nsISupportsArray - Replace allServers use of nsISupportsArray with nsIArray and do some extra nsISupportsArray cleanup. pending-r=mconley,sr=Neil 2012-12-13 09:45:16 +00:00
Mark Banner 764709f91b Part of Bug 820377 - Deal with removing of EnumerateForwards/Backwards from nsISupportsArray - Replace mailnews accounts interfaces use of nsISupportsArray with nsIArray. r=mconley,r=Fallen,sr=Neil CLOSED TREE 2012-12-12 20:01:11 +00:00
aceman 618eb0ca5b Bug 802135 - Replace nsresult equality tests with macros - News & MIME. r=jcranmer 2012-11-29 17:16:53 -05:00
Mark Banner 3b5afd825e Bug 465339 Add xpidl specific includes and rearrange some include files to allow mailnews to be built in a parallel fashion without needing to build mailnews/base separately before the rest of mailnews. r=Neil 2012-11-14 12:13:54 +00:00
Chiaki Ishikawa 91ee8ca523 Bug 806291 r=Standard8 2012-11-13 11:01:44 +00:00
Ian Neal 597c8e5efd Bug 808399 - Remove build support for BeOS and VMS r=callek 2012-11-11 00:34:20 +00:00
Neil Rashbrook 4f45824e44 Bug 749200 - Add sortOrder property to nsIMsgIncomingServer. r=mbanner 2012-10-30 10:10:53 -04:00
Irving Reid 1f876953a5 Bug 801916: Fix preference for broken test_nntpPassword2.js, clean up warnings. r=jcranmer CLOSED TREE 2012-10-25 09:01:53 +01:00
Mark Banner 74f7d04470 Backout bug 749200 / changeset 0e156c9327d2 due to suspicion of breaking mozmill tests CLOSED TREE 2012-10-25 08:59:18 +01:00
Neil Rashbrook 8a330c454f Bug 749200 - Add sortOrder property to nsIMsgIncomingServer. r=mbanner 2012-10-24 21:53:11 -04:00
Joshua Cranmer 3f2efa6691 Bug 797600 - Don't special-case 502 response codes for NNTP. r=Neil pushing to CLOSED TREE per Standard8 2012-10-16 09:14:14 -05:00
Mark Banner d72899e49e Fix bustage from bug 536324 - Change nsIChannel's contentLength to be 64-bit. r=bustage-fix CLOSED TREE 2012-10-23 09:55:23 +01:00
Joshua Cranmer 516ce24345 Bug 801383 Fix fallout from bug 779473 - make nsresult an enum class. Fix nsNNTPProtocol. r=Standard8 CLOSED TREE 2012-10-16 11:24:19 +01:00
Irving Reid c8857a640b Bug 801383 Fix fallout from bug 779473 - make nsresult an enum class. Fix most of mailnews. Patch started by mconley, completed by irving. r=Standard8 2012-10-16 11:21:18 +01:00
aceman 410a3795f8 Bug 795562 - Make nsNntpIncomingServer not duplicate a newsgroup if the caller subscribes to it several times. r=jcranmer
CLOSED TREE
2012-10-12 22:22:22 -04:00
Mark Banner cf9ea58bab Add SetContentDisposition and SetContentDispositionFilename to our channel implementations to fix bustage after bug 795442 landed in m-c. rs=bustage-fix 2012-10-03 17:02:42 +01:00
aceman 4813a83e71 Bug 796085 - Fix "warning: variable 'rv' set but not used [-Wunused-but-set-variable]" gcc warnings in /mailnews/news. r=jcranmer 2012-10-02 18:55:58 -04:00
aceman bff29a07ee Bug 795097 - Use a numeric input box in the News "Download headers" dialog. ui-r=bwinton, r=jcranmer 2012-10-02 18:53:58 -04:00
Irving Reid 005328fc47 Bug 783289: Fix nsresult issues noticed during review of 779130 p1, p3, p4, p6, p8, p9 r=Standard8,jcranmer 2012-09-28 13:38:34 -04:00
aceman bdc20fe7a4 Bug 794186 - remove remaining PRInt32/PRUint32 usages in comm-central. r=standard8 2012-09-27 21:41:16 +01:00
Florian Quèze adbcf12140 Bug 792804 - Fix xpcshell test failure caused by opening a cache entry synchronously, r=mconley. 2012-09-20 17:16:52 +02:00
Makoto Kato fe16ff6fe8 Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=standard8 2012-09-06 11:47:38 +09:00
Randell Jesup f6a52ce972 Bug 773151: Convert nsCAutoString->nsAutoCString (comm-central) CLOSED TREE r=bsmedberg 2012-09-01 22:37:39 -04:00
Hiroyuki Ikezoe 40a64ce7e9 Bug 775394 - Use Services.io instead of Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService). r=mconley 2012-08-31 06:27:50 -04:00
SAKURAI Kenichi 8cb56cb6cf Bug 707789 - Use Services.prefs instead of preferences-service, in Mailnews Core test files. r=mconley 2012-08-27 12:59:30 -04:00
Ehsan Akhgari eafa99c563 Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley
This patch was generated by a script. Here's the source of the script for
future reference:

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*/mozilla*" \
       ! -wholename "*ldap/sdks/c-sdk*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-tb-dbg*" \
       ! -wholename "obj-sm-dbg*" \
         -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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t

convert PRIntn int
convert PRUintn unsigned

convert PRSize size_t

convert PROffset32 int32_t
convert PROffset64 int64_t

convert PRPtrdiff ptrdiff_t

convert PRFloat64 double
2012-08-22 12:14:35 -04:00
Joshua Cranmer 2bfcb427ab Bug 783479 - Crash in nsNNTPProtocol::ProcessProtocolState. r=Neil 2012-08-17 15:36:49 -05:00
Aryeh Gregor 50cc8d1b03 Bug 779130 - Change types away from nsresult; r=irving
--HG--
extra : rebase_source : 425aef7f472b9414c2f260cca8195d521a498497
2012-08-07 18:58:04 +03:00
Aryeh Gregor 9722e8c1a8 Bug 779130 - Add lots of static_cast<nsresult>; r=standard8
--HG--
extra : rebase_source : db8cc7fb712739951d0a899edf67cfc345286078
2012-08-06 18:49:44 +03:00
Aryeh Gregor cf03463aec Bug 779130 - Change types to nsresult; r=irving
--HG--
extra : rebase_source : 36b72a7b0c728b32503c3bdcec3c6cc01b03911f
2012-08-06 17:44:14 +03:00
Aryeh Gregor a000b65194 Bug 779130 - Fix type of constants; r=irving
--HG--
extra : rebase_source : d2e2dcfd287446fa3d3e6e6dd877a6b851cccc33
2012-08-06 17:44:08 +03:00
Mark Banner 388656230a Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo 2012-08-17 08:56:10 +01:00
Mark Banner be9c8d9852 Bug 782404 - Unhide some skipped xpcshell-tests. r=jcranmer 2012-08-14 14:40:35 +01:00
Honza Bambas 11a866e6db Adapt to Bug 215450 - uploading files that are larger the 2GB fails - to fix bustage from the API changes landed in mozilla-central, and fix bug 782102. r=Neil. Patch by Honza, updated by Standard8. a=Bustage fix for CLOSED TREE 2012-08-13 23:19:59 +01:00
Mike Conley c494852a33 Bug 776630 - Switch comm-central from using nsnull to nullptr. rs=Standard8. 2012-08-02 10:26:36 -04:00
Joshua Cranmer 02fa657e28 Bug 773782 - Stop using LL_* macros. r=Neil
--HG--
extra : rebase_source : 35e5adf4c8df76c2022e4dc7931777cdd96f4788
2012-07-12 14:26:29 -05:00
Mark Banner 6073567440 Bug 771277 - Fix XPCShell password authentication tests so that they don't pass around fake docShells. pending-r=mconley,sr=bienvenu. Landing early to fix permanent orange on the tree. 2012-07-06 08:03:45 +01:00
Hiroyuki Ikezoe 7484dfbfe3 Bug 761518 - Cleanup dummyMsgWindow in xpcshell tests. r=mconley 2012-06-09 10:15:06 -04:00
Geoff Lankow c512c6fc3b Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=Fallen,Neil sr=Standard8 2012-06-06 14:24:01 +12:00
aceman 7ae08c788e Bug 717129 - avoid crash in nsNNTPProtocol::Initialize by testing for m_nntpServer. r=jcranmer 2012-06-02 14:41:56 -04:00
Gervase Markham d9160e1ab8 Bug 757018 - upgrade license to MPL 2. 2012-05-30 17:48:24 +01:00
aceman 635a8b80e2 Bug 720199 - Properly update account name when user/server name changes. r=IanN, r=bienvenu, sr=mbanner 2012-05-09 18:29:54 -04:00
aceman d5cc1308d0 Bug 732811 - Convert mailnews/news/content to MailServices.js. r=jcranmer 2012-03-24 17:56:17 -04:00
Florian Quèze b17b485f59 Fix bustage caused by bug 722033 changing the nsICacheListener and the nsICacheSession interfaces, r=bustage-fix. 2012-03-23 16:21:26 +01:00
Joshua Cranmer 2031f8aef2 Bug 727818 - 'New Groups' subscribe uses LIST instead of NEWGROUPS. r=bienvenu 2012-03-10 21:08:28 -06:00
David Bienvenu 701d636628 address jcranmers review comments for fix for bug 727951, which I forgot to do before landing 2012-03-08 09:35:58 -08:00