Changeset 109095 in webkit


Ignore:
Timestamp:
Feb 28, 2012 2:55:28 AM (12 years ago)
Author:
tkent@chromium.org
Message:

Update a pattern for forms files of watchlist
https://bugs.webkit.org/show_bug.cgi?id=79767

Reviewed by Kentaro Hara.

  • Scripts/webkitpy/common/config/watchlist:

Catches the following files with the "Forms" pattern.

  • HTMLDatListElement.*
  • HTMLKeygenElement.*
  • HTMLLegendElement.*
  • HTMLOutputElement.*
  • FormAssociatedElement.*
  • SliderThumbElement.*
  • TextControlInnerElements.*
  • RenderFileUploadControl.*
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r109069 r109095  
     12012-02-28  Kent Tamura  <tkent@chromium.org>
     2
     3        Update a pattern for forms files of watchlist
     4        https://bugs.webkit.org/show_bug.cgi?id=79767
     5
     6        Reviewed by Kentaro Hara.
     7
     8        * Scripts/webkitpy/common/config/watchlist:
     9        Catches the following files with the "Forms" pattern.
     10        - HTMLDatListElement.*
     11        - HTMLKeygenElement.*
     12        - HTMLLegendElement.*
     13        - HTMLOutputElement.*
     14        - FormAssociatedElement.*
     15        - SliderThumbElement.*
     16        - TextControlInnerElements.*
     17        - RenderFileUploadControl.*
     18
    1192012-02-27  Sheriff Bot  <webkit.review.bot@gmail.com>
    220
  • trunk/Tools/Scripts/webkitpy/common/config/watchlist

    r108879 r109095  
    2929        },
    3030        "Forms": {
    31             "filename": r"Source/WebCore/html/HTML(FieldSet|Form|FormControl|Input|Label"
    32                         r"|OptGroup|Option|Select|TextArea|TextFormControl)Element\."
     31            "filename": r"Source/WebCore/html/HTML(DataList|FieldSet|Form|FormControl|Input|Keygen|Label"
     32                        r"|Legend|OptGroup|Option|Output|Select|TextArea|TextFormControl)Element\."
     33                        r"|Source/WebCore/html/FormAssociatedElement\."
    3334                        r"|Source/WebCore/html/\w*InputType\."
    34                         r"|Source/WebCore/rendering/Render(ListBox|MenuList|Slider|TextControl"
     35                        r"|Source/WebCore/html/shadow/(SliderThumbElement|TextControlInnerElements)\."
     36                        r"|Source/WebCore/rendering/Render(FileUploadControl|ListBox|MenuList|Slider|TextControl"
    3537                        r"|TextControlMultiLine|TextControlSingleLine)\."
    3638        },
Note: See TracChangeset for help on using the changeset viewer.