[Webkit-unassigned] [Bug 44020] [EFL] Enable localStorage of HTML5 for WebKit EFL
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 14 22:15:41 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44020
Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #64435| |review?, commit-queue?
Flag| |
--- Comment #1 from Gyuyoung Kim <gyuyoung.kim at samsung.com> 2010-08-14 22:15:41 PST ---
Created an attachment (id=64435)
--> (https://bugs.webkit.org/attachment.cgi?id=64435)
Patch
I invoke setLocalStorageEnabled() in _ewk_view_priv_new() as below,
26 priv->page_settings->setPluginsEnabled(true);
27 + priv->page_settings->setLocalStorageEnabled(true);
BTW, it seems we need to set the initial settings values dynamically.
--
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