Title: [96556] trunk/Tools
Revision
96556
Author
[email protected]
Date
2011-10-03 16:22:54 -0700 (Mon, 03 Oct 2011)

Log Message

Add myself to the watchlist for platform/graphics/chromium
https://bugs.webkit.org/show_bug.cgi?id=69297

Patch by James Robinson <[email protected]> on 2011-10-03
Reviewed by David Levin.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (96555 => 96556)


--- trunk/Tools/ChangeLog	2011-10-03 23:11:29 UTC (rev 96555)
+++ trunk/Tools/ChangeLog	2011-10-03 23:22:54 UTC (rev 96556)
@@ -1,3 +1,12 @@
+2011-10-03  James Robinson  <[email protected]>
+
+        Add myself to the watchlist for platform/graphics/chromium
+        https://bugs.webkit.org/show_bug.cgi?id=69297
+
+        Reviewed by David Levin.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2011-10-03  Anders Carlsson  <[email protected]>
 
         Remove custom scrollbar painting hooks

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (96555 => 96556)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2011-10-03 23:11:29 UTC (rev 96555)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2011-10-03 23:22:54 UTC (rev 96556)
@@ -11,6 +11,9 @@
         "ThreadingUsage": {
             "more": r"deprecatedTurnOffVerifier|crossThreadString|threadsafeCopy|ThreadSafeRefCounted|CrossThreadRefCounted",
         },
+        "ChromiumGraphics": {
+            "filename": r"Source/WebCore/platform/graphics/chromium/.*",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -18,5 +21,6 @@
         # two different accounts as far as bugzilla is concerned.
         "WatchListScript": [ "[email protected]", ],
         "ThreadingFiles|ThreadingUsage": [ "[email protected]", ],
+        "ChromiumGraphics": [ "[email protected]", ],
     },
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to