RESOLVED FIXED212101
Repaint issues when the login field collapses on music.apple.com
https://bugs.webkit.org/show_bug.cgi?id=212101
Summary Repaint issues when the login field collapses on music.apple.com
alan
Reported 2020-05-19 12:40:43 PDT
Attachments
Patch (12.35 KB, patch)
2020-05-19 17:46 PDT, alan
no flags
Patch (6.82 KB, patch)
2020-05-20 14:10 PDT, alan
no flags
alan
Comment 1 2020-05-19 17:46:22 PDT
Simon Fraser (smfr)
Comment 2 2020-05-19 19:02:53 PDT
Comment on attachment 399791 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=399791&action=review > Source/WebCore/page/FrameView.h:541 > + void setSubframeRepaintTrackingIsEnabled(bool enable) { m_isTrackingSubframeRepaints = enable; } > + bool isTrackingSubframeRepaints() const { return m_isTrackingSubframeRepaints; } This is a bit ambiguous living on FrameView. Which subframes are tracked? Do the repaints live on the subframe's FrameViews? How do you get at those via internals? > Source/WebCore/rendering/RenderObject.h:629 > + bool m_hasPositionFixedDescendant { false }; > + bool m_dirtyRectIsFlipped { false }; > + bool m_needsEnclosingIntRect { false }; Normally we skip the m_ prefix on public member vars. > LayoutTests/fast/repaint/iframe-on-subpixel-position.html:42 > +<div class=container><div><iframe onload="runRepaintTest()" id=subpixel_iframe frameborder=no src='data: text/html, srcdoc?
alan
Comment 3 2020-05-19 19:05:34 PDT
(In reply to Simon Fraser (smfr) from comment #2) > Comment on attachment 399791 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=399791&action=review > > > Source/WebCore/page/FrameView.h:541 > > + void setSubframeRepaintTrackingIsEnabled(bool enable) { m_isTrackingSubframeRepaints = enable; } > > + bool isTrackingSubframeRepaints() const { return m_isTrackingSubframeRepaints; } > > This is a bit ambiguous living on FrameView. Which subframes are tracked? Do > the repaints live on the subframe's FrameViews? How do you get at those via > internals? Do you have a suggestion how to track repaints inside iframe?
alan
Comment 4 2020-05-20 14:10:24 PDT
EWS
Comment 5 2020-05-20 18:44:16 PDT
Committed r261979: <https://trac.webkit.org/changeset/261979> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399891 [details].
Note You need to log in before you can comment on or make changes to this bug.