Changeset 249667 in webkit


Ignore:
Timestamp:
Sep 9, 2019 2:20:59 PM (5 years ago)
Author:
aakash_jain@apple.com
Message:

EWS testtube emoji doesn't exist on macOS Mojave
https://bugs.webkit.org/show_bug.cgi?id=201532

Reviewed by Simon Fraser.

  • BuildSlaveSupport/ews-app/ews/views/statusbubble.py:

(StatusBubble): Change the emoji to microscope emoji.

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r249598 r249667  
    6262    DAYS_TO_CHECK = 3
    6363    BUILDER_ICON = u'\U0001f6e0'
    64     TESTER_ICON = u'\U0001f9ea'
     64    TESTER_ICON = u'\U0001f52c'
    6565
    6666    def _build_bubble(self, patch, queue, hide_icons=False):
  • trunk/Tools/ChangeLog

    r249663 r249667  
     12019-09-09  Aakash Jain  <aakash_jain@apple.com>
     2
     3        EWS testtube emoji doesn't exist on macOS Mojave
     4        https://bugs.webkit.org/show_bug.cgi?id=201532
     5
     6        Reviewed by Simon Fraser.
     7
     8        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
     9        (StatusBubble): Change the emoji to microscope emoji.
     10
    1112019-09-09  Aakash Jain  <aakash_jain@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.