Title: [221696] trunk/Tools
Revision
221696
Author
[email protected]
Date
2017-09-06 13:21:47 -0700 (Wed, 06 Sep 2017)

Log Message

status-bubbles turn orange after checking relevance of patch
https://bugs.webkit.org/show_bug.cgi?id=176457

Reviewed by Alexey Proskuryakov.

* QueueStatusServer/handlers/statusbubble.py: Added "Checked relevance of patch" as a progress_statuses.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (221695 => 221696)


--- trunk/Tools/ChangeLog	2017-09-06 20:16:31 UTC (rev 221695)
+++ trunk/Tools/ChangeLog	2017-09-06 20:21:47 UTC (rev 221696)
@@ -1,3 +1,12 @@
+2017-09-06  Aakash Jain  <[email protected]>
+
+        status-bubbles turn orange after checking relevance of patch
+        https://bugs.webkit.org/show_bug.cgi?id=176457
+
+        Reviewed by Alexey Proskuryakov.
+
+        * QueueStatusServer/handlers/statusbubble.py: Added "Checked relevance of patch" as a progress_statuses.
+
 2017-09-06  Alex Christensen  <[email protected]>
 
         Add WKUIDelegatePrivate equivalent of WKPageUIClient's pinnedStateDidChange

Modified: trunk/Tools/QueueStatusServer/handlers/statusbubble.py (221695 => 221696)


--- trunk/Tools/QueueStatusServer/handlers/statusbubble.py	2017-09-06 20:16:31 UTC (rev 221695)
+++ trunk/Tools/QueueStatusServer/handlers/statusbubble.py	2017-09-06 20:21:47 UTC (rev 221696)
@@ -44,6 +44,7 @@
     "Started processing patch",
     "Cleaned working directory",
     "Updated working directory",
+    "Checked relevance of patch",
     "Applied patch",
     "Built patch",
     "Watchlist applied",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to