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

2616 Коммитов

Автор SHA1 Сообщение Дата
Serge Gautherie 01656369ed Bug 502696 - js_CompareAndSwap on sparc should not use PRLock(); (Cv1) Clean up missed autoconf.mk.in too.
r=jorendorff.
2010-02-23 06:00:55 +01:00
Oleg Romashin 5291f401f2 Bug 544190 - QCore version needed to replace message_pump_glib.cc. r=dougt 2010-02-18 23:48:50 +02:00
Mike Hommey 76c1573a7a Bug 541767 - "Various problems with how config/my{config,rules}.mk are handled" [r=ted] 2010-02-04 09:19:00 -05:00
Benjamin Smedberg 9538d62dfb Bug 545892 - mozilla-runtime.exe doesn't have a manifest when jemalloc is enabled: in this case the linker doesn't generate a manifest because there are no dependent assemblies, so we should only use the manifest specified in the source directory, r=ted
--HG--
extra : rebase_source : 4be79482480eda27853a1bb3e772a0526bb59e58
2010-02-13 16:00:19 -05:00
Benjamin Smedberg 68937b2279 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 38fb505f32 bug 517097 - make enabling debug symbols more sane r=ted.mielczarek
--HG--
extra : rebase_source : 3b9b43f06fbbd1bcceb5763061ee97378602cac5
2010-02-11 08:21:00 -05:00
Jonathan Kew 5267acf1ed Bug 543976 followup - workaround because preprocessor.pl can be overly fussy about the form of #if conditions. 2010-02-09 19:35:39 -08:00
Jeff Muizelaar 1ba8851c67 Bug 544697. pixman: Reenable NEON support. r=vlad,bsmedberg
3f91dcac71c4 turned off NEON because of build breakage. This
turns it back on.

We also need to add a SSRCS target so that .S files get built
with gcc.
2010-02-08 23:13:12 -05:00
Doug Turner 7892aabac9 Bug 543976 - Clean up Maemo defines. r=ted 2010-02-09 11:02:11 -08:00
Jeff Muizelaar 654903b9ea Revert 3f91dcac71c4 for breaking 'make check'. 2010-02-09 00:07:00 -05:00
Jeff Muizelaar f3a650563d Bug 544697. pixman: Reenable NEON support. r=vlad,bsmedberg
3f91dcac71c4 turned off NEON because of build breakage. This
turns it back on.

We also need to add a SSRCS target so that .S files get built
with gcc.
2010-02-08 23:13:12 -05:00
L. David Baron 629bb5afcc Bump mozilla-central version to 1.9.3a2pre/3.7a2pre. CLOSED TREE 2010-02-05 11:36:14 -08:00
Walter Meinl 5511b8f432 Bug 536451 - OS/2 cannot handle mozsqlite3.dll. r=ted
--HG--
extra : rebase_source : c1a6deb7130b1142ca58dad88a34ecdcda75a378
2010-02-04 15:51:02 +01:00
Bas Schouten 8c3274b7ad Bug 527707. Build System DWrite/Direct2D mods. r=ted 2010-01-22 15:38:23 -05:00
Makoto Kato ccdb20845f Bug 539378 - Remove MOZ_BITS macro from tree. r=ted 2010-01-19 14:12:09 +09:00
Aiken Tie 4a85f25a4c Bug 536352 - missing null check and memory leak in nsinstall.c. r=ted 2010-01-18 11:22:03 +01:00
Chris Jones f3372c628f 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
Ginn Chen 1aae65236b Bug 537369 Failed to build with --enable-dtrace for 64bit libraries r=bsmedberg 2010-01-06 15:02:52 +08:00
Oleg Romashin 79162c30b8 Bug 532608 - osso-mem.h used but not added to system-headers, r=benjamin 2009-12-21 13:32:36 +02:00
Oleg Romashin 62f9fb9d9e Bug 532072 - Conic system-headers are missing when compiling with maemo, r=ted.mielczarek 2009-12-21 13:29:06 +02:00
Oleg Romashin 245dc6f5e2 Bug 528004 - system wrappers does not include hildon-file-chooser-dialog.h, r=ted.mielczarek 2009-12-21 13:27:20 +02:00
Benjamin Smedberg a54e6acfd8 Merge mozilla-central into electrolysis. 2009-12-14 08:01:18 -05:00
Benjamin Smedberg 636d74b114 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 e53a7195d5 Merge mozilla-central into Electrolysis. 2009-11-24 10:06:03 -05:00
Ted Mielczarek 1ccefba1bf bug 522804 - fix two more JarMaker lockFile race conditions on Windows. r=pike 2009-11-24 07:11:25 -05:00
Ted Mielczarek c6514e06d1 bug 522804 - ZipFile exception.WindowsError build problem. r=pike
--HG--
extra : rebase_source : 9a940d5e8aed187f91584a86c7bd456bd249622c
2009-11-23 10:20:21 -05:00
Ted Mielczarek 2dae1cece4 bug 530093 - allow building with VC10. configure+build system changes. r=bsmedberg 2009-11-23 10:20:21 -05:00
Ted Mielczarek 12d7421c97 bug 531135 - rewrite build-list.pl in Python to fix race conditions with locking. r=bsmedberg 2009-12-14 06:55:40 -05:00
Benjamin Smedberg d74c6776f3 Merge mozilla-central into electrolysis. 2009-11-19 12:41:46 -05:00
Ginn Chen d8150c3a0f Bug 522440 QCMS: Make sse/sse2 code built with Sun Studio 12 on Solaris r=jmuizelaar, ted.mielczarek 2009-11-20 14:15:39 +08:00
Benjamin Smedberg d8c7dfc1dd Merge mozilla-central into electrolysis. 2009-11-11 12:35:42 -05:00
Brad Lassey 7316a1c605 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 1d97bbb36a Merge from mozilla-central. 2009-11-06 09:54:28 -05:00
Ted Mielczarek ac6fe958a3 bug 463411 - nsinstall.exe can race creating directories. r=timeless 2009-10-30 13:00:20 -04:00
Mark Finkle 83b31eb1d1 Bug 495674: Internet connection should be initiated if needed [r=biesi] 2009-11-18 10:20:45 -05:00
Nirbheek Chauhan 649de0b0f2 Bug 528941 - Remove pangox.h includes. r=karlt 2009-11-18 14:20:15 +01:00
Benjamin Smedberg 34440c4bbc Merge mozilla-central into e10s. 2009-10-28 11:32:00 -04:00
Benjamin Smedberg 4b80d2bb6b Don't special-case WINCE for nsinstall... hopefully this will make the WinMo tree green. 2009-10-27 10:50:30 -04:00
Benjamin Smedberg 9ae75c423f Merge mozilla-central to electrolysis. 2009-10-20 12:08:28 -04:00
Benjamin Smedberg 1ead4f5856 Bug 519357 - Only load known binary components from the app directory by reading a components.list file, r=vlad 2009-11-05 09:08:49 -05:00
Benjamin Smedberg 960781ec85 Merge mozilla-central to electrolysis to pick up bug 515436. 2009-10-12 10:51:38 -04:00
Dave Yeo a168f4dfba [OS/2] Bug 520418 - build break due to empty short DLL names, r=pweilbacher 2009-10-12 10:33:20 +02:00
Phil Ringnalda 1f92d17fc3 Bug 520339 - Remove leftovers from MOZ_COMPONENTLIB, r=bsmedberg 2009-10-10 18:07:43 -07:00
Benjamin Smedberg 1b015e4cd1 Bug 524139 - Eval .all.pp instead of including it. This means that in the normal case we avoid any make restarts and the associated I/O that goes with them, which could possibly be slowing Windows builds down considerably r=ted
--HG--
extra : rebase_source : 9671d212954595ef76b1870957e09ec6bc018e83
2009-10-23 13:00:19 -04:00
Jim Blandy c0634bd24a 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 74559ddca4 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 1458356fce Merge mozilla-central 2009-10-05 16:08:52 -07:00
Markus Stange 7ee5cecce4 Merge backout of bug 456646. 2009-10-09 18:15:34 +13:00
Markus Stange 94f4ccb97f Backed out changeset 8c4658f8f0dc, bug 456646 (Cocoa print dialog) - we can do better. 2009-10-09 18:14:31 +13:00
Ted Mielczarek 4e6f2979b3 bug 520359 - pymake fails to build Firefox r=bsmedberg
--HG--
extra : rebase_source : d8c6f4927a1d41ccb4d46c33c4c98812bdbb098d
2009-10-08 14:10:50 -04:00