Title: [147767] trunk/Tools
Revision
147767
Author
[email protected]
Date
2013-04-05 11:35:04 -0700 (Fri, 05 Apr 2013)

Log Message

Remove vestiges of Chromium bits from watchlists.
https://bugs.webkit.org/show_bug.cgi?id=114047

Reviewed by Ryosuke Niwa.

* Scripts/webkitpy/common/config/watchlist: Removed vestiges.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (147766 => 147767)


--- trunk/Tools/ChangeLog	2013-04-05 18:18:49 UTC (rev 147766)
+++ trunk/Tools/ChangeLog	2013-04-05 18:35:04 UTC (rev 147767)
@@ -1,3 +1,12 @@
+2013-04-05  Dimitri Glazkov  <[email protected]>
+
+        Remove vestiges of Chromium bits from watchlists.
+        https://bugs.webkit.org/show_bug.cgi?id=114047
+
+        Reviewed by Ryosuke Niwa.
+
+        * Scripts/webkitpy/common/config/watchlist: Removed vestiges.
+
 2013-04-05  Chris Fleizach  <[email protected]>
 
         Add James Craig to the contributors list.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (147766 => 147767)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-04-05 18:18:49 UTC (rev 147766)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-04-05 18:35:04 UTC (rev 147767)
@@ -10,12 +10,6 @@
 #
 {
     "DEFINITIONS": {
-        "ChromiumGraphics": {
-            "filename": r"Source/WebCore/platform/graphics/chromium/",
-        },
-        "ChromiumTestRunner": {
-            "filename": r"Tools/DumpRenderTree/chromium/TestRunner",
-        },
         "AppleMacPublicApi": {
             "filename": r"Source/WebCore/bindings/objc/PublicDOMInterfaces.h"
         },
@@ -88,12 +82,6 @@
             "filename": r"Source/WebCore/platform/graphics/skia/"
                         r"|Source/WebCore/platform/graphics/filters/skia/",
         },
-        "V8Bindings": {
-            "filename": r"Source/WebCore/bindings/v8/",
-        },
-        "BindingsScripts": {
-            "filename": r"Source/WebCore/bindings/scripts/",
-        },
         "FrameLoader": {
             "more": r"FrameLoader\.(cpp|h)",
         },
@@ -358,7 +346,6 @@
             "filename": r"Source/WebCore/Modules/indexeddb"
                         r"|Source/WebCore/bindings/.*IDB.*\.(h|cpp)"
                         r"|Source/WebCore/bindings/.*SerializedScriptValue.*\.(h|cpp)"
-                        r"|Source/WebKit/chromium/.*IDB.*\.(h|cpp)"
                         r"|Source/WebCore/platform/leveldb"
                         r"|LayoutTests/storage/indexeddb"
                         r"|LayoutTests/platform/.*/storage/indexeddb",
@@ -380,8 +367,6 @@
         "ContentSecurityPolicyFiles|ContentSecurityPolicyUsage" : [ "[email protected]" ],
         "CoreAnimation" : [ "[email protected]" ],
         "CSS": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]"],
-        "ChromiumGraphics": [ "[email protected]", "[email protected]" ],
-        "ChromiumTestRunner": [ "[email protected]" ],
         "DOM": [ "[email protected]", "[email protected]" ],
         "DOMAttributes": [ "[email protected]", ],
         "EFL": [ "[email protected]", "[email protected]" ],
@@ -422,11 +407,10 @@
         "Selectors": [ "[email protected]" ],
         "SoupNetwork": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "StyleChecker": [ "[email protected]", ],
-        "TestFailures": [ "[email protected]", "[email protected]", "[email protected]" ],
+        "TestFailures": [ "[email protected]", "[email protected]" ],
         "TextureMapper" : [ "[email protected]", "[email protected]", "[email protected]" ],
         "ThreadingFiles|ThreadingUsage": [ "[email protected]", ],
         "TouchAdjustment" : [ "[email protected]" ],
-        "V8Bindings|BindingsScripts": [ "[email protected]", "[email protected]", "[email protected]" ],
         "WTF": [ "[email protected]", "[email protected]", "[email protected]" ],
         "WatchListScript": [ "[email protected]", ],
         "WebGL": [ "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to