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 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Benoit Girard
|
f685dd07d9
|
Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan
|
2012-06-26 17:57:43 -04:00 |
|
Benoit Girard
|
154e0a6996
|
Backout 493781e75ced (Bug 765357)
|
2012-06-25 19:23:25 -04:00 |
|
Benoit Girard
|
4383c6a1a5
|
Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan
|
2012-06-25 16:49:41 -04:00 |
|
Benoit Girard
|
98d50538d1
|
Backout 746513dca667 (Bug 765357) due to xpcshell orange (linux, mac).
|
2012-06-24 21:00:21 -04:00 |
|
Benoit Girard
|
c2e6a63cb6
|
Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan
|
2012-06-24 18:53:36 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benoit Girard
|
0c48158611
|
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
|
795e91d42a
|
Bug 719536 - Expose shared library offsets for proper symbolication. r=jmuizelaar
|
2012-04-13 16:33:53 -04:00 |
|
Vladan Djeric
|
647b851310
|
Bug 735829 - Very minor fix: add quotes around PDB name string
|
2012-03-26 22:02:46 -04:00 |
|
Vladan Djeric
|
3f47c98434
|
Bug 735829. Report PDB filename in chrome hang reports. r=ehsan
|
2012-03-19 19:05:25 -04:00 |
|
Vladan Djeric
|
a6bb287122
|
Bug 712109 - Implement chrome hang reporting on profiling branch. r=ehsan
|
2012-03-12 07:07:05 -04:00 |
|
Jeff Muizelaar
|
1171e866cf
|
Bug 723711. Return the profile data as JS objects. r=bgirard
|
2012-02-02 16:57:20 -05:00 |
|
Jeff Muizelaar
|
4ea0f9f5a6
|
Backout c433e993506b
|
2012-03-09 11:21:43 -05:00 |
|
Jeff Muizelaar
|
9f2355d175
|
Bug 723711. Return the profile data as JS objects. r=bgirard
|
2012-02-02 16:57:20 -05:00 |
|
Markus Stange
|
7afd2b98b2
|
Bug 733792 - Add nsIProfiler::getSharedLibraryInformation. r=bgirard
|
2012-03-09 16:20:00 +01:00 |
|
Benoit Girard
|
e3b1bdecdd
|
Bug 717059 - Fix nsProfiler::GetFeatures() to handle zero length and remove warning. r=jmuizelaar
|
2012-01-14 10:59:09 -05:00 |
|
Benoit Girard
|
d64f9e929e
|
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
|
8a41ff6217
|
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
|
c7c76c3daa
|
Bug 707185 - Programmatic control for eventtracer. r=ted.mielczarek
|
2011-12-04 20:53:17 -05:00 |
|
Ehsan Akhgari
|
0086df097c
|
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
|
d1076777c3
|
Bug 699918 - Implement profiler module. r=jmuizelaar
|
2011-12-07 14:48:15 -05:00 |
|
Benoit Girard
|
e27331440d
|
Bug 699918 - Add a Profiler XPCOM Module. r=jmuizelaar
|
2011-11-04 17:07:50 -04:00 |
|