David Rajchenbach-Teller
|
a1e9a8e746
|
Bug 724368 - Expose the maximum number of threads to JS. r=froydnj
|
2013-04-19 07:54:18 -04:00 |
|
Aaron Klotz
|
eb8c84269a
|
Bug 815418: Telemetry for failed profile lock attempts r=vladan
--HG--
extra : rebase_source : 792850a58328ba4aa33e70b6c4cf7162bf167e8e
|
2013-01-31 15:11:38 -06:00 |
|
Scott Johnson
|
0d385d6e19
|
Backed out changeset 69e0bdbd4f36 for incorrect commit message. r=me
--HG--
extra : rebase_source : 0269228c06416f7253e659630cf796288389c436
|
2013-01-31 15:09:09 -06:00 |
|
Aarom Klotz
|
45275c6def
|
Bug 815418: Telemetry for failed profile lock attempts r=vladan
|
2013-01-31 15:04:52 -06:00 |
|
Rafael Ávila de Espíndola
|
6adb826fe4
|
Bug 814765 - Include late writes in the Telemetry ping. r=vladan.
--HG--
extra : rebase_source : d3863b0ef7f4f77411042c374227d9f41adda929
|
2013-01-08 09:04:37 -05:00 |
|
Rafael Ávila de Espíndola
|
d5e63d828c
|
Bug 822703 - s/ShutdownTime/TelemetryData/ where appropriate. r=vladan.
|
2012-12-19 10:29:08 -05:00 |
|
Rafael Ávila de Espíndola
|
aa67cd9e56
|
Bug 815709 - Shutdown time is read in the main thread. r=vladan.
--HG--
extra : rebase_source : c6105cd172f16e187f279b88785bba5cefb2b174
|
2012-12-13 23:13:03 -05:00 |
|
Rafael Ávila de Espíndola
|
976680c34c
|
Bug 815709 - Shutdown time is read in the main thread. r=ehsan.
Move code to Telemetry.cpp and s/NULL/nullptr/.
|
2012-12-13 12:06:27 -05: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 |
|
Nathan Froyd
|
7f81b61e6d
|
Bug 763525 - delete C++ persistent telemetry implementation; r=taras
|
2012-06-11 14:35:35 -04:00 |
|
Phil Ringnalda
|
da044b4fdc
|
Back out d52a31584c8a (bug 763525) to investigate the effects on TestStartupCache bustage on a CLOSED TREE
|
2012-06-11 16:37:14 -07:00 |
|
Nathan Froyd
|
89eb04ba09
|
Bug 763525 - delete C++ persistent telemetry implementation; r=taras
|
2012-06-11 14:35:35 -04:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Nathan Froyd
|
32676f8daa
|
Bug 748914 - Part 2: add a clear() method to JS histograms; r=taras
|
2012-05-08 15:39:24 -04:00 |
|
Vladan Djeric
|
eeb5045e66
|
Bug 722368 - Report slow SQL created from dynamic strings to Telemetry. r=taras
|
2012-03-21 13:26:48 -04:00 |
|
Nathan Froyd
|
87678bbc2b
|
Bug 735768 - Part 3 - add tests for persistent telemetry; r=taras
|
2012-03-15 13:58:51 -04:00 |
|
Vladan Djeric
|
745727778e
|
Bug 712109 - Implement chrome hang reporting on profiling branch. r=ehsan
|
2012-03-12 07:07:05 -04:00 |
|
Nathan Froyd
|
c3b628aec5
|
Bug 723846 - Part 2: add FlagHistograms to nsITelemetry. r=taras
|
2012-03-02 09:59:38 -05:00 |
|
Nathan Froyd
|
7e1f1e2f17
|
Bug 707320 - Part 2: provide interface for loading and saving histograms; r=taras
|
2011-12-09 15:15:53 -05:00 |
|
Nathan Froyd
|
68b519d691
|
Bug 715927 - addon telemetry, C++ side; r=taras
--HG--
extra : rebase_source : 21fc9e5dd98e4aa2ed09023a512df9e42bd1c4c9
|
2012-01-20 13:56:48 -08:00 |
|
Nathan Froyd
|
2d2214a738
|
Bug 722240 - Submit Telemetry only for official builds; r=taras
|
2012-02-01 23:42:20 -05:00 |
|
Nathan Froyd
|
2aa029a321
|
Bug 701863 - clone STARTUP_* histograms properly; r=taras
|
2012-01-06 14:40:45 -05:00 |
|
Nathan Froyd
|
0623919c24
|
Bug 701863 - Add a way to clone histograms; r=taras
|
2012-01-06 14:40:04 -05:00 |
|
Rafael Ávila de Espíndola
|
60a2f759fb
|
Bug 709406: Fix up slow SQL reporting. r=taras. a=ehsan.
--HG--
extra : rebase_source : 09b9577733a4071d6abc778adad3f732446332a5
|
2011-12-14 15:04:25 -05:00 |
|
Phil Ringnalda
|
486f94ee6a
|
Back out 7341f4e8b3f3, d91429762579, d0a362467a96, 0aba56de1824 (bug 701863) for Windows timeouts in test_TelemetryPing.js
|
2011-12-06 23:18:30 -08:00 |
|
Nathan Froyd
|
8b53d2a42a
|
Bug 701863 - clone STARTUP_* histograms properly; r=taras
|
2011-11-16 15:33:18 -05:00 |
|
Nathan Froyd
|
9c8bef74db
|
Bug 701863 - Add a way to clone histograms; r=taras
Add nsITelemetry::histogramFrom.
|
2011-11-14 14:28:18 -05:00 |
|
Ed Morley
|
d27fc026d5
|
Backout 75e72a52a0cb, 1120ae801dac, b2572a5cffa9, fa6a273a9b41 (bug 701863) for build failures
|
2011-12-03 09:13:14 +00:00 |
|
Nathan Froyd
|
1be53b4ad1
|
Bug 701863 - clone STARTUP_* histograms properly; r=taras
|
2011-11-16 15:33:18 -05:00 |
|
Nathan Froyd
|
9793e7eeef
|
Bug 701863 - Add a way to clone histograms; r=taras
Add nsITelemetry::histogramFrom.
|
2011-11-14 14:28:18 -05:00 |
|
Taras Glek
|
fafbf79d1a
|
Bug 668312 - Report only probes defined in TelemetryHistograms.h r=Mossop
|
2011-06-30 14:58:00 -07:00 |
|
Taras Glek
|
06903e2281
|
Bug 661573 - Telemetry: Do not record/send data in private mode r=Mossop
|
2011-06-28 16:57:44 -07:00 |
|
Taras Glek
|
1513a94ec9
|
bug 661574: Implement telemetry directory r=Mossop+glandium+mwu
|
2011-06-20 14:47:58 -07:00 |
|
Taras Glek
|
b7235b42f0
|
bug 661574: Move nsITelemetry into toolkit r=Mossop
--HG--
rename : xpcom/base/Telemetry.cpp => toolkit/components/telemetry/Telemetry.cpp
rename : xpcom/base/nsITelemetry.idl => toolkit/components/telemetry/nsITelemetry.idl
rename : xpcom/tests/unit/test_nsITelemetry.js => toolkit/components/telemetry/tests/unit/test_nsITelemetry.js
|
2011-06-20 14:47:55 -07:00 |
|