Title: [243739] trunk/Source/WebCore
Revision
243739
Author
[email protected]
Date
2019-04-02 03:59:02 -0700 (Tue, 02 Apr 2019)

Log Message

Update the status of ResizeObserver in features.json.
https://bugs.webkit.org/show_bug.cgi?id=196443

Patch by Cathie Chen <[email protected]> on 2019-04-02
Reviewed by Rob Buis.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (243738 => 243739)


--- trunk/Source/WebCore/ChangeLog	2019-04-02 06:44:45 UTC (rev 243738)
+++ trunk/Source/WebCore/ChangeLog	2019-04-02 10:59:02 UTC (rev 243739)
@@ -1,3 +1,12 @@
+2019-04-02  Cathie Chen  <[email protected]>
+
+        Update the status of ResizeObserver in features.json.
+        https://bugs.webkit.org/show_bug.cgi?id=196443
+
+        Reviewed by Rob Buis.
+
+        * features.json:
+
 2019-04-01  Ryosuke Niwa  <[email protected]>
 
         Nullptr crash in Document::open after calling policyChecker().stopCheck()

Modified: trunk/Source/WebCore/features.json (243738 => 243739)


--- trunk/Source/WebCore/features.json	2019-04-02 06:44:45 UTC (rev 243738)
+++ trunk/Source/WebCore/features.json	2019-04-02 10:59:02 UTC (rev 243739)
@@ -1134,6 +1134,21 @@
         "comment": "The implementation does not support ReadableStreamBYOBReader."
     },
     {
+        "name": "Resize Observer",
+        "status": {
+            "status": "In Development",
+            "enabled-by-default": false
+        },
+        "url": "https://drafts.csswg.org/resize-observer/",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=157743",
+        "keywords": ["resize", "resize observer", "resizeobserver"],
+        "description": "An API for observing changes to Element's size.",
+        "contact": {
+            "name": "Cathie Chen",
+            "email": "[email protected]"
+        }
+    },
+    {
         "name": "Scroll Anchoring",
         "status": {
             "status": "Under Consideration"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to