From 949cc8c7c7067de75af00d1ba60d6921582f9c5d Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 10 Dec 2024 15:48:48 -0800 Subject: [PATCH] [Blob URL] Make tentative partitioning WPTs permanent Associated spec PRs: - https://github.com/w3c/FileAPI/pull/201 - Partition Blob URL revocation by Storage Key - https://github.com/whatwg/fetch/pull/1783 - Partition Blob URL fetches by Storage Key - https://github.com/whatwg/html/pull/10731 - Enforce noopener on cross-top-level-site Blob URLs Bug: 40057646 Change-Id: I953598ab3f81d5998e8398057739e0428bc23e4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5967596 Reviewed-by: Steven Bingler Commit-Queue: Andrew Williams Cr-Commit-Position: refs/heads/main@{#1394563} --- ...tentative.https.html => cross-partition-navigation.https.html} | 0 ...tive.https.html => cross-partition-worker-creation.https.html} | 0 ...-partition.tentative.https.html => cross-partition.https.html} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename FileAPI/BlobURL/{cross-partition-navigation.tentative.https.html => cross-partition-navigation.https.html} (100%) rename FileAPI/BlobURL/{cross-partition-worker-creation.tentative.https.html => cross-partition-worker-creation.https.html} (100%) rename FileAPI/BlobURL/{cross-partition.tentative.https.html => cross-partition.https.html} (100%) diff --git a/FileAPI/BlobURL/cross-partition-navigation.tentative.https.html b/FileAPI/BlobURL/cross-partition-navigation.https.html similarity index 100% rename from FileAPI/BlobURL/cross-partition-navigation.tentative.https.html rename to FileAPI/BlobURL/cross-partition-navigation.https.html diff --git a/FileAPI/BlobURL/cross-partition-worker-creation.tentative.https.html b/FileAPI/BlobURL/cross-partition-worker-creation.https.html similarity index 100% rename from FileAPI/BlobURL/cross-partition-worker-creation.tentative.https.html rename to FileAPI/BlobURL/cross-partition-worker-creation.https.html diff --git a/FileAPI/BlobURL/cross-partition.tentative.https.html b/FileAPI/BlobURL/cross-partition.https.html similarity index 100% rename from FileAPI/BlobURL/cross-partition.tentative.https.html rename to FileAPI/BlobURL/cross-partition.https.html