[Webkit-unassigned] [Bug 45446] [EFL] Add setting API to set a local storage database path.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 13 06:50:56 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45446
--- Comment #7 from Rafael Antognolli <antognolli at profusion.mobi> 2010-09-13 06:50:56 PST ---
Sorry, my bad, I just missed that.
You need to free the path with eina_stringshare_del in _ewk_view_priv_del().
Another point is: do you know what's the default value for the database path? If it's not empty, then you need to set it in the settings->local_storage_database_path during the ewk_view creation too, so they won't have different and thus inconsistent values. This is done in _ewk_view_priv_new(). There you also can set a default path if there's none yet.
--
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