Changeset 212158 in webkit


Ignore:
Timestamp:
Feb 10, 2017 3:47:41 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2017-02-10
Reviewed by Simon Fraser.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r212156 r212158  
     12017-02-10  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Update features.json for Performance Timing APIs
     4        https://bugs.webkit.org/show_bug.cgi?id=168148
     5
     6        Reviewed by Simon Fraser.
     7
     8        * features.json:
     9
    1102017-02-10  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/Source/WebCore/features.json

    r211945 r212158  
    346346    },
    347347    {
     348        "name": "Navigation Timing Level 1",
     349        "status": {
     350            "status": "Done"
     351        },
     352        "url": "https://www.w3.org/TR/navigation-timing/",
     353        "keywords": ["performance", "navigation timing"],
     354        "description": "An API that exposes page load measurements to the page."
     355    },
     356    {
     357        "name": "Navigation Timing Level 2",
     358        "status": {
     359            "status": "In Development",
     360            "enabled-by-default": false
     361        },
     362        "url": "https://w3c.github.io/navigation-timing/",
     363        "keywords": ["performance", "navigation timing"],
     364        "description": "An API that exposes page load measurements to the page and adds entries to the performance timeline.",
     365        "contact": {
     366            "name": "Joseph Pecoraro",
     367            "email": "joepeck@webkit.org",
     368            "twitter": "@JosephPecoraro"
     369        }
     370    },
     371    {
     372        "name": "Performance Observer",
     373        "status": {
     374            "status": "In Development",
     375            "enabled-by-default": false
     376        },
     377        "url": "https://w3c.github.io/performance-timeline/",
     378        "keywords": ["performance", "performance observer", "performance timeline"],
     379        "description": "An API to observe performance timeline entries at idle times.",
     380        "contact": {
     381            "name": "Joseph Pecoraro",
     382            "email": "joepeck@webkit.org",
     383            "twitter": "@JosephPecoraro"
     384        }
     385    },
     386    {
    348387        "name": "Pointer Lock",
    349388        "status": {
     
    373412    },
    374413    {
    375         "name": "Resource Timing",
    376         "status": {
    377             "status": "In Development",
    378             "enabled-by-default": false
    379         },
    380         "url": "http://www.w3.org/TR/resource-timing/",
     414        "name": "Resource Timing Level 2",
     415        "status": {
     416            "status": "In Development",
     417            "enabled-by-default": false
     418        },
     419        "url": "https://w3c.github.io/resource-timing/",
    381420        "webkit-url": "https://webkit.org/b/61138",
    382         "keywords": ["resourcetiming","resource timing","rsrc"],
    383         "description": "Provides detailed timing information to JavaScript for sub-resources loaded by the page.",
    384         "contact": {
    385             "name": "Jonathan Davis",
    386             "email": "web-evangelist@apple.com",
    387             "twitter": "@jonathandavis"
     421        "keywords": ["performance", "resourcetiming", "resource timing", "rsrc"],
     422        "description": "An API to that provides detailed timing information for resource loads.",
     423        "contact": {
     424            "name": "Joseph Pecoraro",
     425            "email": "joepeck@webkit.org",
     426            "twitter": "@JosephPecoraro"
    388427        }
    389428    },
     
    410449    },
    411450    {
    412         "name": "User Timing",
    413         "status": {
    414             "status": "In Development",
    415             "enabled-by-default": false
    416         },
    417         "url": "http://www.w3.org/TR/user-timing/",
    418         "keywords": ["usertiming","user timing"],
     451        "name": "User Timing Level 2",
     452        "status": {
     453            "status": "In Development",
     454            "enabled-by-default": false
     455        },
     456        "url": "https://w3c.github.io/user-timing/",
     457        "keywords": ["performance", "usertiming", "user timing"],
    419458        "description": "Provides high precision timestamp marking APIs.",
    420459        "contact": {
Note: See TracChangeset for help on using the changeset viewer.