Title: [124188] trunk/Tools
Revision
124188
Author
[email protected]
Date
2012-07-31 03:22:02 -0700 (Tue, 31 Jul 2012)

Log Message

Unreviewed, update watchlist

* Scripts/webkitpy/common/config/watchlist:
- Improve "Forms" filename pattern.
- tkent stops watching Chromium DRT. It was not so helpful.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (124187 => 124188)


--- trunk/Tools/ChangeLog	2012-07-31 10:20:33 UTC (rev 124187)
+++ trunk/Tools/ChangeLog	2012-07-31 10:22:02 UTC (rev 124188)
@@ -1,3 +1,11 @@
+2012-07-31  Kent Tamura  <[email protected]>
+
+        Unreviewed, update watchlist
+
+        * Scripts/webkitpy/common/config/watchlist:
+        - Improve "Forms" filename pattern.
+        - tkent stops watching Chromium DRT. It was not so helpful.
+
 2012-07-31  Martin Robinson  <[email protected]>
 
         [jhbuild] Also try to load jhbuild Python module from the source checkout

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (124187 => 124188)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-07-31 10:20:33 UTC (rev 124187)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-07-31 10:22:02 UTC (rev 124188)
@@ -12,9 +12,6 @@
 #
 {
     "DEFINITIONS": {
-        "ChromiumDumpRenderTree": {
-            "filename": r"Tools/DumpRenderTree/chromium/",
-        },
         "ChromiumGraphics": {
             "filename": r"Source/WebCore/platform/graphics/chromium/",
         },
@@ -26,13 +23,11 @@
             "filename": r"Source/WebCore/bindings/objc/PublicDOMInterfaces.h"
         },
         "Forms": {
-            "filename": r"Source/WebCore/html/HTML(DataList|FieldSet|Form|FormControl|Input|Keygen|Label"
-                        r"|Legend|OptGroup|Option|Output|Select|TextArea|TextFormControl)Element\."
-                        r"|Source/WebCore/html/FormAssociatedElement\."
+            "filename": r"Source/WebCore/html/HTML(DataList|FieldSet|Input|Keygen|Label|Legend|OptGroup|Option|Output|Select|TextArea)Element\."
+                        r"|Source/WebCore/html/.*Form[A-Z].*\."
                         r"|Source/WebCore/html/\w*InputType\."
                         r"|Source/WebCore/html/shadow/(SliderThumbElement|TextControlInnerElements)\."
-                        r"|Source/WebCore/rendering/Render(FileUploadControl|ListBox|MenuList|Slider|TextControl"
-                        r"|TextControlMultiLine|TextControlSingleLine)\."
+                        r"|Source/WebCore/rendering/Render(FileUploadControl|ListBox|MenuList|Slider|TextControl.*)\."
         },
         "GStreamerGraphics": {
             "filename": r"Source/WebCore/platform/graphics/gstreamer/",
@@ -228,7 +223,6 @@
         "BlackBerry": [ "[email protected]" ],
         "CMake": [ "[email protected]", "[email protected]" ],
         "CSS": [ "[email protected]", "[email protected]", "[email protected]" ],
-        "ChromiumDumpRenderTree": [ "[email protected]", ],
         "ChromiumGraphics": [ "[email protected]", "[email protected]" ],
         "ChromiumPublicApi": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "DOMAttributes": [ "[email protected]", ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to