Changeset 240482 in webkit


Ignore:
Timestamp:
Jan 25, 2019 10:46:49 AM (5 years ago)
Author:
Jon Davis
Message:

Source/WebCore:
Updated feature status for several features
https://bugs.webkit.org/show_bug.cgi?id=193794

Reviewed by Joseph Pecoraro.

Updated feature status for the following: CSS Font Display,
CSS Text Decoration Level 4, SVG in OpenType Fonts, Web SQL,
File and Directory Entries API, MediaStream Recording API,
Readable Streams, Subresource Integrity, Visual Viewport API,
and Web Audio.

  • features.json:

Websites/webkit.org:
Added feature status entry for "Removed in Preview"
https://bugs.webkit.org/show_bug.cgi?id=193794

Reviewed by Joseph Pecoraro.

  • wp-content/themes/webkit/status.php:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r240476 r240482  
     12019-01-25  Jon Davis  <jond@apple.com>
     2
     3        Updated feature status for several features
     4        https://bugs.webkit.org/show_bug.cgi?id=193794
     5
     6        Reviewed by Joseph Pecoraro.
     7       
     8        Updated feature status for the following: CSS Font Display,
     9        CSS Text Decoration Level 4, SVG in OpenType Fonts, Web SQL,
     10        File and Directory Entries API, MediaStream Recording API,
     11        Readable Streams, Subresource Integrity, Visual Viewport API,
     12        and Web Audio.
     13
     14        * features.json:
     15
    1162019-01-25  Wenson Hsieh  <wenson_hsieh@apple.com>
    217
  • trunk/Source/WebCore/features.json

    r240354 r240482  
    6262        "name": "CSS Font Display",
    6363        "status": {
    64             "status": "In Development",
     64            "status": "Supported",
    6565            "enabled-by-default": false
    6666        },
     
    217217        "name": "CSS Text Decoration Level 4",
    218218        "status": {
    219             "status": "Under Consideration",
    220             "enabled-by-default": false
     219            "status": "Supported in Preview",
     220            "enabled-by-default": true
    221221        },
    222222        "url": "https://drafts.csswg.org/css-text-decor-4/",
     
    538538        "name": "SVG in OpenType Fonts",
    539539        "status": {
    540             "status": "Under Consideration"
     540            "status": "Supported"
    541541        },
    542542        "url": "https://www.microsoft.com/typography/otspec/svg.htm/",
     
    659659            "email": "jiewen_tan@apple.com",
    660660            "twitter": "@alanwaketan"
     661        }
     662    },
     663    {
     664        "name": "Web SQL Database",
     665        "status": {
     666            "status": "Removed In Preview"
     667        },
     668        "url": "https://dev.w3.org/html5/webdatabase/",
     669        "keywords": ["websql", "web sql", "db", "storage", "database"],
     670        "description": "An API for storing data in databases that can be queried using a variant of SQL.",
     671        "contact": {
     672            "name": "Jon Davis",
     673            "twitter": "@jonathandavis",
     674            "email": "web-evangelist@apple.com"
    661675        }
    662676    },
     
    936950        "name": "File and Directory Entries API",
    937951        "status": {
    938             "status": "In Development"
     952            "status": "Supported"
    939953        },
    940954        "url": "https://wicg.github.io/entries-api/",
     
    10551069        "name": "MediaStream Recording API",
    10561070        "status": {
    1057             "status": "Under Consideration"
     1071            "status": "In Development"
    10581072        },
    10591073        "url": "https://w3c.github.io/mediacapture-record",
     
    11121126        "name": "Readable Streams",
    11131127        "status": {
    1114             "status": "In Development",
     1128            "status": "Supported",
    11151129            "enabled-by-default": true
    11161130        },
     
    12081222        "name": "Subresource Integrity",
    12091223        "status": {
    1210             "status": "Supported In Preview"
     1224            "status": "Supported"
    12111225        },
    12121226        "url": "https://w3c.github.io/webappsec-subresource-integrity/",
     
    12671281        "name": "Visual Viewport API",
    12681282        "status": {
    1269             "status": "In Development"
     1283            "status": "Supported In Preview"
    12701284        },
    12711285        "url": "https://wicg.github.io/visual-viewport/",
     
    12761290        "name": "Web Audio",
    12771291        "status": {
    1278             "status": "In Development"
     1292            "status": "Partially Supported"
    12791293        },
    12801294        "url": "https://www.w3.org/TR/webaudio/",
  • trunk/Websites/webkit.org/ChangeLog

    r239468 r240482  
     12019-01-25  Jon Davis  <jond@apple.com>
     2
     3        Added feature status entry for "Removed in Preview"
     4        https://bugs.webkit.org/show_bug.cgi?id=193794
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        * wp-content/themes/webkit/status.php:
     9
    1102018-12-20  Jon Davis  <jond@apple.com>
    211
  • trunk/Websites/webkit.org/wp-content/themes/webkit/status.php

    r239448 r240482  
    628628        'deprecated',
    629629        'removed',
     630        'removed in preview',
    630631        'not considering'
    631632    ];
Note: See TracChangeset for help on using the changeset viewer.