[Webkit-unassigned] [Bug 56375] New: [Qt] PageGroup::closeLocalStorage() should be called when the app quits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 15 07:54:37 PDT 2011


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

           Summary: [Qt] PageGroup::closeLocalStorage() should be called
                    when the app quits
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger.scott at nokia.com


For Qt port of WebKit:

Go to a page that makes use of HTML5 Local Storage 
Store some data in Local Storage 
Quit the app

==> Bug: the Local Storage file remains open up to the moment the application quits. 

On the Mac, _applicationWillTerminate() in WebView.mm calls PageGroup::closeLocalStorage().
On Windows, shutDownWebKit() in WebKitDLL.cpp calls WebCore::PageGroup::closeLocalStorage().

The QWebView should probably listen to an exit signal and call PageGroup::closeLocalStorage().

I will add patch very soon...

-- 
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