RESOLVED FIXED 226186
Stop using UncheckedLock in html/canvas
https://bugs.webkit.org/show_bug.cgi?id=226186
Summary Stop using UncheckedLock in html/canvas
Chris Dumez
Reported 2021-05-24 13:28:01 PDT
Stop using UncheckedLock in html/canvas. This is work towards phasing out UncheckedLock, in favor of the checked Lock type.
Attachments
Patch (10.98 KB, patch)
2021-05-24 14:10 PDT, Chris Dumez
no flags
Patch (11.04 KB, patch)
2021-05-24 14:12 PDT, Chris Dumez
no flags
Patch (10.48 KB, patch)
2021-05-24 14:14 PDT, Chris Dumez
no flags
Patch (10.68 KB, patch)
2021-05-24 15:09 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2021-05-24 14:10:45 PDT
Chris Dumez
Comment 2 2021-05-24 14:12:06 PDT
Chris Dumez
Comment 3 2021-05-24 14:14:43 PDT
Chris Dumez
Comment 4 2021-05-24 15:09:16 PDT
Chris Dumez
Comment 5 2021-05-25 09:59:09 PDT
Comment on attachment 429570 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429570&action=review > Source/WTF/wtf/Lock.h:183 > +class WTF_CAPABILITY_SCOPED_LOCK Locker<Lock> : public AbstractLocker { Note that these changes to Locker<Lock> to more closely match the generic Locker<T> will be required to stop using UncheckedLock in JSC too.
Chris Dumez
Comment 6 2021-05-25 15:59:24 PDT
ping review? I'd love to make some progress phasing out UncheckedLock.
Chris Dumez
Comment 7 2021-05-25 16:19:29 PDT
Comment on attachment 429570 [details] Patch Clearing flags on attachment: 429570 Committed r278057 (238141@main): <https://commits.webkit.org/238141@main>
Chris Dumez
Comment 8 2021-05-25 16:19:32 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 9 2021-05-25 16:23:14 PDT
Note You need to log in before you can comment on or make changes to this bug.