Modified: trunk/Source/WebCore/ChangeLog (208321 => 208322)
--- trunk/Source/WebCore/ChangeLog 2016-11-03 03:25:28 UTC (rev 208321)
+++ trunk/Source/WebCore/ChangeLog 2016-11-03 04:06:33 UTC (rev 208322)
@@ -1,3 +1,9 @@
+2016-11-02 Brady Eidson <[email protected]>
+
+ Expand upon IndexedDB status in features.json.
+
+ * features.json:
+
2016-11-02 Myles C. Maxfield <[email protected]>
CSS.supports("font-variation-settings", "'wght' 500") erroneously returns false
Modified: trunk/Source/WebCore/features.json (208321 => 208322)
--- trunk/Source/WebCore/features.json 2016-11-03 03:25:28 UTC (rev 208321)
+++ trunk/Source/WebCore/features.json 2016-11-03 04:06:33 UTC (rev 208322)
@@ -230,7 +230,7 @@
"category": "html"
},
{
- "name": "IndexedDB",
+ "name": "Indexed Database",
"status": {
"status": "Done"
},
@@ -237,7 +237,7 @@
"url": "http://www.w3.org/TR/IndexedDB/",
"webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=149117",
"keywords": ["indexeddb", "index db", "indexed db", "indexed database", "idb"],
- "description": "A standard interface to a browser database of records for simple values and objects. IndexedDB currently matches the W3C recommended spec (version 1). We are participating in development of version 2 of the spec and plan to implement new features as they stabilize.",
+ "description": "A standard interface to a database of records for simple values and objects. WebKit supports the full W3C recommended standard.",
"contact": {
"name": "Brady Eidson",
"twitter": "@bradeeoh",
@@ -245,6 +245,21 @@
}
},
{
+ "name": "Indexed Database 2.0",
+ "status": {
+ "status": "In Development"
+ },
+ "url": "http://w3c.github.io/IndexedDB/",
+ "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=160306",
+ "keywords": ["indexeddb", "index db", "indexed db", "indexed database", "idb"],
+ "description": "Version 2.0 of the Indexed Database API. We are participating in development of the standard and are implementing new features as they stabilize.",
+ "contact": {
+ "name": "Brady Eidson",
+ "twitter": "@bradeeoh",
+ "email": "[email protected]"
+ }
+ },
+ {
"name": "Intersection Observer",
"status": {
"status": "In Development"