⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 249024 in webkit


Ignore:
Timestamp:
Aug 22, 2019, 12:09:55 PM (7 years ago)
Author:
Jonathan Bedard
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.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r249023 r249024  
     12019-08-22  Jonathan Bedard  <jbedard@apple.com>
     2
     3        results.webkit.org: Remove branch and repository information from commit tooltip
     4        https://bugs.webkit.org/show_bug.cgi?id=201035
     5
     6        Reviewed by Aakash Jain.
     7
     8        * resultsdbpy/resultsdbpy/view/static/js/timeline.js:
     9        (xAxisFromScale): Remove branch and repository information from tooltip.
     10
    1112019-08-22  Jonathan Bedard  <jbedard@apple.com>
    212
  • trunk/Tools/resultsdbpy/resultsdbpy/view/static/js/timeline.js

    r248910 r249024  
    226226                `<div class="content">
    227227                    Time: ${new Date(node.label.timestamp * 1000).toLocaleString()}<br>
    228                     Repository: ${node.label.repository_id}<br>
    229                     Branch: ${node.label.branch}<br>
    230228                    Committer: ${node.label.committer}
    231229                    ${node.label.message ? `<br><div>${escapeHTML(node.label.message.split('\n')[0])}</div>` : ''}
Note: See TracChangeset for help on using the changeset viewer.