Title: [134412] trunk/Tools
Revision
134412
Author
zeno.albis...@digia.com
Date
2012-11-13 07:11:40 -0800 (Tue, 13 Nov 2012)

Log Message

Unreviewed: Adding watchlist definition for CoordinatedGraphics.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (134411 => 134412)


--- trunk/Tools/ChangeLog	2012-11-13 15:04:41 UTC (rev 134411)
+++ trunk/Tools/ChangeLog	2012-11-13 15:11:40 UTC (rev 134412)
@@ -1,3 +1,9 @@
+2012-11-13  Zeno Albisser  <z...@webkit.org>
+
+        Unreviewed: Adding watchlist definition for CoordinatedGraphics.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2012-11-13  Hugo Parente Lima  <hugo.l...@openbossa.org>
 
         [cmake] Do not use GLOB to add WTR IDL files to buildsystem.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (134411 => 134412)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-11-13 15:04:41 UTC (rev 134411)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-11-13 15:11:40 UTC (rev 134412)
@@ -118,9 +118,13 @@
         },
         "QtGraphics": {
             "filename": r"Source/WebCore/platform/graphics/qt/"
-                        r"|Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/"
-                        r"|Source/WebKit2/UIProcess/CoordinatedGraphics",
         },
+        "CoordinatedGraphics": {
+            "filename": r"Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/"
+                        r"|Source/WebKit2/UIProcess/CoordinatedGraphics/"
+                        r"|Source/WebKit2/Shared/CoordinatedGraphics/"
+                        r"|Source/WebCore/platform/graphics/surfaces/",
+        },
         "TextureMapper": {
             "filename": r"Source/WebCore/platform/graphics/texmap/",
         },
@@ -296,6 +300,7 @@
         "BlackBerry": [ "mifen...@rim.com", "rwlb...@gmail.com", "toniki...@webkit.org" ],
         "Cairo": [ "dominik.rottsc...@intel.com" ],
         "CMake": [ "rak...@webkit.org", "gyuyoung....@samsung.com" ],
+        "CoordinatedGraphics" : [ "noam.rosent...@nokia.com", "z...@webkit.org" ],
         "CSS": [ "ale...@webkit.org", "macpher...@chromium.org", "cmarc...@webkit.org"],
         "ChromiumGraphics": [ "jam...@chromium.org", "cc-b...@chromium.org" ],
         "ChromiumPublicApi": [ "aba...@webkit.org", "dglaz...@chromium.org", "fi...@chromium.org", "jam...@chromium.org", "tkent+wk...@chromium.org" ],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to