Title: [207510] trunk/Source/WebCore
Revision
207510
Author
rn...@webkit.org
Date
2016-10-18 17:39:53 -0700 (Tue, 18 Oct 2016)

Log Message

Update the status of shadow DOM API to "Done" with a comment saying we're still fixing bugs.

Also update my contact information since I'm no longer on Twitter.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207509 => 207510)


--- trunk/Source/WebCore/ChangeLog	2016-10-19 00:27:59 UTC (rev 207509)
+++ trunk/Source/WebCore/ChangeLog	2016-10-19 00:39:53 UTC (rev 207510)
@@ -1,3 +1,11 @@
+2016-10-18  Ryosuke Niwa  <rn...@webkit.org>
+
+        Update the status of shadow DOM API to "Done" with a comment saying we're still fixing bugs.
+
+        Also update my contact information since I'm no longer on Twitter.
+
+        * features.json:
+
 2016-10-18  Chris Dumez  <cdu...@apple.com>
 
         Provide better form validation messages

Modified: trunk/Source/WebCore/features.json (207509 => 207510)


--- trunk/Source/WebCore/features.json	2016-10-19 00:27:59 UTC (rev 207509)
+++ trunk/Source/WebCore/features.json	2016-10-19 00:39:53 UTC (rev 207510)
@@ -348,7 +348,6 @@
         "description": "A collection of technologies to improve modularization of DOM subtrees.",
         "contact": {
             "name": "Ryosuke Niwa",
-            "twitter": "@RyosukeNiwa",
             "email": "rn...@webkit.org"
         }
     },
@@ -564,7 +563,6 @@
         "description": "Define a custom HTML tag and associate it with an ES6 class.",
         "contact": {
             "name": "Ryosuke Niwa",
-            "twitter": "@RyosukeNiwa",
             "email": "rn...@webkit.org"
         }
     },
@@ -746,15 +744,16 @@
     {
         "name": "Shadow DOM",
         "status": {
-            "status": "In Development"
+            "status": "Done",
+            "enabled-by-default": true
         },
         "url": "http://w3c.github.io/webcomponents/spec/shadow/",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=148695",
         "specification": "Web Components",
         "description": "Functional encapsulation of HTML and CSS for Web Components.",
+        "comment": "We are fixing the remainig bugs in our implementation.",
         "contact": {
             "name": "Ryosuke Niwa",
-            "twitter": "@RyosukeNiwa",
             "email": "rn...@webkit.org"
         }
     },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to