Bas Schouten
5c2da9fbfd
Bug 816117 - Part 1: Add the ability to pass around a windows Thread Context to StackWalkMain64. r=ehsan
2012-12-08 06:15:21 +01:00
Phil Ringnalda
03892eaa4c
Back out 63105f3adf34 (bug 721843) for xpcshell timeouts
2012-10-01 20:43:27 -07:00
Benoit Girard
432b7c8fd8
Bug 721843 - Add just-in-time debugging by using CRAWL_STACK_ON_SIGSEGV on non official builds for mac/linux. r=ted
2012-10-01 22:09:20 -04:00
Aryeh Gregor
d0ad5a7d0c
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Benoit Girard
325b77e999
Bug 766579 - Part 1: Add SP param to NS_StackWalk. r=dbaron
...
--HG--
extra : rebase_source : dd4905ffadf5fe9327449fffdfbc665b05d74a6a
2012-06-27 16:08:21 -04:00
Martin Stransky
b057ab26b1
Bug 627699 - Port GTK2 to GTK3, toolkit part, r=karlt
2012-06-16 18:06:10 +12:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Ehsan Akhgari
a6373ebfc3
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
89bf0597c8
Bug 681202 - Add Android x86 target. r=glandium
2011-09-29 13:39:03 +09:00
Brad Lassey
c398b11302
bug 617115 - support building with andorid NDKr5 r=ted
2011-04-01 16:47:37 -07:00
Matheus Kerschbaum
4eb6429f47
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
2011-04-02 19:14:00 -07:00
Mitchell Field
a6788f0842
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
98135bdfff
Bug 593767 - Don't use SA_SIGINFO when unsupported. r=bsmedberg,a=bsmedberg
2010-11-07 09:20:50 +01:00
Rob Arnold
13ef0df01c
Bug 563462 - Remove Photon bits from toolkit/ r=Mossop
2010-05-12 14:31:24 -04:00
Mark Banner
c1f7eefbf4
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
3f2289c67b
Bug 536343: Fix build bustage on OS/2 in nsSigHandles.cpp r=bsmedberg,dragtext
2010-01-30 07:48:32 -05:00
Chris Jones
6836e30944
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
d3e1980b10
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
fdecb5cb37
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
2ebc336d1a
Bug 538338 Do not hang on FPE_INTDIV "Integer divide by zero" r=bsmedberg
2010-01-13 17:04:04 +08:00
Benjamin Smedberg
1d562d3192
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
cc109826f3
Bug 538642: Temporarily disable the floating-point exception handler. r=bsmedberg
2010-01-08 15:09:31 -06:00
L. David Baron
ad2b8d1692
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
3e1660b4db
Bug 537489 - nsSigHandler.cpp should use _M_IX86 instead of _M_IA32, r=bsmedberg
2010-01-05 14:11:51 -05:00
Benjamin Smedberg
a97f0b3ba3
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
7a48f2d4ec
Compilation fix for bug 533035 (r=bsmedberg).
2009-12-21 10:28:15 -10:00
Jeff Walden
370808eea9
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
defb6d3791
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
ff3f6da8fa
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
7550286ebb
Backed out try-landing of bug 533035.
2009-12-17 00:29:32 -08:00
Andreas Gal
d50ff81fcd
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
cd18d8284e
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
9d5eb50e56
Bug 411615 - ah_crap_handler should call _exit explicitly. r=dbaron, sr=jag
2009-02-26 19:56:10 +13:00
Arpad Borsos
c72ef7d248
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
27cd5ada7f
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
758b3d8135
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
023ff85a39
Sync with xpfe/bootstrap to fix phoenix bustage (from bug 163918).
2002-08-25 05:57:46 +00:00
bryner%netscape.com
853c1da85a
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