Title: [102704] trunk/Tools
Revision
102704
Author
[email protected]
Date
2011-12-13 13:50:52 -0800 (Tue, 13 Dec 2011)

Log Message

watchlist: Add watchlist for EFL, CMake and libsoup code and put myself on it.
https://bugs.webkit.org/show_bug.cgi?id=74430

Reviewed by David Levin.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (102703 => 102704)


--- trunk/Tools/ChangeLog	2011-12-13 21:42:54 UTC (rev 102703)
+++ trunk/Tools/ChangeLog	2011-12-13 21:50:52 UTC (rev 102704)
@@ -1,3 +1,12 @@
+2011-12-13  Raphael Kubo da Costa  <[email protected]>
+
+        watchlist: Add watchlist for EFL, CMake and libsoup code and put myself on it.
+        https://bugs.webkit.org/show_bug.cgi?id=74430
+
+        Reviewed by David Levin.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2011-12-13  Peter Beverloo  <[email protected]>
 
         [Chromium] Pull in FreeType and decrease check-out complexity for Android

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (102703 => 102704)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2011-12-13 21:42:54 UTC (rev 102703)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2011-12-13 21:50:52 UTC (rev 102704)
@@ -109,6 +109,20 @@
         "CSS": {
             "filename": r"Source/WebCore/css/",
         },
+        "EFL": {
+            "filename": r"Source/WebKit/efl/"
+                        r"|Source/WebCore/platform/efl/"
+                        r"|Tools/EWebLauncher"
+                        r"|Tools/DumpRenderTree/efl/",
+        },
+        "CMake": {
+            "filename": r".*CMakeLists\w*\.txt"
+                        r"|.*\w+\.cmake"
+                        r"|Source/cmake/",
+        },
+        "SoupNetwork": {
+            "filename": r"Source/WebCore/platform/network/soup/",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -133,6 +147,9 @@
         "QtWebKit2PublicAPI": [ "[email protected]", ],
         "QtWebKit2PlatformSpecific": [ "[email protected]", ],
         "CSS": [ "[email protected]", ],
+        "EFL": [ "[email protected]", ],
+        "CMake": [ "[email protected]", ],
+        "SoupNetwork": [ "[email protected]", ],
     },
     "MESSAGE_RULES": {
         "ChromiumPublicApi": [ "Please wait for approval from [email protected] before submitting "
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to