Bug 134526 - WKPageRestoreFromSessionState should use the new session state restore code path
Summary: WKPageRestoreFromSessionState should use the new session state restore code path
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-01 16:58 PDT by Anders Carlsson
Modified: 2014-07-01 17:08 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.40 KB, patch)
2014-07-01 17:00 PDT, Anders Carlsson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-07-01 16:58:15 PDT
WKPageRestoreFromSessionState should use the new session state restore code path
Comment 1 Anders Carlsson 2014-07-01 17:00:09 PDT
Created attachment 234221 [details]
Patch
Comment 2 Tim Horton 2014-07-01 17:04:31 PDT
Comment on attachment 234221 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=234221&action=review

> Source/WebKit2/UIProcess/WebPageProxy.cpp:1884
> +    if (hasBackForwardList) {

early return?
Comment 3 Anders Carlsson 2014-07-01 17:08:35 PDT
Committed r170679: <http://trac.webkit.org/changeset/170679>