Carsten "Tomcat" Book
c3f8f98b4e
merge mozilla-inbound to mozilla-central a=merge
2014-10-16 16:07:06 +02:00
Chris Jones
e3d70da1dd
Bug 1082997 - Add an option to explicitly disable skia-gpu and fix the build when it's disabled. r=mattwoodrow
2014-10-14 20:55:37 -07:00
Tooru Fujisawa
dbd0aadeb5
Bug 1080910 - Add USE_ICU variable separated from ENABLE_INTL_API. r=glandium
2014-10-10 02:55:00 -04:00
Ehsan Akhgari
4e75b08de6
Bug 1081414 - Suppress clang-cl warnings about inline 'new' and 'delete'; r=glandium
...
This is the clang-cl version of the fix to bug 928808.
2014-10-16 09:11:31 -04:00
Jordan Santell
d25d54933b
Bug 1077441 - create empty performance tool under build flag. r=vp
2014-10-15 09:46:00 +02:00
Mike Hommey
3bdc381f46
bug 1081034 part 4 - Remove wrapping for weak libc symbols. r=nfroyd
...
This effectively backs out bug 791419, a part of bug 850332, and bug 1001703.
2014-10-16 09:20:16 +09:00
Mike Hommey
d2f7286d95
Bug 1081682 - Make --with-ccache use --with-compiler-wrapper under the hood. r=mshal
...
Also, avoid removing --with-ccache from all subconfigure calls. Only remove it
from NSPR's.
2014-10-15 14:47:02 +09:00
Mike Hommey
143fd413ed
Bug 1080904 - Allow to pass an extra input file for folded-lib symbols through configure. r=mshal
2014-10-14 07:18:57 +09:00
Mike Hommey
7198a50710
Bug 1080341 - Remove --enable-wrap-malloc/--with-wrap-malloc. r=mshal
...
With bug 1077366, --enable-wrap-malloc is not abused anymore for android
linkage. Other than android linkage, the option has been of limited
usefulness since bug 804303 (replace-malloc), which allows runtime wrapping.
In fact, chances are --enable-wrap-malloc breaks things with jemalloc
integration.
This doesn't, however, remove those options from standalone js builds,
although it's not clear they're any useful there either.
2014-10-14 07:17:29 +09:00
Mike Hommey
b08088c7c1
Bug 1077366 - Remove most symbol wrapping from Android builds. r=nfroyd
...
Since essentially everything is linked to libmozglue and libmozglue takes
precedence in symbol resolution in our dynamic linker, there is no need
to wrap most symbols. PR_GetEnv/PR_SetEnv still needs wrapping because
there's no other way to actually wrap the calls from NSPR itself and NSS,
as well as the symbols wrapped because our dynamic linker can't find them
in system libraries on some devices because they're weak.
2014-10-14 07:17:13 +09:00
Chris Peterson
4720f6fef2
Bug 1081208 - Disable -Wparentheses warnings-as-errors because extra parens are expected in preprocessed files. r=bz
2014-10-10 11:25:11 -07:00
Kai Engert
486d122683
Bug 1075686, Update Mozilla 35 to use NSS 3.17.2, RTM
2014-10-10 19:16:08 +02:00
Chris Peterson
32977903f2
Bug 1079672 - Fix -Wpointer-arith warning in GonkAudioDecoderManager.cpp. r=cpearce
2014-10-04 23:18:43 -07:00
Eric Rahm
46ba903bec
Bug 806819 - Part 2: Enable FORCE_PR_LOG globally. r=ted
2014-10-08 13:17:29 -07:00
Chris Peterson
ab88e89f3c
Bug 1076698 - Part 3: Remove -Werror=implicit-int for jemalloc3. r=ted
2014-10-08 10:25:36 -07:00
Tooru Fujisawa
457a6d17e3
Bug 1045958 - Enable ICU on B2G Desktop OS X build r=josh.
2014-10-08 22:43:47 +08:00
Chris Peterson
0b6fd76362
Bug 1076698 - Part 2: Treat some individual gcc/clang warnings as errors in all directories. r=ted
2014-09-19 15:41:20 -07:00
Chris Peterson
d943611ddc
Bug 1076698 - Part 1: Remove unnecessary MOZ_*_SUPPORTS_WARNING checks for warnings supported by gcc 4.4+ and clang. r=ted
2014-09-23 19:48:47 -07:00
Chris Peterson
38bb9255d0
Bug 1076698 - Part 0: Clean up configure.in's list of gcc/clang warnings. r=ted
2014-09-23 19:48:47 -07:00
Wes Kocher
5d7f3c7007
Backed out 5 changesets (bug 806819) for WinXP test failures on a CLOSED TREE
...
Backed out changeset 009ae35b0c67 (bug 806819)
Backed out changeset 5a57f87f5061 (bug 806819)
Backed out changeset f06cd735b5b3 (bug 806819)
Backed out changeset e25a2a8d4af4 (bug 806819)
Backed out changeset 70a167982c3f (bug 806819)
2014-10-06 16:32:50 -07:00
Eric Rahm
bd73b23136
Bug 806819 - Part 2: Enable FORCE_PR_LOG globally. r=ted
...
--HG--
extra : rebase_source : 926d988f0e50abcd07c223b62d367b22ac242344
2014-10-06 13:08:02 -07:00
Mike Hommey
2cf4e5103f
Bug 1077214 - Don't export DLLFLAGS from main configure. r=mshal
...
DLLFLAGS was exported from main configure so that it would be picked by NSPR
configure, allowing to pass down flags to link NSPR against mozglue. With
MOZ_FOLD_LIBS always enabled on MSVC builds, that is not necessary anymore
since the NSPR build system doesn't build any shared library anymore.
2014-10-04 10:34:13 +09:00
Mike Hommey
608d70771a
Bug 1077212 - Move MOZ_FOLD_LIBS to configure. r=mshal
...
Setting MOZ_FOLD_LIBS should stop being an opt-in for individual applications,
which also makes them responsible for doing the right thing, which happens not
to be the case for B2G Desktop Linux builds.
Enforcing MOZ_FOLD_LIBS to be set on the relevant platforms in configure ensures
everything is setup up correctly, and also allows to stop caring about supporting
now hypothetical e.g. MSVC builds without MOZ_FOLD_LIBS (which require to pass
DLLFLAGS down to the nspr build system to make nspr built against mozglue which
would now be unnecessary)
2014-10-04 10:33:46 +09:00
Mike Hommey
b4265f0fa8
Bug 1077151 - Always use expandlibs descriptors when they exist. r=mshal
...
Currently, when there is both an expandlibs descriptor and an actual static
library, expandlibs picks the static library. This has the side effect that
if there are object files in the static library that aren't directly used,
they're dropped when linking, even when they export symbols that would be
exported in the final linked binary.
In most cases in the code base, files are not dropped that way. The most
notable counter-example is xpcomglue, where actually not dropping files
leads to link failure because of missing symbols those files reference
(yes, that would tend to say the glue is broken in some way).
On the opposite side, there is mozglue, which does have both a descriptor
and a static library (the latter being necessary for the SDK), and that
linking as a static library drops files that shouldn't be dropped (like
jemalloc). We're currently relying on -Wl,--whole-archive for those files
not to be dropped, but that won't really be possible without much hassle
in a world where mozglue dependencies live in moz.build land.
Switching expandlibs to use descriptors when they exist, even when there
is a static library (so, the opposite of the current behavior) allows to
drop -Wl,--whole-archive and prepare for a better future. However, as
mentioned, xpcomglue does still require to be linked through the static
library, so we need to make it a static library only.
To achieve that, we make NO_EXPAND_LIBS now actually mean no expandlibs
and use that to build the various different xpcomglues.
2014-10-04 10:33:00 +09:00
Mike Hommey
0406c0c45e
Bug 1077132 - Force ELF hash style to System V when building with MOZ_LINKER. r=nfroyd
2014-10-04 10:32:27 +09:00
Ryan VanderMeulen
d222e46ad3
Merge fx-team to m-c. a=merge
2014-10-03 16:13:24 -04:00
Lucas Rocha
020b188c14
Bug 1065494 - Put the new tablet UI behind a build flag (r=nalexander)
...
--HG--
rename : mobile/android/base/resources/color-large-v11/new_tablet_tab_strip_item_title.xml => mobile/android/base/newtablet/res/color-large-v11/new_tablet_tab_strip_item_title.xml
rename : mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_default_favicon.png => mobile/android/base/newtablet/res/drawable-large-hdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_ic_menu_back.png => mobile/android/base/newtablet/res/drawable-large-hdpi-v11/new_tablet_ic_menu_back.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_ic_menu_forward.png => mobile/android/base/newtablet/res/drawable-large-hdpi-v11/new_tablet_ic_menu_forward.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_ic_menu_reload.png => mobile/android/base/newtablet/res/drawable-large-hdpi-v11/new_tablet_ic_menu_reload.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_menu.png => mobile/android/base/newtablet/res/drawable-large-hdpi-v11/new_tablet_menu.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_tabs_count.png => mobile/android/base/newtablet/res/drawable-large-hdpi-v11/new_tablet_tabs_count.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_tabs_count_foreground.png => mobile/android/base/newtablet/res/drawable-large-hdpi-v11/new_tablet_tabs_count_foreground.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_default_favicon.png => mobile/android/base/newtablet/res/drawable-large-mdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_ic_menu_back.png => mobile/android/base/newtablet/res/drawable-large-mdpi-v11/new_tablet_ic_menu_back.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_ic_menu_forward.png => mobile/android/base/newtablet/res/drawable-large-mdpi-v11/new_tablet_ic_menu_forward.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_ic_menu_reload.png => mobile/android/base/newtablet/res/drawable-large-mdpi-v11/new_tablet_ic_menu_reload.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_menu.png => mobile/android/base/newtablet/res/drawable-large-mdpi-v11/new_tablet_menu.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_tabs_count.png => mobile/android/base/newtablet/res/drawable-large-mdpi-v11/new_tablet_tabs_count.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_tabs_count_foreground.png => mobile/android/base/newtablet/res/drawable-large-mdpi-v11/new_tablet_tabs_count_foreground.png
rename : mobile/android/base/resources/drawable-large-v11/new_tablet_tab_strip_divider.xml => mobile/android/base/newtablet/res/drawable-large-v11/new_tablet_tab_strip_divider.xml
rename : mobile/android/base/resources/drawable-large-v11/new_tablet_tab_strip_item_bg.xml => mobile/android/base/newtablet/res/drawable-large-v11/new_tablet_tab_strip_item_bg.xml
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_default_favicon.png => mobile/android/base/newtablet/res/drawable-large-xhdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_ic_menu_back.png => mobile/android/base/newtablet/res/drawable-large-xhdpi-v11/new_tablet_ic_menu_back.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_ic_menu_forward.png => mobile/android/base/newtablet/res/drawable-large-xhdpi-v11/new_tablet_ic_menu_forward.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_ic_menu_reload.png => mobile/android/base/newtablet/res/drawable-large-xhdpi-v11/new_tablet_ic_menu_reload.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_menu.png => mobile/android/base/newtablet/res/drawable-large-xhdpi-v11/new_tablet_menu.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_tabs_count.png => mobile/android/base/newtablet/res/drawable-large-xhdpi-v11/new_tablet_tabs_count.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_tabs_count_foreground.png => mobile/android/base/newtablet/res/drawable-large-xhdpi-v11/new_tablet_tabs_count_foreground.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_default_favicon.png => mobile/android/base/newtablet/res/drawable-large-xxhdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_ic_menu_back.png => mobile/android/base/newtablet/res/drawable-large-xxhdpi-v11/new_tablet_ic_menu_back.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_ic_menu_forward.png => mobile/android/base/newtablet/res/drawable-large-xxhdpi-v11/new_tablet_ic_menu_forward.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_ic_menu_reload.png => mobile/android/base/newtablet/res/drawable-large-xxhdpi-v11/new_tablet_ic_menu_reload.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_menu.png => mobile/android/base/newtablet/res/drawable-large-xxhdpi-v11/new_tablet_menu.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_tabs_count.png => mobile/android/base/newtablet/res/drawable-large-xxhdpi-v11/new_tablet_tabs_count.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_tabs_count_foreground.png => mobile/android/base/newtablet/res/drawable-large-xxhdpi-v11/new_tablet_tabs_count_foreground.png
rename : mobile/android/base/resources/layout-large-v11/new_tablet_browser_toolbar.xml => mobile/android/base/newtablet/res/layout-large-v11/new_tablet_browser_toolbar.xml
rename : mobile/android/base/resources/layout-large-v11/new_tablet_tab_strip.xml => mobile/android/base/newtablet/res/layout-large-v11/new_tablet_tab_strip.xml
rename : mobile/android/base/resources/layout-large-v11/new_tablet_tabs_counter.xml => mobile/android/base/newtablet/res/layout-large-v11/new_tablet_tabs_counter.xml
rename : mobile/android/base/resources/layout-large-v11/tab_strip.xml => mobile/android/base/newtablet/res/layout-large-v11/tab_strip.xml
rename : mobile/android/base/resources/layout-large-v11/tab_strip_item.xml => mobile/android/base/newtablet/res/layout-large-v11/tab_strip_item.xml
rename : mobile/android/base/resources/layout-large-v11/tab_strip_item_view.xml => mobile/android/base/newtablet/res/layout-large-v11/tab_strip_item_view.xml
2014-10-03 11:47:46 +01:00
Nathan Froyd
94fd463d11
Bug 1072071 - disable warning C4267 on windows; r=mshal
2014-10-01 10:43:53 -04:00
Mike de Boer
b7328204e1
Bug 1069816: implement Google contacts import class. r=abr
2014-10-02 12:37:38 +02:00
wesj
5b33ccde26
Bug 1071091 - Restrict the system download manager to non-release builds for now. r=nalexander
2014-09-24 22:29:00 -07:00
Carsten "Tomcat" Book
e8c52fe173
merge fx-team to mozilla-central a=merge
2014-09-26 13:27:36 +02:00
Robert Strong
25f34aaa79
Bug 1070428 - NSIS version check uses undefined REQ_NSIS_MAJOR_VER in output messages. r=ted
2014-09-25 13:29:01 -07:00
Gian-Carlo Pascutto
2d486eeb3a
Bug 1059573 - Add an option to use hardware AEC for WebRTC. r=jesup,ted
2014-09-24 19:11:58 +02:00
Jacek Caban
fc9cce0e16
Bug 1060401
- NSS and NSPR libs can't be found in mingw builds. r=glandium
2014-09-23 11:51:36 +02:00
Timothy Arceri
dd9c48f685
b=1068964 Bump GTK required version to 2.18.0 r=karlt
...
Now that Seamonkey is building with CentOS 6
we can bump the gtk version ready for some code tidy ups.
--HG--
extra : transplant_source : q%B0%27%5By%171%F2%21%04Q%B4%07s%0A%9C%BC%19%3C%8B
2014-09-18 08:17:11 +10:00
Terrence Cole
8bbadd1d51
Bug 987666 - Remove root-analysis build option from root configure.in; r=sfink
...
--HG--
extra : rebase_source : b6fb9f8f13feddbb94b57cb65403519703cc37e0
2014-09-25 16:56:44 -07:00
David Keeler
af0a52a3c6
bug 1053565 - update minimum system NSS requirement in configure.in (it is now 3.17.1) r=glandium
2014-09-11 16:12:14 -07:00
Cervantes Yu
8b2412979d
Bug 1067248: Fix the regular expression to strip ccache in building NSPR in bug 1066669. r=ted
...
--HG--
extra : rebase_source : 86b9b52966ce43d5ace9f2189f1db38173549f19
2014-09-15 17:48:38 +08:00
Markus Stange
ce479103be
Bug 1066669 - Tweak the regex to work with just --with-ccache. rs=ted DONTBUILD
2014-09-12 18:40:12 +02:00
Markus Stange
96707bcbc0
Bug 1066669 - Use a regex that OS X sed understands. Fixes configure failures when using --with-ccache=... rs=ted
2014-09-12 18:31:50 +02:00
Christian Holler
53335f3133
Bug 1058500 - Add MSan support to the build system. r=ted,waldo
2014-09-11 23:21:46 +02:00
Cervantes Yu
31a5b6ed67
Bug 991035: Don't prepend ccache twice in building NSPR. r=ted
...
--HG--
extra : rebase_source : 95a4b5bd9d35b7cfc50da2fa4d14400f31f6d3f5
2014-09-01 17:34:17 +08:00
Mike Hommey
77c2089cb5
Bug 1051209 - Properly link libxul.so on GTK+3 builds after bug 1045783. r=mshal
2014-09-11 12:24:44 +09:00
Terrence Cole
29dc9aff5e
Bug 914402 - Remove the defunct conservative stack scanner; r=sfink
...
--HG--
extra : rebase_source : c261ef7492694e9724c78edc7bc0dac7aa4357ba
2014-09-09 15:08:23 -07:00
Bob Owen
061d00b434
Bug 1063455 - Define MOZ_STACKWALKING when NS_StackWalk is available and replace other instances of the same #if logic. r=mshal, r=froydnj
2014-09-08 18:25:20 +01:00
David Major
af3cfdb5d0
Backed out 040e85d18eab (bug 931687) for causing bug 1018402
...
--HG--
extra : rebase_source : c41a6125fabb2b11fb546a3253979003d80095eb
2014-09-10 15:48:56 +12:00
Chris Kitching
ee8e407300
Bug 1062112: Part 5: Make configure accept JDK 8. r=nalexander
2014-09-03 17:26:06 -07:00
Ryan VanderMeulen
672fb4d000
Merge fx-team to m-c. a=merge
2014-09-05 11:54:57 -04:00
Nathan Toone
31885783c5
Bug 1055909 - Check for google play services after loading configure.sh from branding. r=glandium
2014-09-04 08:01:00 +02:00
Alan K
635f49e75e
Bug 993584 - Initial landing for CloudSync. r=rnewman
2014-09-04 21:44:00 +02:00
Carsten "Tomcat" Book
0b56bf9838
Backed out changeset 5adabc2818b2 (bug 1018966) for b2g bustage
2014-09-04 15:14:41 +02:00
Bob Owen
3f62750874
Bug 1018966 - Part 1: Add the main warn only sandbox machinery - with no Chromium code changes. r=bsmedberg
...
This change also includes the content sandboxing code on Windows Nightly by defining MOZ_CONTENT_SANDBOX=1.
Whether the content sandbox is disabled, in warn only mode, or enabled is controlled by a new pref: browser.tabs.remote.sandbox=(off/warn/on)
2014-06-11 15:32:37 +01:00
Bob Owen
cf06b12d8d
Bug 1018966 - Part 1: Add the main warn only sandbox machinery - with no Chromium code changes. r=bsmedberg r=tabraldes
...
This change also includes the content sandboxing code on Windows Nightly by defining MOZ_CONTENT_SANDBOX=1.
Whether the content sandbox is disabled, in warn only mode, or enabled is controlled by a new pref: browser.tabs.remote.sandbox=(off/warn/on)
2014-06-11 15:32:37 +01:00
Mike Hommey
d0c653396e
Bug 1062219 - Don't build build/clang-plugin as an external directory. r=jcranmer
2014-09-04 17:44:01 +09:00
Chris Kitching
054ae14af2
Bug 1044794 - Part 1: build flag for share overlays. r=nalexander
2014-08-05 14:37:59 -07:00
Chris Kitching
4dbfee00cc
Bug 1056128: Enable JDK source level 1.7 for Android Java code. r=nalexander
2014-08-29 03:44:27 -07:00
Andrew Halberstadt
3ae82623e4
Bug 1051809 - Package and upload code coverage data to build directory if code coverage is enabled, r=gps
2014-08-27 13:32:42 -04:00
Ryan VanderMeulen
d51fed3906
Merge m-c to inbound. a=merge
...
CLOSED TREE
--HG--
extra : amend_source : e59af3fa8b325da192204b3a227c24de690055c7
2014-08-27 15:54:44 -04:00
Joshua Cranmer
9227201777
Bug 1040009: Add support for comm-central applications to --enable-application in mozilla's configure.in, r=glandium, a=edmorley.
...
The purpose of this bug is to adjust the configure logic so that a .mozconfig
set up for comm-central can be used in the mozilla-central logic without needing
to adjust or override any commands.
--HG--
extra : amend_source : fa388484330eca8ead8b2fefe350f350ad5582e6
2014-08-27 10:03:24 -05:00
Jacek Caban
57c0ae2d2e
Bug 1042426 - Added --disable-sandbox option that disables building sandbox code. r=glandium
2014-08-27 16:32:55 +02:00
Glenn Randers-Pehrson
b813184aa2
Bug 1021713 - Update in-tree libpng to version 1.6.13. r=jmuizelaar
2014-08-22 07:11:00 -04:00
David Major
6bb6f521fb
Bug 1001332 - Set subsystem version to 5.01 to make VS2013 builds run on XP. r=glandium
...
--HG--
extra : rebase_source : 30b0f750d6a094e16cc9815db697f6bd39ae5a97
2014-08-27 21:20:10 +12:00
Mark Banner
df1783f479
Bug 763180 - NS_XRE_ENABLE_EXTENSION_MANAGER flag does nothing - remove it. r=glandium
2014-08-26 08:50:07 +01:00
Ryan VanderMeulen
1b936d692c
Bug 1054680 - Upgrade SQLite to version 3.8.6 - Mozilla changes. r=asuth
2014-08-25 08:56:01 -04:00
Kartikaya Gupta
942bbe220f
Bug 1055605 - Replace MOZ_ANDROID_OMTC with MOZ_WIDGET_ANDROID. r=BenWa
2014-08-22 15:26:56 -04:00
Nathan Froyd
6c4e55802a
Bug 1056263 - remove unneeded configure checks for ssize_t, stat.st_blksize, and siginfo_t; r=mshal
...
js/src/ retains the ssize_t check because ctypes needs it.
2014-08-20 14:55:41 -04:00
Makoto Kato
c4e0574b7e
Bug 1054811 - Set HAVE_X86_AVX2 for VS2012 or later. r=glandium
2014-08-21 15:46:45 +09:00
Ian Neal
e250024af7
Bug 1054470 - Remove unused MOZ_APP_COMPONENT_INCLUDE r=glandium
2014-08-19 12:38:03 +01:00
Ian Neal
3103f7a3f6
Bug 1053439 - MOZ_APP_COMPONENT_MODULES and MOZ_APP_EXTRA_LIBS are no longer required r=glandium
2014-08-15 20:40:19 +01:00
Jon Coppeard
22aa411e62
Bug 650161 - Add --enable-gccompacting configure flag for compacting GC r=terrence r=ted
2014-08-14 11:46:26 +01:00
David Keeler
843f8bbee8
bug 1030963 - remove non-standard window.crypto functions/properties r=jst r=briansmith r=glandium
2014-08-14 09:38:42 -07:00
Blake Wu
690e5b5189
Bug 1052536 - Remove extra space to silence configure warning. r=glandium
2014-08-12 20:06:00 -04:00
Sylvestre Ledru
1f1a764333
Bug 1053135 - Disable the usage of -freorder-blocks when using clang r=glandium
...
In future version of clang, unsupported optimization flags are going to trigger a warning. They used to be silently ignored or triggering an error.
2014-08-14 14:43:30 +02:00
Ed Morley
5a23df2bd2
Backed out changeset 297ca183fff9 (bug 650161) for crashes; CLOSED TREE
2014-08-14 12:53:15 +01:00
Jon Coppeard
d4dc9fe4ba
Bug 650161 - Add --enable-gccompacting configure flag for compacting GC r=terrence r=ted
2014-08-14 11:46:26 +01:00
Ed Morley
f89428e987
Merge latest green fx-team changeset and mozilla-central; a=merge
2014-08-14 08:50:16 +01:00
David Major
77e70e7320
Bug 1043108 - Remove arch:IA32 from non-x86 builds. r=glandium
...
--HG--
extra : rebase_source : 3826e179b2e2f14371a58a476b29cb1dd4d088d7
2014-08-14 11:08:05 +12:00
Mike Hommey
4fda2da4f7
Bug 1042432 - Change how UPLOAD_EXTRA_FILES is passed down from mozconfig.cache to the build system. r=mshal
2014-08-14 07:15:35 +09:00
Vladimir Vukicevic
4a3c43c587
b=1052518; remove --disable-webgl; r=jgilbert
2014-08-12 12:04:36 -04:00
Kartikaya Gupta
00034d810d
Bug 1046344 - Add a build option to enable the C++ APZ code. r=snorp
2014-08-08 17:41:51 -04:00
Wes Kocher
ea2ca055ae
Merge m-c to inbound on a CLOSED TREE
2014-08-08 14:15:34 -07:00
Steven Michaud
d67d41563b
Bug 1012949 - Sandbox the OpenH264 plugin for Mac r=rjesup,areinald,ted a=PatchNeedsToLandToday
2014-08-08 11:55:22 -05:00
Blake Wu
a211024cd6
Bug 941302 - Part 1: Enable FMP4 For B2G. r=glandium
...
From 8975687002a17f5f67e724673458028897726068 Mon Sep 17 00:00:00 2001
2014-08-07 18:24:20 +08:00
Joshua Cranmer
91264d433d
Bug 1035599: Fix branding directory location for comm-central, r=glandium
2014-08-07 19:29:00 -05:00
Joshua Cranmer
ae0877aba9
Bug 1035599: Merge the mozilla-central and comm-central objdir, r=gps
...
This change merges mozilla-central and comm-central into having a single
topobjdir file but retaining two topsrcdirs (and two build systems). This state
is hopefully only the first part of a series of changes that eliminate the
comm-central build system partial clone completely.
--HG--
extra : rebase_source : 02aa2c4551df405d9783ac85cc41fe90b67bf057
extra : amend_source : d3cc677d59603648165bf65afa28413f2c40b2fd
2014-08-07 19:27:58 -05:00
Mike Hommey
0f4c5d9244
Bug 1047267 - Move remaining OS_LIBS and EXTRA_LIBS to moz.build. r=gps
...
* * *
Bug 1047267 - To fold with "Move remaining OS_LIBS and EXTRA_LIBS to moz.build"
2014-08-07 14:21:03 +09:00
Mike Hommey
490b04e4f0
Bug 1050037 - Remove STLPORT_LIBS/STLPORT_LDFLAGS from Makefiles. r=mshal
2014-08-07 13:48:10 +09:00
Jan Beich
949dd546f6
Bug 1046224 - Fix --disable-dtrace configure logic. r=ted
2014-07-30 10:03:00 -04:00
Ms2ger
f69da7e7c2
Bug 1018288 - Make -Wtype-limits fatal; r=mshal
...
This warning is not enabled for C code, as we have some C code in the tree
(including some upstream code) that triggers them on enum-in-bounds checks, if
enums have an unsigned type.
2014-08-08 15:14:51 +02:00
Mike Hommey
ec54bf6c1f
Bug 1045783 - Move most OS_LIBS to moz.build and do some related cleanup. r=mshal
2014-08-06 07:25:33 +09:00
Mike Hommey
0f1191f02f
Bug 1045783 - Make most *_LIBS variables from configure lists in moz.build. r=mshal
2014-08-06 07:24:55 +09:00
Jed Davis
7bab545482
Bug 1012951 - Add Linux sandboxing for GeckoMediaPlugin processes. r=kang r=ted
...
--HG--
extra : rebase_source : 1b890000d5b8d2a8954cdd1118a1023eba829c29
2014-08-04 15:11:18 -07:00
Nathan Froyd
67b8c4c136
Bug 1047173 - move MOZ_GTK*_CFLAGS hacking from config.mk to configure.in; r=glandium
...
This move ensures that other makefile variables that reference
MOZ_GTK*_CFLAGS, e.g. TK_CFLAGS, will always have a consistent view of
MOZ_GTK*_CFLAGS.
2014-08-01 12:11:01 -04:00
Mike Hommey
37f04ee67f
Bug 1047791 - Use integers for audio when on Android, or when using ARM on other OSes, and disable webm encoding. r=padenot
2014-08-04 09:03:59 +09:00
Ed Morley
954b777365
Merge mozilla-central and b2g-inbound
2014-08-01 18:03:34 +01:00
Mike Hommey
17533c71ec
Bug 1046045 - Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in jemalloc's configure. r=mshal
2014-08-01 15:55:56 +09:00
Nathan Froyd
aa850c4c7d
Bug 1042878 - part 1 - make most *CFLAGS variables from configure lists in moz.build; r=glandium
2014-07-24 11:54:42 -04:00
Thinker K.F. Li
aed1ff9a75
Bug 977026 - Part 2: B2G loader. r=khuey, r=cyu
...
--HG--
rename : ipc/app/MozillaRuntimeMain.cpp => ipc/contentproc/plugin-container.cpp
2014-07-30 03:24:00 -04:00
Ralph Giles
fa10cc1973
Bug 941296 - Check for CoreMedia headers in configure. r=ted
...
We build against the CoreMedia framework headers which are
only available on 10.7 and later, although we run on 10.6.
Check that this framework is available an configure time and
print a relevant error message in case someone passes
--with-macos-sdk=/Developer/SDKs/MacOSX10.6.sdk.
2014-07-28 13:36:00 -07:00
Ralph Giles
af2250fc8f
Bug 941296 - Enable FMP4 when APPLEMEDIA is enabled. r=cpearce,ted
...
This requires moving the MOZ_APPLEMEDIA define. I put it in
alphabetical order with the other platform decoder checks.
Also removes the --disable-apple-media configure switch.
We don't have proper testing for these options, so it's
better not to offer the choice.
2014-07-09 15:25:00 -07:00
Ed Morley
433e593c8c
Backed out changeset d50d7e88f35e (bug 1012951) for LSan failures
2014-07-30 16:49:43 +01:00
Jed Davis
ac97af274c
Bug 1012951 - Sandbox GMP plugins on Linux using seccomp-bpf. r=kang r=ted
2014-07-29 15:31:12 -07:00
Oleg Romashin
30a5c9e2bd
Bug 966814 - Build with disabled X11 on linux failing to compile. r=ted
2014-07-29 19:21:08 +02:00
Daniel Holbert
04de52084e
Bug 1041670 - Drop obsolete comment in configure.in about --disable-angle. r=jgilbert
2014-07-21 11:09:00 +02:00
Mike Hommey
f39ef3e627
Backout changesets 7ff3cd713466, f8ec5977a454 and c7c37390b46b (bug 977026) for b2g bustage on a CLOSED TREE.
2014-07-29 14:50:41 +09:00
Thinker K.F. Li
fbe3632a77
Bug 977026 - part 2: B2G loader. r=khuey,cyu
...
--HG--
rename : ipc/app/MozillaRuntimeMain.cpp => ipc/contentproc/plugin-container.cpp
2014-07-25 20:52:00 +02:00
Mike Hommey
e5c43ef995
Bug 1036894 part 8 - Move most in-tree library linkage information to moz.build, as USE_LIBS. r=gps
2014-07-23 13:30:52 +09:00
Terrence Cole
79f86ed8e2
Bug 753203 - Enable exact rooting by default in all configurations; r=sfink
2014-07-18 11:26:46 -07:00
Jesse Ruderman
40edfc4d7f
Bug 982693 - when checking whether the compiler supports -fno-integrated-as, also pass in -S, because -fno-integrated-as alone does not seem to work. r=gps
2014-07-19 23:58:25 -07:00
Mike Hommey
15534a15c4
Bug 1040639 - Remove LIBS_DIR. r=mshal
2014-07-19 08:42:16 +09:00
Ryan VanderMeulen
77b1c14c1a
Merge m-c to inbound. a=merge
2014-07-18 10:25:14 -04:00
Ehsan Akhgari
52958fa67e
Bug 1040174 - Disable the usage of SEH in gtest where we disable it for Gecko; r=glandium
2014-07-18 09:13:08 -04:00
Mike Hommey
d878c2940f
Bug 1039897 - Don't tie webrtc-required X11 library requirements to in-tree cairo flags. r=ted,a=kwierso
2014-07-17 14:55:11 +09:00
Jed Davis
1cdd0d8544
Bug 1037211 - Remove MOZ_CONTENT_SANDBOX_REPORTER by making it always true. r=kang r=ted
...
--HG--
extra : amend_source : 450d51dab077794e194bf407044de95627de0cde
2014-07-17 14:57:28 -07:00
Steve Fink
00e43e2148
Bug 975011 - Allow js/src/configure to invoke the in-tree NSPR configure. r=glandium
...
--HG--
extra : rebase_source : 92960a00e4d89eb9f2af4247c1434f31e27392a0
2014-02-25 14:15:16 -08:00
David Major
7a0fbacbe0
Bug 836658 - Use -arch:IA32 on VS2012 to avoid requiring SSE2. r=glandium
2014-07-17 13:57:44 +12:00
Edwin Flores
7400047efb
Bug 1038467 - Rename MediaPlugin* classes r=cpearce
2014-07-17 13:32:56 +12:00
Mike Hommey
0c686be531
Bug 1038639 - Remove --with-libxul-sdk and --with-system-libxul. r=bsmedberg
2014-07-17 08:42:16 +09:00
Edwin Flores
8fe038b15e
Bug 1038031 - Add --disable-eme flag - r=cpearce,gps,bz
2014-07-17 08:54:00 +12:00
Gian-Carlo Pascutto
88a864d26f
Bug 983504 - Buildsystem changes for screen sharing. r=ted
2014-07-07 08:50:00 +02:00
Mark Banner
054e18d505
Bug 1017273 Change Loop from compile-time enabled to runtime-enabled with a pref. r=dolske,r=jesup,r=glandium,r=gijs
2014-07-16 15:15:07 +01:00
Wes Kocher
9eebe50a0d
Merge m-c to fx-team
2014-07-15 17:50:18 -07:00
Nick Alexander
9032d13fa0
Bug 1024708 - Part 1: Add build feature flag MOZ_ANDROID_MLS_STUMBLER. r=rnewman
2014-07-15 13:50:20 -07:00
Jon Coppeard
c92aaa300f
Bug 941804 - Reduce chunk size to 256K for B2G r=terrence
2014-07-15 09:42:47 +01:00
Landry Breuil
e4f28bd690
Bug 982693 - use -fno-integrated-as (if available) with clang when building vp8_asm_enc_offsets.c r=tterriberry
2014-07-11 09:55:27 +02:00
Mike Hommey
dbf9b286cd
Bug 1036794 - Remove MOZ_APP_COMPONENT_LIBS. r=mshal
2014-07-11 19:06:23 +09:00
Mike Hommey
fe76207882
Bug 1036645 part 2 - Make using a separate config.cache the default for AC_OUTPUT_SUBDIRS. r=gps
...
All subconfigures are essentially doing it already, so just inverse the process. That would also limit problems with additional subconfigures (all the recent ones had to come with their own config.cache)
2014-07-11 19:06:07 +09:00
Carsten "Tomcat" Book
20c45ed4e3
merge fx-team to mozilla-central a=merge
2014-07-10 14:54:35 +02:00
Ryan VanderMeulen
d03e147238
Merge m-c to fx-team. a=merge
2014-07-09 16:18:27 -04:00
Wes Johnston
b05bda4987
Backout 13d9e025fc86 and 3f846b593bcb for bustage (bug 1033560). r=backout
2014-07-09 11:59:36 -07:00
Mukilan Thiyagarajan
bf9a7de167
Bug 1000994 - Allow specifying SONAME of a shared library in moz.build. r=glandium
2014-07-09 00:47:00 +02:00
Wes Kocher
7cf37526f7
Merge m-c to inbound
2014-07-08 20:04:41 -07:00
Wes Johnston
ad909783b2
Bug 1033560 - Enable chromecast support in dev builds. r=gps,blassey
2014-07-08 09:15:50 -07:00
Mike Hommey
5cf267bd6f
Bug 1029346 - Add -Wno-error=coverage-mismatch to PGO builds
2014-07-09 08:05:03 +09:00
Nathan Froyd
df8d19459d
Bug 1031352 - share the logic for determining what MSVC DLLs to package; r=glandium
2014-06-27 11:24:29 -04:00
Mark Banner
daf2fe32a4
Bug 1032017 Remove MOZ_SERVICES_FXACCOUNTS flags as it is no longer necessary. Also fixes test_hawkrequest.js failures in m-c. r=glandium
2014-07-08 07:37:57 +01:00
Ehsan Akhgari
664a463832
Bug 1034094 - Remove support for the gcc-style clang driver on Windows; r=glandium
...
This basically reverts the now unneeded parts of bug 752034.
clang-cl driver should be used on Windows instead.
2014-07-04 10:43:37 -04:00
Ehsan Akhgari
06dc20368a
Bug 1032520 - Do not pass -RELEASE to clang-cl for non-developer builds; r=glandium
2014-07-02 10:29:33 -04:00
Nick Alexander
a24d00d836
Bug 1021864 - Part 2: Add build feature flag MOZ_ANDROID_SEARCH_ACTIVITY. r=rnewman
2014-06-30 11:21:49 -07:00
Jim Blandy
15b78ecf33
Bug 800200: Remove references to JSD from outside js/jsd. r=mccr8,bholley,ted,smaug
2014-06-27 11:05:08 -07:00
Jim Blandy
49dfe7b943
Bug 800200: Delete all references to the obsolete Venkman chrome debugger from the tree. r=ted
2014-06-27 11:05:07 -07:00
Brian Smith
2ea2825f08
Bug 883339: Enable "mach gtest" on Windows, but leave GTest disabled for "make check", r=glandium
...
--HG--
extra : rebase_source : e62eac1e5e70293d3c9df5406c996097abccbd3a
2014-06-08 19:00:58 -07:00
Brian R. Bondy
9886164729
Bug 598615 - Rename HAVE_64BIT_OS to HAVE_64BIT_BUILD. r=ted
2014-06-24 22:16:25 -04:00
Nathan Froyd
7a4dfe1208
Bug 728600 - define TARGET_XPCOM_ABI in mozilla-config.h; r=glandium
2014-06-23 15:06:48 -04:00
Ryan VanderMeulen
34eb2b2135
Bug 1020815 - Upgrade SQLite to version 3.8.5 - Mozilla changes. r=mak
2014-06-24 14:46:02 -04:00
823ecbf857
Bug 1026858 - "search for "stdio.h" exactly". r=mshal
2014-06-18 17:19:00 +02:00
Chris Peterson
2c6c9dce99
Bug 1013065 - Remove bug 65664's NSCAP_DONT_PROVIDE_NONCONST_OPEQ workaround. r=dbaron
2014-05-04 23:11:04 -07:00
Mike Hommey
6ddd16c14e
Bug 1026469 - Use AC_CHECK_LIB instead of MOZ_CHECK_PTHREADS. r=ted
2014-06-21 09:13:58 +09:00
Ryan VanderMeulen
fdda11b713
Backed out changeset 9d86b9442f0b (bug 975011) for Windows debug test bustage that only appears on clobber builds.
...
CLOSED TREE
2014-06-18 13:21:57 -04:00
Steve Fink
d313788ccc
Bug 975011 - Allow js/src/configure to invoke the in-tree NSPR configure. r=glandium
2014-02-25 14:15:16 -08:00
Jan Beich
0ec208e47f
Bug 1015547 - Fill |struct nsID| via arc4random_buf if available on Android and BSDs. r=vlad, r=glandium
2014-06-02 18:42:00 -04:00
Jan Beich
0374402eeb
Bug 1015547 - Prefer arc4random to generate UUIDs on BSDs. r=vlad, r=glandium
2014-06-02 18:41:00 -04:00
Mike Hommey
7f9f30b7b2
Bug 1025469 - Bump NSS version configure checks for. r=bsmith
2014-06-17 07:15:16 +09:00
Nathan Froyd
67045e85c5
Bug 1018375 - part 2a - export GCC_USE_GNU_LD from configure; r=glandium
2014-06-11 14:48:37 -04:00
Ed Morley
98415c851d
Merge mozilla-central and inbound
2014-06-12 16:02:42 +01:00
Paul Rouget
3e67e4bd2c
Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau
2014-06-12 14:47:35 +08:00
Richard Newman
a4460aa4d0
Bug 1024238 - Die in configure if building with less than SDK 19. r=nalexander
2014-06-11 17:36:33 -07:00
Wes Kocher
273fda8599
Backed out changeset c1c53022dae4 (bug 1024238) for android bustage on a CLOSED TREE
2014-06-11 18:02:37 -07:00
Richard Newman
929d92da13
Bug 1024238 - Die in configure if building with less than SDK 19. r=nalexander
2014-06-11 17:36:33 -07:00
Jan Beich
ccff5257e2
Bug 1023028 - Make SSE2_FLAGS apply for $GNU_CC regardless of OS. r=glandium
2014-06-09 19:26:00 -04:00
Richard Newman
59410a1ef5
Bug 1021342 - Eliminate non-synthetic web app code. r=myk,mfinkle
2014-06-10 10:37:38 -07:00
Ehsan Akhgari
78a7d47553
Bug 1021378 - Add support for clang-cl to the build system; r=glandium
...
This patch does two things: 1. Treat clang on Windows explicitly as MSVC. There
are some places in our build system where we try to detect clang by looking at
the output of $(CC) -v, and that will cause us to believe that we are using
clang, which is not helpful. This patch defines the CLANG_CL variable when it
detects clang being used on Windows. It also masquarades clang-cl as MSVC
2012, which is how the compiler introduces itself through the _MSC_VER
predefined variable.
2. Disable a bunch of things which currently are not supported on clang-cl. As
we proceed with this port, hopefully we'll be able to remove everything in this
list, but this will get us closer to be able to build with clang-cl.
With this patch and clang-cl trunk, we can get past the configure stage of the
build.
--HG--
extra : rebase_source : e5b8d77e4571c936820cec858953d58b6f31e0d5
2014-06-07 10:27:43 -04:00
Ryan VanderMeulen
82493ad66d
Backed out changeset 88a641ee5cbe (bug 1007057) for frequent test timeouts.
...
CLOSED TREE
2014-06-07 01:16:08 -04:00
Paul Rouget
0c0f8639c2
Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau
2014-06-06 12:01:52 +08:00
Wes Kocher
002fd7dc61
Merge inbound to m-c a=merge
2014-06-05 18:31:10 -07:00
Ryan VanderMeulen
d6dfae1a05
Bug 1021287 - Update NSPR to 4.10.6 RTM. r=kaie, a=me
2014-06-05 18:00:11 -04:00
Carsten "Tomcat" Book
b4355f84da
merge fx-team to mozilla-central a=merge
2014-06-05 15:08:55 +02:00
Richard Newman
1db35650aa
Bug 1019981 - Part 1: remove Language section from preferences if locale switching is disabled. r=nalexander
2014-06-04 19:21:33 -07:00
Jacek Caban
c5a7d6cfe3
Bug 1019001 - Resotre HOST_CXXFLAGS before running subdir configure. r=glandium
...
--HG--
extra : rebase_source : b631581d08830ebb0d5f276da6c4b5825d22bf8b
2014-06-03 13:26:27 +02:00
Mike Hommey
55d3c4f46c
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
Magnus Melin
f3cbd865c6
Bug 1017883 - Unable to view saved passwords in Thunderbird32.0a1, since _INTL_API not enabled. r=glandium
2014-06-04 22:17:03 +03:00
Sylvestre Ledru
f4ef1ab8c0
Bug 1020267 - Remove some duplicate display when searching for wget and tar. r=glandium
2014-06-04 05:08:00 -04:00
Ryan VanderMeulen
d5bf14a0a5
Backed out changeset 16e5c41a0893 (bug 1015547) for bustage.
2014-05-30 17:09:39 -04:00
Ryan VanderMeulen
bf4e3240c0
Backed out changeset 7b6b2d8dd79b (bug 1015547) for bustage.
2014-05-30 17:09:34 -04:00
Jan Beich
310f73d1b4
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
abb1e56e84
Bug 1015547 - Prefer arc4random to generate UUIDs on BSDs. r=vlad, r=glandium
2014-05-28 21:43:00 -04:00
Emilio Pozuelo Monfort
a74fc6c1fb
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
c5a3c603c2
Bug 1017661
- remove MOZ_NSS_PATCH functionality; r=glandium
2014-05-29 12:16:58 -04:00
Mike Hommey
bfcc04779a
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
4e75ad8b91
Bug 1014976 - Make --enable-jemalloc imply MOZ_NO_DEBUG_RTL on Windows. r=bsmedberg
2014-05-30 09:40:02 +09:00
Mike Hommey
e4bb175b46
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
ed3e3f2d2d
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
baad3f34b0
Bug 1014403 - [Flatfish][build] B2G for flatfish build failed. r=roc
2014-05-26 08:12:00 +02:00
Wes Kocher
996c3dc9d1
Merge fx-team to m-c
2014-05-23 17:04:56 -07:00
Felipe Gomes
3a5d59d49e
Bug 1014367 - Add support for translation API key. r=ted
2014-05-23 13:21:06 -03:00
Wes Kocher
e594fbd022
Merge m-c to inbound
2014-05-22 17:55:00 -07:00
Allison Naaktgeboren
bd0e58c0bb
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
cac76de7bf
Bug 1012447: allow building webapprt against gtk3 r=glandium
2014-05-21 13:50:03 +02:00
Carsten "Tomcat" Book
a161c852d2
Backed out changeset 9b2588d41e3a (bug 969395) for bustage
2014-05-21 11:29:21 +02:00
Qiang Lu
0869002d91
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
2fd388829d
Bug 999913 - Enable replace-malloc on nightly builds. r=mshal
2014-05-01 10:57:48 +09:00
Nicholas Nethercote
9fcf40eb03
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
1943d1c9ce
Bug 1014308 - Update jemalloc3 to upstream 3.6.0. r=njn,r=mshal
2014-05-23 07:26:40 +09:00
Robert O'Callahan
2e946b1671
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
f38af37ac7
Backed out changeset 8433a3609a54 (bug 1001320) for suspected B2G device image bustage.
...
CLOSED TREE
2014-05-20 12:17:51 -04:00
Nathan Froyd
400c78a61c
Bug 1004519
- enable intrinsic replacement on windows builds; r=glandium
2014-05-07 13:31:50 -04:00
Robert O'Callahan
bd67ea930b
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
98f16ffbdc
Bug 972201 - Remove the MOZ_B2G_CERTDATA hack. r=briansmith
2014-05-18 15:42:42 +02:00
Jacek Caban
fb87c971ad
Bug 1008192 - Don't try to use hidden visibility on mingw. r=glandium
2014-05-14 13:06:33 +02:00
Jacek Caban
362992ef09
Bug 988271 - Relanded configure.in part after bug 999260.
2014-05-14 13:06:03 +02:00
Ryan VanderMeulen
0ec3ca27bc
Merge inbound to m-c.
2014-05-13 16:27:03 -04:00
Masatoshi Kimura
3c80e2c9f0
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
e1753af449
Bug 999417 - Land the new App Manager UI. r=jryans r=mshal
2014-05-12 08:53:00 +02:00
Jeff Gilbert
6c4659298a
Bug 1005484 - Properly skip vista d3dc DLL if missing. - r=mshal
2014-05-09 11:44:11 -07:00
Robert O'Callahan
2345bdb74c
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
4fb4fc23f2
Bug 1005495 - Move sccache stats out of the build log. r=mshal
2014-05-07 11:50:09 +09:00
Nick Alexander
96f8576f19
Bug 1000676 - Part 2: Add MOZ_DEVICES and register about:devices. r=mfinkle
2014-05-05 11:27:56 -07:00
Jeff Gilbert
dbc5d236e7
Bug 999260 - Ship both d3dcompiler_43 and _46+. - r=mshal
2014-05-02 15:31:05 -07:00
Benoit Girard
b1c12cd1d5
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
8bc370d126
Merge mozilla-central and inbound
2014-05-01 16:23:05 +01:00
Ed Morley
040879dda8
Merge latest green fx-team changeset and mozilla-central
2014-05-01 15:53:50 +01:00
Ted Mielczarek
c04530dad4
bug 1003812 - Check for Windows 8 SDK for building Gamepad on Windows. r=glandium
2014-05-01 07:17:19 -04:00
Mark Hammond
f8e423de54
Bug 1003641 - add MOZ_LOOP configure variable. r=ted
2014-05-01 09:19:32 +10:00
Mike Hommey
6e3398fb19
Backout changeset 24359653cf0a (bug 999913) for bustage on a CLOSED TREE.
2014-05-01 11:22:26 +09:00
Mike Hommey
87338bc018
Bug 999913 - Enable replace-malloc on nightly builds. r=mshal
2014-05-01 10:57:48 +09:00
Mike Hommey
1cfbfb3bc6
Bug 961264 - Remove checks for visibility pragmas and attributes in gcc. r=ted
2014-05-01 10:53:48 +09:00
Alexandre Poirot
014fa4c392
Bug 961745 - Introduce b2g/dev application to build a mulet. r=mshal, r=fabrice
2014-04-28 14:53:00 -04:00
Ryan VanderMeulen
c54f3e2567
Merge m-c to inbound on a CLOSED TREE.
2014-04-30 16:47:33 -04:00
Ted Mielczarek
dff9bd8e4c
bug 852935 - Add Android gamepad backend. r=snorp, rs=smaug
2014-04-22 10:53:48 -04:00
Alexandre Poirot
d68c2b4b98
Bug 999631 - Disable startup cache via a dedicated flag. r=mshal
2014-04-23 04:57:00 -04:00
Ed Morley
42a7f8cefd
Merge mozilla-central and inbound
2014-04-29 18:23:29 +01:00
Mike Hommey
32a335e0ef
Bug 1001703 - Remove memswap wrapping. r=snorp
2014-04-29 04:12:27 +09:00
Ted Mielczarek
d820ca8a73
Bug 996078 - Replace Windows Gamepad DirectInput backend with Raw Input. r=jimm
2014-04-14 13:18:51 -04:00
Jan Keromnes
1b3ef4d732
Bug 993137 - Trivial fixes. f=ochameau, r=glandium
2014-04-23 10:50:00 +02:00
Shelly Lin
696832cfa8
Bug 908995 - Part 4: Add build flags for TaskTracer. r=khuey.
2014-04-22 10:32:29 +08:00
Ehsan Akhgari
15916f4738
Bug 491863 - Remove IBMBIDI; r=roc
2014-04-23 21:15:29 -04:00
Jan Beich
ac960a4665
Bug 983953 - Don't try to use vpx_mem if --with-system-libvpx doesn't provide. r=glandium
2014-04-22 08:44:04 -04:00
Makoto Kato
cbdf3914ee
Bug 995089 - GIO support shouldn't check GTK2 version if GTK3 build. r=glandium
2014-04-18 13:20:04 +09:00
Vasanthakumar Pandurangan
bf1ea57aff
Bug 976172 - Part 1 Changes in MediaOmxDecoder to enable audio offloading r=roc
...
This adds support in MediaOmxDecoder to dynamically switch between
MediaDecoderStateMachine and AudioOffloadPlayer
2014-04-08 20:59:07 +05:30
Vasanthakumar Pandurangan
2a4aa49d80
Bug 976172 - Part 2 Enable audio offloading in gecko r=padenot
...
Implements a new class AudioOffloadPlayer to make use of
Android::AudioTrack class's offloading capability
2014-03-22 18:40:05 +05:30
Jan Horak
a8d8d24ddd
Bug 991686 - Build Gnome components also for GTK3. r=glandium
2014-04-08 09:57:45 -04:00
J.R. Oldroyd
d9e2f3f810
Bug 893397 - Add FreeBSD support for NeckoWifi. r=ted, r=jdm
2014-04-02 09:02:06 -04:00
Jacek Caban
7d43e22a79
Bug 988271 - Fixed D3D SDK detection on mingw. r=mshal,jgilbert
2014-03-31 13:21:38 +02:00
Wes Kocher
5d964264ae
Merge m-c to fx-team
2014-03-28 17:07:04 -07:00
Robert Strong
b5cf2c7747
Configure changes for Bug 962381 - Add support for NSIS 3.0a2. r=mshal
2014-03-28 15:17:01 -07:00
Jan Beich
c56589bb1e
Bug 987773 - Enable FFmpeg on more XP_UNIX platforms by default. r=glandium
2014-03-27 11:02:28 -04:00
Terrence Cole
44d028c42e
Bug 619558 - Enable generational GC on desktop; r=sfink, sr=naveed
...
--HG--
extra : rebase_source : 7234cc03ed04d48d54ac613e25708a1321501f24
2014-02-05 10:04:16 -08:00
Carsten "Tomcat" Book
bad79ac3be
Backed out changeset 52f43e3f552f (bug 619558) for frequent mochitest other test failure on OS X 10.8
2014-03-27 10:14:39 +01:00
Terrence Cole
61b57a399b
Bug 619558 - Enable generational GC on desktop; sr=naveed
2014-02-05 10:04:16 -08:00
Ryan VanderMeulen
3f61afb949
Bug 988507 - Upgrade SQLite to version 3.8.4.2. r=mak
2014-03-26 16:02:23 -04:00
Wan-Teh Chang
d0e2856e5a
Bug 983945: Handle an NSPR configure script generated with autoconf 2.68.
...
r=glandium.
Bug 849085: Port NSPR's build/autoconf/acwinpaths.m4 to autoconf 2.56+.
r=bsmedberg.
2014-03-26 06:40:07 -07:00
Mike Hommey
8aba9ab7cf
Bug 985836 - Move -Fd flags from configure to config.mk. r=mshal
2014-03-26 08:12:26 +09:00
Mike Hommey
5d1d8f0510
Bug 985835 - Move MOZ_DEBUG_FLAGS declaration for MSVC next to the one for GCC. r=mshal
2014-03-26 08:12:12 +09:00
Mike Hommey
105b36f5bd
Bug 985833 - Don't quote CC/CXX when checking MSVC version in configure. r=mshal
2014-03-26 08:11:53 +09:00
Jonathan Griffin
2c813577a2
Bug 979650 - Always build with Marionette for Firefox, b2g desktop, r=ted
2014-03-11 13:22:34 -07:00
Glenn Randers-Pehrson
da950613bd
Bug 980488 - Update in-tree libpng to version 1.6.10. r=jrmuizel
2014-03-24 16:36:11 -04:00
Phil Ringnalda
39747a1529
Merge m-c to m-i
2014-03-22 08:09:46 -07:00
Wes Kocher
83a364c8e6
Merge m-c to b2g-inbound
2014-03-21 17:59:13 -07:00
Michael Wu
6ca0b3526f
Bug 985806 - Explicitly enable zlib and disable bzip2 in freetype, r=glandium
2014-03-21 20:12:31 -04:00
ABE Hiroki (hATrayflood)
6e30090928
Bug 980697 - Add a configure option to pull newer versions of the d3dcompiler dll from installed Windows SDKs. r=mshal,vlad
2014-03-22 10:49:26 +09:00
Edwin Flores
24d42ecb05
Bug 941298 - Build changes for FFmpeg PlatformDecoderModule r=gps
2014-03-21 19:35:14 +13:00
Gavin Sharp
93fe292666
Bug 976002: followup comment fix
...
--HG--
extra : rebase_source : 51567c379574539b32e386b7a03558b87d36d87f
2014-03-21 10:01:09 -07:00
Mike Hommey
2bedbdad26
Bug 985803 - Explicitly disable harfbuzz in freetype. r=mwu
2014-03-20 11:39:31 +09:00
Carsten "Tomcat" Book
8dd01a51fe
merge b2g-inbound to mozilla-central
2014-03-20 14:07:58 +01:00
Ehsan Akhgari
17c8d2bddd
Bug 979118 - Add global MMX_FLAGS, SSE_FLAGS and SSE2_FLAGS variables; r=glandium
2014-03-19 21:55:00 -04:00
Alexandre Poirot
0db1f770c8
Bug 944443 - Uplift home button from simulator to b2g desktop. r=vingtetun, r=fabrice
2014-03-19 08:38:59 -04:00
Michael Wu
e0181f47a6
Bug 981435 - Update to freetype 2.5.3, r=jfkthame,glandium
2014-03-09 16:03:22 -04:00
Wes Kocher
01bb0237bc
Merge inbound to m-c
2014-03-18 14:15:03 -07:00
Fernando Jiménez
7d20b5a7ba
Bug 976002 - Build time flag to enable/disable FxA. r=fabrice, r=gps
2014-03-17 09:58:16 -07:00
Ryan VanderMeulen
ce67ea4434
Bug 981720 - Upgrade SQLite to version 3.8.4.1 - Mozilla changes. r=mak
2014-03-18 08:50:26 -04:00
Martin Stransky
11a295405a
Bug 982694 - GTK3 - Ensure that we build with system-cairo. r=ted
2014-03-17 10:50:00 -04:00
Steve Fink
6a89ef563e
Backed out changeset 7cff27cb2845 (bug 975011), for breaking just about everything not on tbpl
...
--HG--
extra : rebase_source : 740fc0d5cd27b0cc7d06ce9f9c2f848c9d071b20
2014-03-11 09:53:58 -07:00
Jed Davis
9d5e6f96b6
Bug 979590 - Enable MOZ_CONTENT_SANDBOX_REPORTER by default. r=kang
2014-03-07 09:08:00 -05:00
Steve Singer
a11ff01ecc
Bug 884376 - Set SKIA_GPU to false for SPARC. r=gw280
2014-03-07 11:59:05 +01:00
Steve Fink
1bed69a661
Bug 975011 - add an option to configure and build NSPR from within js/src build. r=glandium
2014-02-25 14:15:16 -08:00
Ulrich Weigand
1e42c83749
Bug 976648 - Toplevel build/config for powerpc64le-linux support. r=bsmedberg, r=blassey
2014-03-05 12:04:44 -05:00
Jan Beich
c35dd65bb1
Bug 975634 - Detect posix_fadvise() via configure. r=glandium
2014-03-04 09:30:29 -05:00
Jonathan Kew
7e51f55960
bug 969814 - build freetype with support for color bitmap (png) glyphs within opentype fonts. r=ted,jrmuizel
2014-03-04 09:26:06 +00:00
Phil Ringnalda
b0cebde23e
Back out bbd7b1da5d36:b0d1c4456b73 (bug 974575) and 6e8140ae4961 (bug 969814) for ASan bustage
2014-03-03 22:40:07 -08:00
Jonathan Kew
67d11a57eb
bug 969814 - build freetype with support for color bitmap (png) glyphs within opentype fonts. r=ted,jrmuizel
2014-03-04 05:37:40 +00:00
Ryan VanderMeulen
2a78057cf2
Merge m-c to inbound.
2014-03-03 17:23:35 -05:00
Alexandre Poirot
46c8d27779
Bug 944451 - Land simulator addon into mozilla-central. r=vingtetun, r=gps, r=paul
2014-03-03 14:50:40 -05:00
Ehsan Akhgari
e4246b715c
Bug 978626 - Stop exporting the skia symbols from xul.dll; r=jrmuizel
2014-03-03 16:39:31 -05:00
Ed Morley
a96a5e92b0
Merge latest green b2g-inbound changeset and mozilla-central
2014-03-03 14:45:43 +00:00
L. David Baron
c0da0d8d69
Bug 978608: Shut down pango's fontmap cleanly and shut down fontconfig, #if CLEANUP_MEMORY. r=karlt
...
This bumps the minimum required pango version to 1.22, released 29 Sep 2008.
2014-03-03 00:54:38 -08:00
Kai-Zhen Li
5abd7162aa
Bug 977017 - Enable RTSP and MOZ_OMX_ENCODER for gonk-kk. r=mwu
2014-02-27 09:59:52 +08:00
Doug Turner
c60c6ca7f5
Bug 977448 - add build support for a 'MOZ_MOZILLA_API_KEY'. r=khuey
2014-02-25 16:06:51 -08:00
Brian Smith
fd8c0bbe41
Backout cset 4c4041cfc095 (bug 977454), a a=bustage
2014-02-28 22:14:05 -08:00
Brian Smith
ca64a55e19
Backout cset 0d71b60afe52 (bug 977448), a=bustage
2014-02-28 22:13:28 -08:00
Doug Turner
90c6c8536c
Bug 977448 - add build support for a 'MOZ_MOZILLA_API_KEY'. r=khuey
2014-02-25 16:06:51 -08:00
Doug Turner
7153db0857
Bug 977454 - export network location provider on b2g. r=khuey
2014-02-25 16:06:01 -08:00
Wes Kocher
e6edfe65f4
Backed out 6 changesets (bug 976648) for android x86 bustage on a CLOSED TREE
...
Backed out changeset 18f113ab1a35 (bug 976648)
Backed out changeset 3f0f28593331 (bug 976648)
Backed out changeset 2789ef4e1223 (bug 976648)
Backed out changeset 4a5fff440cb5 (bug 976648)
Backed out changeset 94ec75013788 (bug 976648)
Backed out changeset 084e0311ff2a (bug 976648)
--HG--
rename : xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc64_linux.S => xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc64_linux.s
rename : xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc64_linux.S => xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc64_linux.s
2014-02-28 15:40:22 -08:00
Ulrich Weigand
897987f871
Bug 976648 - Toplevel build/config for powerpc64le-linux support. r=bsmedberg
2014-02-28 17:05:41 -05:00
Ed Morley
6966ec76f3
Backed out changeset 5056b4811257 (bug 976648) for errors during configure; CLOSED TREE
2014-02-28 15:31:07 +00:00
Ulrich Weigand
7a2f041f42
Bug 976648 - Toplevel build/config for powerpc64le-linux support. r=bsmedberg
2014-02-28 09:55:24 -05:00
Botond Ballo
dd5c96c7ee
Bug 958596 - Allow gfx/2d/Logging.h to be used outside of gfx/2d. r=Bas
2014-02-18 21:59:34 -05:00
Jan Beich
130e09dc78
Bug 973176 - Use --ignore-unresolved-symbol on BSDs if available. r=khuey
2014-02-26 16:57:14 -05:00
Jan Beich
129dabe555
Bug 973176 - Move BSD workaround close to the option it's for. r=khuey
2014-02-26 16:56:59 -05:00
Ryan VanderMeulen
a088c05d9a
Merge m-c to inbound.
2014-02-26 16:42:16 -05:00
Ryan VanderMeulen
8c2f507822
Merge b2g-inbound to m-c.
2014-02-26 16:35:43 -05:00
Carsten "Tomcat" Book
ebecdcdcd2
merge b2g-inbound to mozilla-central
2014-02-26 12:48:53 +01:00
Wes Kocher
738780bc5b
Merge m-c to b2g-inbound
2014-02-25 20:36:29 -08:00
Solomon Chiu
010bd090e0
Bug 959505 - Add camera and OMX support in gecko's configure.in. r=mwu
2014-02-26 12:02:35 +08:00
John Shih
39655cb516
Bug 961598 - Part 2: Disable wrapped code from ICS. r=mwu, mh
2014-02-25 09:46:48 +08:00
Brian Smith
c13108b590
Bug 921885: Use insanity::pkix for EV cert verification when insanity::pkix is the selected implementation, r=cviecco, r=keeler
...
--HG--
extra : rebase_source : b1fd1f8eace675484b3c2d568e5e74f767f1d2ad
2014-02-23 22:15:53 -08:00
Glenn Randers-Pehrson
0e3bf5ca49
Bug 952505 - Update bundled libpng to version 1.6.9. r=jmuizelaar
2014-02-25 08:40:53 -05:00
Jacek Caban
2a14acb6ca
Bug 971822 - Fix string_util.h combined with strsafe.h on mingw. r=glandium
2014-02-25 12:45:47 +01:00
Mike Shal
ce7803af61
Bug 974205 - Use --with-compiler-wrapper when enabling sccache. r=glandium
2014-02-25 15:41:57 +09:00
Ehsan Akhgari
e9da09b721
Backed out changeset 8d8165293e9b (bug 976372) because of Windows debug bustage on a CLOSED TREE
2014-02-24 23:01:54 -05:00
Ralph Giles
5080040b8e
Bug 964559 - Remove MOZ_OGG. r=doublec,ted
...
We are unable to maintain all the --disable-foo build-time options
for the media code. Just support ogg unconditionally.
2014-02-20 18:01:00 -08:00
Ed Morley
2c4a5e953c
Backed out changeset 07f3cfaa7900 (bug 958596) for build failures on Windows
2014-02-25 17:17:47 +00:00
Ed Morley
4866636da4
Backed out changeset 2912b402523d (bug 968245) for multiple test failures; CLOSED TREE
2014-02-25 17:05:52 +00:00
Botond Ballo
0752ed82aa
Bug 958596 - Allow gfx/2d/Logging.h to be used outside of gfx/2d. r=Bas
...
--HG--
extra : rebase_source : 7c99fccae55d8116f12b52ed74e178590c2c7414
2014-02-18 21:59:34 -05:00
Gregory Szorc
0144669093
Bug 968245 - Regenerate mozinfo.json as part of build backend; r=glandium
...
Previously, mozinfo.json was only generated as configure time.
Unfortunately, the build dependencies did not capture this relationship.
So, changes to mozinfo.py (or any supporting Python file) would not
trigger mozinfo regeneration, possibly leading to clobbers.
This patch moves mozinfo.json generation from the body of config.status
to the build backend. We had to add an AC_SUBST so the build config
knows when to build mozinfo.json. This was needed because js/src's build
system doesn't define all the required variables to create mozinfo.json.
Once js/src's configure/config.status is merged into the main build
config tree, this workaround can be removed.
While we were here, mozinfo.json was made to have consistent output and
its changes are now viewable with config.status --diff.
--HG--
extra : rebase_source : e91ed7173efdcde5831ae13b1ce69fc3cf32af97
extra : amend_source : 1610bcc6c3af764fdf685ee76188fb211bd828de
2014-02-05 20:53:47 -08:00
Wes Kocher
26af0b1154
Backed out 12 changesets (bug 958596) for several Android permafails to fix a CLOSED TREE
...
Backed out changeset e4c0e3d3a768 (bug 958596)
Backed out changeset 7bc4f48d6b05 (bug 958596)
Backed out changeset 89cd12e3db45 (bug 958596)
Backed out changeset 283411053340 (bug 958596)
Backed out changeset 5329fa8c8847 (bug 958596)
Backed out changeset 0d1d26d588e3 (bug 958596)
Backed out changeset 715fe9eb5dfd (bug 958596)
Backed out changeset 66dde9d67ffa (bug 958596)
Backed out changeset 79e589f75065 (bug 958596)
Backed out changeset 1ed4c880ab70 (bug 958596)
Backed out changeset 1d40b0b8036d (bug 958596)
Backed out changeset ad35d51d9781 (bug 958596)
2014-02-25 18:34:47 -08:00
Botond Ballo
4898c7bc20
Bug 958596 - Allow gfx/2d/Logging.h to be used outside of gfx/2d. r=Bas
2014-02-18 21:59:34 -05:00
Jeff Gilbert
4895423c83
Bug 974719 - Purge configure.in of trailing whitespace and all tabs. - r=gps
2014-02-25 14:53:34 -08:00
Ehsan Akhgari
5616d30270
Bug 976372 - Remove support for compilers which lack support for dynamic_cast<void*>; r=dbaron
...
--HG--
extra : rebase_source : 83a23e3b8fa4462eb70a1844b555c7605162a497
2014-02-24 21:06:06 -05:00
Oleg Romashin
f13b8416c2
Bug 974335 - Refactor Qt Widget Backend implementation. Build changes . r=glandium
2014-02-20 18:08:58 -08:00
Ehsan Akhgari
4328f95005
Bug 935548 - Move A11Y_LOG to configure; r=glandium
2014-02-19 00:38:42 -05:00
Ehsan Akhgari
c716aa3244
Bug 973143 - Move some variables to moz.build; r=glandium
...
--HG--
extra : rebase_source : b767d6cb044efa50844129df80864b9e802b51bd
2014-02-18 02:02:00 -05:00
Ehsan Akhgari
16b2ad1171
Backed out changeset 5ecd0339a087 (bug 973143) because of a possible Talos regression
2014-02-18 14:27:51 -05:00
Ehsan Akhgari
88c47212e9
Bug 973143 - Move some variables to moz.build; r=glandium
2014-02-18 02:02:00 -05:00
Steven Lee
cd7bc363d0
Bug 971659 - Disable pico when webrtc is disabled. r=ted
2014-02-14 11:29:56 -05:00
Ryan VanderMeulen
7f64e1aa29
Bug 971583 - Upgrade SQLite to version 3.8.3.1 - Mozilla changes. r=mak
2014-02-13 09:53:52 -05:00
Mike Hommey
393ad9ee79
Bug 970757 - Fixup MOZ_JS_LIBS after bug 969164. r=gps
...
--HG--
extra : amend_source : 8b56fb4e59fb59fc483bd1339782c111ae90ee29
2014-02-11 14:09:33 +09:00
Jan Steffens
fcdbc60cd4
Bug 806917 followup: Fix gstreamer chunk of configure.in to handle --disable-gstreamer properly. r=gps
2014-02-12 18:17:52 -08:00
Daniel Holbert
a6a022cfe3
Bug 928808: Suppress clang warnings (in newer clang versions) about inline 'new' and 'delete'. r=glandium
2014-02-12 10:55:25 -08:00
Jan Beich
225d726838
Bug 968819 - Make HOST_OS_ARCH on BSDs take same values as OS_ARCH. r=glandium
2014-02-12 10:24:21 -05:00
Alessandro Decina
c227f421a5
Bug 806917 - Add support for GStreamer 1.0. r=edwin, r=gps
2014-02-11 09:22:45 -05:00
Mike Hommey
52b37cecd7
Bug 969989 - Move MOZ_APP_NAME derivation from MOZ_APP_BASENAME where is was. r=ted
2014-02-11 10:45:37 +09:00
Mike Hommey
97e93893c4
Bug 969839 - Bump required NSPR version to 4.10.3. r=gps
2014-02-11 10:45:17 +09:00
Mike Hommey
0d839c5b66
Bug 969164 - Traverse js/src moz.builds from top-level configure. r=gps
...
Before, we would run configure in both top-level and js/src, and both
configures would traverse their own set of moz.builds, without actual
knowledge about the other. With this change, both configures still run,
but only top-level traverses moz.build files, and uses js/src's
config.status when traversing its moz.build files. This allows a better
sharing of information between both build systems and the removal of many
hacks.
This also moves running libffi and icu configure to top-level.
Standalone js builds still have their own configure doing moz.build traversal,
as before.
--HG--
rename : config/autoconf.mk.in => config/autoconf-js.mk.in
rename : config/emptyvars.mk.in => config/emptyvars-js.mk.in
2014-02-11 10:37:47 +09:00
Mike Hommey
705663e08b
Bug 968561 - Move ffi detection from configure.in and js/src/configure.in into build/autoconf/ffi.m4. r=gps
2014-02-11 10:37:47 +09:00
Mike Hommey
129764c07c
Bug 946687 - Move ICU detection from configure.in and js/src/configure.in into build/autoconf/icu.m4. r=gps
2014-02-11 10:37:47 +09:00
Mike Hommey
cf43fa6b56
Bug 462427 - Stop requiring CROSS_COMPILE being set. r=ted
2014-02-11 10:37:46 +09:00
Ehsan Akhgari
b870bb3fe9
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Nathan Froyd
e9991589a2
Bug 933231 - don't |unset| variables after configuring NSPR; r=ted
2014-02-10 10:54:18 -05:00
Brian Smith
d4515cdc94
Bug 967153: Update configure.in to require NSS 3.16, r=me
...
--HG--
extra : amend_source : 269b2e2da6bfd4f7eff0a7f055d920c6f50ec4ee
2014-02-09 16:30:34 -08:00
Ryan VanderMeulen
0214a24652
Bug 967443 - Upgrade SQLite to version 3.8.3 - Mozilla changes. r=mak
2014-02-06 10:19:33 -05:00
Vivien Nicolas
28fa1ab7cf
Bug 961769 - Implement event loop responsiveness instrumentation for Gonk. r=gal
2014-02-05 19:53:53 +01:00
Randell Jesup
24617b111b
Bug 880419: disable AVX2 asm if the compiler/assembler don't support it r=glandium
2014-01-30 19:55:09 -05:00
Brian Smith
4bc15b6619
Bug 958916: Update to NSS 3.15.5 beta 3 (NSS_3_15_5_BETA3), r=me
...
--HG--
extra : rebase_source : 569c37a2b5ff3fb6e65a15f82b4c0fb1f2ae603d
2014-02-03 13:34:34 -08:00
Carsten "Tomcat" Book
4746a76664
Backed out changeset 57d558b5d3df (bug 880419) to fix bustage on b2g-device Builds on a CLOSED TREE
2014-01-31 15:01:17 +01:00
Randell Jesup
dc278966b8
Bug 880419: disable AVX2 asm if the compiler/assembler don't support it r=glandium
2014-01-30 19:55:09 -05:00
Jonathan Watt
95d975385e
Bug 960505 - Make it easier for Mozilla code to include ICU headers. r=glandium
2014-01-15 23:45:45 +00:00
Randy Lin
6a6aa3a1ea
Bug 891705 - [MediaEncoder] Implement WebM 1.0 container writer. r=giles, r=gps, r=rillian
...
This is an integrated patch which includes:
1. Bug 891705: [MediaEncoder] Implement WebM 1.0 container writer. r=giles, r=gps
2. Bug 950567: [MediaEncoder] Phase-in libmkv library. r=giles
3. bug 883749: Implement Vorbis encoding. r=rillian
4. bug 881840: Implement VP8 track encoder. r=rillian
2014-01-15 14:21:14 +08:00
Carsten "Tomcat" Book
de41cbf90b
merge mozilla-central to b2g-inbound on a CLOSED TREE
2014-01-24 15:34:03 +01:00
Cervantes Yu
009ac7863a
Bug 961959: fix profiler breakage for the Nuwa process. r=khuey,benwa
2014-01-22 18:56:45 +08:00
John Lin
c314c25e55
Bug 961925 - Move MOZ_OMX_ENCODER definition from local moz.build to global configuration file. r=gps
2014-01-23 09:32:32 -05:00
Ryan VanderMeulen
7395629413
Merge inbound to m-c.
2014-01-22 15:15:22 -05:00
Shawn Huang
b21f81137f
Bug 961596 - [Gonk-KK] Bring up Bluetooth for device-hammerhead. r=mwu
2014-01-22 10:21:29 -05:00
Jan Beich
f352e19876
Bug 961816 - Detect unwind.h even if it's C++-only header (e.g. with Clang on FreeBSD). r=glandium
2014-01-21 11:40:21 -05:00
Jan Beich
c06ad17e6e
Bug 959477 - Fix typo in OS_TARGET when cross-compiling GNU/kFreeBSD. r=glandium
2014-01-21 11:40:21 -05:00
Jan Beich
20365c091b
Bug 959477 - Assign correct OS_ARCH and OS_TARGET when cross-compiling on BSDs. r=glandium
2014-01-21 11:40:20 -05:00
Sylvestre Ledru
05007ea4c4
Bug 781552 - Turn on -Werror=int-to-pointer-cast globally. r=ted
2014-01-22 10:41:34 -05:00
Marco Bonardo
6a8c716e4d
Bug 960458 - cl.py doesn't properly parse showIncludes prefix on some localized versions. r=glandium
2014-01-22 09:22:30 +01:00
Marcin Juszkiewicz
bfe83acdd5
Bug 963032 - AArch64 support for Build Config. r=mshal
2014-01-23 16:34:32 -05:00
Carsten "Tomcat" Book
6681ed859c
Backed out changeset 17220466f40b (bug 960458) for bustages on windows on a CLOSED TREE
2014-01-21 11:35:27 +01:00
Marco Bonardo
09975f277d
Bug 960458 - cl.py doesn't properly parse showIncludes prefix on some localized versions. r=glandium
2014-01-21 10:54:17 +01:00