Bug 164368 - WKWebView’s _observedRenderingProgressEvents not restored after web process crash
Summary: WKWebView’s _observedRenderingProgressEvents not restored after web process c...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-11-03 10:18 PDT by mitz
Modified: 2016-11-03 12:34 PDT (History)
3 users (show)

See Also:


Attachments
Include observed milestone in page creation parameters (15.21 KB, patch)
2016-11-03 12:17 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.