Modified: trunk/Tools/ChangeLog (118241 => 118242)
--- trunk/Tools/ChangeLog 2012-05-23 20:58:48 UTC (rev 118241)
+++ trunk/Tools/ChangeLog 2012-05-23 21:02:33 UTC (rev 118242)
@@ -1,3 +1,12 @@
+2012-05-23 Caio Marcelo de Oliveira Filho <[email protected]>
+
+ [watchlist] Add myself and create a watch rule to catch Attribute related patches
+ https://bugs.webkit.org/show_bug.cgi?id=87303
+
+ Reviewed by Alexis Menard.
+
+ * Scripts/webkitpy/common/config/watchlist:
+
2012-05-23 Dirk Pranke <[email protected]>
garden-o-matic should not fetch from debug bots if it also knows about the release bots
Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (118241 => 118242)
--- trunk/Tools/Scripts/webkitpy/common/config/watchlist 2012-05-23 20:58:48 UTC (rev 118241)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist 2012-05-23 21:02:33 UTC (rev 118242)
@@ -125,6 +125,11 @@
"CSS": {
"filename": r"Source/WebCore/css/",
},
+ "DOMAttributes": {
+ "filename": r"Source/WebCore/dom/.*Attr.*"
+ r"|Source/WebCore/dom/NamedNodeMap\.(cpp|h|idl)"
+ r"|Source/WebCore/dom/Element\.(cpp|h|idl)",
+ },
"EFL": {
"filename": r"Source/WebKit/efl/"
r"|Source/WebCore/platform/efl/"
@@ -157,10 +162,11 @@
# two different accounts as far as bugzilla is concerned.
"AppleMacPublicApi": [ "[email protected]" ],
"CMake": [ "[email protected]", ],
- "CSS": [ "[email protected]", "[email protected]", ],
+ "CSS": [ "[email protected]", "[email protected]", "[email protected]" ],
"ChromiumDumpRenderTree": [ "[email protected]", ],
"ChromiumGraphics": [ "[email protected]", "[email protected]" ],
"ChromiumPublicApi": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
+ "DOMAttributes": [ "[email protected]", ],
"EFL": [ "[email protected]", ],
"Forms": [ "[email protected]", ],
"FrameLoader": [ "[email protected]", "[email protected]" ],
@@ -169,8 +175,8 @@
"Loader": [ "[email protected]" ],
"Media": [ "[email protected]", "[email protected]" ],
"QtBuildSystem" : [ "[email protected]", ],
- "QtWebKit2PlatformSpecific": [ "[email protected]", "[email protected]", ],
- "QtWebKit2PublicAPI": [ "[email protected]", "[email protected]", ],
+ "QtWebKit2PlatformSpecific": [ "[email protected]", "[email protected]", "[email protected]" ],
+ "QtWebKit2PublicAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
"Rendering": [ "[email protected]" ],
"ScrollingCoordinator": [ "[email protected]", "[email protected]", "[email protected]" ],
"SecurityCritical": [ "[email protected]" ],