Makoto Kato
986bb40b66
Bug 681202 - Add Android x86 target. r=glandium
2011-09-29 13:39:03 +09:00
Brad Lassey
d440790495
bug 617115 - support building with andorid NDKr5 r=ted
2011-04-01 16:47:37 -07:00
Matheus Kerschbaum
08c43219e7
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
2011-04-02 19:14:00 -07:00
Mitchell Field
e48da647b0
Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras
2011-02-20 06:10:24 +11:00
Mike Hommey
7e0af9f4ab
Bug 593767 - Don't use SA_SIGINFO when unsupported. r=bsmedberg,a=bsmedberg
2010-11-07 09:20:50 +01:00
Rob Arnold
f9f381c2e3
Bug 563462 - Remove Photon bits from toolkit/ r=Mossop
2010-05-12 14:31:24 -04:00
Mark Banner
4bd0167366
Bug 550145 NS_APPSTARTUP_CONTRACTID should exist in nsToolkitCompsCID.h and not nsXPFEComponentsCID.h (kill nsXPFEComponentsCID.h). r=benjamin
2010-03-05 12:11:55 +00:00
Walter Meinl
260b183a7d
Bug 536343: Fix build bustage on OS/2 in nsSigHandles.cpp r=bsmedberg,dragtext
2010-01-30 07:48:32 -05:00
Chris Jones
16188b2e8b
Bug 540116: By default, unblock the parent process if a child crashes in a DEBUG build that uses ah_crap_handler(). Set MOZ_DONT_UNBLOCK_PARENT_ON_CHILD_CRASH=1 to restore old behavior. r=bsmedberg
2010-01-27 22:23:16 -06:00
Mook
e776558579
Bug 538056 - Signal handler for FPU exception is broken for Windows x64, r=m_kato,bsmedberg
...
toolkit/xre/nsSigHandlers.h:
define x86 constants also for msvc x86-64
toolkit/xre/nsSigHandlers.cpp:
Take into account different structure names for win64
2009-12-29 01:48:02 -08:00
Ginn Chen
bfd7862ee6
Bug 538339 In fpehandler() mask cw and back to the faulting x87 instruction on Solaris r=gal,bsmedberg
2010-01-13 17:04:52 +08:00
Ginn Chen
b6988efcdf
Bug 538338 Do not hang on FPE_INTDIV "Integer divide by zero" r=bsmedberg
2010-01-13 17:04:04 +08:00
Benjamin Smedberg
a56e45f95e
Bug 538642 - Breakpad shouldn't treat FPU exceptions as crashes, and the FPU exception handler should chain correctly, r=ted
2010-01-11 13:16:20 -05:00
Chris Jones
980fc3494c
Bug 538642: Temporarily disable the floating-point exception handler. r=bsmedberg
2010-01-08 15:09:31 -06:00
L. David Baron
dba50105db
Fix valgrind warning about passing uninitialized act->sa_mask to sigaction. (Bug 538013) r=gal
2010-01-07 08:51:16 -05:00
Makoto Kato
c6a0b05ac6
Bug 537489 - nsSigHandler.cpp should use _M_IX86 instead of _M_IA32, r=bsmedberg
2010-01-05 14:11:51 -05:00
Benjamin Smedberg
53e43987c8
Followup to bug 535802, make it work on Linux too by passing around the program name from argv[0]
2009-12-18 17:14:53 -05:00
jacek@codeweavers.com
77fecd87cc
Compilation fix for bug 533035 (r=bsmedberg).
2009-12-21 10:28:15 -10:00
Jeff Walden
d7fe333e85
Bug 533035 - Linux64 bustage fix, try two -- looks like other systems aren't picking up the <stdint.h> include mine is. Or something. r=redness
...
--HG--
extra : rebase_source : 6aff511af4a1744fab88e698735feb984ac15362
2009-12-18 22:29:13 -05:00
Jeff Walden
1d2ff9bc1e
Bug 533035 - Linux64 bustage fix. r=redness, apparent(ly correct) bustage fix now, real-r later
2009-12-18 21:28:19 -05:00
Andreas Gal
e0fb99ebc7
Extensions/libraries/plugins might enable FPU/SSE2 exceptions, causing floating-point operations to crash (533035, r=robarnold,bsmedberg).
2009-12-17 13:56:12 -08:00
Andreas Gal
1dda001115
Backed out try-landing of bug 533035.
2009-12-17 00:29:32 -08:00
Andreas Gal
f6324b7e03
Extensions/libraries/plugins might enable FPU/SSE2 exceptions, causing floating-point operations to crash (533035, r=robarnold).
2009-12-17 00:21:48 -08:00
Daniel Holbert
dbe0fa0ed0
Bug 521677: Use fputs instead of printf/fprintf in a few cases, to fix "format not a string literal and no format arguments" build warnings. r=dbaron
2009-10-19 08:03:00 -07:00
Matthew Gregan
9d39f29f6e
Bug 411615 - ah_crap_handler should call _exit explicitly. r=dbaron, sr=jag
2009-02-26 19:56:10 +13:00
Arpad Borsos
4460c617be
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
2008-10-10 17:04:34 +02:00
Neil Rashbrook
a4e8181755
Bug 454862 Move nsSigHandlers.cpp and showOSAlert.cpp to toolkit/xre instead of copying them there during the build process r=ted
...
--HG--
rename : xpfe/bootstrap/nsSigHandlers.cpp => toolkit/xre/nsSigHandlers.cpp
rename : xpfe/bootstrap/showOSAlert.cpp => toolkit/xre/showOSAlert.cpp
2008-09-15 16:08:25 +01:00
bryner%netscape.com
748c4939bc
Un-fork everything except nsAppRunner.cpp from xpfe/bootstrap. Not part of the build.
2002-08-25 09:31:39 +00:00
bryner%netscape.com
3d913ae950
Sync with xpfe/bootstrap to fix phoenix bustage (from bug 163918).
2002-08-25 05:57:46 +00:00
bryner%netscape.com
abee960a1b
New files for generic XUL app support library (fork from xpfe/bootstrap). Not part of the build.
2002-08-21 10:25:54 +00:00