Title: [134394] trunk/Tools
- Revision
- 134394
- Author
- [email protected]
- Date
- 2012-11-13 03:31:25 -0800 (Tue, 13 Nov 2012)
Log Message
Add the TestRunner public API to the ChromiumPublicApi watchlist, and introduce an entry for ChromiumTestRunner
https://bugs.webkit.org/show_bug.cgi?id=101957
Reviewed by Adam Barth.
Chromium now also depends on the TestRunner public API, and as such, similar rules as for the Chromium WebKit API should apply.
* Scripts/webkitpy/common/config/watchlist:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (134393 => 134394)
--- trunk/Tools/ChangeLog 2012-11-13 11:21:33 UTC (rev 134393)
+++ trunk/Tools/ChangeLog 2012-11-13 11:31:25 UTC (rev 134394)
@@ -1,3 +1,14 @@
+2012-11-12 Jochen Eisinger <[email protected]>
+
+ Add the TestRunner public API to the ChromiumPublicApi watchlist, and introduce an entry for ChromiumTestRunner
+ https://bugs.webkit.org/show_bug.cgi?id=101957
+
+ Reviewed by Adam Barth.
+
+ Chromium now also depends on the TestRunner public API, and as such, similar rules as for the Chromium WebKit API should apply.
+
+ * Scripts/webkitpy/common/config/watchlist:
+
2012-11-13 Jochen Eisinger <[email protected]>
[chromium] move tracking of damaged regions from WebViewHost to WebTestProxy
Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (134393 => 134394)
--- trunk/Tools/Scripts/webkitpy/common/config/watchlist 2012-11-13 11:21:33 UTC (rev 134393)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist 2012-11-13 11:31:25 UTC (rev 134394)
@@ -17,8 +17,12 @@
},
"ChromiumPublicApi": {
"filename": r"Source/WebKit/chromium/public/"
- r"|Source/Platform/chromium/public/",
+ r"|Source/Platform/chromium/public/"
+ r"|Tools/DumpRenderTree/chromium/TestRunner/public",
},
+ "ChromiumTestRunner": {
+ "filename": r"Tools/DumpRenderTree/chromium/TestRunner",
+ },
"AppleMacPublicApi": {
"filename": r"Source/WebCore/bindings/objc/PublicDOMInterfaces.h"
},
@@ -295,6 +299,7 @@
"CSS": [ "[email protected]", "[email protected]", "[email protected]"],
"ChromiumGraphics": [ "[email protected]", "[email protected]" ],
"ChromiumPublicApi": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
+ "ChromiumTestRunner": [ "[email protected]" ],
"DOMAttributes": [ "[email protected]", ],
"EFL": [ "[email protected]", "[email protected]" ],
"EFLWebKit2PlatformSpecific": [ "[email protected]", "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes