+2016-04-13 Ryosuke Niwa <rniwa@webkit.org>
+
+ REGRESSION(r199444): Perf dashboard always fetches all measurement sets
+ https://bugs.webkit.org/show_bug.cgi?id=156534
+
+ Reviewed by Darin Adler.
+
+ The bug was cased by SummaryPage's constructor fetching all measurement sets. Since each page is always
+ constructed in main(), this resulted in all measurement sets being fetched on all pages.
+
+ * public/v3/pages/summary-page.js:
+ (SummaryPage):
+ (SummaryPage.prototype.open): Fetch measurement set JSONs here.
+ (SummaryPage.prototype._createConfigurationGroup): Renamed from _createConfigurationGroupAndStartFetchingData.
+
2016-04-12 Ryosuke Niwa <rniwa@webkit.org>
Add a summary page to v3 UI