[webkit-reviews] review requested: [Bug 44020] [EFL] Enable localStorage of HTML5 for WebKit EFL : [Attachment 64435] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 14 22:15:41 PDT 2010


Gyuyoung Kim <gyuyoung.kim at samsung.com> has asked  for review:
Bug 44020: [EFL] Enable localStorage of HTML5 for WebKit EFL
https://bugs.webkit.org/show_bug.cgi?id=44020

Attachment 64435: Patch
https://bugs.webkit.org/attachment.cgi?id=64435&action=review

------- Additional Comments from Gyuyoung Kim <gyuyoung.kim at samsung.com>
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.


More information about the webkit-reviews mailing list