+2019-03-13 Aakash Jain <aakash_jain@apple.com>
+
+ [ews-app] Remove unused patch view
+ https://bugs.webkit.org/show_bug.cgi?id=195669
+
+ Reviewed by Lucas Forschler.
+
+ * BuildSlaveSupport/ews-app/ews/urls.py:
+ * BuildSlaveSupport/ews-app/ews/views/patch.py: Removed.
+
+2019-03-13 Aakash Jain <aakash_jain@apple.com>
+
+ [ews-app] Use Buildbot result code variables
+ https://bugs.webkit.org/show_bug.cgi?id=195668
+
+ Reviewed by Alexey Proskuryakov.
+
+ * BuildSlaveSupport/ews-app/ews/common/buildbot.py:
+ (Buildbot): Added Buildbot result code variables.
+ * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
+ (StatusBubble._build_bubble): Used Buildbot result code variables.
+
+2019-03-13 Thibault Saunier <tsaunier@igalia.com>
+
+ [Flatpak] Expand submodule recursively
+ https://bugs.webkit.org/show_bug.cgi?id=195672
+
+ Building WPE with flatpak was impossible without that as it was raising an exception.
+ Also update wpebackend-fdo to match what is built in jhbuild
+
+ Reviewed by Philippe Normand.
+
+ * flatpak/flatpakutils.py:
+ (expand_submodules_recurse):
+ (expand_manifest):
+ * flatpak/org.webkit.WPEModules.yaml:
+
+2019-03-13 Aakash Jain <aakash_jain@apple.com>
+
+ [ews-app] status bubble should be hidden for certain builds
+ https://bugs.webkit.org/show_bug.cgi?id=194597
+
+ Reviewed by Dewei Zhu.
+
+ * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
+ (StatusBubble._build_bubble):
+ (StatusBubble._should_show_bubble_for_build): Hide bubble for builds which were skipped
+ because the patch didn't have relevant changes.
+ (StatusBubble._should_show_bubble_for_queue): Hide bubbles for queues which are not deployed
+ in production yet.
+
2019-03-12 Ross Kirsling <ross.kirsling@sony.com>
[Win] Fix a slew of simple clang-cl warnings.