Bug 134526

Summary: WKPageRestoreFromSessionState should use the new session state restore code path
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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>