Bug 165887 - Only send Messages::WebPageProxy::DidSaveToPageCache once when entering page cache.
Summary: Only send Messages::WebPageProxy::DidSaveToPageCache once when entering page ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-14 19:07 PST by Andreas Kling
Modified: 2016-12-14 19:49 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.61 KB, patch)
2016-12-14 19:08 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

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