Commit Graph

33 Commits

Author SHA1 Message Date
Martin Stransky
f251e19d8a Bug 627699 - Port GTK2 to GTK3, toolkit part, r=karlt 2012-06-16 18:06:10 +12:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Ehsan Akhgari
b8bca9ed9c Bug 713278 - Teach NS_StackWalk to walk the stack of other threads too on Windows; r=dbaron 2011-12-23 18:14:09 -05:00
Makoto Kato
a583afefe1 Bug 681202 - Add Android x86 target. r=glandium 2011-09-29 13:39:03 +09:00
Brad Lassey
c731a2e5d6 bug 617115 - support building with andorid NDKr5 r=ted 2011-04-01 16:47:37 -07:00
Matheus Kerschbaum
9014e25ac7 Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg 2011-04-02 19:14:00 -07:00
Mitchell Field
907029389d 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
5de43c50c9 Bug 593767 - Don't use SA_SIGINFO when unsupported. r=bsmedberg,a=bsmedberg 2010-11-07 09:20:50 +01:00
Rob Arnold
ab46fd2c10 Bug 563462 - Remove Photon bits from toolkit/ r=Mossop 2010-05-12 14:31:24 -04:00
Mark Banner
42c0a31f11 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
87fcb57f7b Bug 536343: Fix build bustage on OS/2 in nsSigHandles.cpp r=bsmedberg,dragtext 2010-01-30 07:48:32 -05:00
Chris Jones
02711c0ac8 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
87d8c0a8b8 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
fd8abc78b3 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
1ce2733922 Bug 538338 Do not hang on FPE_INTDIV "Integer divide by zero" r=bsmedberg 2010-01-13 17:04:04 +08:00
Benjamin Smedberg
e3e140044e 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
462d202996 Bug 538642: Temporarily disable the floating-point exception handler. r=bsmedberg 2010-01-08 15:09:31 -06:00
L. David Baron
a41c499d8d 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
2e56a3902e Bug 537489 - nsSigHandler.cpp should use _M_IX86 instead of _M_IA32, r=bsmedberg 2010-01-05 14:11:51 -05:00
Benjamin Smedberg
95077fe38c 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
29210c97e0 Compilation fix for bug 533035 (r=bsmedberg). 2009-12-21 10:28:15 -10:00
Jeff Walden
4c917c891d 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 2009-12-18 22:29:13 -05:00
Jeff Walden
8def95b830 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
c413677380 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
d98190a562 Backed out try-landing of bug 533035. 2009-12-17 00:29:32 -08:00
Andreas Gal
b7a6c426cd 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
f786dff879 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
610bc82e54 Bug 411615 - ah_crap_handler should call _exit explicitly. r=dbaron, sr=jag 2009-02-26 19:56:10 +13:00
Arpad Borsos
1b55360c07 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
48d096de36 Bug 454862 Move nsSigHandlers.cpp and showOSAlert.cpp to toolkit/xre instead of copying them there during the build process r=ted 2008-09-15 16:08:25 +01:00
bryner@netscape.com
e92d50a60a 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
5f45b4f2b9 Sync with xpfe/bootstrap to fix phoenix bustage (from bug 163918). 2002-08-25 05:57:46 +00:00
bryner@netscape.com
7c0fe30a4b 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