Title: [163468] trunk/Tools
Revision
163468
Author
[email protected]
Date
2014-02-05 13:04:16 -0800 (Wed, 05 Feb 2014)

Log Message

Create CSS Grid Layout watchlist
https://bugs.webkit.org/show_bug.cgi?id=128241

Reviewed by Andreas Kling.

Add Sergio Villar, Javier Fernandez and myself to it.

Add Javier Fernandez as contributor.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (163467 => 163468)


--- trunk/Tools/ChangeLog	2014-02-05 20:57:07 UTC (rev 163467)
+++ trunk/Tools/ChangeLog	2014-02-05 21:04:16 UTC (rev 163468)
@@ -1,3 +1,17 @@
+2014-02-05  Manuel Rego Casasnovas  <[email protected]>
+
+        Create CSS Grid Layout watchlist
+        https://bugs.webkit.org/show_bug.cgi?id=128241
+
+        Reviewed by Andreas Kling.
+
+        Add Sergio Villar, Javier Fernandez and myself to it.
+
+        Add Javier Fernandez as contributor.
+
+        * Scripts/webkitpy/common/config/contributors.json:
+        * Scripts/webkitpy/common/config/watchlist:
+
 2014-02-05  Alexey Proskuryakov  <[email protected]>
 
         Copying failing test paths from build.webkit.org/dashboard popovers also copies non-selectable links

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


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2014-02-05 20:57:07 UTC (rev 163467)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2014-02-05 21:04:16 UTC (rev 163468)
@@ -2898,6 +2898,14 @@
             "jcraig"
          ]
       },
+      "Javier Fernandez" : {
+         "emails" : [
+            "[email protected]"
+         ],
+         "nicks" : [
+            "lajava"
+         ]
+      },
       "Jeff Timanus" : {
          "emails" : [
             "[email protected]",

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (163467 => 163468)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2014-02-05 20:57:07 UTC (rev 163467)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2014-02-05 21:04:16 UTC (rev 163468)
@@ -282,6 +282,14 @@
         "ANGLE": {
             "filename": r"Source/ThirdParty/ANGLE",
         },
+        "CSSGridLayout": {
+            "filename": r"Source/WebCore/rendering/.*Grid.*"
+                        r"|Source/WebCore/css/.*Grid.*"
+                        r"|LayoutTests/fast/css-grid-layout/"
+                        r"|LayoutTests/ietestcenter/css3/grid/"
+                        r"|LayoutTests/platform/.*/fast/css-grid-layout/"
+                        r"|LayoutTests/platform/.*/ietestcenter/css3/grid/",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -299,6 +307,7 @@
         "ContentSecurityPolicyFiles|ContentSecurityPolicyUsage" : [ "[email protected]" ],
         "CoreAnimation" : [ "[email protected]" ],
         "CSS": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
+        "CSSGridLayout": [ "[email protected]", "[email protected]", "[email protected]" ],
         "cURLNetwork": [ "[email protected]" ],
         "DOM": [ "[email protected]", "[email protected]" ],
         "DOMAttributes": [ "[email protected]", ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to