Title: [147711] trunk/Tools
Revision
147711
Author
[email protected]
Date
2013-04-04 23:20:59 -0700 (Thu, 04 Apr 2013)

Log Message

Remove ChromiumPublicApi pattern, and cc/message rules for it.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (147710 => 147711)


--- trunk/Tools/ChangeLog	2013-04-05 06:05:11 UTC (rev 147710)
+++ trunk/Tools/ChangeLog	2013-04-05 06:20:59 UTC (rev 147711)
@@ -1,3 +1,9 @@
+2013-04-04  Kent Tamura  <[email protected]>
+
+        Remove ChromiumPublicApi pattern, and cc/message rules for it.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2013-04-04  Benjamin Poulain  <[email protected]>
 
         Temporarily disable the Python unittests broken by the commit queue not running layout tests

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (147710 => 147711)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-04-05 06:05:11 UTC (rev 147710)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-04-05 06:20:59 UTC (rev 147711)
@@ -13,11 +13,6 @@
         "ChromiumGraphics": {
             "filename": r"Source/WebCore/platform/graphics/chromium/",
         },
-        "ChromiumPublicApi": {
-            "filename": r"Source/WebKit/chromium/public/"
-                        r"|Source/Platform/chromium/public/"
-                        r"|Tools/DumpRenderTree/chromium/TestRunner/public",
-        },
         "ChromiumTestRunner": {
             "filename": r"Tools/DumpRenderTree/chromium/TestRunner",
         },
@@ -386,7 +381,6 @@
         "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]" ],
         "ChromiumTestRunner": [ "[email protected]" ],
         "DOM": [ "[email protected]", "[email protected]" ],
         "DOMAttributes": [ "[email protected]", ],
@@ -445,10 +439,6 @@
         "webkitpy": [ "[email protected]", "[email protected]", "[email protected]" ],
     },
     "MESSAGE_RULES": {
-        "ChromiumPublicApi": [ "Please wait for approval from [email protected], [email protected], "
-                               "[email protected], [email protected] or [email protected] before "
-                               "submitting, as this patch contains changes to the Chromium public API. "
-                               "See also https://trac.webkit.org/wiki/ChromiumWebKitAPI." ],
         "AppleMacPublicApi": [ "Please wait for approval from [email protected] (or another member "
                                "of the Apple Safari Team) before submitting "
                                "because this patch contains changes to the Apple Mac "
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to