Title: [259295] trunk/Tools
Revision
259295
Author
[email protected]
Date
2020-03-31 09:52:39 -0700 (Tue, 31 Mar 2020)

Log Message

Delete code for security EWS from old EWS (follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=209683

Revert 233220.

Unreviewed follow-up fix.

* Scripts/webkitpy/common/net/statusserver_mock.py:
* Scripts/webkitpy/tool/commands/queues.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (259294 => 259295)


--- trunk/Tools/ChangeLog	2020-03-31 16:10:58 UTC (rev 259294)
+++ trunk/Tools/ChangeLog	2020-03-31 16:52:39 UTC (rev 259295)
@@ -1,3 +1,15 @@
+2020-03-31  Aakash Jain  <[email protected]>
+
+        Delete code for security EWS from old EWS (follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=209683
+
+        Revert 233220.
+
+        Unreviewed follow-up fix.
+
+        * Scripts/webkitpy/common/net/statusserver_mock.py:
+        * Scripts/webkitpy/tool/commands/queues.py:
+
 2020-03-30  Peng Liu  <[email protected]>
 
         PiP support of MiniBrowser is broken

Modified: trunk/Tools/Scripts/webkitpy/common/net/statusserver_mock.py (259294 => 259295)


--- trunk/Tools/Scripts/webkitpy/common/net/statusserver_mock.py	2020-03-31 16:10:58 UTC (rev 259294)
+++ trunk/Tools/Scripts/webkitpy/common/net/statusserver_mock.py	2020-03-31 16:52:39 UTC (rev 259295)
@@ -38,7 +38,6 @@
         self.host = "example.com"
         self.bot_id = bot_id
         self._work_items = work_items or []
-        self.use_https = True
 
     def patch_status(self, queue_name, patch_id):
         return None

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/queues.py (259294 => 259295)


--- trunk/Tools/Scripts/webkitpy/tool/commands/queues.py	2020-03-31 16:10:58 UTC (rev 259294)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/queues.py	2020-03-31 16:52:39 UTC (rev 259295)
@@ -90,8 +90,6 @@
         # because our global option code looks for the first argument which does
         # not begin with "-" and assumes that is the command name.
         webkit_patch_args += ["--status-host=%s" % self._tool.status_server.host]
-        if not self._tool.status_server.use_https:
-            webkit_patch_args += ['--status-host-uses-http']
         if self._tool.status_server.bot_id:
             webkit_patch_args += ["--bot-id=%s" % self._tool.status_server.bot_id]
         if self._options.port:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to