Title: [99314] trunk/Tools
- Revision
- 99314
- Author
- [email protected]
- Date
- 2011-11-04 13:48:52 -0700 (Fri, 04 Nov 2011)
Log Message
watchlist for WebIDL shouldn't trigger on Internals.idl
https://bugs.webkit.org/show_bug.cgi?id=70657
Reviewed by David Levin.
Internals.idl isn't part of the Web-facing IDL in the project.
* Scripts/webkitpy/common/config/watchlist:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (99313 => 99314)
--- trunk/Tools/ChangeLog 2011-11-04 20:43:14 UTC (rev 99313)
+++ trunk/Tools/ChangeLog 2011-11-04 20:48:52 UTC (rev 99314)
@@ -1,3 +1,14 @@
+2011-11-04 Adam Barth <[email protected]>
+
+ watchlist for WebIDL shouldn't trigger on Internals.idl
+ https://bugs.webkit.org/show_bug.cgi?id=70657
+
+ Reviewed by David Levin.
+
+ Internals.idl isn't part of the Web-facing IDL in the project.
+
+ * Scripts/webkitpy/common/config/watchlist:
+
2011-11-04 Anders Carlsson <[email protected]>
Fix WKTR crash when running NPN_ConvertPoint test.
Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (99313 => 99314)
--- trunk/Tools/Scripts/webkitpy/common/config/watchlist 2011-11-04 20:43:14 UTC (rev 99313)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist 2011-11-04 20:48:52 UTC (rev 99314)
@@ -32,7 +32,7 @@
"filename": r"Source/WebCore/platform/graphics/gstreamer/",
},
"WebIDL": {
- "filename": r"Source/WebCore/(?!inspector).*\.idl"
+ "filename": r"Source/WebCore/(?!inspector)(?!testing).*\.idl"
},
"ThreadingFiles": {
"filename": r"Source/_javascript_Core/wtf/ThreadSpecific\."
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes