Changeset 202753 in webkit


Ignore:
Timestamp:
Jul 1, 2016 1:51:02 PM (8 years ago)
Author:
Jon Davis
Message:

Source/JavaScriptCore:
Moved Web Animations and Resource Timing feature entries to WebCore.
https://bugs.webkit.org/show_bug.cgi?id=159356

Reviewed by Timothy Hatcher.

  • features.json:

Source/WebCore:
Updated Picture element and WOFF 2 status
https://bugs.webkit.org/show_bug.cgi?id=159356

Reviewed by Timothy Hatcher.

Status updates and clean-up to move Web Animations and Resource Timing entries from JSC to WebCore.

  • features.json:
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r202752 r202753  
     12016-07-01  Jon Davis  <jond@apple.com>
     2
     3        Moved Web Animations and Resource Timing feature entries to WebCore.
     4        https://bugs.webkit.org/show_bug.cgi?id=159356
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * features.json:
     9
    1102016-07-01  Benjamin Poulain  <bpoulain@apple.com>
    211
  • trunk/Source/JavaScriptCore/features.json

    r202508 r202753  
    3737    },
    3838    {
    39         "name": "Resource Timing",
    40         "status": {
    41             "status": "In Development",
    42             "enabled-by-default": false
    43         },
    44         "url": "http://www.w3.org/TR/resource-timing/",
    45         "webkit-url": "https://webkit.org/b/61138",
    46         "keywords": ["resourcetiming","resource timing","rsrc"],
    47         "description": "Provides detailed timing information to JavaScript for sub-resources loaded by the page.",
    48         "contact": {
    49             "name": "Jonathan Davis",
    50             "email": "web-evangelist@apple.com",
    51             "twitter": "@jonathandavis"
    52         }
    53     },
    54     {
    55         "name": "Web Animations",
    56         "status": {
    57             "status": "Under Consideration"
    58         },
    59         "url": "https://www.w3.org/TR/web-animations-1/",
    60         "keywords": ["web animations"],
    61         "description": "An API to synchronize with the timing for presentation changes of a web page.",
    62         "contact": {
    63             "name": "Jonathan Davis",
    64             "email": "web-evangelist@apple.com",
    65             "twitter": "@jonathandavis"
    66         }
    67     },
    68     {
    6939        "name": "WebAssembly",
    7040        "status": {
  • trunk/Source/WebCore/ChangeLog

    r202751 r202753  
     12016-07-01  Jon Davis  <jond@apple.com>
     2
     3        Updated Picture element and WOFF 2 status
     4        https://bugs.webkit.org/show_bug.cgi?id=159356
     5
     6        Reviewed by Timothy Hatcher.
     7       
     8        Status updates and clean-up to move Web Animations and Resource Timing entries from JSC to WebCore.
     9
     10        * features.json:
     11
    1122016-07-01  Andreas Kling  <akling@apple.com>
    213
  • trunk/Source/WebCore/features.json

    r202513 r202753  
    196196    },
    197197    {
     198        "name": "Resource Timing",
     199        "status": {
     200            "status": "In Development",
     201            "enabled-by-default": false
     202        },
     203        "url": "http://www.w3.org/TR/resource-timing/",
     204        "webkit-url": "https://webkit.org/b/61138",
     205        "keywords": ["resourcetiming","resource timing","rsrc"],
     206        "description": "Provides detailed timing information to JavaScript for sub-resources loaded by the page.",
     207        "contact": {
     208            "name": "Jonathan Davis",
     209            "email": "web-evangelist@apple.com",
     210            "twitter": "@jonathandavis"
     211        }
     212    },
     213    {
    198214        "name": "Service Workers",
    199215        "status": {
     
    219235        "name": "WOFF File Format 2.0",
    220236        "status": {
    221             "status": "Under Consideration"
     237            "status": "Done"
    222238        },
    223239        "url": "https://www.w3.org/TR/WOFF2/",
     
    225241        "category": "css",
    226242        "description": "Improves compression to reduce bandwidth with content-aware preprocessing.",
     243        "contact": {
     244            "name": "Jonathan Davis",
     245            "email": "web-evangelist@apple.com",
     246            "twitter": "@jonathandavis"
     247        }
     248    },
     249    {
     250        "name": "Web Animations",
     251        "status": {
     252            "status": "Under Consideration"
     253        },
     254        "url": "https://www.w3.org/TR/web-animations-1/",
     255        "keywords": ["web animations"],
     256        "description": "An API to synchronize with the timing for presentation changes of a web page.",
    227257        "contact": {
    228258            "name": "Jonathan Davis",
     
    316346    },
    317347    {
    318         "name": "CSS Selector :lang() level 4",
    319         "status": {
    320             "status": "Done",
    321             "enabled-by-default": true
    322         },
    323         "url": "http://dev.w3.org/csswg/selectors-4/#the-lang-pseudo",
    324         "specification": "CSS Selectors Level 4",
    325         "description": "The selector :lang() is extended in level 4 to support a list of language range, each range can contain a wildcard. For example: p:lang(\"*-be\", \"en\")."
    326     },
    327     {
    328348        "name": "CSS Selector :focus-within",
    329349        "status": {
     
    340360            "email": "benjamin@webkit.org"
    341361        }
     362    },
     363    {
     364        "name": "CSS Selector :lang() level 4",
     365        "status": {
     366            "status": "Done",
     367            "enabled-by-default": true
     368        },
     369        "url": "http://dev.w3.org/csswg/selectors-4/#the-lang-pseudo",
     370        "specification": "CSS Selectors Level 4",
     371        "description": "The selector :lang() is extended in level 4 to support a list of language range, each range can contain a wildcard. For example: p:lang(\"*-be\", \"en\")."
    342372    },
    343373    {
     
    583613        "name": "Picture element",
    584614        "status": {
    585             "status": "In Development",
     615            "status": "Done",
    586616            "enabled-by-default": false
    587617        },
Note: See TracChangeset for help on using the changeset viewer.