[webkit-reviews] review requested: [Bug 44759] [EFL] Add custom network resource handler : [Attachment 96774] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 10 13:24:44 PDT 2011


Flavio Ceolin <flavio.ceolin at profusion.mobi> has asked	for review:
Bug 44759: [EFL] Add custom network resource handler
https://bugs.webkit.org/show_bug.cgi?id=44759

Attachment 96774: Patch
https://bugs.webkit.org/attachment.cgi?id=96774&action=review

------- Additional Comments from Flavio Ceolin <flavio.ceolin at profusion.mobi>
This new patch contains the fixes suggested in the previous comments. Although,
the #if PLATFORM(EFL) in the ResourceHandleSoup.cpp persists because the
FrameLoaderClient doesn't has the necessary methods (just the
FrameLoaderClientEfl). Why ? Because the others ports don't need it, they can
do that using their own network library, so no makes sense create the stubs for
these methods in the FrameLoaderClient base class.


More information about the webkit-reviews mailing list