Changeset 188661 in webkit


Ignore:
Timestamp:
Aug 19, 2015 4:43:54 PM (9 years ago)
Author:
Simon Fraser
Message:

Add CSS will-change to the feature list
https://bugs.webkit.org/show_bug.cgi?id=148199

Reviewed by Dean Jackson.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r188660 r188661  
     12015-08-19  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Add CSS will-change to the feature list
     4        https://bugs.webkit.org/show_bug.cgi?id=148199
     5
     6        Reviewed by Dean Jackson.
     7
     8        * features.json:
     9
    1102015-08-19  Eric Carlson  <eric.carlson@apple.com>
    211
  • trunk/Source/WebCore/features.json

    r187469 r188661  
    6868        "url": "http://www.w3.org/TR/css-shapes-1/",
    6969        "keywords": ["css shapes", "shapes"],
     70        "category": "css"
     71    },
     72    {
     73        "name": "CSS Will Change",
     74        "status": {
     75            "status": "Done",
     76            "enabled-by-default": true
     77        },
     78        "url": "https://drafts.csswg.org/css-will-change/",
     79        "keywords": ["css willchange", "css will-change"],
    7080        "category": "css"
    7181    },
Note: See TracChangeset for help on using the changeset viewer.