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

289 Коммитов

Автор SHA1 Сообщение Дата
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