Ms2ger
|
2797100606
|
Merge m-c to inbound.
|
2013-08-14 14:47:39 +02:00 |
|
Ms2ger
|
93933b0de8
|
Bug 897909 - Cleanup some SIMPLE_PROGRAMS; r=gps
* * *
FOLD
|
2013-08-14 09:00:13 +02:00 |
|
Ms2ger
|
20752c581e
|
Bug 901063 - Remove HB_DONT_DEFINE_STDINT defines; r=gps
These defines have been unnecessary since we removed mozilla/StandardInteger.h.
The upstream code will default to stdint.h typedefs without them.
|
2013-08-14 08:57:22 +02:00 |
|
Ehsan Akhgari
|
55662e26d0
|
Bug 904121 - Do not include nsIMemory in nsMemory.h; r=vlad
--HG--
extra : rebase_source : b525ab299eeefdd39f6e919c8a0c6407f9bac209
|
2013-08-12 17:44:56 -04:00 |
|
Landry Breuil
|
819bc8d031
|
Bug 899722 Part 2: Backport upstream r32937 to fix symbol collision w/ truncate on BSD r=norbert r=waldo
See http://bugs.icu-project.org/trac/ticket/10290
|
2013-08-14 13:04:41 +02:00 |
|
Landry Breuil
|
02558cdb8a
|
Bug 899722 Part 1: Fix ECMAScript intl on BSD by stripping the extra 's' added to the library name, as done on linux. r=norbert
|
2013-08-14 13:03:40 +02:00 |
|
Landry Breuil
|
2ad9f88ac6
|
Bug 899722 Part 0: Extract patches for bugs 724533 & 853701 into separate patches and make update-icu.sh apply them. r=glandium
|
2013-08-14 13:03:36 +02:00 |
|
Trevor Saunders
|
7da524d402
|
bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium
|
2013-08-08 20:12:37 -04:00 |
|
Ms2ger
|
061d88874c
|
Bug 897921 - Remove some dead assignments in makefiles; r=mshal
|
2013-08-02 09:03:55 +02:00 |
|
Ehsan Akhgari
|
9854ac6166
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
|
Trevor Saunders
|
6b3c839046
|
backout bug 886526 because it probably made us use a lot more memory to link on windows
|
2013-07-29 11:03:21 -04:00 |
|
Ms2ger
|
fb6790e6d8
|
Bug 888643 - Part b: Move CPP_UNIT_TESTS definitions into moz.build files; r=gps
|
2013-07-24 09:23:06 +02:00 |
|
Joshua Cranmer
|
7b9a04da79
|
Bug 884061 - Part 4: Remove nsAtomicRefcnt.h, r=jlebar
--HG--
extra : rebase_source : ce24ab345baa48104328e3c101b7266a31e81870
|
2013-07-11 15:21:45 -05:00 |
|
Joshua Cranmer
|
697b803613
|
Bug 884061 - Part 3l: Use NS_DECL_THREADSAFE_ISUPPORTS in intl/, r=smontagu
--HG--
extra : rebase_source : 8dcd2324d945f8f968690ec14d47d63935d35210
|
2013-07-18 21:23:32 -05:00 |
|
Gervase Markham
|
acfedfd6cb
|
Bug 715549 - remove last vestiges of tri-licence. DONTBUILD.
|
2013-07-19 16:08:33 +01:00 |
|
Norbert Lindenberg
|
70880b32f1
|
Bug 853706 - Backported fix for formatting 0 with significant digits from ICU, and add a warning about this backported fix to update-icu.sh. r=jwalden
--HG--
extra : rebase_source : e49fb499f2a193283533a10321a2b8c79edea8ba
|
2013-07-16 10:39:56 -07:00 |
|
Trevor Saunders
|
82e5558b37
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Trevor Saunders
|
6be251fe42
|
bug 886526 - disallow MODULE_NAME and IS_COMPONENT for makefiles in libxul r=bsmedberg
|
2013-06-25 11:15:21 -04:00 |
|
Trevor Saunders
|
9669bc57b5
|
bug 887854 - remove a bunch of useless includes of pratom.h in intl/ r=ms2ger
|
2013-06-27 13:04:14 -04:00 |
|
Mike Shal
|
37bbfefcec
|
Bug 880245 - Move EXTRA_JS_MODULES to moz.build (batch #4); r=joey
|
2013-07-01 11:34:30 -04:00 |
|
Joey Armstrong
|
9d2e7154d2
|
bug 883350: move SDK_HEADERS to mozbuild (file batch #1) r=mshal
|
2013-07-01 17:24:53 -04:00 |
|
Masatoshi Kimura
|
87dfe91ba3
|
Bug 851982 - Make ISO-2022-JP decoder reliable. r=smontagu
|
2013-06-21 00:54:40 +09:00 |
|
Brian O'Keefe
|
5f8b5163e8
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
|
2013-06-17 15:21:01 -04:00 |
|
Joey Armstrong
|
e7afc73381
|
bug 872086: move SIMPLE_PROGRAMS to moz.build (file batch #1) r=mshal
|
2013-06-13 12:02:02 -04:00 |
|
Martin Stransky
|
f672df1462
|
Bug 877626 - Port GTK2 to GTK3 - build config, rest of the tree. r=karlt
|
2013-06-12 08:04:28 -04:00 |
|
Mike Shal
|
994cfe0b6b
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Joey Armstrong
|
587e59a37b
|
bug 870406: move to moz.build (config batch #1) r=mshal
|
2013-05-24 17:21:14 -07:00 |
|
Aryeh Gregor
|
18866d81dc
|
Bug 867101 - Fix more implicit conversion to already_AddRefed; r=Ms2ger
|
2013-04-28 14:52:10 +03:00 |
|
Gregory Szorc
|
14c4938355
|
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
|
2013-05-17 16:20:11 -07:00 |
|
Ted Mielczarek
|
110919af49
|
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
|
2013-05-16 09:33:26 -04:00 |
|
Joey Armstrong
|
2dbf79e9a4
|
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
|
2013-05-13 16:24:07 -04:00 |
|
Brian O'Keefe
|
2186ab5dce
|
Bug 862986 - Part 2a: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-05-01 14:05:40 -04:00 |
|
Makoto Kato
|
80436162a3
|
Bug 800220 - Part 1. Replace PL_strlen with strlen. r=ehsan
|
2013-05-08 12:40:12 +09:00 |
|
Ryan VanderMeulen
|
9e80ef1555
|
Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
CLOSED TREE
|
2013-04-30 21:09:41 -04:00 |
|
Brian O'Keefe
|
6cb4a9b9be
|
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-04-30 20:46:10 -04:00 |
|
Ryan VanderMeulen
|
d1a59f8eab
|
Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures.
|
2013-04-30 10:08:38 -04:00 |
|
Brian O'Keefe
|
43eddbd12b
|
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-04-30 09:08:31 -04:00 |
|
Joey Armstrong
|
8e99512c32
|
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
|
2013-04-29 14:49:00 -04:00 |
|
Jonathan Kew
|
8bbf876cf8
|
bug 866544 - ignore break position at end-of-text returned by UCFindTextBreak. r=smontagu
|
2013-04-29 19:19:51 +01:00 |
|
Aryeh Gregor
|
659b807986
|
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
|
2013-04-22 14:15:59 +03:00 |
|
Aryeh Gregor
|
e0a4cd5848
|
Bug 859817 - Make NS_NewAtom return already_AddRefed; r=bz
|
2013-04-22 14:13:22 +03:00 |
|
Joel Williamson
|
d3ac3901cd
|
Bug 858897 - Fix warnings in umaptable.c. r=smontagu
|
2013-04-22 08:39:19 -04:00 |
|
Masatoshi Kimura
|
939380bc15
|
Bug 859172 - Call SetInputErrorBehavior from convertURItoUnicode. r=smontagu
|
2013-04-19 22:15:41 +09:00 |
|
Mike Shal
|
77cdb6567d
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Simon Montagu
|
d89ea9f86f
|
Exclude U+30FB KATAKANA MIDDLE DOT from the non-recommended characters that force IDN labels to be displayed as punycode. Bug 857490, r=jfkthame
|
2013-04-09 05:47:03 -07:00 |
|
Trevor Saunders
|
49055ecbc9
|
bug 856349 - remove useless SHORT_LIBNAME assignments r=glandium
|
2013-03-30 15:42:45 -04:00 |
|
Kyle Machulis
|
5aa83c3e11
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Jonathan Kew
|
af15f175c7
|
bug 716482 - Clarify licensing status of intl/hyphenation code. r=gerv DONTBUILD
|
2013-04-01 11:09:17 +01:00 |
|
Norbert Lindenberg
|
159edf3ec0
|
Bug 724533 - Make ICU build with Mozilla build for Windows. r=gps
--HG--
rename : intl/icu/source/config/mh-cygwin-msvc => intl/icu/source/config/mh-msys-msvc
|
2013-03-30 11:21:00 +01:00 |
|
Kyle Machulis
|
c79ccc0693
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|