Commit Graph

770 Commits

Author SHA1 Message Date
Josh Aas
3f6f2843f5 Enable MOZ_IPC for i386 Mac OS X. b=555234 r=bsmedberg 2010-03-30 13:34:20 -04:00
Ted Mielczarek
1dd4df88b2 bug 554364 - use -fomit-frame-pointer on Linux. r=jimb
--HG--
extra : rebase_source : bd10a4c633d32c100ce24613d28a43feac78a816
2010-03-26 14:23:48 -04:00
Ted Mielczarek
88bc679b95 bug 554021 - enable compiling Breakpad on Linux/x86-64 by default. r=jimb
--HG--
extra : rebase_source : f5414423aa2b364bedacc4e0f42f11578f1552b0
2010-03-25 09:16:19 -04:00
Doug Turner
62258394bb Backing out Bug 554692 - Integrate Maemo Geolocation provider. Its causing redness on the old SDK we use 2010-03-25 18:28:44 -07:00
Doug Turner
5ec6fb6ab6 Bug 554692 - Integrate Maemo Geolocation provider. r=roxama
--HG--
extra : rebase_source : 0293aa2cadd38bca1793af0e94a77792f6a4bfef
2010-03-24 12:57:41 -07:00
Mitchell Field
d162651fc5 bug 517097 - make enabling debug symbols more sane r=ted 2010-03-02 06:24:00 -05:00
Jim Mathies
30f4555662 back out of patch for bug 517097 due to bustage. CLOSED TREE 2010-03-10 10:51:15 -06:00
Mitchell Field
4d16a7c52c bug 517097 - make enabling debug symbols more sane r=ted
--HG--
extra : rebase_source : 7abb0297202f10afe80c5a74e47899b4762095a2
2010-03-02 06:24:00 -05:00
Phil Ringnalda
e46c23ce11 Bug 547653 - Build toolkit search based on a define rather than an exclusion of some apps, r=ted
--HG--
extra : rebase_source : b164bf687e7926a81ae8b25823858f11565a947c
2010-02-21 21:51:18 -08:00
Dan Witte
17c2aea8a6 Bug 550646 - 32-bit Mac OS X builds cross-compiled on Mac OS X broken. Followup fix to revert
--host/--target changes.
2010-03-09 16:05:07 -08:00
Dan Witte
c803538b14 Bug 550646 - 32-bit Mac OS X builds cross-compiled on Mac OS X broken. r=bustage fix, pending review. 2010-03-09 15:12:39 -08:00
Benoit Girard
03c1f7cf9c Add support for the NPAPI Core Animation drawing model. b=497225 r=josh sr=roc 2010-03-23 20:51:11 -04:00
Mark Banner
be4c9ad69d Bug 552222 Drop MOZ_XPFE_COMPONENTS / --disable-xpfe-components. r=ted 2010-03-23 20:33:51 +00:00
Mark Banner
47e269ed21 Fix configure's loading of the branding files to use the defined rather than one obtained by side-effect. r=ted over irc, no bug 2010-03-23 15:39:55 +00:00
Shawn Wilsher
c15aec895f Bug 551260 - Upgrade to SQLite 3.6.23
This contains the changes to configure.in (adding some checks for system SQLite)
and the changes to the README.mozilla file.
r=asuth
r=ted
2010-03-22 11:54:18 -07:00
Doug Turner
48ba7b1aff Bug 552446 - Qt with-qtdir should not use a subdirectory. When using this configure option, you no longer need to specify the parent of that qt directory. r=ted 2010-03-22 10:20:14 -07:00
Mike Hommey
d6f18fecb2 Bug 548273 - Simplify how js/src/configure is called from main configure. r=bsmedberg 2010-03-22 09:14:58 +01:00
Justin Wood
4a2c4ccba3 Bug 547083, configure bails for Python 2.6. check for and use py2.6. r=ted 2010-03-20 23:24:26 -04:00
Ted Mielczarek
3b29cff61c bug 548113 - Sync to Breakpad revision 554. Local Makefile changes. r=jimb
--HG--
extra : rebase_source : d0d8cb30bb0536530df9070ad8386534432b9b95
2010-03-17 11:57:25 -04:00
Josh Aas
9cf0b07c22 Bustage fix, don't enable MOZ_IPC for i386 Mac OS X builds. 2010-03-17 16:52:36 -04:00
Josh Aas
f0547915d5 Bustage fix, don't enable MOZ_IPC for PPC builds. 2010-03-17 15:47:27 -04:00
Josh Aas
09fc21cbeb Allow Gecko to build and run on Mac OS X with MOZ_IPC defined. b=552862 r=cjones 2010-03-17 14:38:28 -04:00
Dan Witte
bee934fb59 Bug 551724 - Disable ctypes on x86/msvc if MASM is unavailable. r=ted 2010-03-15 11:39:31 -07:00
Makoto Kato
b7e03ea17d Bug 550811 - bustage on Windows x64 buiild for js-ctypes. r=ted 2010-03-09 17:38:30 +09:00
Benjamin Smedberg
9f98f4fcc7 Bug 550602 - pymake broken with ctypes changes, override SHELL, r=ted 2010-03-06 18:50:45 -05:00
Doug Turner
8ae8c0d045 Bug 550649 - configure.in changes for Qt. fixing up with-qtdir so that it works. r=ted 2010-03-08 09:02:29 -08:00
Ginn Chen
e771c422ae Bug 548218: Reference to static function in function templates not allowed with Sun Studio compiler r=bsmedberg 2010-03-08 17:36:19 +08:00
Ginn Chen
42dacb38cb Bug 550154: PGO build issue on Solaris SPARC r=ted.mielczarek 2010-03-08 17:35:41 +08:00
Serge Gautherie
7ba9aeacab Bug 550468 - Fix support for Pango font engine on Qt platform; (Bv1) Make MOZ_PANGO overridable from confvars.sh, Merge duplicated code.
r=karlt.
2010-03-07 23:25:54 +01:00
Walter Meinl
7d8b49cff5 Bug 550542: [OS/2] Followups for xmalloc r=cjones 2010-03-06 12:58:04 -05:00
Oleg Romashin
c4c4f0664c Bug 550468 - Fix support for Pango font engine on Qt platform. r=karlt. 2010-03-06 15:29:55 +02:00
Serge Gautherie
931f405843 Bug 547609 - configure.in: improve --disable-compile-environment option code; (Av1-MC) Use MOZ_ARG_DISABLE_BOOL().
r=ted.mielczarek.
2010-03-05 21:58:44 +01:00
Serge Gautherie
a2e80628c2 Bug 534408 - Core bug 514665 dropped/replaced USE_SHORT_LIBNAME uses: port that to c-c (apps); (Av1-MC) Remove obsolete MOZ_MOVEMAIL and MOZ_STATIC_MAIL_BUILD.
r=ted.mielczarek.
2010-03-05 21:58:12 +01:00
Dan Witte
43ac9c345a Enable building of the libffi internal MSVC code, instead of libffi_msvc. b=538216, r=ted 2010-03-05 11:31:53 -08:00
Serge Gautherie
5bc94fbe3b Bug 545320 - Port |Bug 482156 - Get rid of (unnecessary) LIBGNOME dependency| and related follow-ups to comm-central; (Bv1-MC) Remove missed LIBGNOME_VERSION.
r=benjamin.
2010-03-04 19:19:41 +01:00
Chris Jones
2141078f6e Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg 2010-03-03 23:02:57 -06:00
Serge Gautherie
dd69a09a39 Bug 485405 - Use gmake to build NSS, even when using pymake everywhere else; (Cv1) Remove leftover comment on (1.9.3) m-c.
r=ted.mielczarek.
2010-03-03 11:12:28 +01:00
Brad Lassey
7369e4bd28 bug 547519 - enable building for windows mobile with a minimal mozconfig r=ted 2010-03-02 15:48:49 -05:00
Ginn Chen
69fd4e5282 Bug 530484 Implement Necko-WiFi on Solaris r=dougt 2010-03-02 13:55:23 +08:00
Makoto Kato
f45d2596df Bug 528131 - build config should check whether __force_align_arg_pointer__ is valid. r=ted 2010-03-01 13:24:42 +09:00
Oleg Romashin
e680e94edf Bug 547690 - QtUiTools is not required for Qt port compilation. r=dougt 2010-02-28 08:16:20 +02:00
Jonathan Kew
a77a681fe4 Bug 548177 - remove ATSUI text rendering code. r=jdaggett 2010-02-26 06:20:38 -08:00
Kai Engert
ce2e533bb3 Bug 527659, Update Mozilla-central to NSS 3.12.6
=== r=rrelyea for upgrading to release candidate 1
=== reapplying bug 519550 on top
=== includes PSM makefile tweak to keep TLS disabled (variables changed in the updated NSS snapshot)
=== change configure.in to require the newer system NSS, r=wtc
2010-02-12 09:47:51 +01:00
Benjamin Smedberg
9d1a332645 Backed out changeset fe08cc555248 - bug 517097 - make enabling debug symbols more sane because it added -fno-inline to opt builds and a 50% perf regression 2010-02-11 17:14:38 -05:00
Mitchell Field
905fe4d3db bug 517097 - make enabling debug symbols more sane r=ted.mielczarek
--HG--
extra : rebase_source : 3b9b43f06fbbd1bcceb5763061ee97378602cac5
2010-02-11 08:21:00 -05:00
Ehsan Akhgari
c973cbafab Bug 545225 - Sqlite configure test failing on 3.6.22; r=ted.mielczarek 2010-02-09 20:33:35 -05:00
Boying Lu
d1d74a5ed0 Bug 542187 - replace double quote with single quote, r=ted 2010-02-09 16:47:48 -08:00
Doug Turner
c5fb72ab64 Bug 543976 - Clean up Maemo defines. r=ted 2010-02-09 11:02:11 -08:00
Boris Zbarsky
ad321d8db7 Bug 543081. Put -lobjc in LDFLAGS, not LIXBUL_LIBS. r=ted 2010-02-09 12:09:06 -05:00
Boris Zbarsky
f3d5555315 Bug 542033. Use the right MOZ_FIX_LINK_PATHS when darwin is the target. r=ted 2010-02-09 12:09:05 -05:00
Wan-Teh Chang
4c7c95666b Bug 529319: Use LIB_SUFFIX instead of IMPORT_LIB_SUFFIX for NSS import
libraries because NSS uses a different import library suffix (.a) for
MinGW (Mozilla uses dll.a), but NSS's import library suffix is the same
as Mozilla's LIB_SUFFIX on all platforms.  The patch is contributed by
Jacek Caban <jacek@codeweavers.com>.  r=wtc.
2010-02-05 18:27:00 -08:00
Walter Meinl
f2a4f4176b Bug 536451 - OS/2 cannot handle mozsqlite3.dll. r=ted
--HG--
extra : rebase_source : c1a6deb7130b1142ca58dad88a34ecdcda75a378
2010-02-04 15:51:02 +01:00
Michael Wu
57d6c1880d Bug 538269 - Set HOST_AR_FLAG like HOST_AR, r=ted
--HG--
extra : rebase_source : 7d96f2c97970ad7c086e51ce99a08918e507aa1f
2010-02-03 14:40:34 -08:00
Phil Ringnalda
3d352ce8b4 Remove comment about broken Solaris qsort, since the AC_DEFINE went away before 1.4, and the code that cared about the define went away before M18 2010-01-04 21:56:45 -08:00
Bas Schouten
7754223af4 Bug 527707. Build System DWrite/Direct2D mods. r=ted 2010-01-22 15:38:23 -05:00
Michael Wu
a405204a33 Bug 536440 - Remove unnecessary HOST_AR setting, r=ted 2010-01-21 15:11:55 -08:00
Makoto Kato
a0bc68ebf2 Bug 539378 - Remove MOZ_BITS macro from tree. r=ted 2010-01-19 14:12:09 +09:00
Turuoka (Kyoya Sakaguchi)
c27a9abad9 Bug 538144 "configure: line 18450: NS_HILDONFM: command not found" r=ted 2010-01-13 11:37:34 +09:00
Chris Jones
800ff959c1 Bug 522126, part 3: Use POSIX-clock TimeStamp/TimeDuration implementation if configure.in says it's supported. r=luser 2010-01-07 11:21:33 -06:00
Shawn Wilsher
15b623abf7 Bug 530667 - Upgrade to SQLite 3.6.22
This changeset contains the changes to our files for the upgrade.
rs=mconnor for SQLite library upgrade

--HG--
extra : rebase_source : bc0909691d6a13f6fccd4a4ee65727b51379d11e
2010-01-06 10:32:47 -08:00
Reed Loden
26fe4dff0b Bug 532645 - "Upgrade libpng to version 1.4.0" (Bump MOZPNG in configure.in) [r=glennrp] 2010-01-06 09:13:18 -06:00
Chris Jones
8a69df66d1 Bug 529441: Build with -Werror=return-type (where available) so that not returning a value from a non-void function results in a build error instead of a warning. r=luser 2010-01-04 12:13:58 -06:00
Oleg Romashin
364e67ee74 b=532621; Allow to build gnomevfs handler extension with --disable-gnomevfs 2009-12-23 13:56:17 +02:00
Wolfgang Rosenauer
14114c3c73 Bug 526451 - allow to build gconf and gnomevfs/gio support independently. r=ted 2009-12-23 08:35:27 +01:00
Ehsan Akhgari
ff6251f4bb Bug 445164 - Cookies not securely deleted from cookies.sqlite; r=ted 2009-12-21 16:20:20 -05:00
Ted Mielczarek
522f48e9f7 Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X. b=513747 r=sdwilsh 2009-12-15 01:52:57 -05:00
Mark Banner
6f6cbb8ebc Comm-central bustage follow electrolysis landing: allow MOZ_IPC to be disabled by default in confvars.sh. r=bsmedberg a=bsmedberg 2009-12-14 16:10:22 +00:00
Benjamin Smedberg
0af78a3658 WinMo bustage: Electrolysis doesn't have WinMo tinderboxes and we had a silent code race with bug 515748. 2009-12-14 10:53:57 -05:00
Benjamin Smedberg
999be86ac2 Merge mozilla-central into electrolysis. 2009-12-14 08:01:18 -05:00
Benjamin Smedberg
422b4b28d2 Merge mozilla-central into electrolysis. One code change was required: in nsDocShell::CreateStaticClone I replaced EnsureDocShell with MaybeCreateDocShell. 2009-12-12 13:38:25 -05:00
Benjamin Smedberg
767eb11cb4 Merge mozilla-central into electrolysis 2009-12-04 11:28:50 -05:00
Hanspeter Niederstrasser
3ca04ed168 Bug 532112 - "fontconfig/fcfreetype.h not found during configure check" [r=bsmedberg] 2009-12-03 02:16:36 -06:00
Benjamin Smedberg
9911c2f99d Merge mozilla-central into Electrolysis 2009-11-30 12:59:43 -05:00
Karl Tomlinson
3e31a49e93 b=527980 don't use tree-cairo preprocessor symbols to test for fontconfig r=bsmedberg 2009-11-27 13:21:31 +13:00
Ted Mielczarek
d05bbfd9e2 bug 530093 - allow building with VC10. configure+build system changes. r=bsmedberg 2009-11-23 10:20:21 -05:00
Benjamin Smedberg
737515b2c8 Merge mozilla-central into electrolysis. 2009-11-19 12:41:46 -05:00
Benjamin Smedberg
17cf638aac Merge mozilla-central into electrolysis. 2009-11-11 12:35:42 -05:00
Ginn Chen
06c9f09bfb Bug 519401 js-ctypes failed to compile on Solaris with Sun Studio compiler r=dwitte 2009-12-01 20:41:52 +08:00
Brad Lassey
e496cd2077 bug 515748 - differentiate between wince and winmo (change windows mobile ABI to arm-wince-winmo) r=ted 2009-12-04 14:14:18 -05:00
Benjamin Smedberg
281b9fd4a8 Merge from mozilla-central. 2009-11-06 09:54:28 -05:00
Benjamin Smedberg
03dcbb1ee5 Update chromium code to newer versions (rev 23304) to avoid tr1/function which doesn't compile without RTTI on, and disable RTTI by default. 2009-11-04 15:46:27 -05:00
Oleg Romashin
398a083923 Bug 527363 - JS-ctypes fail to compile on Maemo ARM. r=dwitte 2009-11-11 08:57:47 +02:00
Mark Finkle
2a60c72d7a Bug 495674: Internet connection should be initiated if needed [r=biesi] 2009-11-18 10:20:45 -05:00
Benjamin Smedberg
eba77abeb6 Merge mozilla-central into e10s. 2009-10-28 11:32:00 -04:00
Chris Jones
e5481210f2 Merge mozilla-central to pick up unit test fixes 2009-10-22 20:33:36 -05:00
Shawn Wilsher
694b4258a3 Backout of bug 519270 - Upgrade to SQLite 3.6.18 due to some instability.
--HG--
extra : rebase_source : 2c0dbb9016d4eb56b1eb4df2a2c77ddd9bae8ad0
2009-10-22 13:31:17 -07:00
Karl Tomlinson
8a951f092d b=520030 increase --enable-system-cairo required version to ensure fixes for @font-face crashes r=jdaggett
--HG--
extra : rebase_source : 63192b9609ccccdd153b66ab32ea8cd4f9050460
2009-10-22 13:15:19 +13:00
Benjamin Smedberg
15de24f35e Merge mozilla-central to electrolysis. 2009-10-20 12:08:28 -04:00
Benjamin Smedberg
47962706bf Bug 523097 - Turn off MOZ_IPC for platforms where we currently don't build, and fix up ifdefs so that everything builds
--HG--
extra : rebase_source : 9da68ad54e7c378a4c9bbaac7b2166630827ec60
2009-10-19 09:55:03 -04:00
Shawn Wilsher
4a9618fd08 Bug 524144 - Upgrade to SQLite 3.6.20
This changeset only contains changes to Mozilla code.
2009-11-05 08:24:14 -08:00
Vladimir Vukicevic
2e0f9d6bd7 b=523959; [webgl] enable WebGL with EGL on Maemo and WinCE; r=stuart 2009-12-06 16:07:58 -08:00
Benjamin Smedberg
fa058fc1f1 Merge mozilla-central to electrolysis to pick up bug 515436. 2009-10-12 10:51:38 -04:00
Jim Blandy
bef42a8e7c Bug 524724: Correctly disable WebGL under OSSO. r=red on poor Maemo
The original test was written before NS_OSSO was set. There's an
appropriate place later on in the configure script to check for the
header.
2009-10-27 13:54:54 -07:00
Jim Blandy
c93384a279 Bug 517566: Enable WebGL in configure.in, and check for requisite headers. r=vladimir,r=dbaron 2009-10-27 09:05:51 -07:00
Chris Jones
826a18e082 bug 518126, part 2: add infrastructure for C++ tests of IPDL-generated code. r=ted,bsmedberg 2009-10-06 13:02:26 -05:00
Ben Turner
62534891fc Merge mozilla-central 2009-10-05 16:08:52 -07:00
Wolfgang Rosenauer
6a76bd0c25 Bug 520224 - correct CPU_ARCH/TARGET_XPCOM_ABI for ppc64 and s390(x). r=ted 2009-10-05 22:49:47 +02:00
Markus Stange
49505be9f8 Merge backout of bug 456646. 2009-10-09 18:15:34 +13:00
Markus Stange
8efbc0ba13 Backed out changeset 8c4658f8f0dc, bug 456646 (Cocoa print dialog) - we can do better. 2009-10-09 18:14:31 +13:00
Chris Jones
d215e057fe Merge backout 2009-10-02 18:09:39 -05:00