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

790 Коммитов

Автор SHA1 Сообщение Дата
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
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 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
Jorg K 418c36a769 Bug 1410033 - Port Bug 1409635 (part 2) to mailnews [Fix up nsIPrefLocalizedString]. rs=bustage-fix 2017-10-19 13:42:12 +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
Jorg K cae7095cf0 Bug 1399756 - remove trailing spaces in mailnews/addrbook. rs=white-space-only 2017-10-17 11:46:05 +02: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
Jorg K 4ec5c6fb1b Bug 1399756 - fix white-space in nsVCardObj.cpp and nsVCardObj.h. rs=white-space-only 2017-10-12 20:00:27 +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
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 6fefbcf208 Bug 1340972 - Part 18: Replace more error-prone Addref()/Release() with using RefPtr in mailnews/. r=aceman 2017-09-15 22:31:18 +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 2e9d9321fe Bug 1340972 - Part 11: Fix use of NS_ADDREF() and NS_IF_ADDREF() in mailnews/addrbook. r=aceman 2017-09-13 19:48:38 +02:00
Jorg K 4f87262acc Bug 1398039 - Port bug 1393230: Remove string forward declarations and fix improper string usage in Find(). rs=bustage-fix
--HG--
extra : amend_source : f59e736f1f0b8a65165e5e829963e44d1f7af217
2017-09-08 11:53:21 +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
aceman 6d0bf9992c Bug 46050 - Prevent duplicate address book names. r=jorgk, ui-r=thomasd,Paenglab 2017-08-24 06:15:34 +02:00
Jorg K 071baddad5 Bug 1392057 - Follow-up (take 2): Fix whitespace issues in nsVCard.cpp. rs=whitespace-only DONTBUILD 2017-08-21 10:05:58 +02:00
Jorg K 6e5488dbde Bug 1392057 - Follow-up: Fix whitespace issues in nsVCard.cpp. rs=whitespace-only DONTBUILD
--HG--
extra : amend_source : b4482fd1fbdd22a2521c61ee434f76dcbf471112
2017-08-20 15:46:29 +02:00
Jorg K e58c68f202 Bug 1392057 - Port bug 1389851: Fix clang's -Wunreachable-code-return warnings. rs=bustage-fix
--HG--
extra : amend_source : 89e613579d2d297616b65343c2ec04fdc4996dbb
2017-08-20 13:04:47 +02:00
Jorg K 1e62b43e9e Bug 1383617 - Remove deleted cards table. r=aceman 2017-08-16 08:31:53 +02:00
Thomas Duellmann c82dd30a36 Bug 1320475 - Fix broken controllers for cmd_printcard and cmd_printcardpreview. r=aceman 2017-08-12 22:29:16 +02:00
Jorg K d5c3e917b5 Bug 1341211 - Replace nsIFilePicker::Show() with nsIFilePicker::Open() in the address book manager. rs=bustage-fix 2017-08-13 00:02:45 +02:00
Richard Marti 775c0978f6 Bug 1388927 - Port bug 1380617 to C-C. Add GetDisplayPrePath() method. r=jorgk 2017-08-10 01:50:25 +02: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
Jorg K bb215bcf6c Bug 1387320 - Port bug 1322874 to mailnews: Remove nsIURI.originCharset, implement SetQueryWithEncoding(). rs=bustage-fix 2017-08-04 10:56:16 +02: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
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
Jorg K f2474b7d40 Bug 1380579 - Port bug 945240 to mailnews: Add GetDisplay[Spec|Host|HostPort] methods to various mailnews URLs. rs=bustage-fix 2017-07-13 10:51:30 +02:00
aceman 9eee27d73c Bug 1375376 - Add a test for clicking on addbook: link from vCard displayed inline. r=jorgk 2017-07-01 12:41:00 +02:00
Jorg K 2b9ca55ce1 Bug 1375680 - Port bug 1367813 to TB/SM - rename ReadUserPrefs() to ReadUserPrefsFromFile(). rs=bustage-fix 2017-06-29 18:35:52 +02:00
Makoto Kato e9095701ea Bug 1355439 - Use NS_OBJC_BEGIN_TRY_ABORT_BLOCK to avoid crashes. r=jorgk 2017-06-23 01:36:00 +02:00
Jorg K f83fda736a Backed out 2 changesets (bug 1375680) since bug 1367813 got backed out. rs=backout
Backed out changeset 15a298a57d1f (bug 1375680)
Backed out changeset 213e1c2f2be5 (bug 1375680)
2017-06-23 09:40:57 +02:00
Jorg K 565e1f804d Bug 1375680 - Port 1367813 to TB/SM: rename ReadUserPrefs() to ReadUserPrefsFromFile() - take 2. rs=bustage-fix DONTBUILD 2017-06-23 00:39:52 +02:00
Jorg K c7cfcf4bd0 Bug 1374779 - Open address book dialog from privileged window. r=bz 2017-06-22 07:25:56 +02:00
Jorg K a74db9d626 Bug 1374093 - Port bug 1372886 to C-C [Remove last two parameters of nsIConverterOutputStream::Init]. rs=bustage-fix
--HG--
extra : amend_source : bceec37ee071b98697d014b668d1a00cb5e126a7
2017-06-19 00:03:34 +02:00
Jorg K 14661ccfb8 Bug 1372943 - Port bug 1353593 to mailnews: replace wwc. rs=bustage-fix 2017-06-14 19:25:30 +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
aceman 08ed3828f4 Bug 1370357 - fix uninitialized variable in nsImapMailFolder.cpp and nsAbCardProperty.cpp. r=jorgk 2017-06-07 14:59:00 +02:00
Jonathan Kamens 040e7a6384 Bug 1365016 - Fix PRINTF macro in nsAbOutlookDirFactory.cpp. r=jorgk
--HG--
extra : rebase_source : dd7d14f42d50102de2d707071cf9bc2d93b1c847
2017-05-15 15:42:55 -04:00
aceman 7ae674efe3 Bug 1356881 - find mailinglists (groups) also in OS X and Outlook addressbooks. r=Paenglab, r=jorgk 2017-05-03 22:40:00 +02: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
Jorg K f7d4d64642 Bug 1349878 - remove unused includes of nsILocaleService.h and nsILocale.h from mailnews. r=aceman 2017-03-24 00:35:23 +01:00
Jorg K ba04364a4b Bug 1349804 - port bug 1343933 [Renaming Principal classes] to mailnews. rs=bustage-fix CLOSED TREE 2017-03-23 09:42:07 +01:00
Jorg K 01fd9850a8 Bug 1349482 - port 1312087 to mailnews (include prlock.h). rs=bustage-fix 2017-03-22 18:35:58 +01:00
Frank-Rainer Grahl 12c9c230c7 Bug 1347178 - Port bug 1344629 to mailnews. Rewrite unnecessary uses of nsLiteralString. r=jorgk CLOSED TREE 2017-03-14 19:34:50 +01:00
Jorg K f1c4427f8d Bug 1332717 - include nsString.h instead of nsStringGlue.h (take 2). r+a=me DONTBUILD 2017-03-10 23:08:48 +01:00
Jorg K ab7b15831d Bug 1332717 - remove MOZILLA_INTERNAL_API. r=mkmelin 2017-03-01 23:43:37 +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 7cd8802c65 Bug 1337734 - Port bug 1335983 to mailnews and calendar: Remove locale parameter from call to CreateCollation(). rs=bustage-fix CLOSED TREE 2017-02-08 14:07:04 +01:00
Markus Stange a2931447c7 Bug 1332246 - Don't expect kABInstantMessageProperty values to be NSStrings. r=mconley
In 10.12 on my machine they are NSDictionary values. This patch also respects
the instant messaging service name and assigns the user name to the right
field, or even to multiple fields if multiple IM services are specified.

MozReview-Commit-ID: 4oxg1CXjo0D

--HG--
extra : amend_source : d7e19f826d8eb99778135425f5cf71708e97b6d8
2017-02-05 19:18:30 -05: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
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 6cf908938f Bug 1328847 - Part 2: Change SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL where null principal is used. rs=bustage-fix 2017-01-05 08:25:00 +01:00
Frank-Rainer Grahl cdd2af8e3e Bug 1326433 - Port bug 1323683 to mailnews: Whitespace fixes for modified files. r=jorgk CLOSED TREE 2016-12-30 22:53:15 +01:00
Frank-Rainer Grahl cb62e4b657 Bug 1326433 - Port bug 1323683 to mailnews: Remove nsIURIWithQuery and implement {Get|Set}FilePath and {Get|Set}Query. r=jorgk CLOSED TREE
Base was patch from :Paenglab.
2016-12-30 22:52:57 +01:00
aceman 50102bf1fb Bug 1308776 - Add choosing of default addressbook from preferences dialog and a context menu. ui-r=Paenglab, r=mkmelin,jorgk,frgrahl a=jorgk
--HG--
extra : amend_source : 80d5f959ef0a4225025cedeeb4438e4ac8f6e187
2016-11-23 22:30:39 +02:00
Jorg K e3e8371363 Bug 1318852 - hotfix comment. rs=documentation-only 2016-12-11 22:19:25 +01:00
rsx11m 66b11bb175 Bug 1318852 - hotfix to restrict bug 1310442 to Thunderbird. r=aceman, r=IanN 2016-12-11 13:57:06 -06:00
Thomas Düllmann 86f11616de Bug 1319409 - Rename GetSelectedDirectory() function to getSelectedDirURI(), and various related code cleanup/refactoring. r=jorgk,aceman 2016-11-23 22:30:39 +02:00
Thomas Düllmann 8653e694ea Bug 1310442 - Make labels of cmd_properties in AB context-sensitive, e.g. "Edit Contact", "Edit List", etc. r=aceman, ui-r=Paenglab 2016-10-18 06:34:17 +02:00
Richard Marti 88876e1182 Bug 1316909 - Replace 0's with nullptr to work with nsCOMPtr again. r=aleth 2016-11-11 19:12:07 +01:00
Richard Marti ef51549b2e Bug 1312262 - Make the dialog titles in AB consistent. r=aceman, IanN a=IanN 2016-10-23 20:47:34 +02:00
Richard Marti 9d246d7ba6 Bug 1313039 - Port bug 1312143 to Calendar/editor/mailnews [Delete toolkit/obsolete]. r=philipp 2016-10-26 13:13:29 +02:00
R Kent James 420d5d335e Bug 1309062 - Documentation lists wrong contract id for address book directory factories, r=documentation-only 2016-10-11 15:18:24 -07:00
aceman d00b97f19c Bug 1305251- remove obsolete argument from calls to nsIFile.contains() and convert some remaining array.contains() to array.includes(). r=jorgk 2016-09-24 08:12:00 +02:00
Frank-Rainer Grahl 5c6a7f0893 Bug 1303602 - Declare destructors of ref-counted classes private in code only compiled on Windows. r=jorgk 2016-09-18 16:33:12 +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 1949f5e2f5 Bug 1297133 - Bustage fix: Don't ignore return values. r=rkent a=jorgk CLOSED TREE 2016-08-23 06:06:46 +02:00
Philip Chee 7a7ac28532 Bug 1296664 Bustage fix: Add IDL method SetHostAndPort from Bug 1295636. r=jorgk,aceman, a=jorgk CLOSED TREE 2016-08-19 16:38:00 +02:00
Edmund Wong 14b0f78832 Bug 1295871 - CHAT_ATTRS_ARRAY should only be defined if MOZ_THUNDERBIRD=1. r=rkent 2016-08-17 14:16:51 +08: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 59589bb747 Bug 1284379 - offer a default file name of exported address book based on its name. r=jorgk 2016-08-03 23:26:48 +02:00
Jorg K b1ed331c60 Bug 1289933 - Port |Bug 1280584 - About protocol handler totally ignores baseURI and doesn't work for relative (#foo) URIs| to comm-central. r=rkent a=jorgk CLOSED TREE 2016-07-27 16:47:00 +02: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 b377eab102 Bug 430716 part 2, add Address Book parts to JsAccount, r=jcranmer 2016-06-21 14:54:29 -07:00
aceman efa058a97c Bug 1271733 - fix deletion of AB cards after search. r=rkent 2016-05-30 22:09:21 +02:00
aceman 4c699a010b Bug 1125506 - silence warning about undefined params.idKey in nsAbAutoCompleteSearch.js. r=mkmelin 2016-05-26 22:28:52 +02:00
Richard Marti e150d549b7 Bug 1272606 - Additional files where the prefix is removed. r=aleth 2016-05-15 15:29:40 +02:00
aceman 7b81031ad9 Bug 1272505 - rename handleKeyPress() in maillist list editor to not clash with the function in autocomplete.xml. r=jorgk, r=Ratty, a=Ratty CLOSED TREE
--HG--
extra : amend_source : b504f10c79453f385283c61569a53144c51077b3
2016-05-15 00:00:40 +02:00
aceman 3a01de6e24 Bug 1270651 - fix deletion of AB cards after search. r=rkent 2016-05-13 07:20:40 +02:00
Jorg K 2dd2e58889 Bug 1269713 - Use DataTransfer to transfer addresses between address books. r=aceman a=jorgk for SM CLOSED TREE 2016-05-04 20:11:24 +02:00
aceman 627cbc0b16 Bug 1253943 - fix some -Wextra compile warnings in /mailnews. r=jcranmer 2016-03-08 11:55:53 +01:00
Sebastian Hengst 640057771c Bug 1249153 - drag and drop of contacts from list onto addressbook while All Addressbooks is selected shouldn't move only one and duplicate it. r=aceman 2016-02-26 09:21:30 +01:00
aceman 778c8ba8b2 Bug 1182460 - allow exporting all addressbooks. r=mkmelin, r=Ratty 2016-02-09 00:50:26 +01: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
Nicholas Nethercote 868e7c46b4 Bug 1187188 (part 1) - Replace nsBaseHashtable::Enumerate() calls in comm-central with iterators. r=rkent, a=rkent 2016-02-01 10:06:02 +11:00
Philip Chee ccd5d70cb3 Bug 1244758 - Rename nsAutoTArray to AutoTArray following bug 1235261. rs=bustage-fix on CLOSED TREE
--HG--
extra : amend_source : c646a5e0124b15e265fc56415d0954224c33afc5
2016-02-01 08:38:00 +01:00
aceman 4c5466f28d Bug 118624 - fix tests. r=rkent a=aleth
--HG--
extra : rebase_source : 60654f73670a4046c455c9199697dfe33d702a7a
2016-01-10 11:46:00 +01:00
Thomas Düllmann 9a4181d9a8 Bug 118624 - Implement customizable prefs: mail.addr_book.quicksearchquery.format, autocompletequery.format; add Nickname & other fields to AB quick search, contacts side bar and SM's Select Addresses dialogue. r=aceman, rs=rkent, a=rkent
--HG--
extra : amend_source : ad8ace4cfef2490edde0e52297a42afcb0257fb5
2015-10-19 10:04:29 +02:00
Tooru Fujisawa 500324bec7 Bug 824104 - Part 3: Remove for-each from mailnews/. r=jcranmer 2015-12-05 14:27:43 +09:00
Nicholas Nethercote 25507a71a1 Replace nsBaseHashtable::EnumerateRead() calls in comm-central with iterators. r=rkent. 2015-11-22 18:50:41 -08:00
Magnus Melin 0b2250d3db Bug 1171979 - Thunderbird: Change usage of draggesture to dragstart, dragdrop to drop. r=bwinton, Fallen
Mostly
 find ./mail ./mailnews ./calendar -type f -readable -writable -exec sed -i "s/draggesture/dragstart/g" {} \;
 find ./mail ./mailnews ./calendar -type f -readable -writable -exec sed -i "s/dragdrop/drop/g" {} \;
2015-11-19 23:04:54 +02:00
Magnus Melin 210a1475f2 Back out bug 1171979 due to bustage. 2015-11-19 23:22:11 +02:00
Magnus Melin bda6bbff35 Bug 1171979 - Thunderbird: Change usage of draggesture to dragstart, dragdrop to drop. r=bwinton, Fallen
Mostly
 find ./mail ./mailnews ./calendar -type f -readable -writable -exec sed -i "s/draggesture/dragstart/g" {} \;
 find ./mail ./mailnews ./calendar -type f -readable -writable -exec sed -i "s/dragdrop/drop/g" {} \;
2015-11-19 23:04:54 +02:00
aleth b0d3dd768e Bug 1224840 - Fix remaining "Assertion failure: IsOuterWindow()". r=mkmelin 2015-11-17 18:45:30 +01:00
Magnus Melin 8df6dd5a31 Bug 1220667 - crash in NS_CycleCollectorSuspect3 coming from gloda (nsVariant is cycle collected since bug 931283). r=mconley, a=mkmelin
CLOSED TREE
2015-11-11 23:25:40 +02:00
Jorg K dab8554f8a Bug 117236 - Export CSV and tab separated using system charset or UTF-8; r=mkmelin ui-r=paenglab a=aleth CLOSED TREE
--HG--
extra : amend_source : d90f1ef97d9857337763f630870605a7b2398f33
2015-10-23 14:05:00 +02:00
Philip Chee ec2b335d8b Bug 1221067 - error: no matching function for call to 'NS_NewStreamLoader'. r=mkmelin, a=bustage fix on CLOSED TREE 2015-11-03 07:48:00 +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
alta88 5837092948 Bug 1202150 - Silence compiler warnings in nsMsgDBView and friends, part 2 mailnews/addrbook|base|compose|db|extensions. r=rkent 2015-09-29 10:23:25 -06:00
Stefan Sitter e31223e8a2 Bug 1198936 - VS2015 build fails in mailnews due to wchar_t/char16_t mismatch. r=jcranmer a=aleth
--HG--
extra : amend_source : 5de5b1b6a4b934a4d58bea731b59bde0c491eec6
2015-09-13 16:59:57 +02:00
aceman e76c46aff0 Bug 531285 - Allow multiple map services to be selectable via the Get Map button in AB contact. r=mkmelin, ui-r=Josiah, r=Neil 2015-09-23 23:38:47 +02:00
Neil Rashbrook 32d4c3bc66 Bug 924530 Drag-n-drop an address card to Explorer or Finder r=mkmelin
a=aleth for checkin to a CLOSED TREE
2015-09-20 21:41:24 +01:00
aceman c595e376a5 Bug 1100801 - create a JS module for functions shared between addressbook and autocomplete. r=mkmelin, r=Neil 2015-08-21 13:05:00 +02:00
Sebastian Hengst 4bac43b262 Bug 1190489 - Port Bug 830801 - Add -DNOMINMAX to the default OS_CXXFLAGS on Windows. r=mkmelin CLOSED TREE for mozmill testing 2015-08-28 16:10:20 +02:00
Philip Chee fbea982c11 Bug 1196422 - error LNK2001: unresolved external symbol GetAsciiHostPort(class nsACString_internal &) rs=jcranmer bustage fix CLOSED TREE 2015-08-20 05:36:00 +08:00
aceman 3ed2f9ca4a Bug 1143812 - Always allow creating new contacts and lists after opening addressbook by using Personal Addressbook when a usable AB is not selected. r=mkmelin, r=IanN 2015-08-05 14:26:00 +02: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
Stefan Sitter c17ab6c596 Bug 777770 - Replace nsVoidArray with nsTArray, part 2. r=rkent a=me CLOSED TREE 2015-05-13 21:07:16 +02:00
Stefan Sitter 93572ccb9c Bug 777770 - get rid of nsVoidArray from /mailnews, r=rkent, a=rkent CLOSED TREE 2015-05-13 11:09:45 -07: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
Hiroyuki Ikezoe 23fe2c2b97 Bug 745664 - Test. r=mkmelin 2015-04-27 11:48:00 +02:00
Hiroyuki Ikezoe fe186cd32f Bug 745664 - Get localized string from prefs service for adressbook description. r=Neil 2015-04-26 14:13:00 +02:00
R Kent James 05f8ea8aa3 Bug 1152364 - crash in Address Book via nsAbBSDirectory::GetChildNodes, r=jcranmer 2015-04-22 21:23:25 -07:00
Magnus Melin 58bcbc5f9e Bug 1134986 - Address autocomplete sorting wrong - appears to ignore recent use (popularityindex) information in 31.4.0+. r=neil 2015-04-19 21:53:15 +03:00
aceman 7630aa88cb Bug 1141735 - Align labels in the LDAP server Advanced proeprties. r=IanN,mkmelin 2015-04-14 18:54:49 +02:00
Joshua Cranmer 26fbb511c2 Bug 1150176: Remove now-dead allocators from comm-central to help reopen a CLOSED TREE, r=rkent 2015-04-02 12:18:38 -05:00
Neil Rashbrook c82326b91c Bug 1139965 Add vcf to the list of supported addrbook export formats r=mkmelin 2015-03-30 00:51:24 +01:00
Sebastian Hengst d7d012ab90 Bug 1147803 - Fix indentation mismatches in lines touched by bug 1146094. r=rkent r=Ratty on IRC a=Ratty for a SEAMONKEY CLOSED TREE 2015-03-27 14:49:53 +01:00
Suyash Agarwal 2575e1a539 Bug 1143808 - 'New contact' button for adding new card works after first selecting an addressbook. r=mkmelin 2015-03-22 22:51:49 +01: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
Sylvestre Ledru a38aaea95c Bug 1143313 - Identical code for different branches CID 1260146 & 1260148 r=jcranmer 2015-03-22 15:59:38 +01:00
Suyash Agarwal b06b4d67d7 Bug 1136792 - "Advanced Address Book Search" has no effect on main AB "All ABs" contacts list pane. r=mkmelin ui-r=Paenglab 2015-03-14 22:30:17 +01:00
aceman ba3d9a6eb9 Bug 1140712 - do not use '=' inside 'if()' condition in mailnews/addrbook/content/abResultsPane.js as it triggers JS strict warnings. r=mkmelin 2015-03-10 14:38:52 +01:00
Sylvestre Ledru 9aec8dacf2 Bug 1141066 - Fix a memory leak if vCardHasData allocation failed. r=Neil 2015-03-09 14:43:18 +01:00
Lukasz Stelmach e5108a2151 Bug 953135 - convertTo("vcard") method of nsIAbCard does not export e-mail address. r=neil 2015-03-06 23:25:07 -08:00
Suyash Agarwal 4fe8155bc6 Bug 170270 - Enable search in multiple/all address books (regression fix), r=rkent 2015-02-21 13:23:14 -08:00
Suyash Agarwal e6f5f7122d Bug 170270 - Enable search in multiple/all address books. r=mkmelin, ui-r=Paenglab. 2015-02-21 16:43:53 +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
Suyash Agarwal 5d10cc7c7d Bug 325458 - Recipient Autocomplete: Nickname should get highest precedence for matching address book entries; r=mkmelin 2015-02-04 20:56:01 +13:00
Suyash Agarwal 290799c23d Bug 1116959 - Removing search terms blanks out results list in AB, contacts sidebar search. r=mkmelin, a=Paenglab 2015-01-02 10:41:10 +01:00
Sylvestre Ledru b45393a7ae Bug 1109061 - Remove some useless variables r=standard8 a=aleth
--HG--
extra : rebase_source : e1a9c0d14d15d34ab617af5e698299721006dc07
2014-12-10 14:33:30 +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
Philip Chee c27a2ef351 Bug 1083785 - All fields in the Mailing list editor dialog are empty. Regression caused by Bug 1061648 r=mconley r=IanN a=bustage fix CLOSED TREE 2014-11-24 23:15:04 +08:00
Suyash Agarwal 21ad2f9a54 Bug 1091675 - Implement quoting to disable multi-word search in addressbook. r=mkmelin, a=mkmelin 2014-11-20 10:57:00 +02:00
Magnus Melin 1401853eca Back out changeset 93f4e62465fd (bug 1091675) for oranges. a=me 2014-11-18 21:30:12 +02:00
Suyash Agarwal 13755795bb Bug 1091675 - Implement quoting to disable multi-word search in addressbook. r=mkmelin, a=me 2014-11-15 23:40:00 +02:00
Magnus Melin 29d5933ce3 Bug 970456 - "Be" doesn't autocomplete to my friend "Ben" in my compose window anymore (because I have frequently-contacted holBErt contacts, with "be" in the middle of their last name). r=neil, a=mkmelin 2014-11-13 23:12:16 +02:00
ISHIKAWA, Chiaki fea357b482 Bug 733535 - fix 'cards[i] is null' by making GetSelectedAbCards only return non-null cards. r=mconley, a=mkmelin landing on CLOSED TREE for seamonkey 2014-10-19 07:57:00 +03:00
aceman 172e855fb0 Bug 132453 - AB: Disable properties button for multiple selected contacts. r=mconley, r=Neil, a=mkmelin landing on CLOSED TREE for seamonkey 2014-06-11 12:06:00 +03:00
Magnus Melin ab49575f4e Bug 1045753 - Compose email LDAP erases text (autocompletes to blank entry when email not set). r=standard8 2014-10-26 13:57:24 +02:00
Kent James b9d198f5ce Bug 1088497, implement NewChannel2 in mailnews, r=jcranmer 2014-10-24 10:05:00 -05:00
ISHIKAWA, Chiaki 0eaf220416 Bug 1084481 - "Build error: 'NS_NewInputStreamChannel' : no overloaded function takes 4 arguments" r=jcranmer, a=jcranmer 2014-10-19 01:26:00 -05:00
aceman 0c013fa38b Bug 1070614 - Fix some TypeErrors and SyntaxErrors seen when running mozmill tests. r=Neil
--HG--
extra : amend_source : 5633a30b93a0cbd9f984b126cb3fb8e1733a12f6
extra : histedit_source : e6648f947d092d60d4386fa558301ddc6c21f4c9
2014-10-16 16:11:37 -04:00
Stephen Schaub 7521a3282d Bug 1061648 - Fix mail list refresh when deleting items; r=mconley 2014-10-15 15:04:57 -04:00
Hiroyuki Ikezoe 6cb746dad4 Bug 1080351 - Part 1: Fix compiler errors caused by bug 1076698, r=jcranmer 2014-10-09 14:49:00 -05:00
Christoph Kerschbaumer 1dabcc4427 Bug 1071497: Use new API to create channels in comm-central, r=Neil, a=jcranmer to reopen tree. 2014-09-23 15:02:08 -07:00
Ian Neal 7f65479df5 Bug 1049936 - Port |Bug 1046784 - move -DNOMINMAX definitions to moz.build| to comm-central r=standard8 a=for CLOSED TREE 2014-08-13 22:04:29 +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
aceman d56f465b50 Bug 1024130 - Address book sorting not sticky. r=Standard8 2014-07-11 14:42:03 +01: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
aceman 23cad02159 Bug 177206 - Optimize nsAbView:SortBy to not sort if not necessary. r=standard8, a=me 2014-05-26 12:55:00 -04:00
aceman 3df608f61e Bug 984875 - Improve performance of compose window autocomplete of recipients. r=standard8 2014-05-26 11:46:00 -04:00
aceman 0fe1f32fea Bug 853159 - Merge hex decoding functions throughout mailnews. r=Neil, r=Standard8 2014-05-19 12:03:00 -04: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
aceman 97b13bc33c Bug 749097 - Allow to search for ( and ) characters in addressbook cards by urlencoding them in the search query. r=Neil, r=mconley 2014-04-27 07:27:00 -04:00
Magnus Melin cd429d1f6f Bug 457296 - Part 4: migrate RemoteContent pref (Implement separate whitelist for addresses/domains allowed to load remote images for email. r=mconley, r=standard8, a=standard8 2014-04-28 13:31:10 +03:00
Joshua Cranmer b33acfaecc Fix bustage from bug 900988, a=bustage-fix, CLOSED TREE for SeaMonkey. 2014-04-27 22:30:23 -05:00
Magnus Melin af66554e5e Bug 959209 - Investigate whether Thunderbird still needs the XPFE autocomplete widget. r=standard8 a=[avoid bustage since m-c part landed] 2014-04-27 22:54:03 +03:00
Suyash Agarwal d32329ea49 Bug 558931 - In composition's recipient autocomplete, implement *foo* AND *bar*
search pattern for multiple search words. r=mkmelin, r=Neil, r=Standard8, ui-r=bwinton
2014-04-25 11:14:00 -04:00
Ryan VanderMeulen 1bb918efc8 Backed out changeset ac5495ab2fdc (bug 558931) for xpcshell failures. 2014-04-24 10:30:37 -04:00
Suyash Agarwal 42444cc6d1 Bug 558931 - In composition's recipient autocomplete, implement *foo* AND *bar*
search pattern for multiple search words. r=mkmelin, r=Neil, ui-r=bwinton
2014-04-23 13:58:00 -04:00
Jens Müller 38cd21dc8c Bug 952735: Autocomplete does not work in address book for lists (and in other places). r=mconley, r=neil, r=philipp
Signed-off-by: Jens Müller <ich@tessarakt.de>

Landing on CLOSED TREE.
---
 calendar/base/content/dialogs/calendar-event-dialog-attendees.xml | 1 +
 mail/components/addrbook/content/abEditListDialog.xul             | 3 ++-
 mail/components/addrbook/content/abMailListDialog.xul             | 3 ++-
 mailnews/addrbook/src/nsAbAutoCompleteSearch.js                   | 4 ++--
 mailnews/addrbook/src/nsAbLDAPAutoCompleteSearch.js               | 2 +-
 suite/mailnews/addrbook/abListOverlay.xul                         | 3 ++-
 6 files changed, 10 insertions(+), 6 deletions(-)
2013-12-22 03:03:00 +02: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
Mark Banner 2d4033abfa Port bug 984466 - change CallQueryInterface to assert in cases of trivial conversions - rs=Neil. Bustage fix for CLOSED TREE 2014-03-21 10:55:28 +00: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
Cykesiopka c8822ed9f0 Bug 801553 - Replace mdb_err by nsresult. r=standard8 2014-02-27 11:27:59 -05:00
Magnus Melin 07356a56b8 Bug 129393 - Side effect of locating card info with case sensitive email addresses - Collected Address Book contains duplicates because adding is case sensitive. r=standard8 2014-02-27 14:03:45 +02:00
Neil Rashbrook 6dd2f7c842 Bug 936785 Don't cache LDAP address book queries so aggressively r=Standard8 2014-02-26 10:16:05 +00: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
Sebastian Hengst dd89b3e664 Bug 971087 - Remove OS/2 support from comm-central: mailnews. r=Standard8 2014-02-25 14:24:35 +01:00
Philipp Kewisch 822b208e08 Backout Bug 952735 - Autocomplete does not work in address book for lists CLOSED TREE 2014-02-16 18:16:53 +01:00
Jens Müller 453b8239d0 Bug 952735: Autocomplete does not work in address book for lists (and in other places). r=mconley, r=neil, r=philipp
Pushing to CLOSED TREE (for seamonkey - sm change minimal)
---
 calendar/base/content/dialogs/calendar-event-dialog-attendees.xml | 1 +
 mail/components/addrbook/content/abEditListDialog.xul             | 3 ++-
 mail/components/addrbook/content/abMailListDialog.xul             | 3 ++-
 mailnews/addrbook/src/nsAbAutoCompleteSearch.js                   | 4 ++--
 mailnews/addrbook/src/nsAbLDAPAutoCompleteSearch.js               | 2 +-
 suite/mailnews/addrbook/abListOverlay.xul                         | 3 ++-
 6 files changed, 10 insertions(+), 6 deletions(-)
2013-12-22 03:03:00 +02:00
Jim Porter bd96638e40 Bug 962821 - error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]; r=jcranmer 2014-01-23 17:27:34 -06: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
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
Mark Banner e98fe7540a Bug 955842 - Disable OS X Address Book testing in xpcshell-tests due to 10.8 and later issues. r=mconley,a=get-a-perma-orange-builder-green for CLOSED TREE 2013-12-31 22:08:53 +00: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 a97dae91ae Bug 842632, part 3c: Use the C++ API in addrbook, r=Standard8. 2013-12-11 13:19:57 -06:00
Joshua Cranmer 9899eef9af Bug 842632, part 1: Distinguish between building address strings for display or MIME, r=IanN, sr=Neil. 2013-12-11 13:19:44 -06:00
Joshua Cranmer beab3c16bc Port bug 713082 (remove mozilla/Util.h) to comm-central, r=bustage-fix. 2013-12-09 12:51:16 -06:00
Joshua Cranmer 8231686886 Port bug 713802 (remove mfbt/Util.h) to comm-central, r=bustage-fix. 2013-12-09 12:23:20 -06:00
Joshua Cranmer efbb60425e Backed out changeset b5b27527f40b (bug 842632) for xpcshell test failures.
And even backouts need CLOSED TREE.
2013-11-26 17:50:25 -06:00
Joshua Cranmer ae33eff54f Bug 842632, part 1: Distinguish between building address strings for display or MIME, r=IanN, sr=Neil.
Even though seamonkey is a CLOSED TREE.

--HG--
extra : amend_source : af960b16b0cb922faf08059afa172af938ccc28f
2013-09-18 22:53:28 -05: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 a6de13f338 Fix test to account for bug 672843, rs=bustage fix for CLOSED TREE. 2013-11-23 20:10:23 -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
Mark Banner a848663167 Bug 933270 - Allow some xpcshell-tests to run in parallel in mailnews and mail. r=jcranmer 2013-10-31 19:38:40 +00:00
Ryan VanderMeulen ba289a6f43 Backed out changeset 5ac1dfd37ebf (bug 61491) due to xpcshell crashes.
CLOSED TREE
2013-10-26 23:19:28 -04:00
aceman 3f521eba96 Bug 529584 - In composition address autocomplete, use "contains" to match the search string *anywhere* in the card fields that we currently search, e.g. email addresses or display name. r=mconley, r=mkmelin 2013-10-26 21:07:37 -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
Josiah Bruner b32b158162 Bug 547898 - Null check osxDirectory to stop crashes 2013-10-25 12:45:26 -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
Ehsan Akhgari 1972e88295 Bug 927899 follow-up - Fix the PRUnichar/unichar discrepancies in nsAbOSXUtils.mm
Landed on a CLOSED TREE
2013-10-17 12:48:09 -04:00
Ehsan Akhgari 38baf544c9 Bug 927899 - Fix the PRUnichar/unichar discrepancies in nsAbOSXDirectory.mm
Landed on a CLOSED TREE
2013-10-17 11:41:08 -04: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
Philip Chee 42f90e4641 Bug 919994 Fix bustage caused by Bug 919341 (Minimize the #includes in xpcom/ IDL files) rs=bustage fix a=CLOSED TREE 2013-09-24 20:43:10 +08:00
Mark Banner f138048adc Fix Mac bustage from bug 910989. r+a=bustage-fix 2013-09-06 11:20:11 +01:00
Robert O'Callahan d69dd0c4f8 Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=jcranmer,a=bustage-fix 2013-09-06 10:32:31 +01: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
Ryan VanderMeulen e96788b4a9 Backed out changeset d07ffab06a6b (bug 529584) for xpcshell failures. a=backout 2013-08-13 13:52:35 -04:00
aceman 8cac27c60e Bug 529584 - In composition address autocomplete, use "contains" to match the search string *anywhere* in the card fields that we currently search, e.g. email addresses or display name. r+ui-r=mconley, r=IanN 2013-08-13 11:54:17 -04: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
Neil Rashbrook 7b07ad3b4d Bug 899822 Stop trying to sync LDAP sessions r=Standard8
a=Standard8 for checkin to a CLOSED TREE
2013-08-06 12:37:29 +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
Mark Banner 5ba5ec8de5 Final part of bug 452232 - Move LDAP autocomplete over to toolkit interfaces. Switch build configs to actually use the toolkit interfaces. r=jcranmer,sr=Neil,a=Standard8 CLOSED TREE 2013-07-17 14:39:57 +02:00
Mark Banner c55dedc114 Part of bug 452232 - Move LDAP autocomplete over to toolkit interfaces. Correctly handle getting the LDAP address book for mailing lists. r=Neil 2013-07-17 14:38:12 +02:00
Arnaud Sourioux 86d0fc3359 Bug 703068 - Annotate 196 methods with MOZ_OVERRIDE in mailnews/addrbook. r=mconley 2013-07-16 11:32:15 -04:00
Mark Banner 76a5d4b2ab Part of bug 452232 - Remove the autocomplete cache capability which was never part of the original core spec, and was causing issues with obtaining correct results from LDAP servers for the new style autocomplete. r=Neil,a=Standard8 2013-07-12 08:12:57 +01:00
aceman 685427cecb Bug 103870 - Fix some unsafe realloc usage in mailnews. r=Neil 2013-07-11 11:31:55 -04:00
Makoto Kato 5aa5818b0d Bug 789787 - Part 2. Make mailnews be able to build if --disable-mapi is specified and there's no mapi header. r=Standard8. a=Standard8 for CLOSED TREE 2013-06-25 12:19:06 +01:00
aceman 0f0565d616 Bug 879435 - Hide Chat nick fields and properly decode 'Prefers HTML mail' flag in own vCard dialog . r=Standard8 2013-06-24 19:39:45 +01:00
Joshua Cranmer 0136a9680b Bug 884819: Move EXTRA_PP_COMPONENTS to moz.build, r=Standard8 2013-06-21 09:53:32 -05:00
Joshua Cranmer 99e775c57a Bug 882963 - Move EXTRA_COMPONENTS to moz.build, r=Standard8
--HG--
extra : rebase_source : 6a09d3ce18e2d5df9ca6d3dd7877ae19851499f7
2013-06-19 08:13:35 -05:00
Joshua Cranmer 97a377e1b4 Bug 882964 - Move CMMSRCS to moz.build, r=Standard8
--HG--
extra : rebase_source : 40723c69bd3702386a2b18dcab4c917d6a45fddd
2013-06-19 08:12:55 -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
Ms2ger 09a7be67a1 Bug 859817 - Followup: Fix implicit conversions to already_AddRefed in nsAbAddressCollector.cpp, nsMsgContentPolicy.cpp, Services.cpp and nsImportAddressBooks.cpp. 2013-05-26 19:42:49 +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 8b9bdef711 Bug 868393 - Require alphabetical order when assigning to order-independent moz.build variables. r=jcranmer 2013-05-07 10:08:29 +01: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
Mark Banner 8cae73e0f5 Bug 833971 LDAP password requested for each lookup even if password is saved - obtain a window to pass to the password manager so that it can detect private browsing even though this isn't supported in mail. r=Neil
--HG--
extra : transplant_source : %D5%EAs%D1%0F%3A%A3E%97%07%A7S%F4w%AA%FE%D4%BD%E0%02
2013-04-09 20:44:47 +01:00
Ian Neal cfa6371583 Bug 859068 - Cannot create or amend mailling lists in the address book r=standard8 2013-04-08 00:56:01 +01:00
aceman 6ae60d83ea Bug 856304 - Replace some obsolete constructs. r=Neil 2013-04-13 08:10:47 -04:00
Sebastian Hengst d4a27b61e5 Bug 852690 - Remaining conversion to mailServices.js in /mail/ and /mailnews/: addressbook. r=Standard8 2013-03-29 10:52:54 +01:00
aceman 222fc57492 Bug 514134 - Increase buffer size to fit a long in mailnews/addrbook/src/nsVCardObj.cpp. r=jcranmer 2013-03-27 10:36:53 -04:00
Mark Banner c6c07e4130 Add lots of nsTArray includes to compensate for bug 845374 removing them from nsContentUtils.h/nsReadableUtils.h. r=bustage-fix for CLOSED TREE 2013-03-18 08:47:13 +00:00
Gregory Szorc 92dbe71425 Bug 850389 - Part 3: Move XPIDL variables into moz.build (manual); r=Callek 2013-03-13 08:26:35 -07: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 9bcf6851b7 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: addressbook. r=mconley 2013-02-16 17:13:33 +01:00
Ryan VanderMeulen 14aecceb9b Bug 792800 - Add a field for IRC nicknames in the Address Book. r=mconley 2013-02-15 11:40:19 -05: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
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
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
Neil Rashbrook 361b89a029 Bug 493711 Part 1a: remove transitive nsVoidArray dependence through nsCOMArray r=Standard8 2012-12-20 22:16:46 +00:00
Ian Neal efae5087a3 Bug 822263 - Change nsAbView.cpp to use DebugOnly.h instead of Util.h. r=mconley. 2012-12-17 15:59:24 -05:00
Sebastian Hengst f086f0d952 Bug 795152 - Switch to Services.jsm: What's left: other code. r=mmelin 2012-12-14 17:53:53 +01:00
aceman 82c9b8dde2 Bug 327812 - Add server name validation for POP3/IMAP/News/LDAP server in the account manager. r=IanN, r=mkmelin 2012-12-02 15:28:46 -05:00
aceman bafe38d2e3 Bug 802135 - Replace nsresult equality tests with macros - addressbook. r=mconley 2012-11-29 17:16:53 -05:00
Neil Rashbrook a99e0f9866 Bug 452232 Support for ldap_2.<server>.autoComplete.filterTemplate preference r=Standard8 sr=Neil 2012-11-11 12:18:35 +00:00
Ryan VanderMeulen 1ede7f1032 Backout 4450eb62b1e7 (bug 452232) due to build bustage. 2012-11-09 16:05:35 -05:00
Jan Horak cae9922499 Bug 452232 - Support for ldap_2.<server>.autoComplete.filterTemplate preference. r=mbanner, sr=neil 2012-11-09 15:42:15 -05:00
aceman 600f5b2dde Bug 801541 - Remove unused dbFrozen variable. r=mbanner 2012-10-22 19:51:08 -04: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
Mark Banner e598c7af38 Bug 769588 - Port bug 722872 - call the Init method after creating nsITransferable. r=irving 2012-10-01 21:41:02 +01:00
Nomis101 8da031bfd6 Bug 781367 - Clean up some old Mac code in comm-central. r=mbanner 2012-09-26 00:41:09 +02:00
Mark Banner aaea16b8bb Bug 793639 Remove unnecessary prtypes.h includes from comm-central. r=jcranmer 2012-09-25 15:17:04 +01:00
aceman d790ceba61 Bug 716278 - Fix "warning: invoking macro NS_ENSURE_TRUE argument 2: empty macro arguments are undefined in ISO C90 and ISO C++98" gcc warnings. r=Neil 2012-09-24 18:09:14 -04:00
aceman 8b931d7851 Bug 684485 - Add checks into nsAbCardProperty::SetPropertyAsAString and similar functions. r=mconley 2012-09-04 16:57:45 -04:00
Makoto Kato f014806e0e Bug 526047 - crash getting mail @ nsAddrDatabase::GetRowForCharColumn - nsSpamSettings::CheckWhiteList [@ nsAddrDatabase::GetRowForCharColumn(unsigned short const*, unsigned int, int, int, nsIMdbRow**, int*)]. r=dbienvenu 2012-09-03 13:39:26 +09:00
Randell Jesup f6a52ce972 Bug 773151: Convert nsCAutoString->nsAutoCString (comm-central) CLOSED TREE r=bsmedberg 2012-09-01 22:37:39 -04:00
aceman bc95ce1e9d Bug 531716 - Add null check in nsAbMDBCard::Equals() to prevent a crash. r=mconley 2012-08-31 20:14:14 -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
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 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
Aryeh Gregor f65b0c622c Bug 780618 - Fix broken nsNetError.h references in comm-central; r=mconley 2012-08-14 12:33:27 +03:00
Aryeh Gregor ed75f23d03 Bug 779130 - Remove unnecessary nsresults; r=standard8 2012-08-07 18:58:07 +03: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
aceman 1501cf9615 Bug 541934 - If there is no sort order on an AB column, the first click on header should sort ascending. r+ui-r=mconley, r=IanN 2012-08-01 16:41:00 -04:00
Nomis101 c0f22378a6 Bug 747621 - Fix clang build warnings. r=mbanner 2012-06-30 14:07:45 +02:00
Dale Salcedo 22ae6e667f Bug 695255 - Change NS_ARRAY_LENGTH to ArrayLength by using using namespace mozilla and mozilla/Util.h. r=neil 2012-07-12 20:01:25 -04:00
aceman b529b09722 Bug 738792 - Fix strict Javascript warnings in Thunderbird addressbook (found in Error console). r=mconley 2012-07-03 18:48:07 -04:00
Kent James 663e642454 bug 768317, dont try to save a reference to the internal buffer of NS_ConvertUTF16toUTF8 in DirPrefObserver, r=bienvenu 2012-06-28 10:38:25 -07: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
Mike Conley 742f205dd0 Bug 761304 - mailnews/addrbook/test/unit/test_nsIAbCard.js fails because of the changes to the way AIM screen names are printed. r=florian,IanN. 2012-06-04 23:39:30 -04:00
Florian Quèze e88d6fde28 Bug 759328 - Add instant messaging fields to the address book cards, r+ui-r=mconley, sr=bienvenu.
--HG--
extra : rebase_source : 96eac93d84e48c4f4d573acbdf05299c5edf9fc4
2012-06-04 20:06:29 +02:00
Jan Horak fcbca5d23e Follow-up for bug 452232 - add missing function getLabelAt() to nsAbLDAPAutoCompleteSearch. r=Standard8. 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 20c3889b3c Bug 756726 - Fix build in Mailnews, nsAbOutlookDirectory.cpp. r=dbienvenu to fix a CLOSED TREE 2012-05-19 15:40:13 -04:00