X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Websites%2Fperf.webkit.org%2FChangeLog;h=3c988e8f00e6fcb67fc2edd6cbc3be18bc70812b;hp=7a62082542cbc4f2342a02cadf05c200093f1506;hb=433aa339f3cfd454e3caad10d0a45b229b3aed82;hpb=0d483942f5bf5a66ad5ab2f8d5f6c39be351f9de diff --git a/Websites/perf.webkit.org/ChangeLog b/Websites/perf.webkit.org/ChangeLog index 7a62082542cb..3c988e8f00e6 100644 --- a/Websites/perf.webkit.org/ChangeLog +++ b/Websites/perf.webkit.org/ChangeLog @@ -1,3 +1,19 @@ +2014-11-20 Ryosuke Niwa + + Fix misc bugs and typos in app.js + https://bugs.webkit.org/show_bug.cgi?id=138946 + + Reviewed by Benjamin Poulain. + + * public/v2/app.js: + (App.DashboardPaneProxyForPicker._platformOrMetricIdChanged): + (App.ChartsController.init): + (App.buildPopup): Renamed from App.BuildPopup. + (App.InteractiveChartComponent._constructGraphIfPossible): Fixed the bug that we were calling + remove() on the wrong object (an array as opposed to elements in the array). + (App.InteractiveChartComponent._highlightedItemsChanged): Check the length of _highlights as + _highlights is always an array and evalutes to true. + 2014-11-20 Ryosuke Niwa New perf dashboard should provide UI to create a new analysis task