Title: [122852] trunk/Tools
Revision
122852
Author
[email protected]
Date
2012-07-17 10:32:59 -0700 (Tue, 17 Jul 2012)

Log Message

Unreviewed. Add QtGraphics, TextureMapper and OpenGL to watchlist.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (122851 => 122852)


--- trunk/Tools/ChangeLog	2012-07-17 17:29:47 UTC (rev 122851)
+++ trunk/Tools/ChangeLog	2012-07-17 17:32:59 UTC (rev 122852)
@@ -1,3 +1,9 @@
+2012-07-17  No'am Rosenthal  <[email protected]>
+
+        Unreviewed. Add QtGraphics, TextureMapper and OpenGL to watchlist.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2012-07-17  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r122828.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (122851 => 122852)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-07-17 17:29:47 UTC (rev 122851)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-07-17 17:32:59 UTC (rev 122852)
@@ -102,6 +102,17 @@
                         r"|Source/WebKit2/UIProcess/API/cpp/qt/"
                         r"|Source/WebKit2/UIProcess/API/C/qt/",
         },
+        "QtGraphics": {
+            "filename": r"Source/WebCore/platform/graphics/qt/"
+                        r"|Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/"
+                        r"|Source/WebKit2/UIProcess/WebLayerTreeRenderer(?!\.(h|cpp))",
+        },
+        "TextureMapper": {
+            "filename": r"Source/WebCore/platform/graphics/texmap/",
+        },
+        "OpenGL": {
+            "filename": r"Source/WebCore/platform/graphics/opengl/",
+        },
         "QtWebKit2PlatformSpecific": {
             "filename": r"Source/WebKit2/.*\.(pri|pro)"
                         r"|Source/WebKit2/Platform/qt/"
@@ -229,7 +240,9 @@
         "MathML": [ "[email protected]" ],
         "Media": [ "[email protected]", "[email protected]" ],
         "NetworkInfo": [ "[email protected]" ],
+        "OpenGL" : [ "[email protected]" ],
         "QtBuildSystem" : [ "[email protected]", ],
+        "QtGraphics" : [ "[email protected]" ],
         "QtWebKit2PlatformSpecific": [ "[email protected]", "[email protected]", "[email protected]" ],
         "QtWebKit2PublicAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
         "Rendering": [ "[email protected]" ],
@@ -238,6 +251,7 @@
         "SoupNetwork": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "StyleChecker": [ "[email protected]", ],
         "TestFailures": [ "[email protected]", "[email protected]" ],
+        "TextureMapper" : [ "[email protected]" ],
         "ThreadingFiles|ThreadingUsage": [ "[email protected]", ],
         "V8Bindings|BindingsScripts": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "WatchListScript": [ "[email protected]", ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to