[Webkit-unassigned] [Bug 77337] [EFL] Refactor ewk_js files.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 17 02:03:19 PST 2012


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





--- Comment #15 from Tomasz Morawski <t.morawski at samsung.com>  2012-02-17 02:03:17 PST ---
(In reply to comment #14)
Thank you for your replay. I understand your point of view and I will try to reimplement this module with Eina_Model use. 

> Because the Eina version already exposes properties and so on. Just methods are missing, given that methods have no string name. What can be done is to add a layer to do this in Ewk, or simply create a value type that is JS_METHOD, thus the property can hold a value that is actually a method (like Python does).

Is http://docs.enlightenment.org/auto/eina/eina_model_01_c.html page show typical use of Eina_Model that could be used in new ewk_js implementation? So, I think it is better to handling methods like Python does. Due to that adding new API layer only for methods will be not consentaneus with properties which will not have such API (or we will add layer for properties too).

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