author | Rafael Ávila de Espíndola <respindola@mozilla.org> |
Thu, 20 Dec 2012 20:04:58 -0500 | |
changeset 116739 | f533eacd8458f663e8aa593c10b39953c5c29bbd |
parent 116738 | e043d5feb0b6b9ac1cd9e1b1ad069e8816a178ba |
child 116740 | f9ea385ca51f084cab27534157ef61a9dbb21ae6 |
push id | 24072 |
push user | Ms2ger@gmail.com |
push date | Sat, 22 Dec 2012 13:18:22 +0000 |
treeherder | mozilla-central@ea373e534245 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | vladan |
bugs | 823575 |
milestone | 20.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/content/aboutTelemetry.js +++ b/toolkit/content/aboutTelemetry.js @@ -721,17 +721,17 @@ function onLoad() { } else { showEmptySectionMessage("addon-histograms-section"); } // Get the Telemetry Ping payload Telemetry.asyncFetchTelemetryData(displayPingData); } -function displayPingData(ping) { +function displayPingData() { let ping = TelemetryPing.getPayload(); // Show simple measurements if (Object.keys(ping.simpleMeasurements).length) { KeyValueTable.render("simple-measurements-table", ping.simpleMeasurements); } else { showEmptySectionMessage("simple-measurements-section"); }