Title: [202869] trunk/Source/WebCore
Revision
202869
Author
[email protected]
Date
2016-07-06 12:17:25 -0700 (Wed, 06 Jul 2016)

Log Message

Update IndexedDB's status on the feature page (How had we not done this already?)

Rubberstamped by Sam Weinig.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (202868 => 202869)


--- trunk/Source/WebCore/ChangeLog	2016-07-06 19:04:50 UTC (rev 202868)
+++ trunk/Source/WebCore/ChangeLog	2016-07-06 19:17:25 UTC (rev 202869)
@@ -1,3 +1,11 @@
+2016-07-06  Brady Eidson  <[email protected]>
+
+        Update IndexedDB's status on the feature page (How had we not done this already?)
+
+        Rubberstamped by Sam Weinig.
+
+        * features.json:
+
 2016-07-06  Antoine Quint  <[email protected]>
 
         <img> with a wide gamut PDF does not display using a wide gamut color space

Modified: trunk/Source/WebCore/features.json (202868 => 202869)


--- trunk/Source/WebCore/features.json	2016-07-06 19:04:50 UTC (rev 202868)
+++ trunk/Source/WebCore/features.json	2016-07-06 19:17:25 UTC (rev 202869)
@@ -183,15 +183,16 @@
     {
         "name": "IndexedDB",
         "status": {
-            "status": "In Development"
+            "status": "Done"
         },
         "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.",
+        "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.",
         "contact": {
-            "name": "Jon Davis",
-            "twitter": "@jonathandavis",
-            "email": "[email protected]"
+            "name": "Brady Eidson",
+            "twitter": "@bradeeoh",
+            "email": "[email protected]"
         }
     },
     {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to