Title: [199196] trunk/Source/WebCore
Revision
199196
Author
[email protected]
Date
2016-04-07 15:31:56 -0700 (Thu, 07 Apr 2016)

Log Message

Add ImageBitmap as under consideration on Feature Status page
https://bugs.webkit.org/show_bug.cgi?id=156362

Reviewed by Timothy Hatcher.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (199195 => 199196)


--- trunk/Source/WebCore/ChangeLog	2016-04-07 22:31:38 UTC (rev 199195)
+++ trunk/Source/WebCore/ChangeLog	2016-04-07 22:31:56 UTC (rev 199196)
@@ -1,5 +1,14 @@
 2016-04-07  Jon Davis  <[email protected]>
 
+        Add ImageBitmap as under consideration on Feature Status page
+        https://bugs.webkit.org/show_bug.cgi?id=156362
+
+        Reviewed by Timothy Hatcher.
+
+        * features.json:
+
+2016-04-07  Jon Davis  <[email protected]>
+
         Include Conical Gradients on the Feature Status page.
         https://bugs.webkit.org/show_bug.cgi?id=156363
 

Modified: trunk/Source/WebCore/features.json (199195 => 199196)


--- trunk/Source/WebCore/features.json	2016-04-07 22:31:38 UTC (rev 199195)
+++ trunk/Source/WebCore/features.json	2016-04-07 22:31:56 UTC (rev 199196)
@@ -509,6 +509,21 @@
         }
     },
     {
+        "name": "ImageBitmap",
+        "status": {
+            "status": "Under Consideration"
+        },
+        "url": "https://html.spec.whatwg.org/multipage/webappapis.html#imagebitmap",
+        "webkit-url": "https://webkit.org/b/",
+        "specification": "HTML5",
+        "description": "An interface for drawing bitmap images to a <canvas> without undue latency.",
+        "contact": {
+            "name": "Jonathan Davis",
+            "email": "[email protected]",
+            "twitter": "@jonathandavis"
+        }
+    },
+    {
         "name": "Initial Letter",
         "status": {
             "status": "Done",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to