Daniel Holbert
|
1f10c355f0
|
Bug 596070: s/don't/do not/ in #warning message, to fix "missing terminating ' character" build warning. r=dougt a=dougt
|
2010-11-05 11:24:12 -07:00 |
Ginn Chen
|
173e44ab51
|
Bug 586186 Implement RealBreak for Solaris r=doug.turner a=bsmedberg
|
2010-08-15 20:33:18 +08:00 |
Brad Lassey
|
77ecb52a68
|
bug 585873 implement RealBreak for arm r=doug a2.0=bsmedberg
|
2010-08-10 14:02:27 -04:00 |
Benjamin Smedberg
|
4d7e3ff7df
|
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
|
2010-06-10 14:11:11 -04:00 |
Michael Wu
|
09f6c9bf19
|
Bug 561464 - Add support for XPCOM on Android, patch mostly by vlad, r=bsmedberg
|
2010-06-01 12:02:42 -07:00 |
Chris Jones
|
672a077bbd
|
Bug 564185: Centralize the breakpad-triggering abort code in mozalloc and use |*NULL| to abort on mac, since abort() doesn't trigger breakpad. r=ted
|
2010-05-18 20:53:52 -05:00 |
Daniel Holbert
|
5cddfb69e9
|
Bug 557559: Handle enum value NS_ASSERT_UNINITIALIZED in switch statement, to fix build warning. r=bsmedberg
|
2010-04-08 12:26:29 -07:00 |
Karl Tomlinson
|
a1e0ce7ffe
|
b=551860 Don't break on NS_DebugBreak(NS_DEBUG_ABORT, ...) r=cjones
|
2010-03-24 16:39:15 +13:00 |
Jonas Sicking
|
5e41ab5fcc
|
Skidmark for bug 524944 r=bsmedberg
|
2009-12-17 21:54:02 -08:00 |
Jonas Sicking
|
8546bb2d56
|
Backed out changeset 4c88c8839a46 due to redness
|
2009-12-17 22:34:52 -08:00 |
Jonas Sicking
|
4b56ea211a
|
Skidmark for bug 524944 r=bsmedberg
|
2009-12-17 21:54:02 -08:00 |
Chris Jones
|
ce22ae1ab8
|
bug 534922: quick and dirty hack to make NS_RUNTIMEABORT trigger the crashreporter on windows. r=bsmedberg
|
2009-12-15 15:40:30 -06:00 |
Ben Turner
|
d215070785
|
More better awesome trap on debug builds when we try to abort
|
2009-11-12 12:04:58 -08:00 |
Ben Turner
|
a951266516
|
Make NS_DebugBreak trap as well as abort in debug builds
|
2009-11-12 11:44:25 -08:00 |
Chris Jones
|
fadf8bb44f
|
Bug 58904: Create strong types for synchronization primitives. r=bsmedberg.
|
2009-04-18 18:54:23 -07:00 |
L. David Baron
|
8a84734774
|
Only run assertion checks in DEBUG builds. (Bug 472557) r=Waldo,bsmedberg
|
2009-01-13 11:50:40 -08:00 |
L. David Baron
|
5a20f231d5
|
Expose the number of assertions since process start from XPCOM. (Bug 472557) r=bsmedberg
|
2009-01-08 13:50:21 -08:00 |
Neil Rashbrook
|
a31005688f
|
Bug 467779 IsDebuggerPresent doesn't need to be dynamically loaded any more r=bsmedberg
|
2008-12-04 00:18:28 +00:00 |
Brad Lassey
|
9eeb93aa1f
|
Bug 461859 - windows mobile minor cleanup of xpcom r=bsmedberg
|
2008-12-03 08:42:03 -05:00 |
Brad Lassey
|
87bafdd7ea
|
Bug 455381 - WinCE XPCOM Explicit Unicode API Calls, Wide Char CheckVersion Function r=bsmedberg
|
2008-12-03 08:41:12 -05:00 |
Jeff Walden
|
94ffc9d2cb
|
Bug 434076 - Give me stack traces and give me death! (aborts should print a stack trace before aborting) r=dbaron
|
2008-06-02 19:18:57 -04:00 |
bzbarsky@mit.edu
|
bf49f30281
|
Add a stack-and-abort value of XPCOM_DEBUG_BREAK
|
2007-08-10 12:42:58 -07:00 |
jwalden@mit.edu
|
12e960c504
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
blassey%mozilla.com
|
b8929025f0
|
backing out: switching narrow char system calls to wide char in windows b=418703
|
2008-03-11 22:46:32 +00:00 |
blassey%mozilla.com
|
fc37ea022b
|
switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon
|
2008-03-11 21:49:58 +00:00 |
blassey%mozilla.com
|
d66d0b8772
|
backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox
|
2008-03-05 22:56:48 +00:00 |
blassey%mozilla.com
|
fbc9687a30
|
switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner
|
2008-03-05 21:39:35 +00:00 |
bzbarsky%mit.edu
|
72e242e9e6
|
Add a stack-and-abort value of XPCOM_DEBUG_BREAK
|
2007-08-10 19:42:58 +00:00 |
jwalden%mit.edu
|
ef68fcf595
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
gavin%gavinsharp.com
|
47e1c35444
|
Bug 342670
|
2006-11-22 17:50:35 +00:00 |
bent.mozilla%gmail.com
|
d77e79e3cb
|
Bug 289689 - "Memory leak: nsDebugImpl::Assertion, Create Process". r=dougt, sr=darin.
|
2006-06-02 23:37:10 +00:00 |
joshmoz%gmail.com
|
f081589556
|
add a comment for my last checkin, b=339987
|
2006-06-02 20:20:52 +00:00 |
joshmoz%gmail.com
|
cd658ed6ba
|
Make Mac OS X debug trap impl use raise(SIGTRAP) instead of Mac OS X debugging function so we're only required to set the XPCOM debug env variable and not also the Mac OS X debug break variable. Also make GNUC/x86 test more robust, include '__i386__' in the test because not all platforms define '__i386' (Mac OS X is one of those, though it doesn't really matter here since we do a separate test for Mac OS X). b=339987 r=mento sr=dougt
|
2006-06-02 20:06:43 +00:00 |
mnyromyr%tprac.de
|
a66247d9c0
|
Bug 328900: Crash in StuffFixedBuffer; r=bsmedberg, sr=darin
|
2006-03-02 20:30:58 +00:00 |
benjamin%smedbergs.us
|
3153d6c09f
|
Typo from bug 325229, caught by dbaron.
|
2006-02-24 16:11:33 +00:00 |
benjamin%smedbergs.us
|
89d8c03ab9
|
Followup to bug 325229 - don't stick bell in stderr on platforms that have a dbgdlg
|
2006-02-13 20:21:20 +00:00 |
benjamin%smedbergs.us
|
ede2b658a9
|
Bug 326981 - build broken on BeOS from bug 325229, patch by Doug Shelton <doug@sheltonfamily.org> r=me
|
2006-02-13 16:19:31 +00:00 |
benjamin%smedbergs.us
|
da580e6a3c
|
Bug 325229 part 1 - standalone glue registers exit routine which is called after module unload; also fixes bug 317481 - C API for nsTraceRefcnt; also fixes bug 318622 - Make nsTraceRefcntImpl::SetActivityIsLegal work properly and turn it on; design review by dbaron, r=darin
|
2006-02-10 15:00:36 +00:00 |
bsmedberg%covad.net
|
3417e3d31f
|
Re-landing bug 316416 with biesi's uninitialized-rv catch and with the windows nsIFile hashing cached (bug 316732)
|
2005-12-13 17:55:43 +00:00 |
bsmedberg%covad.net
|
28e61db7cc
|
Reverting bug 316416 due to Ts regression and mysterious monkey orange :-(
|
2005-12-03 15:27:17 +00:00 |
bsmedberg%covad.net
|
43aed2b3c8
|
Bug 316416 - Convert nsIComponentLoader into nsIModuleLoader, xpcom bits r=darin xpconnect bits r=shaver; and bug 318625 - Make a version of nsTArray.AppendElement that doesn't copy-construct, r=darin
|
2005-12-02 16:34:42 +00:00 |
mrbkap%gmail.com
|
6c8e0ace50
|
bug 308418: The windbgdlg pops up even when the debugger is currently active. r=dougt sr=jst
|
2005-09-14 21:00:37 +00:00 |
bsmedberg%covad.net
|
8e7e3173cf
|
Bug 306334 - XULRunner debug doesn't link on mac r=darin/brendan
|
2005-08-31 17:20:09 +00:00 |
timeless%mozdev.org
|
108e33a2a9
|
Bug 304237 Enable xpcom under windows debuggers to filter assertions the way it does without a debugger
to enable this feature,
set XPCOM_DEBUG_DLG=1, or if you're already in the debugger, just poke the
static to 2.
r=dougt
|
2005-08-12 23:11:35 +00:00 |
joshmoz%gmail.com
|
0653646f70
|
remove XP_MAC code from xpcom/base. r=josh r=dougt a=bsmedberg
|
2005-06-24 00:24:42 +00:00 |
dougt%meer.net
|
d258f3e99d
|
bug 280245. WinCE build and support changes. r=darin
|
2005-01-30 21:33:47 +00:00 |
cls%seawood.org
|
34ced1f8a8
|
Only use Debugger() if building against carbon or cocoa toolkits.
Fixing OSX/X11 bustage.
Bug #249028 sr=darin
|
2004-09-18 16:35:28 +00:00 |
peterv%propagandism.org
|
b177687f8a
|
Fix for bug 249028 (Make XPCOM_DEBUG_BREAK=trap work on OS X). r=bryner, sr=dougt.
|
2004-07-22 14:44:38 +00:00 |
gerv%gerv.net
|
6f486a3c92
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |