[Webkit-unassigned] [Bug 28175] New: HTML 5 database and LocalStorage is not persistent on the Symbian port of QtWebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 06:21:18 PDT 2009


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

           Summary: HTML 5 database and LocalStorage is not persistent on
                    the Symbian port of QtWebKit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


The path separators in the path that is being passed to sqlite is not the
native OS path; instead it is always the "/" - the Qt universal directory
separator. Most OS (even Windows I think) understands the "/" separator - but
not Symbian. The problem could be solved by calling QDir::toNativeSeparators()
before the path is passed to the OS.

The problem and the possible solution was brought to my attention by David
Leong.

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