Bug 190846

Summary: [PSON] When navigating back and forth, 'about:blank' shows up in the back/forward list
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, dbates, ews-watchlist, ggaren, japhet, koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch koivisto: review+

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.