RESOLVED FIXED 213657
On load from back/forward cache, call checkCompleted() for ALL frames inside FrameLoader::commitProvisionalLoad()
https://bugs.webkit.org/show_bug.cgi?id=213657
Summary On load from back/forward cache, call checkCompleted() for ALL frames inside ...
Chris Dumez
Reported 2020-06-26 13:09:42 PDT
On load from back/forward cache, call checkCompleted() for ALL frames inside FrameLoader::commitProvisionalLoad(). Previously, we were doing it for the main frame in FrameLoader::commitProvisionalLoad() and for subframes in FrameLoader::open().
Attachments
Patch (2.41 KB, patch)
2020-06-26 13:11 PDT, Chris Dumez
no flags
Patch (2.57 KB, patch)
2020-06-26 13:13 PDT, Chris Dumez
youennf: review+
Chris Dumez
Comment 1 2020-06-26 13:11:23 PDT
Chris Dumez
Comment 2 2020-06-26 13:13:35 PDT
Chris Dumez
Comment 3 2020-06-29 09:15:53 PDT
ping review?
youenn fablet
Comment 4 2020-06-29 09:25:46 PDT
Comment on attachment 402894 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=402894&action=review > Source/WebCore/loader/FrameLoader.cpp:-2080 > - checkCompleted(); Is there a potential change of behavior in case checkCompleted done here would have changed the list of children iframes below? > Source/WebCore/loader/FrameLoader.cpp:2082 > + for (Frame* child = m_frame.tree().firstChild(); child; child = child->tree().traverseNext(&m_frame)) auto*
Chris Dumez
Comment 5 2020-06-29 09:32:40 PDT
Radar WebKit Bug Importer
Comment 6 2020-06-29 09:33:16 PDT
Note You need to log in before you can comment on or make changes to this bug.