From 5229e8d2163e4d87d22731666c949aa7cc3d7f2e Mon Sep 17 00:00:00 2001 From: Nidhi Jaju Date: Sun, 3 Oct 2021 17:17:03 -0700 Subject: [PATCH] Add .https flag to WebTransport WPT files Based on https://chromium-review.googlesource.com/c/chromium/src/+/3189460, since WebTransport should only be exposed in secure contexts the .https flag is needed so that the tests are only loaded over HTTPS. Bug: 1253275 Change-Id: I2aa49d3fac4f08b69aec86cadc350405ad8cf6ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3198099 Reviewed-by: Adam Rice Commit-Queue: Nidhi Jaju Cr-Commit-Position: refs/heads/main@{#927569} --- webtransport/{connect.any.js => connect.https.any.js} | 0 webtransport/{constructor.any.js => constructor.https.any.js} | 0 webtransport/{csp-fail.window.js => csp-fail.https.window.js} | 0 webtransport/{csp-pass.window.js => csp-pass.https.window.js} | 0 webtransport/{idlharness.any.js => idlharness.https.any.js} | 0 webtransport/{streams-echo.any.js => streams-echo.https.any.js} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename webtransport/{connect.any.js => connect.https.any.js} (100%) rename webtransport/{constructor.any.js => constructor.https.any.js} (100%) rename webtransport/{csp-fail.window.js => csp-fail.https.window.js} (100%) rename webtransport/{csp-pass.window.js => csp-pass.https.window.js} (100%) rename webtransport/{idlharness.any.js => idlharness.https.any.js} (100%) rename webtransport/{streams-echo.any.js => streams-echo.https.any.js} (100%) diff --git a/webtransport/connect.any.js b/webtransport/connect.https.any.js similarity index 100% rename from webtransport/connect.any.js rename to webtransport/connect.https.any.js diff --git a/webtransport/constructor.any.js b/webtransport/constructor.https.any.js similarity index 100% rename from webtransport/constructor.any.js rename to webtransport/constructor.https.any.js diff --git a/webtransport/csp-fail.window.js b/webtransport/csp-fail.https.window.js similarity index 100% rename from webtransport/csp-fail.window.js rename to webtransport/csp-fail.https.window.js diff --git a/webtransport/csp-pass.window.js b/webtransport/csp-pass.https.window.js similarity index 100% rename from webtransport/csp-pass.window.js rename to webtransport/csp-pass.https.window.js diff --git a/webtransport/idlharness.any.js b/webtransport/idlharness.https.any.js similarity index 100% rename from webtransport/idlharness.any.js rename to webtransport/idlharness.https.any.js diff --git a/webtransport/streams-echo.any.js b/webtransport/streams-echo.https.any.js similarity index 100% rename from webtransport/streams-echo.any.js rename to webtransport/streams-echo.https.any.js