Summary: | A Safari tab can rarely get stuck in a state where rendering updates stop happening | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||||||
Component: | WebKit Misc. | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | cdumez, simon.fraser, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Attachments: |
|
Description
Simon Fraser (smfr)
2021-12-02 15:06:36 PST
Created attachment 445779 [details]
Patch
Created attachment 445780 [details]
Patch
Comment on attachment 445780 [details]
Patch
r=me
Comment on attachment 445780 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=445780&action=review > Source/WebCore/platform/graphics/DisplayRefreshMonitor.h:75 > Lock& lock() { return m_lock; } Probably want: Lock& lock() WTF_RETURNS_LOCK(m_lock) { return m_lock; } Created attachment 445783 [details]
Patch
Committed r286481 (244820@main): <https://commits.webkit.org/244820@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 445783 [details]. |