dbaron@dbaron.org
|
79a14f243a
|
Enable Linux stack walking code on Mac OS X. b=336517 r+a=bsmedberg
|
2007-08-15 17:03:29 -07:00 |
dbaron@dbaron.org
|
03daa47a88
|
Include file name and line number in Windows stack traces. b=391850 r+a=bsmedberg
|
2007-08-14 09:34:32 -07:00 |
dbaron@dbaron.org
|
2537e2adc1
|
Merge nsStackFrameWin and nsStackFrameUnix into nsStackWalk. b=391793 r+a=bsmedberg
|
2007-08-13 12:37:36 -07:00 |
dbaron@dbaron.org
|
5385fc565a
|
Remove nsTraceRefcnt::LoadLibrarySymbols, which is no longer needed due to the error handling in SymGetModuleInfoEspecial. b=391793 r+a=bsmedberg
|
2007-08-13 12:36:57 -07:00 |
ginn.chen@sun.com
|
73535c643d
|
Bug 374689 Fix build issues r+a=dbaron
|
2007-08-12 22:29:55 -07:00 |
dbaron@dbaron.org
|
422a0fc1a3
|
Convert trace-malloc to using XPCOM stack walking API. b=374829 r+a=brendan
|
2007-08-10 15:20:48 -07:00 |
dbaron@dbaron.org
|
a8f872d6ae
|
Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky
|
2007-08-10 14:32:49 -07:00 |
dbaron@dbaron.org
|
5db8176c4c
|
Split the address->symbol mapping from the rest of the stack walking code. b=374829 r=bsmedberg a=bzbarsky
|
2007-08-10 14:29:37 -07:00 |
dbaron@dbaron.org
|
c69f04c4b5
|
Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky
|
2007-08-10 14:28:22 -07:00 |
bzbarsky@mit.edu
|
bf49f30281
|
Add a stack-and-abort value of XPCOM_DEBUG_BREAK
|
2007-08-10 12:42:58 -07:00 |
benjamin@smedbergs.us
|
ff51038cee
|
Bug 383553 - Crash on quit in nsTimerImpl::Release, r=dbaron sr=brendan
|
2007-08-09 11:37:02 -07:00 |
benjamin@smedbergs.us
|
40293c5a56
|
Backing out bug 214164 due to non-libxul bustage... WTF? :-(
|
2007-08-08 14:41:43 -07:00 |
benjamin@smedbergs.us
|
f78c2862b9
|
Bug 214164 - Reduce nsTHashtable codesize by making sOps a class static. This patch was originally from bug 201034 r=jkeiser :-) and was backed out because GCC 3.3- were stupid. Since we don't support those any more, relanding a=bz
|
2007-08-08 07:40:35 -07:00 |
mrbkap@gmail.com
|
fe4abc8210
|
Fix broken printf to fix a compile warning. bug 390855, r+sr+a=bsmedberg
|
2007-08-07 18:47:40 -07:00 |
aaronr@us.ibm.com
|
8855a6feed
|
make nsStringContainer_base smaller bug 390849, r+sr+a=bsmedberg
|
2007-08-07 16:37:44 -07:00 |
sharparrow1@yahoo.com
|
edd79c1e7b
|
Bug 387445: Remove thread safety from atoms. r+sr=dbaron, a=bzbarsky
|
2007-08-07 12:16:52 -07:00 |
bzbarsky@mit.edu
|
51e0eb247c
|
Make it possible to serialize an nsISerializable instance to an arbitrary stream, not just to the fastload file. Bug 390474, r=bsmedberg, sr=brendan, a=bsmedberg.
|
2007-08-06 19:00:55 -07:00 |
benjamin@smedbergs.us
|
70f47bf00f
|
Bug 387132 followup - build the reftest-fast tool correctly with libxul, r=vlad a=only functional change is NPOB
|
2007-08-06 13:13:19 -07:00 |
benjamin@smedbergs.us
|
dd9928dd58
|
Bug 389718 - Hide xptcall shared stubs, x86 and a matching x86-64 change, r=dbaron a=bz
|
2007-08-06 12:30:51 -07:00 |
benjamin@smedbergs.us
|
a8f4f63a68
|
Bug 386025 - Expose cycle-collection symbols, r=graydon
|
2007-08-06 07:34:02 -07:00 |
dtownsend@oxymoronical.com
|
8736a5a87b
|
Bug 390143: NS_IMPL macros are broken for implementing 11 interfaces.
r=bsmedberg, a=wanted-1.9
|
2007-08-02 11:14:28 -07:00 |
benjamin@smedbergs.us
|
1ec1103251
|
Bug 390190 - XULRunner loads system sqlite3 (and can then crash), patch by redfive (mozilla@jgaunt.com), r=me a=mconnor for landing into close M7 tree
|
2007-07-30 13:17:18 -07:00 |
jonas@sicking.cc
|
c9daa175ee
|
Bug 389508: Implement Cross site XMLHttpRequest. r=jst sr=dveditz,biesi
|
2007-07-26 15:20:29 -07:00 |
enndeakin@sympatico.ca
|
ad4871e657
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
dcamp@mozilla.com
|
d554b1cee2
|
Add an API to access <input type="file"> data. r=smontagu (for charset stuff), r+sr=jonas
|
2007-07-24 21:29:47 -07:00 |
cbiesinger@gmx.at
|
1a21866674
|
386376 get services lazily in order to avoid recursive getService calls
r=bsmedberg
|
2007-07-24 16:47:33 -07:00 |
bzbarsky@mit.edu
|
68e240d420
|
Fix string leak. Bug 389191, r=josh, sr=bsmedberg
|
2007-07-24 13:19:03 -07:00 |
bzbarsky@mit.edu
|
defcacbc9d
|
Reland part of the patch for bug 330420 which got backed out by the
table-driven QI landing. Bug 387926, r+sr=bsmedberg
|
2007-07-24 13:17:11 -07:00 |
cbiesinger@gmx.at
|
e8ade95aa7
|
add a comment explaining the 0x20..0x7f range
|
2007-07-23 20:30:00 -07:00 |
asqueella@gmail.com
|
1b21dcbdac
|
Bug 339069 - Optimization for RFindInReadable
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r=darin, sr=dbaron
|
2007-07-23 18:30:19 -07:00 |
cbiesinger@gmx.at
|
dc956207e6
|
bug 389106 escape spaces even for the OnlyNonASCII flag
r=bzbarsky sr=dveditz
|
2007-07-23 17:28:42 -07:00 |
sdwilsh@shawnwilsher.com
|
3d5f109b8e
|
Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin
|
2007-07-18 09:20:12 -07:00 |
bzbarsky@mit.edu
|
564a303215
|
Make fastload handle short reads from its underlying buffered stream. Bug
387588, r+sr=biesi
|
2007-07-17 18:54:55 -07:00 |
jwalden@mit.edu
|
294377fa2f
|
Bug 388276 - Build failed on solaris x86 due to checkin for 372428. Patch by Leon Sha <leon.sha@sun.com>, r=cls
|
2007-07-17 14:23:24 -07:00 |
mozilla@weilbacher.org
|
a0ee8547a6
|
[OS/2] Bug 348533: fix build break due to missing glue, removing support for old VAC plugins in libxul builds, r=benjamin
|
2007-07-17 14:13:17 -07:00 |
benjamin@smedbergs.us
|
88da9a5d7a
|
Bug 368854 - Use new compiler/linker flags added in VC8 to improve security, r=luser
|
2007-07-17 06:31:28 -07:00 |
sdwilsh@shawnwilsher.com
|
db89527845
|
Backout of Bug 306907
|
2007-07-16 14:32:03 -07:00 |
sdwilsh@shawnwilsher.com
|
942eb53c84
|
Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin
|
2007-07-16 14:23:29 -07:00 |
dolske@mozilla.com
|
5f4fef0329
|
Bug 388189: console spewage: "(all right -- a generic module!)". r=dougt, sr=benjamin
|
2007-07-16 12:00:14 -07:00 |
dolske@mozilla.com
|
c5115cc6c5
|
Bug 386281: "Type Manifest File:" spewed to console on launch. r=dougt, sr=benjamin
|
2007-07-14 18:15:26 -07:00 |
dbaron@dbaron.org
|
d31f5c81a7
|
Explain another possibility in this debugging printf. DEBUG_CC only.
|
2007-07-14 12:06:10 -07:00 |
jst@mozilla.org
|
510c1e0c10
|
Fixing bug 377360. Fix atom table crash due to invalid UTF data in atoms. r=jonas@sicking.cc, sr=peterv@propagandism.org
|
2007-07-11 13:46:43 -07:00 |
benjamin@smedbergs.us
|
c0a37d52d8
|
Bug 386445 - mac build stops with "multiple definitions of symbol nsINIParser::GetSrings", also changes to building mac dylibs with -single_module, r=luser,jag
|
2007-07-11 10:26:11 -07:00 |
neil@parkwaycc.co.uk
|
314a7d97d4
|
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
|
2007-07-11 01:46:44 -07:00 |
bzbarsky@mit.edu
|
0e4239e994
|
Try to fix orange: sGlobalObserver can get set during event processing, not
just unset. Bug 326777
|
2007-07-10 20:01:56 -07:00 |
bzbarsky@mit.edu
|
cd4ac92fc1
|
Relanding bug 326777, r=bsmedberg, sr=jst
|
2007-07-10 17:57:17 -07:00 |
bzbarsky@mit.edu
|
9ba96af58f
|
Backing out to fix red
|
2007-07-09 21:07:45 -07:00 |
bzbarsky@mit.edu
|
e62f1b6c92
|
Make sure that we push a null JSContext on the current thread's XPConnect stack
before processing events. Bug 326777, r=bsmedberg, sr=jst
|
2007-07-09 20:48:06 -07:00 |
dbaron@dbaron.org
|
78eff2581b
|
Make ExplainLiveExpectedGarbage traverse the suspectCurrent roots, since now that it's more accurate, more graph is always better. b=387005 r=graydon
|
2007-07-08 12:26:44 -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 |