[Webkit-unassigned] [Bug 90713] New: Consider closing unused localStorage database after a timeout.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 16:48:34 PDT 2012


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

           Summary: Consider closing unused localStorage database after a
                    timeout.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yongjun_zhang at apple.com


We should consider closing the underlying sqlite database if there is no active document referencing it.  We can do this after a timeout to avoid closing and opening the same database too often, e.g., when user is doing back/forward navigation.

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