Title: [199102] trunk/Source/WebCore
Revision
199102
Author
beid...@apple.com
Date
2016-04-06 09:38:41 -0700 (Wed, 06 Apr 2016)

Log Message

Update IndexedDB feature status to the much more correct "In Development"

Reviewed by Tim Hatcher.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (199101 => 199102)


--- trunk/Source/WebCore/ChangeLog	2016-04-06 15:56:06 UTC (rev 199101)
+++ trunk/Source/WebCore/ChangeLog	2016-04-06 16:38:41 UTC (rev 199102)
@@ -1,3 +1,11 @@
+2016-04-06  Brady Eidson  <beid...@apple.com>
+
+        Update IndexedDB feature status to the much more correct "In Development"
+
+        Reviewed by Tim Hatcher.
+
+        * features.json:
+
 2016-04-06  Zalan Bujtas  <za...@apple.com>
 
         ASSERTION FAILED: !floatingObject->originatingLine() in WebCore::RenderBlockFlow::linkToEndLineIfNeeded

Modified: trunk/Source/WebCore/features.json (199101 => 199102)


--- trunk/Source/WebCore/features.json	2016-04-06 15:56:06 UTC (rev 199101)
+++ trunk/Source/WebCore/features.json	2016-04-06 16:38:41 UTC (rev 199102)
@@ -177,7 +177,7 @@
     {
         "name": "IndexedDB",
         "status": {
-            "status": "Partial Support"
+            "status": "In Development"
         },
         "url": "http://www.w3.org/TR/IndexedDB/",
         "keywords": ["indexeddb", "index db"],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to