Title: [249024] trunk/Tools
Revision
249024
Author
[email protected]
Date
2019-08-22 12:09:55 -0700 (Thu, 22 Aug 2019)

Log Message

results.webkit.org: Remove branch and repository information from commit tooltip
https://bugs.webkit.org/show_bug.cgi?id=201035

Reviewed by Aakash Jain.

* resultsdbpy/resultsdbpy/view/static/js/timeline.js:
(xAxisFromScale): Remove branch and repository information from tooltip.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (249023 => 249024)


--- trunk/Tools/ChangeLog	2019-08-22 19:04:52 UTC (rev 249023)
+++ trunk/Tools/ChangeLog	2019-08-22 19:09:55 UTC (rev 249024)
@@ -1,5 +1,15 @@
 2019-08-22  Jonathan Bedard  <[email protected]>
 
+        results.webkit.org: Remove branch and repository information from commit tooltip
+        https://bugs.webkit.org/show_bug.cgi?id=201035
+
+        Reviewed by Aakash Jain.
+
+        * resultsdbpy/resultsdbpy/view/static/js/timeline.js:
+        (xAxisFromScale): Remove branch and repository information from tooltip.
+
+2019-08-22  Jonathan Bedard  <[email protected]>
+
         run-webkit-tests: Use -noBulkSymbolication when calling spindump
         https://bugs.webkit.org/show_bug.cgi?id=201000
         <rdar://problem/53778938>

Modified: trunk/Tools/resultsdbpy/resultsdbpy/view/static/js/timeline.js (249023 => 249024)


--- trunk/Tools/resultsdbpy/resultsdbpy/view/static/js/timeline.js	2019-08-22 19:04:52 UTC (rev 249023)
+++ trunk/Tools/resultsdbpy/resultsdbpy/view/static/js/timeline.js	2019-08-22 19:09:55 UTC (rev 249024)
@@ -225,8 +225,6 @@
             ToolTip.set(
                 `<div class="content">
                     Time: ${new Date(node.label.timestamp * 1000).toLocaleString()}<br>
-                    Repository: ${node.label.repository_id}<br>
-                    Branch: ${node.label.branch}<br>
                     Committer: ${node.label.committer}
                     ${node.label.message ? `<br><div>${escapeHTML(node.label.message.split('\n')[0])}</div>` : ''}
                 </div>`,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to