Bug 197144

Summary: Regression(r243767) WebFrame::m_navigationIsContinuingInAnotherProcess flag is never reset
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, commit-queue, darin, ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 196503    
Attachments:
Description Flags
Patch none

Description Chris Dumez 2019-04-20 21:45:48 PDT
WebFrame::m_navigationIsContinuingInAnotherProcess flag is never reset. This leads to leaking Navigation objects in the UIProcess when reusing a previously suspended process because such process will no longer send the DidDestroyNavigation IPC.
Comment 1 Chris Dumez 2019-04-20 22:41:22 PDT
Created attachment 367903 [details]
Patch
Comment 2 Chris Dumez 2019-04-21 13:14:08 PDT
Comment on attachment 367903 [details]
Patch

Clearing flags on attachment: 367903

Committed r244493: <https://trac.webkit.org/changeset/244493>
Comment 3 Chris Dumez 2019-04-21 13:14:10 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-04-21 13:15:18 PDT
<rdar://problem/50082236>