[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
Tue Sep 14 18:35:23 PDT 2010


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


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #67013|0                           |1
        is obsolete|                            |
  Attachment #67013|review?, commit-queue?      |
               Flag|                            |
  Attachment #67629|                            |review?, commit-queue?
               Flag|                            |




--- Comment #10 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-09-14 18:35:22 PST ---
Created an attachment (id=67629)
 --> (https://bugs.webkit.org/attachment.cgi?id=67629)
Patch

Antognolli, Thank you for your comment. 

I set default path from "priv->page_settings->localStorageDatabasePath()"

 40 +    s = priv->page_settings->localStorageDatabasePath();
 41 +    priv->settings.local_storage_database_path = eina_stringshare_add(s.string().utf8().data());

As mentioned in your previous comment, the database path is null until user sets database path. However, it seems to me that if the default path is set once, default database path will be set whenever ewk_view is created.

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