Modified: trunk/Tools/ChangeLog (137473 => 137474)
--- trunk/Tools/ChangeLog 2012-12-12 17:11:37 UTC (rev 137473)
+++ trunk/Tools/ChangeLog 2012-12-12 17:23:07 UTC (rev 137474)
@@ -1,3 +1,9 @@
+2012-12-12 Simon Fraser <[email protected]>
+
+ Add some entries in the watchlist, and register me for them.
+
+ * Scripts/webkitpy/common/config/watchlist:
+
2012-12-12 Ilya Tikhonovsky <[email protected]>
Web Inspector: Native Memory Instrumentation: remove fake root MemoryObjectInfo.
Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (137473 => 137474)
--- trunk/Tools/Scripts/webkitpy/common/config/watchlist 2012-12-12 17:11:37 UTC (rev 137473)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist 2012-12-12 17:23:07 UTC (rev 137474)
@@ -97,6 +97,18 @@
"Rendering": {
"filename": r"Source/WebCore/rendering/",
},
+ "RenderLayers": {
+ "filename": r"Source/WebCore/rendering/RenderLayer*",
+ },
+ "GraphicsLayer": {
+ "filename": r"Source/WebCore/platform/graphics/GraphicsLayer*",
+ },
+ "CoreAnimation": {
+ "filename": r"Source/WebCore/platform/graphics/ca/",
+ },
+ "Animation": {
+ "filename": r"Source/WebCore/page/animation/",
+ },
"StyleChecker": {
"filename": r"Tools/Scripts/webkitpy/style/",
},
@@ -303,12 +315,14 @@
# Specifically, [email protected] and [email protected] are
# two different accounts as far as bugzilla is concerned.
"Accessibility": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
+ "Animation" : [ "[email protected]", "[email protected]" ],
"AppleMacPublicApi": [ "[email protected]" ],
"Battery": [ "[email protected]" ],
"BlackBerry": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
"Cairo": [ "[email protected]" ],
"CMake": [ "[email protected]", "[email protected]" ],
"CoordinatedGraphics" : [ "[email protected]", "[email protected]" ],
+ "CoreAnimation" : [ "[email protected]" ],
"CSS": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]"],
"ChromiumGraphics": [ "[email protected]", "[email protected]" ],
"ChromiumPublicApi": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
@@ -322,6 +336,7 @@
"Filters": [ "[email protected]" ],
"Forms": [ "[email protected]", "[email protected]" ],
"FrameLoader": [ "[email protected]", "[email protected]" ],
+ "GraphicsLayer": [ "[email protected]" ],
"GStreamerGraphics": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
"GtkWebKit2PublicAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
"Harfbuzz": [ "[email protected]" ],
@@ -338,6 +353,7 @@
"QtWebKit2PlatformSpecific": [ "[email protected]", "[email protected]", "[email protected]" ],
"QtWebKit2PublicAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
"Rendering": [ "[email protected]", "[email protected]" ],
+ "RenderLayers" : [ "[email protected]" ],
"SVG": ["[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
"SVNScripts": [ "[email protected]" ],
"ScrollingCoordinator": [ "[email protected]", "[email protected]", "[email protected]" ],