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

239 Коммитов

Автор SHA1 Сообщение Дата
stefanh@inbox.com de5dd8e3eb Bug 795712 - Silence [-Wunused-private-field] warnings in mailnews. r=Neil. 2012-09-30 19:16:07 +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
Stefan Sitter 42e49a7d9d Bug 793394 - Thunderbird build is broken after Bug 777292 (error: cannot convert from 'int' to 'nsresult') r=neil 2012-09-23 11:12:25 +02:00
Siddharth Agarwal 859d8a7d13 Bug 789827 - Fix nullptr abuse in comm-central. r=Standard8. Bustage fix for CLOSED TREE 2012-09-18 18:33:12 +01:00
Randell Jesup f6a52ce972 Bug 773151: Convert nsCAutoString->nsAutoCString (comm-central) CLOSED TREE r=bsmedberg 2012-09-01 22:37:39 -04:00
Serge Gautherie 5a010aa1ae Bug 780976. (Bv1) Remove renamed/duplicated ZLIB_LIBS use. r=neil. 2012-08-23 17:59:59 +02: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
Evan Stratford 9297e3de2b Bug 600798 - Implement unit tests for importing vcards and csv files into address book. Patch originally by Evan Stratford for bug 79709, updated by Standard8 now that blocking issues are resolved. r=mconley. 2012-08-20 16:24:11 +01:00
Magnus Melin ed1d4e4848 Bug 780976 - linux external api builds broken (hidden symbol `MOZ_Z_inflate' isn't defined) since bug 763651. r=neil 2012-08-17 22:27:55 +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
Hiroyuki Ikezoe cc1e8006e9 Bug 772712 - Re-enable test_winmail.js. r=mconley 2012-08-13 21:17:43 -04: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
Hiroyuki Ikezoe 6190d6b88f Bug 773145 - Move utility methods in nsWMUtils.cpp and check the result of GetValueForTag. r=dbienvenu 2012-07-26 20:55:30 -04:00
John Hopkins ff74dded0d Bug 775670 - Build Thunderbird using clang. p=mconley,fallen r=jhopkins 2012-07-20 11:39:16 -04:00
Hiroyuki Ikezoe c4b9f64f89 Bug 773127 - Implement SettingsImportHelper. r=mconley 2012-07-18 21:20:07 -04:00
Hiroyuki Ikezoe f79aecf0dd Bug 773124 - Unify the mock of Windows Registry. r=mconley 2012-07-18 21:19:27 -04:00
Neil Rashbrook 9f1e09d5ed Bug 773967 Followup to bug 763651 to compile with external linkage r=Standard8 2012-07-17 21:41:55 +01:00
Neil Rashbrook 828b45794a Bug 773840 Followup to bug 145293 to compile with external linkage r=Standard8 2012-07-17 21:41:13 +01:00
Hiroyuki Ikezoe b1800f769a Bug 145293 - Test. r=mconley 2012-07-10 17:13:13 -04:00
Hiroyuki Ikezoe d8622e9f1c Bug 145293 - Import in text format (txt,csv,tab): Should support non-ascii display names and email addresses. r=bienvenu 2012-07-10 17:12:42 -04:00
Neil Rashbrook 898d5a5ef8 Bug 770330 External linkage fix r=bienvenu 2012-07-03 09:09:47 +01:00
Hiroyuki Ikezoe dd7d93fd9f Bug 703175 - New Test. r=dbienvenu 2012-06-26 21:00:46 -04:00
Hiroyuki Ikezoe 7d265d76ce Bug 703175 - nsImportTextAddress::DetermineDelim seems wrong. r=dbienvenu 2012-06-26 20:59:35 -04:00
Ryan VanderMeulen 64cd6466da Backout test for bug 124486 due to orange. 2012-06-25 16:25:25 -04:00
Ryan VanderMeulen ad8c70acad Disable bug 124486 test for real this time. 2012-06-25 15:33:10 -04:00
Ryan VanderMeulen 6cbd7de574 Disable new test from bug 124486 due to Win7 and Win64 orange. 2012-06-25 15:14:10 -04:00
Hiroyuki Ikezoe 26bf94c177 Bug 124486 - Test for importing OE addressbook. r=mconley 2012-06-25 09:56:22 -04:00
Hiroyuki Ikezoe 5b3f1c9146 Bug 124486 - Enable importing the Outlook Express addressbook in a non-default location. r=dbienvenu 2012-06-25 09:55:59 -04:00
Neil Rashbrook 983d2acfa7 Bug 761790 Followup to support external linkage r=bienvenu 2012-06-23 01:16:57 +01:00
Hiroyuki Ikezoe 8ca5d5484b Bug 731877 - Test for Outlook Express settings importer. r=mconley 2012-06-22 17:29:23 -04:00
Hiroyuki Ikezoe b158301b2c Bug 731877 - Rewrite Outlook Express import module with nsIWindowsRegKey. r=dbienvenu 2012-06-22 17:28:55 -04:00
David Bienvenu 1e2027e5b2 fix bug 761790, remove import dependence on nsIDOMNode and sub-classes, r=neil, sr=standard8 2012-06-18 17:25:59 -07:00
Neil Rashbrook 634f68bf08 Bug 740639 Followup to fix external linkage builds r=bienvenu 2012-06-15 22:23:13 +01:00
alta88 6a021c6ad2 Bug 762636 - Import address book as csv causes description to push all buttons off screen. r=dbienvenu 2012-06-07 13:41:03 -06:00
Hiroyuki Ikezoe f833c043b1 Bug 740639 - Test for Outlook settings import. r=mconley 2012-06-09 10:11:48 -04:00
Hiroyuki Ikezoe d038aa3bdd Bug 740639 - Set smtp server key. r=dbienvenu 2012-06-09 10:11:20 -04:00
Hiroyuki Ikezoe 6097147d7d Bug 740639 - Rewrite Outlook import module with nsIWindowsRegKey. r=dbienvenu 2012-06-09 10:10:57 -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
David Bienvenu 5d6b08598c fix build bustage due to nsIDOMHTMLElement.idl changes, r=bustage, bug 761747 2012-06-05 13:58:30 -07:00
Makoto Kato 7f982613c0 Bug 474756 - Thunderbird crash when importing address book that has quoted string,r=bienvenu 2012-06-04 08:15:37 -07:00
Jan Horak c2026c0cf0 Follow-up for bug 707305 - Fix linking and enable building components for external linkages. r=Neil. 2012-06-02 14:41:56 -04:00
alta88 fe44ea8caf Bug 750292 - Fix/renovate feed opml import/export r=bienvenu,ui-r=bwinton. 2012-06-01 12:12:31 -06:00
Gervase Markham d9160e1ab8 Bug 757018 - upgrade license to MPL 2. 2012-05-30 17:48:24 +01:00
Hiroyuki Ikezoe 03e6cdc4cc Bug 700920 - Part 2: Create an import module to test import implementation in mailnews core. r=dbienvenu 2012-05-24 18:30:23 -04:00
Hiroyuki Ikezoe b1eb01d213 Bug 700920 - Part 1: Create MailImportHelper. r=mconley 2012-05-24 18:30:23 -04:00
Leon Sha 78b60f6ed1 Bug 603265 - Importing a .cvf with empty lines doesn't work. r=dbienvenu. 2012-05-18 14:05:22 +08:00
David Bienvenu 32cbf4bf3f make mail import use pluggable store, bug 729676, r=hiikezoe, sr=standard8 2012-05-09 09:54:24 -07:00
Ms2ger 40d0374a83 Bug 684466 - Fix bustage; r=me 2012-04-25 09:29:51 +02:00