Title: [278693] trunk/Tools
Revision
278693
Author
[email protected]
Date
2021-06-09 21:59:13 -0700 (Wed, 09 Jun 2021)

Log Message

Add email address for Igalia's WebKit layout team to contributors.json
https://bugs.webkit.org/show_bug.cgi?id=226829

Reviewed by Simon Fraser.

* Scripts/webkitpy/common/config/contributors.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (278692 => 278693)


--- trunk/Tools/ChangeLog	2021-06-10 04:52:56 UTC (rev 278692)
+++ trunk/Tools/ChangeLog	2021-06-10 04:59:13 UTC (rev 278693)
@@ -1,3 +1,12 @@
+2021-06-09  Sergio Villar Senin  <[email protected]>
+
+        Add email address for Igalia's WebKit layout team to contributors.json
+        https://bugs.webkit.org/show_bug.cgi?id=226829
+
+        Reviewed by Simon Fraser.
+
+        * Scripts/webkitpy/common/config/contributors.json:
+
 2021-06-09  Chris Gambrell  <[email protected]>
 
         Add personal email to Tools/Scripts/webkitpy/common/config/contributors.json

Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (278692 => 278693)


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2021-06-10 04:52:56 UTC (rev 278692)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2021-06-10 04:59:13 UTC (rev 278693)
@@ -2552,6 +2552,12 @@
          "vollick"
       ]
    },
+   "Igalia Layout Team" : {
+      "emails" : [
+         "[email protected]"
+      ],
+      "expertise" : "Flexbox, CSS Grid Layout, CSS Scroll Snap, CSS Containment"
+   },
    "Igor Trindade Oliveira" : {
       "emails" : [
          "[email protected]",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to