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

42 Коммитов

Автор SHA1 Сообщение Дата
bugzilla%standard8.demon.co.uk b6d32234e5 Bug 306840 Improve PR_GetEnv() usages. (Av2) <XpFe/*> patch by Serge GAUTHERIE <gautheri@noos.fr> r=timeless,sr=neil.parkwaycc.co.uk 2005-12-22 17:57:13 +00:00
timeless%mozdev.org cf16aa1fcc Build bustage from bug 237745, caused by a typo.
nsXPFEComponentCID.h should be nsXPFEComponentsCID.h
2004-11-30 23:24:59 +00:00
bsmedberg%covad.net 3055933c27 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00
timeless%mozdev.org dbf0c052a3 Bug 156632 useless call to PR_CurrentThread
patch by riceman+bmo@mail.rit.edu r=dbaron sr=darin
2004-09-08 22:56:06 +00:00
gerv%gerv.net aa835b77c5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 16:52:41 +00:00
amardare%qnx.com ee34daa4ac Changes for the QNX ( photon ) platform - it should not affect ( building/runtime ) other platforms.
Removed the munlockall() call.
2004-01-05 23:33:39 +00:00
chanial%noos.fr cf47340a57 bug 213158: fix mispelling s/attatch/attach
r/sr=dbaron
2003-07-20 21:08:42 +00:00
dbaron%dbaron.org 37be4aef51 Don't bother with strsignal on Linux, since the portability problems aren't worth it. b=177912 r=bryner sr=dmose 2003-06-01 20:18:18 +00:00
dbaron%dbaron.org 6c042bceb9 OK, we can't use __GLIBC_PREREQ, since some compilers report a parse error when it's not present. b=177912 2003-02-22 20:45:06 +00:00
dbaron%dbaron.org 17f65db91d Fix compilation problems for some people. b=177912 sr=bryner 2003-02-22 19:22:27 +00:00
dbaron%dbaron.org d1688f5365 Back out changes for bug 177912, since they broke an RH 7.x commercial tinderbox (and probably other similar build configurations). 2003-01-18 05:18:45 +00:00
dbaron%dbaron.org 07eb634d45 Possible fix for bustage on some machines. b=177912 2003-01-18 03:58:17 +00:00
dbaron%dbaron.org f9552edf63 Fix some reported compilation problems by including string.h with _GNU_SOURCE defined rather than prototyping strsignal ourselves. b=177912 sr=bryner 2003-01-17 23:44:17 +00:00
dougt%netscape.com 0ed09d1bf4 Enabling GRE support in the mozilla client. r=chak, sr=darin, b=173262 2003-01-16 19:25:47 +00:00
timeless%mac.com 44ef3cdbcc Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread
patch by riceman+bmo@mail.rit.edu r=morse,dougt,dveditz,timeless sr=dveditz
2002-09-03 14:51:05 +00:00
danm%netscape.com a82218200b update for rev 1.26 of nsIAppShellService.idl: Quit takes a new parameter. bug 163918 r=brendan,bryner 2002-08-24 18:58:19 +00:00
dbaron%fas.harvard.edu a6105d1231 Turn on Ramiro's code to stack-trace and suspend when we crash, for DEBUG builds. b=14989 r=bryner sr=brendan 2002-07-05 05:31:04 +00:00
darin%netscape.com 55860adc82 backing out unintended changes -- fixes OS/2 bustage, b=124042 2002-03-06 19:03:32 +00:00
darin%netscape.com 026dda9f95 fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
seawood%netscape.com c764fd69f0 Replace NTO with MOZ_WIDGET_PHOTON as necessary.
Thanks to Brian Edmond <briane@qnx.com> for the patch.
Bug #119275 r=cls
2002-01-14 08:22:35 +00:00
dbaron%fas.harvard.edu 53da74a758 Fix up stacktrace-on-crash debugging code in preparation for turning it on by default. b=14989 r=bryner sr=brendan 2001-11-03 05:43:25 +00:00
gerv%gerv.net f385eb981a Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
cls%seawood.org e36305c38e Change beos sighandler to get the nsAppShellService and call its shutdown function on SIGTERM rather than forcefully quitting the app.
Bug #99564 sr=alecf
2001-09-19 02:51:32 +00:00
cls%seawood.org 7602be41c9 Add signal handlers for BeOS so tinderbox scripts can run tests.
Add use of BApplication to viewer.
Bug 92381 r=timeless a=blizzard
2001-07-27 22:16:33 +00:00
warren%netscape.com 4189314fdb Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 4804270601 Fixed FPRINTF => PRINTF 2000-10-28 04:15:35 +00:00
warren%netscape.com ddd21bd95d Fixed extra 0 param 2000-10-28 01:52:46 +00:00
warren%netscape.com 6e35f97e31 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
ann.adamcik%sun.com c74e42fbfc Bug 24828. Increased file descriptor limit on Solaris to a reasonable
number (default is 64 on Solaris7).  r=cls@seawood.org, a=vidur@netscape.com
2000-08-22 03:42:32 +00:00
cls%seawood.org c6e8a9b610 For reasons not yet known, my build & the linux/arm tinderbox needed to include <stdlib.h> to get atoi(). 2000-08-01 06:09:14 +00:00
dougt%netscape.com 86bb592ff1 Make setting the env MBs not bytes. r=valeski@netscape.com
DEBUGGIN code
2000-08-01 02:51:22 +00:00
dougt%netscape.com 54f8f10f69 Fix to allow MOZ_MEM_LIMIT be the upper limit in memory allocation.
Debugging code.  pavlov reviewed.
2000-08-01 01:46:52 +00:00
pavlov%netscape.com 267e87f111 fix for 40020 r=alecf,mscott 2000-05-22 21:50:40 +00:00
pavlov%netscape.com 1db511bc2e last minute change 2000-05-17 06:59:50 +00:00
pavlov%netscape.com 7372ae051c one other things.. 2000-05-17 06:48:21 +00:00
pavlov%netscape.com c92b45b1b2 adding comment 2000-05-17 06:38:27 +00:00
pavlov%netscape.com cbe97a1d06 minor fixups to the way we handle signals r=brendan 2000-05-17 04:06:08 +00:00
Jerry.Kirk%Nexwarecorp.com b62de0a844 Added an include to silence some warnings and added a call to munlockall().
r=kedl
1999-12-07 13:12:26 +00:00
ramiro%fateware.com b81cef5ef8 Take myself out of the debug code, since it has broken since I last looked
at it.
1999-11-22 05:03:48 +00:00
duncan%be.com 196ff89c01 Make locale work under BeOS (added XP_BEOS next to XP_UNIX). r=nhotta
Make JS timing work under BeOS (added XP_BEOS next to XP_UNIX). r=mcafee
Make nsSigHandlers.cpp build under BeOS (strsignal returns const char *). r=mcafee
1999-11-20 10:53:34 +00:00
cls%seawood.org 33bda47823 Missing include was causing strncpy to be undefined and we should be using PL_strncpy anyways. Added newline at end of file to get rid of a warning. 1999-11-20 10:05:44 +00:00
Jerry.Kirk%Nexwarecorp.com ca1696f523 Adding nsSigHandlers file to pull out unix signal handlers into a
seperate file.
r=Ramiro
1999-11-19 01:55:19 +00:00