Title: [224967] trunk/Source/WebCore
Revision
224967
Author
[email protected]
Date
2017-11-17 08:25:15 -0800 (Fri, 17 Nov 2017)

Log Message

Update feature status for Visual Viewport API to "In Development"
https://bugs.webkit.org/show_bug.cgi?id=179818

Patch by Ali Juma <[email protected]> on 2017-11-17
Reviewed by Frédéric Wang.

Work on this feature has started, tracked by bug 170982.

No new tests since there's no change in behavior.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (224966 => 224967)


--- trunk/Source/WebCore/ChangeLog	2017-11-17 06:43:04 UTC (rev 224966)
+++ trunk/Source/WebCore/ChangeLog	2017-11-17 16:25:15 UTC (rev 224967)
@@ -1,3 +1,16 @@
+2017-11-17  Ali Juma  <[email protected]>
+
+        Update feature status for Visual Viewport API to "In Development"
+        https://bugs.webkit.org/show_bug.cgi?id=179818
+
+        Reviewed by Frédéric Wang.
+
+        Work on this feature has started, tracked by bug 170982.
+
+        No new tests since there's no change in behavior.
+
+        * features.json:
+
 2017-11-16  Yousuke Kimoto  <[email protected]>
 
         [WinCairo] Add network (curl) files for wincairo webkit

Modified: trunk/Source/WebCore/features.json (224966 => 224967)


--- trunk/Source/WebCore/features.json	2017-11-17 06:43:04 UTC (rev 224966)
+++ trunk/Source/WebCore/features.json	2017-11-17 16:25:15 UTC (rev 224967)
@@ -1161,11 +1161,11 @@
         "description": "An API that provides access to the vibration mechanism of the hosting device."
     },
     {
-        "name": "ViewportAPI",
+        "name": "Visual Viewport API",
         "status": {
-            "status": "Under Consideration"
+            "status": "In Development"
         },
-        "url": "https://github.com/WICG/ViewportAPI",
+        "url": "https://wicg.github.io/visual-viewport/",
         "description": "A proposal to add explicit APIs to the Web for querying and setting the visual viewport.",
         "keywords": ["visual viewport", "viewport", "viewportapi"]
     },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to