Граф коммитов

2800 Коммитов

Автор SHA1 Сообщение Дата
Justin Lebar 972e6ad994 Bug 634003 - Fix yasm version check's sed string. r=ted, a2.0=bsmedberg
--HG--
extra : rebase_source : 9ca5e41382cc91f88d85d93b76f88159d2bc6b92
2011-02-14 10:35:49 -08:00
Mark Finkle 50b7ea434a Backout c49735ad9fa0 (bug 632037) no perf data to support the size increase [a=make-fennec-smaller] 2011-02-11 23:17:22 -05:00
Mark Finkle ca1318f734 Bug 632037 - Optimize more for speed and less for size [r=blassey r=cdleary a=blocking-fennec] 2011-02-09 17:18:09 -05:00
Ull Link cb9dae365c Bug 545634 - AIX failure to run configure script in js/ctypes/libffi; r=ted,dwitte a=bsmedberg
--HG--
extra : rebase_source : aee56c53afb1dadc3e667b04e4b4836c18cdf7e5
2011-02-09 15:02:31 -05:00
Vladimir Vukicevic fe9ab9fa36 b=632162; use correct flags on armv7 to enable VFP FPU; r=blassey, a=b 2011-02-07 23:19:12 -08:00
Vladimir Vukicevic 509820d072 Back out 6cfd4d2e due to maemo breakage. a=backout 2011-02-07 22:38:13 -08:00
Vladimir Vukicevic 7b5078c783 Bug 632162 - specify hardware vfp flags for armv7. r=blassey, a=blocking-fennec 2011-02-07 22:13:23 -08:00
Benoit Jacob 6c36f3ce40 Bug 630628 - fix comm-central build, thanks to Standard8 r+a=fix-comm-central 2011-02-07 15:38:14 -05:00
Benoit Jacob 8dc5b3b71c Bug 630628 - Extract d3dx9_*.dll and d3dcompiler_*.dll from DirectX SDK at build time, and ship them with the build - r=vlad, a=blocker 2011-02-07 20:11:52 -05:00
Jory A. Pratt 6e4ac7733d Bug 623797 (2/2) - Check to ensure system cairo has tee backend support. r=jmuizelaar a=joe 2011-02-07 19:53:20 +01:00
Justin Wood e96c37f0fa Bug 631493 - missing Firefox version in SeaMonkey's useragent string on OSX. r=khuey, a=NPOTB/khuey DONTBUILD 2011-02-06 13:05:04 -05:00
Jacek Caban 50eb05243b Bug 631252 - Use -mstackrealign on 32-bit mingw r=dbaron a=NPOTB 2011-02-04 13:40:02 +00:00
Jeremias Bosch c9e3ddc9f1 Bug 626595 - Make it possible to build maemo 6 platform version without meegotouch r=romaxa,ted.mielczarek a=approval2.0
--HG--
extra : rebase_source : 435438ae2c39833353a958ba2770f0e44439d7bc
2011-02-03 08:31:36 +02:00
Mounir Lamouri 1f84275cee Bug 620788 - Do not silently fall back to bundled NSS/NSPR if system ones can't be used. r=khuey a=bsmedberg 2011-02-03 00:13:07 +01:00
Oleg Romashin 58dea55e3f Bug 627678 - Crashreporter need to be ported on Qt. r=ted.mielczarek a=approval2.0 2011-02-01 21:11:22 +02:00
Benoit Jacob b5cc0b1b70 Bug 630019 - the DXSDK way didn't work on build slaves! reverting to the way using the registry that was earlier reviewed by jag on bug 630019. r=jag, a=blocking2.0 2011-01-31 23:29:46 -05:00
Gavin Sharp 1229966fac Fix configure.in line endings from 22f4e4c325d6, a=bustage
--HG--
extra : rebase_source : bca3dcf3cac42ddc52abfb4d412be060615fc6a2
2011-01-31 16:17:56 -05:00
Benoit Jacob 69edf96ac9 Bug 630019 - fix ANGLE build, find any version of DirectX SDK - r=jag, a=blocking2.0 2011-01-31 20:58:02 -05:00
Mike Hommey e250951c83 Merge backout. a=bustage 2011-01-29 09:33:40 +01:00
Mike Hommey 089ee38b5e Backed out changeset 32542df68da3 because of maemo bustage. a=bustage 2011-01-29 09:30:17 +01:00
Mike Hommey be17d1e2f6 Bug 627299 - Fix assembler arguments passed in CFLAGS. r=khuey,r=wtc,a=sdwilsh 2011-01-28 09:22:59 +01:00
Mike Hommey c486e83703 Bug 628303 - Pass HOST_LDFLAGS to the build system. r=khuey,a=sdwilsh 2011-01-28 09:22:59 +01:00
Mike Hommey fb3d02898a Bug 606145 part 3 - Integrate elfhack with the build system. r=khuey,a=bsmedberg 2011-01-24 09:56:40 +01:00
Paul O’Shannessy fa8c124eff Bug 618315 - Upgrade to SQLite 3.7.4 [r=sdwilsh, a=sdwilsh]
This changeset contains the changes needed to mozilla code.
2011-01-21 11:56:43 -08:00
Chris Leary 04ffe6d2a0 Merge tracemonkey to mozilla-central. (a=blockers) 2011-01-18 11:19:21 -08:00
Andreas Gal f5c9522e86 Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer). 2011-01-14 17:58:40 -08:00
Todd Whiteman 7736f049d8 Bug 600435, XULRunner universal for i386/x64_64 fails to unify nspr-config, r=bsmedberg,mhommey, a=NPOTB 2011-01-17 14:36:25 +13:00
Oleg Romashin 8c0f97be0d Bug 618789 - Allow ARMv7 builds for ARM code (rather than Thumb-2 code). r=mitchell.field a=approval2.0 2011-01-14 07:35:38 +02:00
Justin Lebar ede16504ba Bug 585818 - Export CPU_ARCH and define INTEL_ARCHITECTURE to the build. r=khuey, a2.0=bsmedberg
--HG--
extra : rebase_source : 70993b47ea8843a02dc2143e344ecd40412ece39
2010-08-11 16:49:42 -07:00
Jacek Caban 5eafd1843f Bug 614631 - Macros for SEH exception depending on compiler configuration r+a=benjamin 2011-01-11 10:16:59 +00:00
Benoit Jacob 3493c93f5e Bug 622158 - Fix DirectX SDK platform detection - r=vlad, a=joe 2011-01-06 09:58:50 -05:00
Stuart Longland 0231923a05 Bug 607190 - Add "mips" and "mipsel" to CPU_ARCH checks. r=khuey a=bsmedberg 2011-01-06 15:42:54 +01:00
Oleg Romashin a5adebb25d Bug 621226 - extern C necessary for older libproxy iirc. r=doug.turner a=approval2.0 2011-01-05 15:48:23 +02:00
Michael Wu 7bd9634fcf bug 620584 - add ANDROID_PACKAGE_NAME rather than hard code org.mozilla.@MOZ_APP_NAME@ r=ted,blassy a=stuart 2010-12-21 15:02:14 -05:00
Shawn Wilsher f14c3b0dcc Merge Places and mozilla-central
a=bsmedberg
2010-12-15 19:24:51 -08:00
Shawn Wilsher 7cd8f091ad Merge mozilla-central to Places. 2010-12-13 15:08:04 -08:00
Shawn Wilsher aeffa1f8c7 Merge mozilla-central into Places 2010-12-06 09:48:54 -08:00
Shawn Wilsher 5126652a70 Merge mozilla-central to Places. 2010-12-02 09:05:33 -08:00
Shawn Wilsher 7a35d860e3 Merge mozilla-central into Places. 2010-11-29 08:43:57 -08:00
Robert Sayre d7efe1f5d1 Merge tracemonkey to mozilla-central. a=blockers
--HG--
rename : js/src/trace-test/tests/basic/bug616762.js => js/src/jit-test/tests/basic/bug616762.js
2010-12-15 12:21:50 -08:00
Matt Brubeck c74436b2b1 bug 617074 - Fix for building with Android 2.3 SDK (android-9 platform) r=mwu,khuey a2.0=dougt 2010-12-15 11:22:16 -08:00
Jason Orendorff c4797ba174 Bug 601676 - Configure should reject python3. 2010-12-10 10:09:13 -06:00
Ginn Chen 72a40ae401 Bug 612234 Part 1: Define MOZ_TREE_PIXMAN when using internal pixman r=jmuizelaar a=blocking-2.0 2010-11-30 14:38:02 +08:00
Shawn Wilsher f1db0ae444 Merge mozilla-central into Places 2010-11-17 10:55:34 -08:00
Mike Hommey 76b69157c8 Bug 611405 part 1 - Export jemalloc symbols when linking with the xpcom standalone glue. r=bsmedberg,a=clegnitto 2010-11-17 09:56:19 +01:00
Shawn Wilsher deaabcb2a2 Merge mozilla-central to Places 2010-11-10 09:38:08 -08:00
Brad Lassey dfacbe1834 bug 595919 - Implement PDF printing for "Save As PDF" on Android r=vlad a=blocking-fennec 2010-11-16 18:33:56 -05:00
Shawn Wilsher bf23f7fcc4 Merge mozilla-central to Places. 2010-10-27 12:28:31 -07:00
Shawn Wilsher 3be92a2c5b Merge mozilla-central into places. 2010-10-20 12:33:53 -07:00
Shawn Wilsher b8cbaa99f9 Merging places and mozilla-central. 2010-10-15 09:26:15 -07:00