Changeset 237418 in webkit


Ignore:
Timestamp:
Oct 25, 2018 10:09:23 AM (5 years ago)
Author:
Jon Davis
Message:

Source/WebCore:
Changed "Under Development" status to use "In Development" instead
https://bugs.webkit.org/show_bug.cgi?id=187615

Reviewed by Joseph Pecoraro.

  • features.json: Updated CSS Painting API Level 1 and CSS Properties and Values API Level 1.

Websites/webkit.org:
Added support for "deprecated" feature status
https://bugs.webkit.org/show_bug.cgi?id=187615

Reviewed by Joseph Pecoraro.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r237413 r237418  
     12018-10-25  Jon Davis  <jond@apple.com>
     2
     3        Changed "Under Development" status to use "In Development" instead
     4        https://bugs.webkit.org/show_bug.cgi?id=187615
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        * features.json: Updated CSS Painting API Level 1 and CSS Properties and Values API Level 1.
     9
    1102018-10-25  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebCore/features.json

    r237192 r237418  
    135135        "name": "CSS Painting API Level 1",
    136136        "status": {
    137             "status": "Under Development"
     137            "status": "In Development"
    138138        },
    139139        "url": "https://drafts.css-houdini.org/css-paint-api-1/",
     
    151151        "name": "CSS Properties and Values API Level 1",
    152152        "status": {
    153             "status": "Under Development"
     153            "status": "In Development"
    154154        },
    155155        "url": "https://drafts.css-houdini.org/css-properties-values-api/",
  • trunk/Websites/webkit.org/ChangeLog

    r237091 r237418  
     12018-10-25  Jon Davis  <jond@apple.com>
     2
     3        Added support for "deprecated" feature status
     4        https://bugs.webkit.org/show_bug.cgi?id=187615
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        * wp-content/themes/webkit/status.php:
     9
    1102018-10-12  Devin Rousso  <drousso@apple.com>
    211
     
    5160        unified source builds.
    5261
    53         * code-style.md(#using-position): 
     62        * code-style.md(#using-position):
    5463
    55642018-08-31  Dean Jackson  <dino@apple.com>
  • trunk/Websites/webkit.org/wp-content/themes/webkit/status.php

    r232851 r237418  
    480480        'partially supported',
    481481        'supported',
     482        'deprecated',
    482483        'removed',
    483484        'not considering'
Note: See TracChangeset for help on using the changeset viewer.