Title: [202753] trunk/Source
Revision
202753
Author
[email protected]
Date
2016-07-01 13:51:02 -0700 (Fri, 01 Jul 2016)

Log Message

Source/_javascript_Core:
Moved Web Animations and Resource Timing feature entries to WebCore.
https://bugs.webkit.org/show_bug.cgi?id=159356

Reviewed by Timothy Hatcher.

* features.json:

Source/WebCore:
Updated Picture element and WOFF 2 status
https://bugs.webkit.org/show_bug.cgi?id=159356

Reviewed by Timothy Hatcher.

Status updates and clean-up to move Web Animations and Resource Timing entries from JSC to WebCore.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (202752 => 202753)


--- trunk/Source/_javascript_Core/ChangeLog	2016-07-01 20:49:31 UTC (rev 202752)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-07-01 20:51:02 UTC (rev 202753)
@@ -1,3 +1,12 @@
+2016-07-01  Jon Davis  <[email protected]>
+
+        Moved Web Animations and Resource Timing feature entries to WebCore.
+        https://bugs.webkit.org/show_bug.cgi?id=159356
+
+        Reviewed by Timothy Hatcher.
+
+        * features.json:
+
 2016-07-01  Benjamin Poulain  <[email protected]>
 
         [JSC] Date.toGMTString should be the Date.toUTCString function

Modified: trunk/Source/_javascript_Core/features.json (202752 => 202753)


--- trunk/Source/_javascript_Core/features.json	2016-07-01 20:49:31 UTC (rev 202752)
+++ trunk/Source/_javascript_Core/features.json	2016-07-01 20:51:02 UTC (rev 202753)
@@ -36,36 +36,6 @@
         "keywords": ["Intl", "Collator", "ECMA-402"]
     },
     {
-        "name": "Resource Timing",
-        "status": {
-            "status": "In Development",
-            "enabled-by-default": false
-        },
-        "url": "http://www.w3.org/TR/resource-timing/",
-        "webkit-url": "https://webkit.org/b/61138",
-        "keywords": ["resourcetiming","resource timing","rsrc"], 
-        "description": "Provides detailed timing information to _javascript_ for sub-resources loaded by the page.",
-        "contact": {
-            "name": "Jonathan Davis",
-            "email": "[email protected]",
-            "twitter": "@jonathandavis"
-        }
-    },
-    {
-        "name": "Web Animations",
-        "status": {
-            "status": "Under Consideration"
-        },
-        "url": "https://www.w3.org/TR/web-animations-1/",
-        "keywords": ["web animations"],
-        "description": "An API to synchronize with the timing for presentation changes of a web page.",
-        "contact": {
-            "name": "Jonathan Davis",
-            "email": "[email protected]",
-            "twitter": "@jonathandavis"
-        }
-    },
-    {
         "name": "WebAssembly",
         "status": {
             "status": "In Development"

Modified: trunk/Source/WebCore/ChangeLog (202752 => 202753)


--- trunk/Source/WebCore/ChangeLog	2016-07-01 20:49:31 UTC (rev 202752)
+++ trunk/Source/WebCore/ChangeLog	2016-07-01 20:51:02 UTC (rev 202753)
@@ -1,3 +1,14 @@
+2016-07-01  Jon Davis  <[email protected]>
+
+        Updated Picture element and WOFF 2 status
+        https://bugs.webkit.org/show_bug.cgi?id=159356
+
+        Reviewed by Timothy Hatcher.
+        
+        Status updates and clean-up to move Web Animations and Resource Timing entries from JSC to WebCore.
+
+        * features.json:
+
 2016-07-01  Andreas Kling  <[email protected]>
 
         Add early return when processing content extensions if there aren't any.

Modified: trunk/Source/WebCore/features.json (202752 => 202753)


--- trunk/Source/WebCore/features.json	2016-07-01 20:49:31 UTC (rev 202752)
+++ trunk/Source/WebCore/features.json	2016-07-01 20:51:02 UTC (rev 202753)
@@ -195,6 +195,22 @@
         }
     },
     {
+        "name": "Resource Timing",
+        "status": {
+            "status": "In Development",
+            "enabled-by-default": false
+        },
+        "url": "http://www.w3.org/TR/resource-timing/",
+        "webkit-url": "https://webkit.org/b/61138",
+        "keywords": ["resourcetiming","resource timing","rsrc"], 
+        "description": "Provides detailed timing information to _javascript_ for sub-resources loaded by the page.",
+        "contact": {
+            "name": "Jonathan Davis",
+            "email": "[email protected]",
+            "twitter": "@jonathandavis"
+        }
+    },
+    {
         "name": "Service Workers",
         "status": {
             "status": "Under Consideration"
@@ -218,7 +234,7 @@
     {
         "name": "WOFF File Format 2.0",
         "status": {
-            "status": "Under Consideration"
+            "status": "Done"
         },
         "url": "https://www.w3.org/TR/WOFF2/",
         "keywords": ["woff"],
@@ -231,6 +247,20 @@
         }
     },
     {
+        "name": "Web Animations",
+        "status": {
+            "status": "Under Consideration"
+        },
+        "url": "https://www.w3.org/TR/web-animations-1/",
+        "keywords": ["web animations"],
+        "description": "An API to synchronize with the timing for presentation changes of a web page.",
+        "contact": {
+            "name": "Jonathan Davis",
+            "email": "[email protected]",
+            "twitter": "@jonathandavis"
+        }
+    },
+    {
         "name": "Web Components",
         "url": "http://www.w3.org/wiki/WebComponents/",
         "keywords": ["web components", "shadow dom", "html imports", "custom elements", "template element"],
@@ -315,16 +345,6 @@
         }
     },
     {
-        "name": "CSS Selector :lang() level 4",
-        "status": {
-            "status": "Done",
-            "enabled-by-default": true
-        },
-        "url": "http://dev.w3.org/csswg/selectors-4/#the-lang-pseudo",
-        "specification": "CSS Selectors Level 4",
-        "description": "The selector :lang() is extended in level 4 to support a list of language range, each range can contain a wildcard. For example: p:lang(\"*-be\", \"en\")."
-    },
-    {
         "name": "CSS Selector :focus-within",
         "status": {
             "status": "Done",
@@ -341,6 +361,16 @@
         }
     },
     {
+        "name": "CSS Selector :lang() level 4",
+        "status": {
+            "status": "Done",
+            "enabled-by-default": true
+        },
+        "url": "http://dev.w3.org/csswg/selectors-4/#the-lang-pseudo",
+        "specification": "CSS Selectors Level 4",
+        "description": "The selector :lang() is extended in level 4 to support a list of language range, each range can contain a wildcard. For example: p:lang(\"*-be\", \"en\")."
+    },
+    {
         "name": "CSS Selector :matches()",
         "status": {
             "status": "Done",
@@ -582,7 +612,7 @@
     {
         "name": "Picture element",
         "status": {
-            "status": "In Development",
+            "status": "Done",
             "enabled-by-default": false
         },
         "url": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to