Title: [286520] trunk/Source/WebCore
Revision
286520
Author
cdu...@apple.com
Date
2021-12-03 16:09:31 -0800 (Fri, 03 Dec 2021)

Log Message

Add BroadcastChannel, COOP, COEP and Web Locks to features.json
https://bugs.webkit.org/show_bug.cgi?id=233839

Reviewed by Alex Christensen.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (286519 => 286520)


--- trunk/Source/WebCore/ChangeLog	2021-12-04 00:02:19 UTC (rev 286519)
+++ trunk/Source/WebCore/ChangeLog	2021-12-04 00:09:31 UTC (rev 286520)
@@ -1,3 +1,12 @@
+2021-12-03  Chris Dumez  <cdu...@apple.com>
+
+        Add BroadcastChannel, COOP, COEP and Web Locks to features.json
+        https://bugs.webkit.org/show_bug.cgi?id=233839
+
+        Reviewed by Alex Christensen.
+
+        * features.json:
+
 2021-12-03  John Wilander  <wilan...@apple.com>
 
         PCM: Unlinkable tokens for triggering event to prevent fraud

Modified: trunk/Source/WebCore/features.json (286519 => 286520)


--- trunk/Source/WebCore/features.json	2021-12-04 00:02:19 UTC (rev 286519)
+++ trunk/Source/WebCore/features.json	2021-12-04 00:09:31 UTC (rev 286520)
@@ -53,6 +53,22 @@
         }
     },
     {
+        "name": "Broadcast Channel API",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://html.spec.whatwg.org/multipage/web-messaging.html#broadcasting-to-other-browsing-contexts",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=230236",
+        "keywords": ["broadcast", "channel"],
+        "category": "html",
+        "description": "The Broadcast Channel API allows basic communication between browsing contexts or workers on the same origin.",
+        "contact": {
+            "name": "Chris Dumez",
+            "email": "cdu...@apple.com",
+            "twitter": "@chris_dumez"
+        }
+    },
+    {
         "name": "CSS Animation Worklet API",
         "status": {
             "status": "Under Consideration"
@@ -384,6 +400,38 @@
         }
     },
     {
+        "name": "Cross-Origin-Embedder-Policy HTTP header",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://html.spec.whatwg.org/multipage/origin.html#coep",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=228755",
+        "keywords": ["coep", "isolation"],
+        "category": "html",
+        "description": "The HTTP Cross-Origin-Embedder-Policy (COEP) response header prevents a document from loading any cross-origin resources that don't explicitly grant the document permission (using CORP or CORS).",
+        "contact": {
+            "name": "Chris Dumez",
+            "email": "cdu...@apple.com",
+            "twitter": "@chris_dumez"
+        }
+    },
+    {
+        "name": "Cross-Origin-Opener-Policy HTTP header",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policies",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=228755",
+        "keywords": ["coop", "isolation"],
+        "category": "html",
+        "description": "The HTTP Cross-Origin-Opener-Policy (COOP) response header allows you to ensure a top-level document does not share a browsing context group with cross-origin documents.",
+        "contact": {
+            "name": "Chris Dumez",
+            "email": "cdu...@apple.com",
+            "twitter": "@chris_dumez"
+        }
+    },
+    {
         "name": "DOM",
         "url": "https://dom.spec.whatwg.org",
         "keywords": ["dom", "dom4"],
@@ -1512,6 +1560,22 @@
         "description": "An API to listen for Bluetooth Low Energy advertising packets."
     },
     {
+        "name": "Web Locks",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://w3c.github.io/web-locks/",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=232436",
+        "keywords": ["lock", "synchronization"],
+        "category": "webapps",
+        "description": "API to allow browsing contexts (windows, workers) within a web application to coordinate the usage of resources.",
+        "contact": {
+            "name": "Chris Dumez",
+            "email": "cdu...@apple.com",
+            "twitter": "@chris_dumez"
+        }
+    },
+    {
         "name": "Web MIDI",
         "status": {
             "status": "Not Considering"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to