Changeset 204919 in webkit


Ignore:
Timestamp:
Aug 24, 2016 12:29:52 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2016-08-24
Reviewed by Darin Adler.

  • features.json:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r204917 r204919  
     12016-08-24  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Add User Timing to the feature status page
     4        https://bugs.webkit.org/show_bug.cgi?id=161154
     5
     6        Reviewed by Darin Adler.
     7
     8        * features.json:
     9
    1102016-08-24  Andreas Kling  <akling@apple.com>
    211
  • trunk/Source/WebCore/features.json

    r203772 r204919  
    248248        "keywords": ["streams api"],
    249249        "category": "webapps"
     250    },
     251    {
     252        "name": "User Timing",
     253        "status": {
     254            "status": "In Development",
     255            "enabled-by-default": false
     256        },
     257        "url": "http://www.w3.org/TR/user-timing/",
     258        "keywords": ["usertiming","user timing"],
     259        "description": "Provides high precision timestamp marking APIs.",
     260        "contact": {
     261            "name": "Jonathan Davis",
     262            "email": "web-evangelist@apple.com",
     263            "twitter": "@jonathandavis"
     264        }
    250265    },
    251266    {
Note: See TracChangeset for help on using the changeset viewer.