Andrew Quartey
|
1d0db40554
|
Bug 792581 - part 20: Replace LL_UI2L macro with int64_t cast. r=ehsan
|
2012-10-25 19:25:57 -04:00 |
|
Ehsan Akhgari
|
78b2656cbc
|
Backed out 2 changesets (bug 579517)
Backed out changeset 5298adc70963
Backed out changeset 86ccf7c918ce (bug 579517)
|
2012-10-25 12:32:24 -04:00 |
|
Ehsan Akhgari
|
03be701616
|
Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517)
|
2012-10-25 11:48:19 -04:00 |
|
Benoit Girard
|
6d8362a8e3
|
Bug 804724 - Add an abort painting marker. r=ehsan
--HG--
extra : rebase_source : 10f327e91b15d673303eb607a361c1c4d14a1e92
|
2012-10-23 17:18:37 -04:00 |
|
Brian Smith
|
035e8b8432
|
Bug 794510: Part 6 - Fixups needed to build on Windows and Android and Mac OS X debug, plus shorten comment to be less than 80 columns; r=ehsan
|
2012-10-18 15:55:48 -04:00 |
|
Isaac Aggrey
|
9e41ce2fa0
|
Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan
|
2012-10-11 18:38:04 -05:00 |
|
Benoit Girard
|
37077f8d96
|
Bug 802333 - Reduce the default profile size for ARMv6 devices. r=blassey
|
2012-10-18 11:12:53 -04:00 |
|
Benoit Girard
|
bf321cf197
|
Bug 799638 - Export profiler markers when saving profiler profiles. r=ehsan
|
2012-10-15 10:33:20 -04:00 |
|
Benoit Girard
|
661d809b9f
|
Bug 799638 - Use stackwalk on startup profiling for win/mac. r=ehsan
--HG--
extra : rebase_source : 67b8b37cbb4c013a7bb81f318d7975dece23c76e
|
2012-10-14 12:08:11 -04:00 |
|
Nicholas Nethercote
|
e37c1e657a
|
Bug 800703 - Rename the existing, Valgrind-based DMD as "DMDV". r=khuey.
--HG--
rename : xpcom/base/dmd.h => tools/dmdv/dmdv.h
|
2012-10-08 15:31:17 -07:00 |
|
Ryan VanderMeulen
|
543edbebda
|
Backed out a57ade621efb, 2a8fef2bd228, 632ce3e7d3ef (bug 799638) for bustage.
|
2012-10-13 21:22:30 -04:00 |
|
Benoit Girard
|
e5fb3b6225
|
Bug 799638 - Export profiler markers when saving profiler profiles. r=ehsan
|
2012-10-13 21:03:22 -04:00 |
|
Benoit Girard
|
bfc6918b6b
|
Bug 799638 - Use stackwalk on startup profiling for win/mac. r=ehsan
|
2012-10-13 21:03:09 -04:00 |
|
Andrew Quartey
|
b50ced0c60
|
Bug 792581 - part 19: Replace LL_I2L macro with int64_t cast. r=ehsan
|
2012-10-12 13:29:11 -04:00 |
|
Andrew Quartey
|
9b685a759c
|
Bug 792581 - part 17: Replace LL_L2F macro with a double cast. r=ehsan
|
2012-10-12 13:29:11 -04:00 |
|
Andrew Quartey
|
6d6e443bea
|
Bug 792581 - part 16: Replace LL_L2UI macro with uint32_t cast. r=ehsan
|
2012-10-12 13:29:11 -04:00 |
|
Andrew Quartey
|
ea52f5f496
|
Bug 792581 - part 15: Replace LL_L2I macro with int32_t cast. r=ehsan
|
2012-10-12 13:29:10 -04:00 |
|
Mike Hommey
|
39519068b5
|
Bug 797717 - Initialize SPS in NS_InitXPCOM2 to make JS sampling work in xpcshell. r=benwa
|
2012-10-06 10:37:45 +02:00 |
|
Rafael Ávila de Espíndola
|
601484e332
|
Bug 798429 - Add new talos test names. r=jhammel.
|
2012-10-05 13:06:34 -04:00 |
|
Andrew Quartey
|
52003ca06d
|
Bug 792581 - part 12: Replace LL_DIV with division operator. r=ehsan
|
2012-10-05 01:05:28 -04:00 |
|
Andrew Quartey
|
42f2f3750f
|
Bug 792581 - part 11: Replace LL_MUL macro with multiplication operator. r=ehsan
|
2012-10-05 01:05:28 -04:00 |
|
Andrew Quartey
|
1839819e70
|
Bug 792581 - part 10: Replace LL_SUB macro with mathematical minus operator. r=ehsan
|
2012-10-05 01:05:27 -04:00 |
|
Andrew Quartey
|
5fcf688c9c
|
Bug 792581 - part 9: Replace LL_ADD with mathematical plus operator. r=ehsan
|
2012-10-05 01:05:27 -04:00 |
|
Andrew Quartey
|
3d83b94fcb
|
Bug 792581 - part 6: Replace LL_UCMP macro with standard comparison. r=ehsan
|
2012-10-03 10:13:19 -04:00 |
|
Andrew Quartey
|
40154f9c13
|
Bug 792581 - part 3: Replace LL_NE macro with standard relation. r=ehsan
|
2012-10-03 10:13:18 -04:00 |
|
Benoit Girard
|
e9c9f993e3
|
Bug 794206 - Initialize mRuntime. r=ehsan
|
2012-10-01 12:51:03 -04:00 |
|
Isaac Aggrey
|
e5d101621c
|
Bug 795507: Remove usage of PR_BEGIN_EXTERN_C and PR_END_EXTERN_C; r=ehsan
|
2012-09-30 21:10:22 -05:00 |
|
Chris Jones
|
6cc8c0001b
|
Bug 791404: Sample at 10ms on gonk for more realistic results. r=BenWa
|
2012-09-24 15:38:07 -07:00 |
|
Chris Jones
|
a04ecf1343
|
Bug 791399: Use the OS tmp dir for saving files on b2g, because content processes can't write elsewhere. r=BenWa
|
2012-09-24 15:38:07 -07:00 |
|
Chris Jones
|
7ae67ea824
|
Bug 791398: Lower the default sample size to prevent OOMs. r=BenWa
|
2012-09-24 15:38:07 -07:00 |
|
Mike Hommey
|
145dba47cc
|
Bug 790593 - Notify when the profiler starts and stops through the observer service. r=ehsan
|
2012-09-20 19:36:50 +02:00 |
|
Jeff Muizelaar
|
a9fdfb06b1
|
Bug 789717. Use JS_InternStringN to avoid large memory usage in the profiler. r=ehsan
We duplicate a large number of strings. This helps cut down on that.
--HG--
extra : rebase_source : 897b54343ab44f23402a247eeda836f066fbb49a
|
2012-09-17 14:22:47 -04:00 |
|
Makoto Kato
|
909aba1eb8
|
Bug 785321 - Replace PRUptrdiff with uintptr_t, prtdiff_t or etc; r=ehsan,jrmuizel
|
2012-09-14 16:09:52 -04:00 |
|
Mike Hommey
|
8618e6e39e
|
Bug 790261 - Avoid the profiler misbehaving randomly when mozilla_sampler_start is given impossible values. r=Benwa
|
2012-09-11 17:33:53 +02:00 |
|
Rafael Ávila de Espíndola
|
651a7445f8
|
Bug 786504 - Add a simple script to compare test runs in two revisions. r=jhammel.
|
2012-09-10 17:36:01 -04:00 |
|
Nick Thomas
|
60c69c4a36
|
Bug 770996, force firefox binary on Mac so that partner builds can use partials, r=catlee NPOTB
|
2012-09-07 11:57:28 +12:00 |
|
Benoit Girard
|
db7bf9d26c
|
Bug 788888 - Increase the default profile size to 1 million entries. r=ehsan
|
2012-09-06 01:21:03 -04:00 |
|
Benoit Girard
|
b63e64f381
|
Bug 788400 - Part 2: Add a frame number to profiles. r=ehsan
|
2012-09-05 11:45:17 -04:00 |
|
Mike Hommey
|
5052fa9f73
|
Bug 749518 - Don't use dl_iterate_phdr on gonk. r=BenWa
|
2012-09-04 10:59:01 +02:00 |
|
Benoit Girard
|
6d01b14ae7
|
Bug 749518 - Forward declare dl_iterate_phdr with extern C. r=glandium
|
2012-09-04 10:24:16 -04:00 |
|
Benoit Girard
|
11c3e797d8
|
Bug 749518 - Use dl_iterate_phdr instead of proc/maps for Linux symbolicate. r=glandium
|
2012-08-30 11:48:35 -04:00 |
|
Ed Morley
|
3f7d262f82
|
Backout a8b73286ba78 (bug 749518) for breaking B2G gb_armv7a_gecko builds
|
2012-09-03 12:10:10 +01:00 |
|
Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Benoit Girard
|
e08087f75a
|
Bug 749518 - Use dl_iterate_phdr instead of proc/maps for Linux symbolicate. r=glandium
|
2012-08-30 11:48:35 -04:00 |
|
Luke Wagner
|
ce71e55555
|
Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley)
--HG--
extra : rebase_source : 12acf2288285f5caefd7fecea8207de3a47eab5b
|
2012-08-21 18:42:53 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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
|
7ab935bae1
|
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 |
|
Alex Crichton
|
d30e90c2d8
|
Bug 778979 - Part 5: Expose the line number in the JSON output of SPS. r=ehsan
|
2012-08-10 16:43:30 -07:00 |
|
Alex Crichton
|
59d5ea8043
|
Bug 778979 - Part 2: Change SPS's StackEntry to inherit from js::ProfileEntry and add a line number. r=ehsan
|
2012-08-10 16:42:54 -07:00 |
|
Rafael Ávila de Espíndola
|
f643277414
|
Bug 780272 - Audit calls to MozillaUnRegisterDebugFD. r=jlebar.
--HG--
extra : rebase_source : 53672602bfd370626916bcd0f5bc71859f8520c2
|
2012-08-10 12:40:21 -04:00 |
|