Title: [183541] trunk/Tools
Revision
183541
Author
[email protected]
Date
2015-04-29 05:05:58 -0700 (Wed, 29 Apr 2015)

Log Message

Unreviewed. Created a new watchlist for changes in WebInspectorUI images and added myself to it.

Patch by Andres Gomez <[email protected]> on 2015-04-29

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (183540 => 183541)


--- trunk/Tools/ChangeLog	2015-04-29 11:14:51 UTC (rev 183540)
+++ trunk/Tools/ChangeLog	2015-04-29 12:05:58 UTC (rev 183541)
@@ -1,3 +1,9 @@
+2015-04-29  Andres Gomez  <[email protected]>
+
+        Unreviewed. Created a new watchlist for changes in WebInspectorUI images and added myself to it.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2015-04-29  Hunseop Jeong  <[email protected]>
 
         [EFL] Allow to run the tests on the native X display

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (183540 => 183541)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2015-04-29 11:14:51 UTC (rev 183540)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2015-04-29 12:05:58 UTC (rev 183541)
@@ -205,6 +205,9 @@
                         r"|Tools/Scripts/generate-inspector-protocol-bindings.py"
                         r"|Tools/Scripts/webkitpy/inspector",
         },
+        "WebInspectorUIImages": {
+            "filename": r"Source/WebInspectorUI/UserInterface/Images",
+        },
         "WebReplayGenerator": {
             "filename": r"Source/_javascript_Core/replay/scripts"
                         r"|Tools/Scripts/webkitpy/replay",
@@ -381,6 +384,7 @@
         "WebIDL": [ "[email protected]", "[email protected]", "[email protected]" ],
         "WebInspectorAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
         "WebInspectorGenerator": [ "[email protected]", "[email protected]" ],
+        "WebInspectorUIImages": [ "[email protected]" ],
         "WebReplayGenerator": [ "[email protected]" ],
         "WebKitGTKTranslations": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "WebSocket": [ "[email protected]", "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to