Vladan Djeric
|
a30d0efd02
|
Bug 863122 - Add time since launch and time since system startup to chromehang report. r=nfroyd
|
2014-01-27 13:47:00 -08:00 |
|
Jim Chen
|
af81d7df3a
|
Bug 951431 - Monitor main thread hangs using BackgroundHangMonitor; r=vladan
|
2014-01-14 10:33:31 -06:00 |
|
Ehsan Akhgari
|
e004ec8ac0
|
Bug 947736 - Build modules/libpref/ in unified mode; r=bsmedberg
|
2013-12-10 18:10:01 -05:00 |
|
Christian Holler
|
3ec0835789
|
Bug 829617 - Make access to gTimestamp in HangMonitor atomic. r=froydnj
--HG--
extra : rebase_source : d40c8aee4dec4da601d451e29eb84c679ec60e9c
|
2013-10-29 00:29:00 +01:00 |
|
Birunthan Mohanathas
|
6b14b1ac9d
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (3/3); r=ehsan
|
2013-10-10 16:42:16 -04:00 |
|
Vladan Djeric
|
c7871d384a
|
Bug 867313: 'crash on hang' doesn't always trigger. r=ehsan
|
2013-04-30 18:39:16 -04:00 |
|
Chris Peterson
|
92aba9cc73
|
Bug 839962 - Part 2: Replace some XPCOM thread NS_ASSERTIONs with MOZ_ASSERTs. r=bsmedberg
|
2013-02-07 21:54:20 -08:00 |
|
Nicholas Nethercote
|
1c4b07debe
|
Bug 818793 - Add a |aMaxFrames| parameter to NS_StackWalk. r=jlebar,glandium; sr=dbaron.
|
2012-12-20 21:31:57 -08:00 |
|
Theo Chevalier
|
85b721ebf9
|
Bug 699806 - Enable Telemetry by default on Nightly and Aurora channels (Desktop), r=mak77
|
2012-12-08 18:41:23 +01:00 |
|
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 |
|
Rafael Ávila de Espíndola
|
968fb57de6
|
Bug 808699 - Change the wire format for hang reports. r=vladan.
|
2012-11-20 09:45:14 -05:00 |
|
Jacek Caban
|
72efeb419b
|
Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (xpcom/threads part) r=ehsan
--HG--
extra : rebase_source : 177a5faf91a90016807060293743cde13001a88c
|
2012-10-04 10:30:03 +02:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Rafael Ávila de Espíndola
|
56d1a6d649
|
Bug 783154 - Refactor the chrome hang code to use the same class as write poisoning. r=taras,benwa,vladan.
--HG--
extra : rebase_source : 1f43ac88ceabc698ba0a58715562db90af1c266f
|
2012-08-21 17:14:38 -04:00 |
|
Ehsan Akhgari
|
bb9eb9ae8c
|
Switch HangMonitor.cpp to use Unix line endings (no bug; DONTBUILD)
|
2012-07-10 19:12:40 -04:00 |
|
Vladan Djeric
|
1788b77043
|
Bug 772643: Don't allocate memory in hang monitor while a thread is suspended. r=ehsan
|
2012-07-10 18:32:58 -04: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 |
|
Vladan Djeric
|
70b3e8bfd6
|
Bug 763124: Lower chrome hang detector's hang threshold to 5 seconds. r=ehsan
|
2012-06-20 19:20:24 -04:00 |
|
Honza Bambas
|
fc7084f564
|
Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium
|
2012-06-12 19:06:20 +02:00 |
|
Brian R. Bondy
|
fbae16aaff
|
Bug 759449 - Change UI lag telemetry to an EXPONENTIAL histogram. r=taras
|
2012-05-30 13:25:09 -04:00 |
|
Brian R. Bondy
|
ef3001237f
|
Bug 710935 - Measure lag in handling user input. r=bsmedberg
|
2012-05-25 09:22:19 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Veeraya Pupatwibul
|
344b2b1753
|
Bug 741333 - Remove PRBool/PR_TRUE/PR_FALSE that crept in r=Ms2ger
|
2012-04-04 11:15:10 +02:00 |
|
Vladan Djeric
|
3f47c98434
|
Bug 735829. Report PDB filename in chrome hang reports. r=ehsan
|
2012-03-19 19:05:25 -04:00 |
|
Landry Breuil
|
20513ab95d
|
Bug 735422: Don't use shared-libraries.h and SharedLibraryInfo structs where SPS is not enabled; r=ehsan
|
2012-03-14 22:57:04 -04:00 |
|
Vladan Djeric
|
a6bb287122
|
Bug 712109 - Implement chrome hang reporting on profiling branch. r=ehsan
|
2012-03-12 07:07:05 -04:00 |
|
Benjamin Smedberg
|
937e72e1de
|
Add MOZ_CRASHREPORTER ifdefs to the patch for bug 429592. r=captain bustage
--HG--
extra : rebase_source : 52d8221942a9be96dc76a546fbfa4c573331c1bf
|
2011-11-04 15:13:58 -04:00 |
|
Benjamin Smedberg
|
da0a1b5773
|
Bug 429592 - Add a monitor thread for process hangs and crash by default if a chrome process doesn't end up back in the event loop for more than 30 seconds. By default this affects non-debug builds only. r=cjones/bent
--HG--
extra : rebase_source : 338bad7e999d5a3c928a7b24965461fc0ff06a19
|
2011-10-12 13:52:26 -04:00 |
|