Title: [98098] trunk/Tools
- Revision
- 98098
- Author
- [email protected]
- Date
- 2011-10-21 06:47:58 -0700 (Fri, 21 Oct 2011)
Log Message
watchlist: Add a new entry for WebKit2 GTK+ public API
https://bugs.webkit.org/show_bug.cgi?id=70601
Reviewed by Philippe Normand.
Subscribe myself to WebKit2 GTK+ API patches. Also add a message
for patches that might include new API that points to the WebKit2
GTK+ API guidelines.
* Scripts/webkitpy/common/config/watchlist:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (98097 => 98098)
--- trunk/Tools/ChangeLog 2011-10-21 13:36:22 UTC (rev 98097)
+++ trunk/Tools/ChangeLog 2011-10-21 13:47:58 UTC (rev 98098)
@@ -1,3 +1,16 @@
+2011-10-21 Carlos Garcia Campos <[email protected]>
+
+ watchlist: Add a new entry for WebKit2 GTK+ public API
+ https://bugs.webkit.org/show_bug.cgi?id=70601
+
+ Reviewed by Philippe Normand.
+
+ Subscribe myself to WebKit2 GTK+ API patches. Also add a message
+ for patches that might include new API that points to the WebKit2
+ GTK+ API guidelines.
+
+ * Scripts/webkitpy/common/config/watchlist:
+
2011-10-21 Simon Hausmann <[email protected]>
Remove QtScript source code from WebKit.
Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (98097 => 98098)
--- trunk/Tools/Scripts/webkitpy/common/config/watchlist 2011-10-21 13:36:22 UTC (rev 98097)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist 2011-10-21 13:47:58 UTC (rev 98098)
@@ -78,6 +78,9 @@
"StyleChecker": {
"filename": r"Tools/Scripts/webkitpy/style/",
},
+ "GtkWebKit2PublicAPI": {
+ "filename": r"Source/WebKit2/UIProcess/API/gtk/",
+ },
},
"CC_RULES": {
# Note: All email addresses listed must be registered with bugzilla.
@@ -98,9 +101,13 @@
"SecurityCritical": [ "[email protected]" ],
"webkitpy": [ "[email protected]", "[email protected]" ],
"TestFailures": [ "[email protected]", "[email protected]" ],
+ "GtkWebKit2PublicAPI": [ "[email protected]", ],
},
"MESSAGE_RULES": {
"ChromiumPublicApi": [ "Please wait for approval from [email protected] before submitting "
"because this patch contains changes to the Chromium public API.", ],
+ "GtkWebKit2PublicAPI": [ "Thanks for the patch. If this patch contains new public API "
+ "please make sure it follows the guidelines for new WebKit2 GTK+ API. "
+ "See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API", ],
},
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes