From: kubo@profusion.mobi Date: Tue, 13 Dec 2011 21:50:52 +0000 (+0000) Subject: watchlist: Add watchlist for EFL, CMake and libsoup code and put myself on it. X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=74db9ee5b25050e73ade17c0e3e42ac2b9b62746 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: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@102704 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Tools/ChangeLog b/Tools/ChangeLog index f6a07e1..8574564 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,12 @@ +2011-12-13 Raphael Kubo da Costa + + 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 [Chromium] Pull in FreeType and decrease check-out complexity for Android diff --git a/Tools/Scripts/webkitpy/common/config/watchlist b/Tools/Scripts/webkitpy/common/config/watchlist index b26df7f..0354fda 100755 --- a/Tools/Scripts/webkitpy/common/config/watchlist +++ b/Tools/Scripts/webkitpy/common/config/watchlist @@ -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": [ "zoltan@webkit.org", ], "QtWebKit2PlatformSpecific": [ "zoltan@webkit.org", ], "CSS": [ "macpherson@chromium.org", ], + "EFL": [ "kubo@profusion.mobi", ], + "CMake": [ "kubo@profusion.mobi", ], + "SoupNetwork": [ "kubo@profusion.mobi", ], }, "MESSAGE_RULES": { "ChromiumPublicApi": [ "Please wait for approval from fishd@chromium.org before submitting "