[Webkit-unassigned] [Bug 83121] [EFL] Add setting API for allow universal/file access from file URLs.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 01:22:03 PDT 2012


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





--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-04-05 01:22:03 PST ---
(From update of attachment 135526)
View in context: https://bugs.webkit.org/attachment.cgi?id=135526&action=review

>>> Source/WebKit/efl/ewk/ewk_view.cpp:2445
>>> +Eina_Bool ewk_view_setting_allow_universal_access_from_file_urls_set(Evas_Object* ewkView, Eina_Bool enable)
>> 
>> I'm not sure whether we add new APIs for this setting obstinately. According to I take a look other ports, almost ports don't support this feature as APIs. If you don't think that EFL port should support this setting feature, I think it is better to move from ewk_view to DumpRenderTreeSupportEfl for just testing.
> 
> As I checked both settings are supported by API in QT, GTK and Chromium ports. Isn't it a good reason to add them also in EFL port?

I don't think we can add new APIs without obvious reason. I think you can add this API to DumpRenderTreeSupportEfl first for testing, then we can move this function to API layer when we need to support this functionality for application. If you have obvious reason, please let me know.

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