Title: [213237] trunk/Tools
Revision
213237
Author
[email protected]
Date
2017-03-01 12:03:18 -0800 (Wed, 01 Mar 2017)

Log Message

Add a way to watch the CSSProperties.json file, and add me and Dan Bates to watch it.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (213236 => 213237)


--- trunk/Tools/ChangeLog	2017-03-01 19:47:21 UTC (rev 213236)
+++ trunk/Tools/ChangeLog	2017-03-01 20:03:18 UTC (rev 213237)
@@ -1,3 +1,9 @@
+2017-03-01  Simon Fraser  <[email protected]>
+
+        Add a way to watch the CSSProperties.json file, and add me and Dan Bates to watch it.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2017-03-01  Jonathan Bedard  <[email protected]>
 
         webkitpy: Move some device management from iOSSimulatorPort to iOSPort class

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (213236 => 213237)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-03-01 19:47:21 UTC (rev 213236)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-03-01 20:03:18 UTC (rev 213237)
@@ -87,6 +87,9 @@
         "CSS": {
             "filename": r"Source/WebCore/css/",
         },
+        "CSSJSON": {
+            "filename": r"Source/WebCore/css/CSSProperties.json",
+        },
         "DOM": {
             "filename": r"Source/WebCore/dom/",
         },
@@ -365,6 +368,7 @@
         "ContentSecurityPolicyFiles|ContentSecurityPolicyUsage" : [ "[email protected]", "[email protected]" ],
         "CoreAnimation" : [ "[email protected]" ],
         "CSS": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
+        "CSSJSON": [ "[email protected]", "[email protected]" ],
         "CSSGridLayout": [ "[email protected]", "[email protected]", "[email protected]" ],
         "cURLNetwork": [ "[email protected]" ],
         "DOM": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to