Title: [254298] trunk/Source/WebCore
Revision
254298
Author
[email protected]
Date
2020-01-09 14:25:14 -0800 (Thu, 09 Jan 2020)

Log Message

Update status for Web SQL Database
https://bugs.webkit.org/show_bug.cgi?id=205304

Patch by Eamon Sisk <[email protected]> on 2020-01-09
Reviewed by Darin Adler.

The status for Web SQL Database is out of date.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (254297 => 254298)


--- trunk/Source/WebCore/ChangeLog	2020-01-09 22:19:20 UTC (rev 254297)
+++ trunk/Source/WebCore/ChangeLog	2020-01-09 22:25:14 UTC (rev 254298)
@@ -1,3 +1,14 @@
+2020-01-09  Eamon Sisk  <[email protected]>
+
+        Update status for Web SQL Database
+        https://bugs.webkit.org/show_bug.cgi?id=205304
+
+        Reviewed by Darin Adler.
+
+        The status for Web SQL Database is out of date.
+
+        * features.json:
+
 2020-01-09  Wenson Hsieh  <[email protected]>
 
         Implement encoders and decoders for more font-related entities

Modified: trunk/Source/WebCore/features.json (254297 => 254298)


--- trunk/Source/WebCore/features.json	2020-01-09 22:19:20 UTC (rev 254297)
+++ trunk/Source/WebCore/features.json	2020-01-09 22:25:14 UTC (rev 254298)
@@ -723,7 +723,7 @@
     {
         "name": "Web SQL Database",
         "status": {
-            "status": "Removed In Preview"
+            "status": "Removed"
         },
         "url": "https://dev.w3.org/html5/webdatabase/",
         "keywords": ["websql", "web sql", "db", "storage", "database"],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to