RESOLVED FIXED 190846
[PSON] When navigating back and forth, 'about:blank' shows up in the back/forward list
https://bugs.webkit.org/show_bug.cgi?id=190846
Summary [PSON] When navigating back and forth, 'about:blank' shows up in the back/for...
Chris Dumez
Reported 2018-10-23 16:43:57 PDT
When navigating back and forth, 'about:blank' shows up in the back/forward list.
Attachments
Patch (9.59 KB, patch)
2018-10-23 16:55 PDT, Chris Dumez
no flags
Patch (6.84 KB, patch)
2018-10-23 19:38 PDT, Chris Dumez
koivisto: review+
Chris Dumez
Comment 1 2018-10-23 16:44:22 PDT
Chris Dumez
Comment 2 2018-10-23 16:55:44 PDT
Chris Dumez
Comment 3 2018-10-23 17:31:43 PDT
Comment on attachment 353006 [details] Patch Might have a better idea. Will try it out first.
Chris Dumez
Comment 4 2018-10-23 19:38:02 PDT
Antti Koivisto
Comment 5 2018-10-24 09:30:00 PDT
Comment on attachment 353018 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=353018&action=review > Source/WebCore/loader/FrameLoader.cpp:3368 > + if (shouldContinue == ShouldContinue::ForSuspension) { > + m_loadType = FrameLoadType::Standard; > m_provisionalDocumentLoader->willContinueMainResourceLoadAfterRedirect({ blankURL() }); Might be good to add a comment explaining why the load type is set to Standard.
Chris Dumez
Comment 6 2018-10-24 09:39:25 PDT
Note You need to log in before you can comment on or make changes to this bug.