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

83 Коммитов

Автор SHA1 Сообщение Дата
Makoto Kato 56c58972f4 Bug 1063829 - Add kungFuDeathGrip for nsLDAPOperation r=rkent 2015-02-20 10:03:26 -08:00
Stefan Sitter 619f60f937 Bug 1089138 - Parallel build fails with VS2013, need -FS option r=jcranmer a=jcranmer for a SeaMonkey CLOSED TREE"
--HG--
extra : amend_source : 8c9b62b22d09de25f7a729216518df5700b655ca
2014-11-11 09:14:00 -05: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
Hiroyuki Ikezoe c4bb836590 Bug 1080351 - Part 2: Fix compiler errors caused by bug 1076698, r=Standard8 2014-10-09 14:51:00 -05:00
Mike Hommey fb9670f829 Bug 1062630 - Port bug 1041941 to c-c r=jcranmer a=CLOSED TREE 2014-09-04 21:36:28 +08:00
Ian Neal d6f865071d Bug 1050086 - C-c needs a "port" of bug 1047267 r=jcranmer a=for CLOSED TREE 2014-08-13 22:04:31 +01:00
Ian Neal 9949932396 Bug 1051619 - Port |Bug 914274 - Remove MODULE_NAME| to comm-central r=jcranmer a=for CLOSED TREE 2014-08-13 22:04:29 +01:00
Ian Neal d355e124f8 Bug 1046468 - toolkit/library has an inter-dependency on ldap for comm-central that it needs to be told about in the moz.build world r=jcranmer for a CLOSED TREE 2014-07-31 15:16:26 +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
Ian Neal cacf171b86 Bug 1043019 - "Port |Bug 1036894 - Move in-tree library linkage information to moz.build| and |Bug 1041936 - Allow static library definitions to depend on shared libraries| to comm-central" r=jcranmer, a=jcranmer for CLOSED TREE 2014-07-25 11:23:28 -05:00
Edmund Wong 57e59bcf31 Bug 1037775 - Port |Bug 1036864 - Remove EXPORT_LIBRARY| to Mailnews. r=Standard8 in a CLOSED TREE 2014-07-12 22:08:36 +08: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 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
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
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
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 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
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
Neil Rashbrook cbef38270a Bug 909263 Undefined references to nsMemory in external API builds r+a=jcranmer 2013-09-14 15:27:20 +01:00
Joshua Cranmer d661bc7c96 Fix broken LDAP as fallout from bug 912856, r=Standard8, a=bustage-fix to reopen a CLOSED TREE
--HG--
extra : rebase_source : 46931b28db81c327abd1e4791e5873d531146d08
2013-09-12 12:31:20 -05:00
Joshua Cranmer 7cdcffdf20 Bug 913967: port Bug 912856 to comm-central to fix bustage, r=Standard8, a=bustage-fix.
--HG--
extra : rebase_source : c8fc0d642df7ee7891ee498c78e3f6c79d2de503
2013-09-06 13:18:07 -05: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
Makoto Kato e5e26469b7 Bug 901820 - Fix c-c bustage caused by nsCRT::strndup removal. r=Neil, a=RyanVM 2013-08-23 09:45:25 -04:00
Makoto Kato afa27a25cb Bug 901820 - Part 3. comm-cetral part of replacing nsCRT::strdup. r=Neil, a=jcranmer 2013-08-12 17:12:34 +09: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
Mark Banner d04f753819 Bug 891167 - Port bug 886526 - kill IS_COMPONENT and MODULE_NAME for things that go into libxul to comm-central. blanket-rs=build peer port of m-c bug. a=bustage fix for CLOSED TREE 2013-07-08 17:22:00 -05:00
Joshua Cranmer 7c31b16e50 Backout changeset c1021b0b890c, as the corresponding mozilla-central patch was also backed out to help unbreak a CLOSED TREE. 2013-07-31 17:20:03 -05: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
Joshua Cranmer 78f7936d2c Bug 837862: Remove MOZ_PSM as a configure option. r=Standard8, a=bustage-fix.
Still pushing to SeaMonkey even if it is a CLOSED TREE.
2013-07-15 11:11:42 -05:00
Mark Banner f834e63767 Bug 891167 - Port bug 886526 - kill IS_COMPONENT and MODULE_NAME for things that go into libxul to comm-central. blanket-rs=build peer port of m-c bug. a=bustage fix for CLOSED TREE 2013-07-08 17:22:00 -05:00
Neil Rashbrook 35a1c721d1 Bug 882200 nsLDAPConnection should only addref the message callback on the main thread r=Standard8 2013-06-24 19:26:07 +01: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 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 97d1a082dd Bug 859817 - Followup: Fix implicit conversions to already_AddRefed in nsLDAPService.cpp. 2013-05-26 18:48:24 +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 64d8f8cb10 Bug 869425 - Kill off newly empty Makefile.ins, r=Standard8. 2013-05-09 12:06:32 -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 86ee3b874f Bug 854536 Remove GRE_MODULE from Makefile.in's (port bug 852534 and rules.mk of bug 817076). r=Callek 2013-04-13 10:57:45 +01: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 2ef0372293 Bug 829208 Fix external API build error from bug 807678 r=Standard8 2013-03-06 22:20:13 +00: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
Edmund Wong fd5141a15c Bug 811199 - Port |Bug 794510 - Build with NO_NSPR_10_SUPPORT| to SeaMonkey (part 2) r=Mnyromyr 2013-01-26 09:50:55 +08: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
Mark Banner ddbe6c6040 Fix bustage from bug 807678 - Don't proliferate NSPR DNS types beyond the host resolver itself. Make it possible to easily hook up other host resolvers - landing in mozilla-central. Port the necessary changes to comm-central. r=bustage-fix 2012-12-24 21:51:57 +00:00