RESOLVED FIXED 87586
[watchlist] Add myself & a rule for MathML
https://bugs.webkit.org/show_bug.cgi?id=87586
Summary [watchlist] Add myself & a rule for MathML
Dave Barton
Reported 2012-05-26 21:18:33 PDT
[watchlist] Add myself & a rule for MathML
Attachments
Patch (1.66 KB, patch)
2012-05-26 21:19 PDT, Dave Barton
no flags
Dave Barton
Comment 1 2012-05-26 21:19:44 PDT
Adam Barth
Comment 2 2012-05-27 00:16:45 PDT
Comment on attachment 144214 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=144214&action=review > Tools/Scripts/webkitpy/common/config/watchlist:159 > + "filename": r".*mathml", Do you need the .* in the beginning? I guess it doesn't hurt.
WebKit Review Bot
Comment 3 2012-05-27 00:40:58 PDT
Comment on attachment 144214 [details] Patch Clearing flags on attachment: 144214 Committed r118623: <http://trac.webkit.org/changeset/118623>
WebKit Review Bot
Comment 4 2012-05-27 00:41:02 PDT
All reviewed patches have been landed. Closing bug.
Dave Barton
Comment 5 2012-05-27 09:48:29 PDT
Comment on attachment 144214 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=144214&action=review >> Tools/Scripts/webkitpy/common/config/watchlist:159 >> + "filename": r".*mathml", > > Do you need the .* in the beginning? I guess it doesn't hurt. Yes, "filename" is a prefix match. I've created bug 87592 with a patch to clarify this. Thanks for the comment & review.
Note You need to log in before you can comment on or make changes to this bug.