[Webkit-unassigned] [Bug 54752] [EFL] Soup authentication feature implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 01:38:15 PDT 2011


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





--- Comment #16 from Kamil Blank <k.blank at samsung.com>  2011-06-09 01:38:14 PST ---
(In reply to comment #15)
> Looks better. Two nitpicks, however:
> 
> 1) I don't see a way around it, but it would be a lot better if we used some already existing function to set the callback function.

Ok. I'll replace it to use evas_object_callback functions.

> 2) How difficult would it be to also support this feature when using the Curl network backend?

I'm not familiar with CURL but public API I added is not dependent on soup and I don't think there should be any problems. 
The idea was to make API (ewk_auth) and network backend (ewk_auth_soup) in separate files so if there is a need to implement curl support you just have to create and implement ewk_auth_curl files with expected functionality.

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