Title: [212158] trunk/Source/WebCore
Revision
212158
Author
commit-qu...@webkit.org
Date
2017-02-10 15:47:41 -0800 (Fri, 10 Feb 2017)

Log Message

Update features.json for Performance Timing APIs
https://bugs.webkit.org/show_bug.cgi?id=168148

Patch by Joseph Pecoraro <pecor...@apple.com> on 2017-02-10
Reviewed by Simon Fraser.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (212157 => 212158)


--- trunk/Source/WebCore/ChangeLog	2017-02-10 23:47:02 UTC (rev 212157)
+++ trunk/Source/WebCore/ChangeLog	2017-02-10 23:47:41 UTC (rev 212158)
@@ -1,3 +1,12 @@
+2017-02-10  Joseph Pecoraro  <pecor...@apple.com>
+
+        Update features.json for Performance Timing APIs
+        https://bugs.webkit.org/show_bug.cgi?id=168148
+
+        Reviewed by Simon Fraser.
+
+        * features.json:
+
 2017-02-10  Anders Carlsson  <ander...@apple.com>
 
         Try to fix the iOS and Windows builds.

Modified: trunk/Source/WebCore/features.json (212157 => 212158)


--- trunk/Source/WebCore/features.json	2017-02-10 23:47:02 UTC (rev 212157)
+++ trunk/Source/WebCore/features.json	2017-02-10 23:47:41 UTC (rev 212158)
@@ -345,6 +345,45 @@
         "description": "An API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport."
     },
     {
+        "name": "Navigation Timing Level 1",
+        "status": {
+            "status": "Done"
+        },
+        "url": "https://www.w3.org/TR/navigation-timing/",
+        "keywords": ["performance", "navigation timing"],
+        "description": "An API that exposes page load measurements to the page."
+    },
+    {
+        "name": "Navigation Timing Level 2",
+        "status": {
+            "status": "In Development",
+            "enabled-by-default": false
+        },
+        "url": "https://w3c.github.io/navigation-timing/",
+        "keywords": ["performance", "navigation timing"],
+        "description": "An API that exposes page load measurements to the page and adds entries to the performance timeline.",
+        "contact": {
+            "name": "Joseph Pecoraro",
+            "email": "joep...@webkit.org",
+            "twitter": "@JosephPecoraro"
+        }
+    },
+    {
+        "name": "Performance Observer",
+        "status": {
+            "status": "In Development",
+            "enabled-by-default": false
+        },
+        "url": "https://w3c.github.io/performance-timeline/",
+        "keywords": ["performance", "performance observer", "performance timeline"],
+        "description": "An API to observe performance timeline entries at idle times.",
+        "contact": {
+            "name": "Joseph Pecoraro",
+            "email": "joep...@webkit.org",
+            "twitter": "@JosephPecoraro"
+        }
+    },
+    {
         "name": "Pointer Lock",
         "status": {
             "status": "In Development",
@@ -372,19 +411,19 @@
         }
     },
     {
-        "name": "Resource Timing",
+        "name": "Resource Timing Level 2",
         "status": {
             "status": "In Development",
             "enabled-by-default": false
         },
-        "url": "http://www.w3.org/TR/resource-timing/",
+        "url": "https://w3c.github.io/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.",
+        "keywords": ["performance", "resourcetiming", "resource timing", "rsrc"],
+        "description": "An API to that provides detailed timing information for resource loads.",
         "contact": {
-            "name": "Jonathan Davis",
-            "email": "web-evangel...@apple.com",
-            "twitter": "@jonathandavis"
+            "name": "Joseph Pecoraro",
+            "email": "joep...@webkit.org",
+            "twitter": "@JosephPecoraro"
         }
     },
     {
@@ -409,13 +448,13 @@
         "category": "webapps"
     },
     {
-        "name": "User Timing",
+        "name": "User Timing Level 2",
         "status": {
             "status": "In Development",
             "enabled-by-default": false
         },
-        "url": "http://www.w3.org/TR/user-timing/",
-        "keywords": ["usertiming","user timing"],
+        "url": "https://w3c.github.io/user-timing/",
+        "keywords": ["performance", "usertiming", "user timing"],
         "description": "Provides high precision timestamp marking APIs.",
         "contact": {
             "name": "Jonathan Davis",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to