Mike Hommey
9e320ff764
Bug 945582 - Don't use jemalloc3 C99 headers with MSVC versions that have (some) C99 support. r=mshal
...
--HG--
rename : memory/jemalloc/src/include/msvc_compat/inttypes.h => memory/jemalloc/src/include/msvc_compat/C99/inttypes.h
rename : memory/jemalloc/src/include/msvc_compat/stdbool.h => memory/jemalloc/src/include/msvc_compat/C99/stdbool.h
rename : memory/jemalloc/src/include/msvc_compat/stdint.h => memory/jemalloc/src/include/msvc_compat/C99/stdint.h
2014-05-31 09:54:23 +09:00
Ryan VanderMeulen
7c0aac02cb
Backed out changeset 16e5c41a0893 (bug 1015547) for bustage.
2014-05-30 17:09:39 -04:00
Ryan VanderMeulen
2f7bc7901d
Backed out changeset 7b6b2d8dd79b (bug 1015547) for bustage.
2014-05-30 17:09:34 -04:00
Jan Beich
b2da0c1e44
Bug 1015547 - Fill |struct nsID| via arc4random_buf if available on Android and BSDs. r=vlad, r=glandium
2014-05-29 23:09:00 -04:00
Jan Beich
e2a451d5d4
Bug 1015547 - Prefer arc4random to generate UUIDs on BSDs. r=vlad, r=glandium
2014-05-28 21:43:00 -04:00
Emilio Pozuelo Monfort
63ec880d1b
Bug 624422- Add libmozgtk libraries so that libxul can use GTK+ 2 and 3. r=glandium
...
This is necessary for plugins when building libxul for GTK+ 3
because libxul will link against GTK+ 3 and some plugins link
against GTK+ 2, but both GTK+ libraries can't be loaded in the
same process. With this change, we have an indirection between
libxul and libgtk, named libmozgtk. plugin-container will
be modified to load libmozgtk2 in order to only have GTK+ 2
in its address space, thus enabling various plugins (e.g. flash)
on GTK+ 3 firefox.
2014-05-01 13:36:05 +02:00
Nathan Froyd
2beaf5dea4
Bug 1017661
- remove MOZ_NSS_PATCH functionality; r=glandium
2014-05-29 12:16:58 -04:00
Mike Hommey
a8dff83881
Bug 1014976 - Enable jemalloc by default on all Windows MSVC builds, like on other platforms. r=bsmedberg
2014-05-30 09:40:13 +09:00
Mike Hommey
a0b7ebc214
Bug 1014976 - Make --enable-jemalloc imply MOZ_NO_DEBUG_RTL on Windows. r=bsmedberg
2014-05-30 09:40:02 +09:00
Mike Hommey
9a7796b188
Bug 1014976 - Make MOZ_NO_DEBUG_RTL builds actually disable the MSVC debug CRT everywhere. r=bsmedberg
2014-05-30 09:39:44 +09:00
Jonathan Kew
977fd34d2d
bug 998844 - part 1 - add configure option to support for bundled fonts (enabled on b2g desktop products). r=gps
2014-05-29 13:00:49 +01:00
Juan Gomez
10007c9717
Bug 1014403 - [Flatfish][build] B2G for flatfish build failed. r=roc
2014-05-26 08:12:00 +02:00
Wes Kocher
4ecf639fcc
Merge fx-team to m-c
2014-05-23 17:04:56 -07:00
Felipe Gomes
2f35edcb94
Bug 1014367 - Add support for translation API key. r=ted
2014-05-23 13:21:06 -03:00
Wes Kocher
d7647deae8
Merge m-c to inbound
2014-05-22 17:55:00 -07:00
Allison Naaktgeboren
5863724ec4
Bug 1004533 - Guard all e10s testing UI behind an E10S_TESTING_UI ifdef.r=mconley,r=nalexander
2014-05-22 09:09:32 -07:00
Landry Breuil
60120fbf62
Bug 1012447: allow building webapprt against gtk3 r=glandium
2014-05-21 13:50:03 +02:00
Carsten "Tomcat" Book
edac3fcd02
Backed out changeset 9b2588d41e3a (bug 969395) for bustage
2014-05-21 11:29:21 +02:00
Qiang Lu
3199cecfc7
Bug 969395 - Add stub library for accesing VP8 HW codec through android native mediacodec interface. r=rjesup
2014-05-21 10:14:31 +08:00
Mike Hommey
09c9f7f6c5
Bug 999913 - Enable replace-malloc on nightly builds. r=mshal
2014-05-01 10:57:48 +09:00
Nicholas Nethercote
2665a9896d
Bug 1013014 (attempt 2) - Disable Trace Malloc on TBPL debug builds. r=glandium.
...
--HG--
extra : rebase_source : 08fa200fd205225f85b9845bf8c18ac38fe26e0d
2014-05-19 18:16:42 -07:00
Mike Hommey
85c6417ab2
Bug 1014308 - Update jemalloc3 to upstream 3.6.0. r=njn,r=mshal
2014-05-23 07:26:40 +09:00
Robert O'Callahan
0fa2605918
Bug 1001320. Part 5: Use #pragma GCC visibility on B2G. r=glandium
...
--HG--
rename : config/gcc_hidden.h => config/gcc_hidden_dso_handle.h
2014-05-11 23:37:14 -07:00
Ryan VanderMeulen
5bc6b74209
Backed out changeset 8433a3609a54 (bug 1001320) for suspected B2G device image bustage.
...
CLOSED TREE
2014-05-20 12:17:51 -04:00
Nathan Froyd
25ea3278bc
Bug 1004519
- enable intrinsic replacement on windows builds; r=glandium
2014-05-07 13:31:50 -04:00
Robert O'Callahan
5f70fd2a1f
Bug 1001320. Part 5: Use #pragma GCC visibility on B2G. r=glandium
...
--HG--
rename : config/gcc_hidden.h => config/gcc_hidden_dso_handle.h
extra : rebase_source : 600bf9dd51c88ea0cdea3db2e20ce8ab1de9f3fb
2014-05-11 23:37:14 -07:00
Marco Castelluccio
9d51a7ca59
Bug 972201 - Remove the MOZ_B2G_CERTDATA hack. r=briansmith
2014-05-18 15:42:42 +02:00
Jacek Caban
29960ec0e9
Bug 1008192 - Don't try to use hidden visibility on mingw. r=glandium
2014-05-14 13:06:33 +02:00
Jacek Caban
58900f7b3e
Bug 988271 - Relanded configure.in part after bug 999260.
2014-05-14 13:06:03 +02:00
Ryan VanderMeulen
6f5908fb71
Merge inbound to m-c.
2014-05-13 16:27:03 -04:00
Masatoshi Kimura
b4ef255881
Bug 1008851 - Move NONASCII into |if| block to avoid errors on POSIX-violation intolerant environments. r=mshal
2014-05-14 01:04:59 +09:00
Paul Rouget
de10262fd1
Bug 999417 - Land the new App Manager UI. r=jryans r=mshal
2014-05-12 08:53:00 +02:00
Jeff Gilbert
f115cd4d66
Bug 1005484 - Properly skip vista d3dc DLL if missing. - r=mshal
2014-05-09 11:44:11 -07:00
Robert O'Callahan
fe031dffcf
Bug 1001320. Part 5: Enable GCC visibility pragmas on Android. r=glandium
...
--HG--
extra : rebase_source : f9286815e8f07c9836fa64a423dd091e7c3d44d1
2014-04-24 14:51:42 +12:00
Mike Hommey
52a195718f
Bug 1005495 - Move sccache stats out of the build log. r=mshal
2014-05-07 11:50:09 +09:00
Nick Alexander
cee5d66b5e
Bug 1000676 - Part 2: Add MOZ_DEVICES and register about:devices. r=mfinkle
2014-05-05 11:27:56 -07:00
Jeff Gilbert
bccc5af621
Bug 999260 - Ship both d3dcompiler_43 and _46+. - r=mshal
2014-05-02 15:31:05 -07:00
Benoit Girard
e8bd2261b0
Bug 986160 - Add MozGtestFriend.h to deal with gtest in non test builds. r=glandium
2014-04-07 15:23:03 -04:00
Ed Morley
b048a8dbd7
Merge mozilla-central and inbound
2014-05-01 16:23:05 +01:00
Ed Morley
32a9f7d569
Merge latest green fx-team changeset and mozilla-central
2014-05-01 15:53:50 +01:00
Ted Mielczarek
27d96cee66
bug 1003812 - Check for Windows 8 SDK for building Gamepad on Windows. r=glandium
2014-05-01 07:17:19 -04:00
Mark Hammond
143cc8c30d
Bug 1003641 - add MOZ_LOOP configure variable. r=ted
2014-05-01 09:19:32 +10:00
Mike Hommey
58a5e3f81f
Backout changeset 24359653cf0a (bug 999913) for bustage on a CLOSED TREE.
2014-05-01 11:22:26 +09:00
Mike Hommey
9812f2d5fa
Bug 999913 - Enable replace-malloc on nightly builds. r=mshal
2014-05-01 10:57:48 +09:00
Mike Hommey
c5a7a83671
Bug 961264 - Remove checks for visibility pragmas and attributes in gcc. r=ted
2014-05-01 10:53:48 +09:00
Alexandre Poirot
5c95a17f7d
Bug 961745 - Introduce b2g/dev application to build a mulet. r=mshal, r=fabrice
2014-04-28 14:53:00 -04:00
Ryan VanderMeulen
80d774ea50
Merge m-c to inbound on a CLOSED TREE.
2014-04-30 16:47:33 -04:00
Ted Mielczarek
feece67b5f
bug 852935 - Add Android gamepad backend. r=snorp, rs=smaug
2014-04-22 10:53:48 -04:00
Alexandre Poirot
2d1f599c86
Bug 999631 - Disable startup cache via a dedicated flag. r=mshal
2014-04-23 04:57:00 -04:00
Ed Morley
5f8d0681d8
Merge mozilla-central and inbound
2014-04-29 18:23:29 +01:00