[Webkit-unassigned] [Bug 128177] [EFL] Switch to CUSTOM_PROTOCOLS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 1 09:39:01 PDT 2014


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





--- Comment #11 from Pascal Jacquemart <p.jacquemart at samsung.com>  2014-10-01 09:38:56 PST ---
(From update of attachment 239027)
View in context: https://bugs.webkit.org/attachment.cgi?id=239027&action=review

>> Source/WebKit2/UIProcess/API/efl/ewk_url_scheme_request.cpp:80
>> +    toImpl(m_wkRequestManager.get())->stopLoading(m_requestID);
> 
> So, you send the whole data in a single chunk to the networking process?

Yes! Because EFL only have this ewk_url_scheme_request_finish() API to feed the data. Only once then but still it could be done asynchronously
The funny thing here is to call stopLoading() after didFinishLoading() but this is the simplest way I found to actually remove the requests from the RequestManagerClientEfl's HashMap. In this case the stopLoading callback is fired and I can proceed with the clean-up

>> Source/WebKit2/UIProcess/efl/WebContextEfl.cpp:38
>> +#endif
> 
> Is this really possible? You removed WebSoupRequestManagerProxy from the makefile no?

Yes I know it's a step forward with no real return, let's make the clean-up for these files

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