Title: [237418] trunk
Revision
237418
Author
j...@apple.com
Date
2018-10-25 10:09:23 -0700 (Thu, 25 Oct 2018)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (237417 => 237418)


--- trunk/Source/WebCore/ChangeLog	2018-10-25 17:06:53 UTC (rev 237417)
+++ trunk/Source/WebCore/ChangeLog	2018-10-25 17:09:23 UTC (rev 237418)
@@ -1,3 +1,12 @@
+2018-10-25  Jon Davis  <j...@apple.com>
+
+        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.
+
 2018-10-25  Chris Dumez  <cdu...@apple.com>
 
         REGRESSION (236779) scandinaviandesigns.com product pages auto redirect to product image

Modified: trunk/Source/WebCore/features.json (237417 => 237418)


--- trunk/Source/WebCore/features.json	2018-10-25 17:06:53 UTC (rev 237417)
+++ trunk/Source/WebCore/features.json	2018-10-25 17:09:23 UTC (rev 237418)
@@ -134,7 +134,7 @@
     {
         "name": "CSS Painting API Level 1",
         "status": {
-            "status": "Under Development"
+            "status": "In Development"
         },
         "url": "https://drafts.css-houdini.org/css-paint-api-1/",
         "keywords": ["css", "houdini", "worklet"],
@@ -150,7 +150,7 @@
     {
         "name": "CSS Properties and Values API Level 1",
         "status": {
-            "status": "Under Development"
+            "status": "In Development"
         },
         "url": "https://drafts.css-houdini.org/css-properties-values-api/",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=189692",

Modified: trunk/Websites/webkit.org/ChangeLog (237417 => 237418)


--- trunk/Websites/webkit.org/ChangeLog	2018-10-25 17:06:53 UTC (rev 237417)
+++ trunk/Websites/webkit.org/ChangeLog	2018-10-25 17:09:23 UTC (rev 237418)
@@ -1,3 +1,12 @@
+2018-10-25  Jon Davis  <j...@apple.com>
+
+        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:
+
 2018-10-12  Devin Rousso  <drou...@apple.com>
 
         Add a demo for WebInspector scanvas debugging.
@@ -50,7 +59,7 @@
         "using namespace" statements should be inside namespace definitions for
         unified source builds.
 
-        * code-style.md(#using-position): 
+        * code-style.md(#using-position):
 
 2018-08-31  Dean Jackson  <d...@apple.com>
 

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/status.php (237417 => 237418)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/status.php	2018-10-25 17:06:53 UTC (rev 237417)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/status.php	2018-10-25 17:09:23 UTC (rev 237418)
@@ -479,6 +479,7 @@
         'supported in preview',
         'partially supported',
         'supported',
+        'deprecated',
         'removed',
         'not considering'
     ];
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to