[Webkit-unassigned] [Bug 109676] New: [GTK] html5-local-storage-database-path settings not respected when having 2 views in the same process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 02:38:27 PST 2013


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

           Summary: [GTK] html5-local-storage-database-path settings not
                    respected when having 2 views in the same process
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gdesmott at gnome.org


Created an attachment (id=188043)
 --> (https://bugs.webkit.org/attachment.cgi?id=188043&action=review)
test.html

To reproduce:
- Copy test.html to /tmp
- Build webkit.c ( gcc $(pkg-config --cflags --libs webkitgtk-3.0) webkit.c )
- Start ./a.out
- ls /tmp/badger

You should have either /tmp/badger/first or /tmp/badger/second but not both as
you'd expect. The two views actually use the same localStorage file despite
having a different html5-local-storage-database-path value.

I guess there is some race here as the path actually used may change if you
run it more than once (don't forget to erase /tmp/badger first).

I'm using webkitgtk3-1.10.2-1.fc18.x86_64 on F18.

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