+2011-12-13 Raphael Kubo da Costa <kubo@profusion.mobi>
+
+ 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 <peter@chromium.org>
[Chromium] Pull in FreeType and decrease check-out complexity for Android
"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.
"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 "