X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Websites%2Fperf.webkit.org%2FChangeLog;h=3ba42b7d2ba4160cef89cd813031fd5db6677f94;hp=c09beb3a6d63bae025948dfa59a4b810e5846c5f;hb=3ff3015c1d821d09873b3b0ca678e1cc4b97d793;hpb=73678d4abaf4b8a7ddf87fb8eeb52d0d4de18ddb diff --git a/Websites/perf.webkit.org/ChangeLog b/Websites/perf.webkit.org/ChangeLog index c09beb3a6d63..3ba42b7d2ba4 100644 --- a/Websites/perf.webkit.org/ChangeLog +++ b/Websites/perf.webkit.org/ChangeLog @@ -1,3 +1,15 @@ +2015-03-19 Ryosuke Niwa + + Unreviewed build fixes. + + * public/include/manifest.php: + (Manifest::generate): These should be {} instead of [] when they're empty. + * public/v2/data.js: + (Measurement.prototype.formattedRevisions): Don't assume previousRevisions[repositoryId] exits. + * public/v2/manifest.js: + (App.Metric.fullName): Fixed the typo. + * tests/admin-regenerate-manifest.js: Fixed the test. + 2015-02-20 Ryosuke Niwa Commit the erroneously reverted change.