Title: [189051] trunk/Source/WebCore
Revision
189051
Author
[email protected]
Date
2015-08-27 14:23:49 -0700 (Thu, 27 Aug 2015)

Log Message

Add IndexedDB to the feature status page.
https://bugs.webkit.org/show_bug.cgi?id=148094

Reviewed by Timothy Hatcher.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (189050 => 189051)


--- trunk/Source/WebCore/ChangeLog	2015-08-27 21:13:39 UTC (rev 189050)
+++ trunk/Source/WebCore/ChangeLog	2015-08-27 21:23:49 UTC (rev 189051)
@@ -1,3 +1,12 @@
+2015-08-27  Jon Davis  <[email protected]>
+
+        Add IndexedDB to the feature status page.
+        https://bugs.webkit.org/show_bug.cgi?id=148094
+
+        Reviewed by Timothy Hatcher.
+
+        * features.json:
+
 2015-08-27  Anders Carlsson  <[email protected]>
 
         REGRESSION (r188987): imported/mozilla/svg/filters/feConvolveMatrix-1.svg fails

Modified: trunk/Source/WebCore/features.json (189050 => 189051)


--- trunk/Source/WebCore/features.json	2015-08-27 21:13:39 UTC (rev 189050)
+++ trunk/Source/WebCore/features.json	2015-08-27 21:23:49 UTC (rev 189051)
@@ -102,6 +102,20 @@
         "category": "html"
     },
     {
+        "name": "IndexedDB",
+        "status": {
+            "status": "Partial Support"
+        },
+        "url": "http://www.w3.org/TR/IndexedDB/",
+        "keywords": ["indexeddb", "index db"],
+        "description": "A standard interface to a browser database of records for simple values and objects.",
+        "contact": {
+            "name": "Jon Davis",
+            "twitter": "@jonathandavis",
+            "email": "[email protected]"
+        }
+    },
+    {
         "name": "Service Workers",
         "status": {
             "status": "No active development"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to