Rafael Ávila de Espíndola
|
ea6747731a
|
Bug 830485 - Style fix for hex parsing. r=vladan.
--HG--
extra : rebase_source : e8f695fd759da7f6fa261e6cd5df68db2e2c2d0f
|
2013-01-14 17:45:46 -05:00 |
|
Rafael Ávila de Espíndola
|
fec0f94a5f
|
Bug 830018 - Intermittent browser_profiler_controller.js, test_profiler_actor.js | application crashed [@AddSharedLibraryInfoToStream]. r=vladan
|
2013-01-14 16:20:05 -05:00 |
|
Benoit Girard
|
0313fef329
|
Bug 822135 - Disable Profiler when there's a Private Browsing Window. r=jdm
--HG--
rename : services/crypto/cryptoComponents.manifest => services/sync/SyncComponents.manifest
extra : rebase_source : 00ee2e343815d654fc33238b49f19225f39cf074
|
2012-12-17 18:25:50 -05:00 |
|
Rafael Ávila de Espíndola
|
2f6099a1ff
|
Bug 825701 - Use v3 to report hangs. r=vladan.
|
2013-01-09 15:05:00 -05:00 |
|
Benoit Girard
|
aa1466040b
|
Bug 773428 - Part 2: Expose AddMarker via IDL. r=ehsan
--HG--
extra : rebase_source : 208a4569f5a9e2895400ed244483d4e160b36f48
|
2012-09-05 09:45:28 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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
|
b9989b51cc
|
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 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Benoit Girard
|
0752a03cfe
|
Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan
|
2012-06-26 17:57:43 -04:00 |
|
Benoit Girard
|
35d801ef76
|
Backout 493781e75ced (Bug 765357)
|
2012-06-25 19:23:25 -04:00 |
|
Benoit Girard
|
a62bb79557
|
Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan
|
2012-06-25 16:49:41 -04:00 |
|
Benoit Girard
|
2a3bded439
|
Backout 746513dca667 (Bug 765357) due to xpcshell orange (linux, mac).
|
2012-06-24 21:00:21 -04:00 |
|
Benoit Girard
|
3bcdb3f586
|
Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan
|
2012-06-24 18:53:36 -04:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benoit Girard
|
bf86ece599
|
Bug 745556 - Include shared library info in text profile dump for android symbolication. r=jmuizelaar
|
2012-04-16 09:32:18 -04:00 |
|
Benoit Girard
|
19a2e771a7
|
Bug 719536 - Expose shared library offsets for proper symbolication. r=jmuizelaar
|
2012-04-13 16:33:53 -04:00 |
|
Vladan Djeric
|
7950b8fffe
|
Bug 735829 - Very minor fix: add quotes around PDB name string
|
2012-03-26 22:02:46 -04:00 |
|
Vladan Djeric
|
e8510855b8
|
Bug 735829. Report PDB filename in chrome hang reports. r=ehsan
|
2012-03-19 19:05:25 -04:00 |
|
Vladan Djeric
|
745727778e
|
Bug 712109 - Implement chrome hang reporting on profiling branch. r=ehsan
|
2012-03-12 07:07:05 -04:00 |
|
Jeff Muizelaar
|
da3ad92423
|
Bug 723711. Return the profile data as JS objects. r=bgirard
|
2012-02-02 16:57:20 -05:00 |
|
Jeff Muizelaar
|
26be1e2326
|
Backout c433e993506b
|
2012-03-09 11:21:43 -05:00 |
|
Jeff Muizelaar
|
24b0fc9e1a
|
Bug 723711. Return the profile data as JS objects. r=bgirard
|
2012-02-02 16:57:20 -05:00 |
|
Markus Stange
|
2d39ac4870
|
Bug 733792 - Add nsIProfiler::getSharedLibraryInformation. r=bgirard
|
2012-03-09 16:20:00 +01:00 |
|
Benoit Girard
|
c69228b1fb
|
Bug 717059 - Fix nsProfiler::GetFeatures() to handle zero length and remove warning. r=jmuizelaar
|
2012-01-14 10:59:09 -05:00 |
|
Benoit Girard
|
54d3f9cc3b
|
Bug 717059. Add suppport for optional features. r=ehsan
This will let us detect situations where we have different features in the profiler
and choose to use them.
|
2012-01-12 13:33:32 -05:00 |
|
Benoit Girard
|
fdb1323cce
|
Bug 717059. Use double ms instead of float so that the types match. r=ehsan
|
2012-01-12 11:50:43 -05:00 |
|
Benoit Girard
|
c1520f35ed
|
Bug 707185 - Programmatic control for eventtracer. r=ted.mielczarek
|
2011-12-04 20:53:17 -05:00 |
|
Ehsan Akhgari
|
2997158e04
|
Bug 703444. Port SPS profiler to Windows. r=jmuizelaar
Some changes and fixes by Felipe Gomes. r=benwa,ehsan
|
2011-12-04 14:09:00 -05:00 |
|
Benoit Girard
|
cab16fa017
|
Bug 699918 - Implement profiler module. r=jmuizelaar
|
2011-12-07 14:48:15 -05:00 |
|
Benoit Girard
|
00017ea51b
|
Bug 699918 - Add a Profiler XPCOM Module. r=jmuizelaar
|
2011-11-04 17:07:50 -04:00 |
|