RESOLVED FIXED 69463
Improve the watchlist for threading entries.
https://bugs.webkit.org/show_bug.cgi?id=69463
Summary Improve the watchlist for threading entries.
David Levin
Reported 2011-10-05 13:55:39 PDT
Exclude files from the more match and add more files and patterns.
Attachments
Patch (2.50 KB, patch)
2011-10-05 13:58 PDT, David Levin
abarth: review+
David Levin
Comment 1 2011-10-05 13:58:13 PDT
Adam Barth
Comment 2 2011-10-05 14:12:35 PDT
Comment on attachment 109857 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=109857&action=review > Tools/Scripts/webkitpy/common/config/watchlist:23 > + "more": r"(AllowCrossThreadAccess|AtomicallyInitialize|CrossThreadCopier|CrossThreadRefCounted|Mutex|ReadWriteLock|ThreadCondition|ThreadSafeRefCounted|ThreadSpecific" > + r"|createCallbackTask|crossThreadString|deprecatedTurnOffVerifier|threadsafeCopy|)(?!\.(h|cpp))", Is the trailing | intentional?
David Levin
Comment 3 2011-10-05 16:44:44 PDT
(In reply to comment #2) > (From update of attachment 109857 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=109857&action=review > > > Tools/Scripts/webkitpy/common/config/watchlist:23 > > + "more": r"(AllowCrossThreadAccess|AtomicallyInitialize|CrossThreadCopier|CrossThreadRefCounted|Mutex|ReadWriteLock|ThreadCondition|ThreadSafeRefCounted|ThreadSpecific" > > + r"|createCallbackTask|crossThreadString|deprecatedTurnOffVerifier|threadsafeCopy|)(?!\.(h|cpp))", > > Is the trailing | intentional? No, that's not good. :) I'll fix it on check in.
David Levin
Comment 4 2011-10-14 14:19:34 PDT
Note You need to log in before you can comment on or make changes to this bug.