Bug 68972

Summary: watchlist: Add support for matching added or deleted lines.
Product: WebKit Reporter: David Levin <levin>
Component: Tools / TestsAssignee: David Levin <levin>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, levin, levin+watchlist, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68822    
Attachments:
Description Flags
Patch none

Description David Levin 2011-09-27 23:03:17 PDT
Note that added or deleted lines is simply based on the diff file itself -- not based on intraline diffing, so if someone changes a line containing "foo". Then "foo" will be in both added and deleted lines.
Comment 1 David Levin 2011-09-27 23:15:40 PDT
Created attachment 108969 [details]
Patch
Comment 2 Adam Barth 2011-09-28 09:48:53 PDT
Comment on attachment 108969 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=108969&action=review

> Tools/Scripts/webkitpy/common/watchlist/changedlinepattern.py:32
> +class ChangedLinePattern:

Sometimes we put trivial classes that are only used in one place in the same file as the use, but it doesn't really matter.

> Tools/Scripts/webkitpy/common/watchlist/watchlistparser.py:52
> +            }

Technically should be less indented.
Comment 3 WebKit Review Bot 2011-09-28 10:05:02 PDT
Comment on attachment 108969 [details]
Patch

Clearing flags on attachment: 108969

Committed r96228: <http://trac.webkit.org/changeset/96228>
Comment 4 WebKit Review Bot 2011-09-28 10:05:07 PDT
All reviewed patches have been landed.  Closing bug.