Title: [265567] trunk/Source/WebCore
Revision
265567
Author
rn...@webkit.org
Date
2020-08-12 14:57:45 -0700 (Wed, 12 Aug 2020)

Log Message

Add my new Twitter handle to the feature status page
https://bugs.webkit.org/show_bug.cgi?id=215429

Reviewed by Chris Dumez.

rniwa_dev is my new Twitter handle.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (265566 => 265567)


--- trunk/Source/WebCore/ChangeLog	2020-08-12 21:51:35 UTC (rev 265566)
+++ trunk/Source/WebCore/ChangeLog	2020-08-12 21:57:45 UTC (rev 265567)
@@ -1,3 +1,14 @@
+2020-08-12  Ryosuke Niwa  <rn...@webkit.org>
+
+        Add my new Twitter handle to the feature status page
+        https://bugs.webkit.org/show_bug.cgi?id=215429
+
+        Reviewed by Chris Dumez.
+
+        rniwa_dev is my new Twitter handle.
+
+        * features.json:
+
 2020-08-12  Stephan Szabo  <stephan.sz...@sony.com>
 
         [PlayStation] Build fix for !ENABLE(ACCESSIBILITY) after r265514

Modified: trunk/Source/WebCore/features.json (265566 => 265567)


--- trunk/Source/WebCore/features.json	2020-08-12 21:51:35 UTC (rev 265566)
+++ trunk/Source/WebCore/features.json	2020-08-12 21:57:45 UTC (rev 265567)
@@ -266,6 +266,7 @@
         "description": "Allows web components to define and expose stylable parts",
         "contact": {
             "name": "Ryosuke Niwa",
+            "twitter": "@rniwa_dev",
             "email": "rn...@webkit.org"
         }
     },
@@ -724,6 +725,7 @@
         "description": "A collection of technologies to improve modularization of DOM subtrees.",
         "contact": {
             "name": "Ryosuke Niwa",
+            "twitter": "@rniwa_dev",
             "email": "rn...@webkit.org"
         }
     },
@@ -1004,6 +1006,7 @@
         "description": "Define a custom HTML tag and associate it with an ES6 class.",
         "contact": {
             "name": "Ryosuke Niwa",
+            "twitter": "@rniwa_dev",
             "email": "rn...@webkit.org"
         }
     },
@@ -1142,6 +1145,7 @@
         "comment": "Multile browser vendors have raised concerns about how the HTML imports currently works. For example, its dependency model is not fully compatible with ES6 Modules. We are exploring other ways to package web components by integrating into ES6 Modules with other browser vendors.",
         "contact": {
             "name": "Ryosuke Niwa",
+            "twitter": "@rniwa_dev",
             "email": "rn...@webkit.org"
         }
     },
@@ -1318,6 +1322,7 @@
         "comment": "We are fixing the remainig bugs in our implementation.",
         "contact": {
             "name": "Ryosuke Niwa",
+            "twitter": "@rniwa_dev",
             "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