Bug 164368

Summary: WKWebView’s _observedRenderingProgressEvents not restored after web process crash
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam, thorton
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Include observed milestone in page creation parameters andersca: review+

Description mitz 2016-11-03 10:18:05 PDT
After a web process crash, WebPageProxy doesn’t restore the observed layout milestones on the newly-created page.
Comment 1 mitz 2016-11-03 10:25:08 PDT
<rdar://problem/29091954>
Comment 2 mitz 2016-11-03 12:17:56 PDT
Created attachment 293785 [details]
Include observed milestone in page creation parameters
Comment 3 mitz 2016-11-03 12:34:37 PDT
Fixed in <https://trac.webkit.org/r208340>.