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 "