Title: [227868] branches/safari-605-branch/LayoutTests
Revision
227868
Author
[email protected]
Date
2018-01-30 17:49:54 -0800 (Tue, 30 Jan 2018)

Log Message

Cherry-pick r227867. rdar://problem/36912402

Modified Paths

Diff

Modified: branches/safari-605-branch/LayoutTests/ChangeLog (227867 => 227868)


--- branches/safari-605-branch/LayoutTests/ChangeLog	2018-01-31 01:35:34 UTC (rev 227867)
+++ branches/safari-605-branch/LayoutTests/ChangeLog	2018-01-31 01:49:54 UTC (rev 227868)
@@ -1,3 +1,18 @@
+2018-01-30  Ryan Haddad  <[email protected]>
+
+        Cherry-pick r227867. rdar://problem/36912402
+
+    2018-01-30  Youenn Fablet  <[email protected]>
+
+            Move http/wpt/service-workers/clone-opaque-being-loaded-response.https.html to use HTTP
+            https://bugs.webkit.org/show_bug.cgi?id=182202
+            <rdar://problem/36912402>
+
+            Reviewed by Chris Dumez.
+            Follow-up to ensure subresource load is also done in HTTP and not HTTPS
+
+            * http/wpt/service-workers/clone-opaque-being-loaded-response-worker.js:
+
 2018-01-30  Jason Marcell  <[email protected]>
 
         Cherry-pick r227768. rdar://problem/37019510

Modified: branches/safari-605-branch/LayoutTests/http/wpt/service-workers/clone-opaque-being-loaded-response-worker.js (227867 => 227868)


--- branches/safari-605-branch/LayoutTests/http/wpt/service-workers/clone-opaque-being-loaded-response-worker.js	2018-01-31 01:35:34 UTC (rev 227867)
+++ branches/safari-605-branch/LayoutTests/http/wpt/service-workers/clone-opaque-being-loaded-response-worker.js	2018-01-31 01:49:54 UTC (rev 227868)
@@ -1,6 +1,6 @@
 importScripts('/common/get-host-info.sub.js');
 
-var remoteUrl = get_host_info()['HTTPS_REMOTE_ORIGIN'] + '/WebKit/service-workers/resources/lengthy-pass.py';
+var remoteUrl = get_host_info()['HTTP_REMOTE_ORIGIN'] + '/WebKit/service-workers/resources/lengthy-pass.py';
 
 self.addEventListener('fetch', (event) => {
     if (event.request.url.indexOf("html") === -1)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to