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

Changeset 243761 in webkit


Ignore:
Timestamp:
Apr 2, 2019, 2:15:08 PM (7 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-app] Status bubble hover over message should clearly indicate that build is in-progress
https://bugs.webkit.org/show_bug.cgi?id=196491

Reviewed by Lucas Forschler.

  • BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py

    r243728 r243761  
    6060        if build.result is None:  # In-progress build
    6161            bubble['state'] = 'started'
    62             bubble['details_message'] = 'Recent messages:\n\n' + self._steps_messages(build)
     62            bubble['details_message'] = 'Build is in-progress. Recent messages:\n\n' + self._steps_messages(build)
    6363        elif build.result == Buildbot.SUCCESS:
    6464            bubble['state'] = 'pass'
  • trunk/Tools/ChangeLog

    r243759 r243761  
     12019-04-02  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-app] Status bubble hover over message should clearly indicate that build is in-progress
     4        https://bugs.webkit.org/show_bug.cgi?id=196491
     5
     6        Reviewed by Lucas Forschler.
     7
     8        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
     9
    1102019-04-02  Aakash Jain  <aakash_jain@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.