Modified: trunk/Tools/ChangeLog (108878 => 108879)
--- trunk/Tools/ChangeLog 2012-02-25 02:01:52 UTC (rev 108878)
+++ trunk/Tools/ChangeLog 2012-02-25 02:19:21 UTC (rev 108879)
@@ -1,3 +1,11 @@
+2012-02-24 Darin Fisher <[email protected]>
+
+ Add watchlist for ChromiumPlatformApi matching Source/Platform/chromium/public/
+
+ Reviewed by James Robinson.
+
+ * Scripts/webkitpy/common/config/watchlist:
+
2012-02-24 Dirk Pranke <[email protected]>
webkitpy: changelog_unittest test_fuzzy_reviewer_match is slow
Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (108878 => 108879)
--- trunk/Tools/Scripts/webkitpy/common/config/watchlist 2012-02-25 02:01:52 UTC (rev 108878)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist 2012-02-25 02:19:21 UTC (rev 108879)
@@ -20,8 +20,10 @@
},
"ChromiumPublicApi": {
"filename": r"Source/WebKit/chromium/public/"
- r"Source/Platform/chromium/public/"
},
+ "ChromiumPlatformApi": {
+ "filename": r"Source/Platform/chromium/public/"
+ },
"AppleMacPublicApi": {
"filename": r"Source/WebCore/bindings/objc/PublicDOMInterfaces.h"
},
@@ -144,7 +146,8 @@
# two different accounts as far as bugzilla is concerned.
"ChromiumDumpRenderTree": [ "[email protected]", ],
"ChromiumGraphics": [ "[email protected]", "[email protected]" ],
- "ChromiumPublicApi": [ "[email protected]", "[email protected]" ],
+ "ChromiumPublicApi": [ "[email protected]", "[email protected]" ],
+ "ChromiumPlatformApi": [ "[email protected]", "[email protected]", "[email protected]" ],
"AppleMacPublicApi": [ "[email protected]" ],
"Forms": [ "[email protected]", ],
"GStreamerGraphics": [ "[email protected]", "[email protected]", "[email protected]" ],
@@ -171,6 +174,8 @@
"MESSAGE_RULES": {
"ChromiumPublicApi": [ "Please wait for approval from [email protected] before submitting "
"because this patch contains changes to the Chromium public API.", ],
+ "ChromiumPlatformApi": [ "Please wait for approval from [email protected], [email protected] or [email protected] before submitting "
+ "because this patch contains changes to the Chromium platform API.", ],
"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 "