[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 06:21:42 PDT 2012


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





--- Comment #8 from Kamil Blank <k.blank at samsung.com>  2012-04-05 06:21:41 PST ---
(In reply to comment #7)
> (In reply to comment #5)
> 
> > > > 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. 
> > 
> > What defines obvious reason?
> 
> I mean obvious reason is that application needs to set this setting for specific functionality. For example, web app needs to access file access by file name.  If we wanna add new API, in my humble opinion, we need to show this API's role or functionality. I think it is not enough to add new APIs because other ports has similar APIs. You didn't explain when this API will be used or when application needs this functionality.
> 

Following Qt documentation:
1) setAllowUniversalAccessFromFileURLs - Specifies whether locally loaded documents are allowed to access remote urls

2) setAllowFileAccessFromFileURLs - Specifies whether locally loaded documents are allowed to access other local urls.

Do you want me to add it in bug description (Changelog) ?

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