RESOLVED WONTFIX 114959
[EFL][GTK] Client cannot get current data from localstorage modified by other process.
https://bugs.webkit.org/show_bug.cgi?id=114959
Summary [EFL][GTK] Client cannot get current data from localstorage modified by other...
Lukasz Marek
Reported 2013-04-22 07:45:48 PDT
Items from localstorage database are loaded only once at process startup and stored in HashMap. HashMap isn't synchronized with changes done by another process. As a result process cannot use current data without a restart.
Attachments
Grzegorz Czajkowski
Comment 1 2013-04-22 08:09:50 PDT
We've checked this issue for both EFL and Gtk+ MiniBrowsers and they fail to get the current item value which has been modified by another process. Both WK1 and WK2 have this issue. It looks that Chromium behaves correctly in this case.
Anders Carlsson
Comment 2 2013-04-22 08:20:28 PDT
Having multiple UI processes accessing the same local storage backend isn't a supported configuration.
Anders Carlsson
Comment 3 2013-04-22 08:28:43 PDT
I don't think it's worth the additional complexity to support this.
Note You need to log in before you can comment on or make changes to this bug.