Bug 165887

Summary: Only send Messages::WebPageProxy::DidSaveToPageCache once when entering page cache.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Page LoadingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2016-12-14 19:07:45 PST
We're currently sending one IPC message per frame when entering into page cache. We only need one message, so let's only do it for the main frame.
Comment 1 Andreas Kling 2016-12-14 19:08:13 PST
Created attachment 297157 [details]
Patch
Comment 2 WebKit Commit Bot 2016-12-14 19:49:25 PST
Comment on attachment 297157 [details]
Patch

Clearing flags on attachment: 297157

Committed r209851: <http://trac.webkit.org/changeset/209851>
Comment 3 WebKit Commit Bot 2016-12-14 19:49:29 PST
All reviewed patches have been landed.  Closing bug.