RESOLVED FIXED Bug 68972
watchlist: Add support for matching added or deleted lines.
https://bugs.webkit.org/show_bug.cgi?id=68972
Summary watchlist: Add support for matching added or deleted lines.
David Levin
Reported 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.
Attachments
Patch (13.11 KB, patch)
2011-09-27 23:15 PDT, David Levin
no flags
David Levin
Comment 1 2011-09-27 23:15:40 PDT
Adam Barth
Comment 2 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.
WebKit Review Bot
Comment 3 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>
WebKit Review Bot
Comment 4 2011-09-28 10:05:07 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.