Commit Graph

1797 Commits

Author SHA1 Message Date
Karl Tomlinson
26debe74af b=713802 default enable GIO support and disable GnomeVFS r=glandium
--HG--
extra : transplant_source : wk%ADr%CA%8EN%AE%C93p/p%0A%26%0E%1D0%F20
2012-09-27 18:35:06 +12:00
Karl Tomlinson
c7c5c44e78 b=713802 disable gnomevfs extension without --enable-gnomevfs r=glandium
--HG--
extra : transplant_source : i%07%81%E9%90_%C1%05b%194%9B%1E%93%FC%03%279%F9%8A
2012-09-27 18:34:44 +12:00
Karl Tomlinson
71dd82ecdf b=794285 restore support for building against GTK+ 2.10 r=glandium
--HG--
extra : transplant_source : %D0%2B6%19%96%99%8D%21%F5%5D8%92%FC%1E%1D%BB%B77h%81
2012-09-27 12:23:00 +12:00
Chris Jones
62f73d4ac6 Bug 794412: Support building from either old or new toolchain while we transition. r=doublec 2012-09-26 11:12:46 -07:00
Makoto Kato
038020cd78 Bug 697064 - Remove MOZ_CHECK_HEADERS(mmintrin.h) from configure.in. r=khuey 2012-09-26 15:48:29 +09:00
Brad Lassey
1b0639f560 bug 793829 - no debug symbols for in-tree freetype r=ted 2012-09-24 16:26:39 -04:00
Mike Hommey
fb05de0176 Bug 793634 - Force builds to be compatible with gtk 2.18/glib 2.22. r=karlt 2012-09-25 14:47:18 +02:00
Ted Mielczarek
66f76ddadc bug 733501 - Fix crashreporter xpcshell tests to actually run. r=jmaher 2012-09-13 15:43:28 -04:00
Ray Cheung
800d34a6c9 Bug 779500 - WebFM, r=jlebar,glandium sr=jonas 2012-09-19 11:23:33 -04:00
Randell Jesup
79b15f1cf4 Bug 792325: Build libsrtp in mozilla's system, and update script r=ted r=bsmedberg 2012-09-21 16:37:29 -04:00
Shelly Lin
1bfb2a18f1 Bug 790158 - Add os version and hardware info to mozSettings. r=cjones 2012-09-19 18:06:40 +08:00
Phil Ringnalda
8eac6cec70 Back out 1e7050c52cb9 (bug 792850), 776f7325952b (bug 705047), 2e1be0680e70 (bug 733501), 6adef296963c (bug 791775), b8397781f862 (bug 792391) for WinXP hangs and suspicion of breaking Android stacks 2012-09-20 14:38:14 -07:00
Ted Mielczarek
a930e3447c bug 733501 - Fix crashreporter xpcshell tests to actually run. r=jmaher
--HG--
extra : rebase_source : fbda47ca470ea6325aca5f99ab1a59fe911aafdd
2012-09-13 15:43:28 -04:00
Ehsan Akhgari
b5c39afb4e Bug 792502 - Kill the FunctionTimer code; r=vlad 2012-09-19 16:59:38 -04:00
Ehsan Akhgari
34a6ed33a7 Merge backout 2012-09-19 15:42:29 -04:00
Ehsan Akhgari
71d9f962d0 Backout bug 792109, bug 749053 and bug 779500 because of leaks in debug tests 2012-09-19 15:42:18 -04:00
Ray Cheung
6d4cf10a0b Bug 779500 - WebFM, r=jlebar,glandium sr=jonas 2012-09-19 11:23:33 -04:00
Jacek Caban
884e392327 Bug 787653 - Allow compiling ANGLE on mingw-w64 (makefile part) r=bjacob,ted
--HG--
extra : rebase_source : df14db300f8a8b3e900de7579ab80058cfa70846
2012-09-19 10:58:31 +02:00
Gregory Szorc
1e8bcc6778 Bug 783727 - Part 2: Define MACOSX_DEPLOYMENT_TARGET when populating virtualenv; r=glandium
Previously, we used a global version of MACOSX_DEPLOYMENT_TARGET which
was typically set to 10.6 because that is what Mozilla currently targets
as the minimum OS X version. Due to a bug in Python, using a
MACOSX_DEPLOYMENT_TARGET older than what Python itself was compiled with
results in an error. This patch is effectively a workaround for that
bug.
2012-09-19 11:20:10 -07:00
Gregory Szorc
39b1d6bab8 Bug 783727 - Part 1: Capture Python version in configure; r=glandium
We now capture the Python version numbers in variables. Therefore,
configure can key off of these to influence behavior.
2012-09-19 11:20:07 -07:00
Jeff Muizelaar
d6345f3cb2 Bug 782647. Move the nullptr workaround macros to MFBT so that it can be shared. r=waldo
This also changes the header to use compiler detection instead of a
configure test. This makes the header more portable because
it doesn't require the configure infrastructure.
2012-09-01 16:16:17 -04:00
Jeff Muizelaar
ac204f120b Bug 791305. Use libjpeg's color conversion code instead of our own. r=joe,r=khuey
libjpeg-turbo supports converting directly to a format compatible with cairo's
FORMAT_RGB24. Use that instead of our own handcoded function. This also gives
us SSE2 and NEON version of this function.

--HG--
extra : rebase_source : 18f48925f023a33ec2a097d4f4e5cc2ab40be1e9
2012-09-14 15:54:55 -04:00
Ryan VanderMeulen
7204d163b8 Bug 789645 - Upgrade to SQLite 3.7.14 (Mozilla changes). r=mak 2012-09-14 16:04:46 -04:00
Rafael Ávila de Espíndola
b6d0d4d24d Bug 789941 - Remove stdc++compat.cpp support on OS X. r=benjamin. 2012-09-13 19:17:08 -04:00
Rafael Ávila de Espíndola
5101e1a9f4 Bug 788276 - Properly check for broken (deprecated) compilers. r=gps.
Check for old gcc versions.
2012-09-12 14:54:40 -04:00
Rafael Ávila de Espíndola
3984de1de8 Bug 788276 - Properly check for broken (deprecated) compilers. r=gps.
Check for old versions of llvm.
2012-09-12 14:48:16 -04:00
Steve Fink
1745eafa32 Bug 778460 - Copy the various GC-related --enable-* configure options into toplevel configure.in to get correct defines. r=ted
--HG--
extra : rebase_source : ab778875ce9dfcf3ab115a8be7e81061a2b293d6
2012-09-05 14:01:29 -07:00
John Ford
43d1db34a3 bug 776783 - package profile into B2G desktop builds r=ted 2012-09-07 10:00:10 -07:00
Kyle Machulis
61fa5c18fa Bug 756299: Patch 1 - IPC Socket Functions; r=mrbkap 2012-09-05 20:06:06 -07:00
Jan Beich
1d1b4151da Bug 788039 - With no prefix, search libevent via pkg-config. r=glandium 2012-09-04 21:01:57 -04:00
Michael Wu
d165dedcc9 Bug 694484 - OpenSL backend for libcubeb, r=kinetik 2012-09-04 17:45:08 -03:00
Landry Breuil
1bc80d0294 Bug 786995: Ensure the whole toolchain supports -mssse3, not only the compiler. r=ted 2012-09-04 22:19:50 +02:00
Jan Beich
e26c6b2144 Bug 785638 - Simplify yasm version check. r=ted 2012-09-04 22:18:51 +02:00
Justin Wood
b05f9cc553 Bug 766038 - increase system NSPR requirement to 4.9.2. r=glandium 2012-09-02 04:42:39 -04:00
Paul Adenot
02ca3e551c Bug 783953 - Rename MOZ_SAMPLE_TYPE_S16LE to MOZ_SAMPLE_TYPE_S16. r=kinetik,roc 2012-09-01 11:35:56 -04:00
Fernando Jiménez
61ea070bbc Bug 767818 - Implement navigator.pay. Part 2 - Expose 'pay' function to 'navigator'; r=jst 2012-08-29 18:41:34 -03:00
Jan Beich
26147a73ae Bug 784124 - Properly check for stat(v)fs, only used by XPCOM implementation. r=bsmedberg 2012-08-29 17:00:10 -04:00
Doug Turner
77d8c4f3ef Backout of bug 773423. Breaks linux clobber builds. r=dontbreakthebuild 2012-08-28 15:53:32 -07:00
Randell Jesup
a26fec6d2c Bug 773423: use absolute paths for windows, different for make vs pymake r=ted 2012-07-13 15:48:07 -04:00
Jan Beich
93c6381ca8 Bug 785638 - Use libjpeg-turbo asm on ELF platforms by default. r=tterribe 2012-08-27 19:34:30 -04:00
Jan Beich
dcd5b3b95f Bug 785638 - Use VP8 asm on ELF platforms by default. r=tterribe 2012-08-27 19:34:30 -04:00
Siddharth Agarwal
b95f39c7d8 Bug 740854 - Remove --disable-auto-deps, SYSTEM_MAKEDEPEND, MOZ_NATIVE_MAKEDEPEND and associated crap. r=ted
--HG--
extra : rebase_source : 6a3f3017a3674738bb89e7e7f2e55c35a3cbe231
2012-08-28 00:57:16 +05:30
Mike Hommey
397a7e6544 Backout changeset a1ba35958b98 (bug 781529) because of a gcc bug that leads to bug 785679 2012-08-26 10:15:10 +02:00
Marco Castelluccio
222f4ad1f9 Bug 783765 - Use libnotify as a dynamic library. r=glandium 2012-08-25 08:54:16 +02:00
Ed Morley
4d5e247b90 Bug 774062 - Make configure error out if the DirectX SDK redistributables cannot be found; r=ted 2012-08-22 15:11:21 +01:00
Paul Adenot
9670c86dc2 Bug 775319 - Determine the sample format at compile time for all media code. r=kinetik 2012-08-16 18:10:36 -07:00
Eitan Isaacson
01658ea96b Bug 783706 - Bump minimum version to SDK 16. r=blassey 2012-08-20 13:04:31 -04:00
Chris Double
3ed0578144 Bug 781831 - Build media and omx plugins by default on Android - r=khuey
--HG--
extra : rebase_source : 1d4105e4e1b3d22e590eb4ff703a05c75dcc78c9
2012-08-20 12:09:22 +12:00
Mike Hommey
146619b99c Bug 781529 - Use -MMD flag for dependency generation instead of -MD. r=ted 2012-08-18 11:17:48 +02:00
Ed Morley
c62b9b7394 Bug 776405 - Remove superfluous parentheses that cause test to be executed in a subshell; r=ted 2012-08-16 10:50:48 +01:00