Title: [204919] trunk/Source/WebCore
Revision
204919
Author
[email protected]
Date
2016-08-24 12:29:52 -0700 (Wed, 24 Aug 2016)

Log Message

Add User Timing to the feature status page
https://bugs.webkit.org/show_bug.cgi?id=161154

Patch by Joseph Pecoraro <[email protected]> on 2016-08-24
Reviewed by Darin Adler.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (204918 => 204919)


--- trunk/Source/WebCore/ChangeLog	2016-08-24 19:27:24 UTC (rev 204918)
+++ trunk/Source/WebCore/ChangeLog	2016-08-24 19:29:52 UTC (rev 204919)
@@ -1,3 +1,12 @@
+2016-08-24  Joseph Pecoraro  <[email protected]>
+
+        Add User Timing to the feature status page
+        https://bugs.webkit.org/show_bug.cgi?id=161154
+
+        Reviewed by Darin Adler.
+
+        * features.json:
+
 2016-08-24  Andreas Kling  <[email protected]>
 
         Leaks bot hits an assertion in ResourceUsageThread::platformThreadBody

Modified: trunk/Source/WebCore/features.json (204918 => 204919)


--- trunk/Source/WebCore/features.json	2016-08-24 19:27:24 UTC (rev 204918)
+++ trunk/Source/WebCore/features.json	2016-08-24 19:29:52 UTC (rev 204919)
@@ -249,6 +249,21 @@
         "category": "webapps"
     },
     {
+        "name": "User Timing",
+        "status": {
+            "status": "In Development",
+            "enabled-by-default": false
+        },
+        "url": "http://www.w3.org/TR/user-timing/",
+        "keywords": ["usertiming","user timing"],
+        "description": "Provides high precision timestamp marking APIs.",
+        "contact": {
+            "name": "Jonathan Davis",
+            "email": "[email protected]",
+            "twitter": "@jonathandavis"
+        }
+    },
+    {
         "name": "WOFF File Format 2.0",
         "status": {
             "status": "Done"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to