Jacek Caban
|
632fcec51e
|
Bug 569586 - XPCOM compilation failure on mingw-w64 due to pointer to int cast loosing precision. r=benjamin
--HG--
extra : rebase_source : e4d0b0b110992af5f397aea52c36a5f5ed9f56c5
|
2010-06-25 14:02:24 +02:00 |
Ehsan Akhgari
|
cb3b3e8e7b
|
Bug 560647 - add startup timeline instrumentation; r=vlad
|
2010-05-19 19:22:19 -04:00 |
Makoto Kato
|
67a1f88854
|
Bug 475229 - xpcom/base/nsStackWalk support for Windows x64. r=benjamin
|
2009-03-22 12:53:47 +09:00 |
Robert O'Callahan
|
116b8195bf
|
Bug 478195 - '[Mac] Same-thread deadlock with trace-malloc (causing random red on OS X 10.5.2 mozilla-central leak test build)'. r=dbaron.
|
2009-02-17 21:11:29 -08: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 |
roc+@cs.cmu.edu
|
a6a3f2224d
|
Bug 417903. Don't crash if _SymGetLineFromAddr64 fails. r=benjamin,a=beltzner
|
2008-02-24 17:16:41 -08:00 |
dbaron@dbaron.org
|
0192ff9b4b
|
And actually get the right bug number. b=415426 (which is what the previous checkin was for as well)
|
2008-02-03 11:59:07 -08:00 |
dbaron@dbaron.org
|
9c31c31e0d
|
Switch back to evil casts, which are the only solution that works across SDK version. b=415252
|
2008-02-03 11:51:14 -08:00 |
dbaron@dbaron.org
|
f7ee9cf9f6
|
Match new (more-const) signature for PENUMLOADED_MODULES_CALLBACK and PENUMLOADED_MODULES_CALLBACK64. b=415426 Fixing bustage on Windows tinderbox from SDK upgrade.
|
2008-02-03 11:34:31 -08:00 |
karlt+@karlt.net
|
5077dfb36a
|
Bug 326594 - Consider using backtrace() for Unix stack traces: Add safety checks to i386/ppc unwind and use libgcc_s for amd64 and others r=dbaron,bsmedberg a=schrep
|
2007-11-11 20:45:40 -08:00 |
dbaron@dbaron.org
|
21fd23e1f5
|
Back out a small part of bug 391848 to fix bustage for some people (and add a comment warning about the problem).
|
2007-08-27 22:42:25 -07:00 |
dbaron@dbaron.org
|
4ae4444c8a
|
Do stack walking on a single thread to avoid deadlocks during thread creation. b=391321 r=robarnold@mozilla.com sr=jmathies@mozilla.com (delegated by bsmedberg) a1.9=bzbarsky@mit.edu
|
2007-08-27 22:42:04 -07:00 |
dbaron@dbaron.org
|
fee77550e0
|
Allow builds compiled with VC8 to function with older versions of dbghelp.dll. b=391848 r+a=bsmedberg
|
2007-08-19 14:38:31 -07:00 |
dbaron@dbaron.org
|
3c01b39a9d
|
Debugging code and cleanup from fixing Windows stack traces to work on VC8-compiled builds in addition to VC7.1-compiled builds. b=391848 r=bsmedberg a=bzbarsky
|
2007-08-19 14:37:55 -07:00 |
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
|
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
|
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 |
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 |
roc+%cs.cmu.edu
|
99a887fa96
|
Bug 417903. Don't crash if _SymGetLineFromAddr64 fails. r=benjamin,a=beltzner
|
2008-02-25 01:16:41 +00:00 |
dbaron%dbaron.org
|
b9801a94d3
|
And actually get the right bug number. b=415426 (which is what the previous checkin was for as well)
|
2008-02-03 19:59:07 +00:00 |
dbaron%dbaron.org
|
c6cda8ec8f
|
Switch back to evil casts, which are the only solution that works across SDK version. b=415252
|
2008-02-03 19:51:14 +00:00 |
dbaron%dbaron.org
|
ccf2c076e8
|
Match new (more-const) signature for PENUMLOADED_MODULES_CALLBACK and PENUMLOADED_MODULES_CALLBACK64. b=415426 Fixing bustage on Windows tinderbox from SDK upgrade.
|
2008-02-03 19:34:31 +00:00 |
karlt+%karlt.net
|
366cdd4a7a
|
Bug 326594 ��� Consider using backtrace() for Unix stack traces:
Add safety checks to i386/ppc unwind and use libgcc_s for amd64 and others
r=dbaron,bsmedberg a=schrep
|
2007-11-12 04:45:40 +00:00 |
dbaron%dbaron.org
|
255ff3969c
|
Back out a small part of bug 391848 to fix bustage for some people (and add a comment warning about the problem).
|
2007-08-28 05:42:25 +00:00 |
dbaron%dbaron.org
|
17351774fa
|
Do stack walking on a single thread to avoid deadlocks during thread creation. b=391321 r=robarnold@mozilla.com sr=jmathies@mozilla.com (delegated by bsmedberg) a1.9=bzbarsky@mit.edu
|
2007-08-28 05:42:04 +00:00 |
dbaron%dbaron.org
|
69efaea510
|
Allow builds compiled with VC8 to function with older versions of dbghelp.dll. b=391848 r+a=bsmedberg
|
2007-08-19 21:38:31 +00:00 |
dbaron%dbaron.org
|
84d808923d
|
Debugging code and cleanup from fixing Windows stack traces to work on VC8-compiled builds in addition to VC7.1-compiled builds. b=391848 r=bsmedberg a=bzbarsky
|
2007-08-19 21:37:55 +00:00 |
dbaron%dbaron.org
|
dd944c0956
|
Enable Linux stack walking code on Mac OS X. b=336517 r+a=bsmedberg
|
2007-08-16 00:03:29 +00:00 |
dbaron%dbaron.org
|
c01336480d
|
Include file name and line number in Windows stack traces. b=391850 r+a=bsmedberg
|
2007-08-14 16:34:32 +00:00 |
dbaron%dbaron.org
|
0c334e1759
|
Merge nsStackFrameWin and nsStackFrameUnix into nsStackWalk. b=391793 r+a=bsmedberg
|
2007-08-13 19:37:36 +00:00 |
dbaron%dbaron.org
|
d834a42cdd
|
Convert trace-malloc to using XPCOM stack walking API. b=374829 r+a=brendan
|
2007-08-10 22:20:49 +00:00 |
dbaron%dbaron.org
|
d9d01ad030
|
Split the address->symbol mapping from the rest of the stack walking code. b=374829 r=bsmedberg a=bzbarsky
|
2007-08-10 21:32:50 +00:00 |
dbaron%dbaron.org
|
322b9b6ea1
|
Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky
|
2007-08-10 21:32:49 +00:00 |