author | Rafael Ávila de Espíndola <respindola@mozilla.org> |
Thu, 20 Dec 2012 20:04:58 -0500 | |
changeset 116686 | f533eacd8458f663e8aa593c10b39953c5c29bbd |
parent 116685 | e043d5feb0b6b9ac1cd9e1b1ad069e8816a178ba |
child 116687 | f9ea385ca51f084cab27534157ef61a9dbb21ae6 |
push id | 20086 |
push user | respindola@mozilla.com |
push date | Fri, 21 Dec 2012 01:05:07 +0000 |
treeherder | mozilla-inbound@f533eacd8458 [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"); }