Title: [198362] trunk/Websites/perf.webkit.org
- Revision
- 198362
- Author
- [email protected]
- Date
- 2016-03-17 17:46:04 -0700 (Thu, 17 Mar 2016)
Log Message
Fix a typo which was supposed to be fixed in r198351.
* public/v3/pages/analysis-task-page.js:
(AnalysisTaskPage.prototype.render):
Modified Paths
Diff
Modified: trunk/Websites/perf.webkit.org/ChangeLog (198361 => 198362)
--- trunk/Websites/perf.webkit.org/ChangeLog 2016-03-18 00:42:51 UTC (rev 198361)
+++ trunk/Websites/perf.webkit.org/ChangeLog 2016-03-18 00:46:04 UTC (rev 198362)
@@ -1,5 +1,12 @@
2016-03-17 Ryosuke Niwa <[email protected]>
+ Fix a typo which was supposed to be fixed in r198351.
+
+ * public/v3/pages/analysis-task-page.js:
+ (AnalysisTaskPage.prototype.render):
+
+2016-03-17 Ryosuke Niwa <[email protected]>
+
An analysis task should be closed if a progression cause is identified
https://bugs.webkit.org/show_bug.cgi?id=155549
Modified: trunk/Websites/perf.webkit.org/public/v3/pages/analysis-task-page.js (198361 => 198362)
--- trunk/Websites/perf.webkit.org/public/v3/pages/analysis-task-page.js 2016-03-18 00:42:51 UTC (rev 198361)
+++ trunk/Websites/perf.webkit.org/public/v3/pages/analysis-task-page.js 2016-03-18 00:46:04 UTC (rev 198362)
@@ -238,7 +238,7 @@
var self = this;
this._bugList.setList(this._task.bugs().map(function (bug) {
return new MutableListItem(bug.bugTracker(), bug.label(), bug.title(), bug.url(),
- 'Disassociate this bug', self._dissociateBug.bind(self, bug));
+ 'Dissociate this bug', self._dissociateBug.bind(self, bug));
}));
this._causeList.setList(this._task.causes().map(this._makeCommitListItem.bind(this)));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes