[Webkit-unassigned] [Bug 117348] New: [Qt][WK2] Implement session restore/save in WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 7 07:29:44 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117348

           Summary: [Qt][WK2] Implement session restore/save in WebKit2
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: inlinechan at gmail.com


I filled the empty bodies of 2 functions in WebPageProxy.cpp to enable session restore/save in WebKit2 Qt.

WKPage.h
WK_EXPORT WKDataRef WKPageCopySessionState(WKPageRef page, void* context, WKPageSessionStateFilterCallback urlAllowedCallback);
WK_EXPORT void WKPageRestoreFromSessionState(WKPageRef page, WKDataRef sessionStateData);

WebPageProxy.h
void WebPageProxy::restoreFromSessionStateData(WebData*)
PassRefPtr<WebData> WebPageProxy::sessionStateData(WebPageProxySessionStateFilterCallback, void*) const

Most of the source were come from WebPageProxyCF.cpp, WebBackForwardListCF.cpp.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list