[Webkit-unassigned] [Bug 44505] [EFL] Missing plugins support for efl port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 08:33:52 PDT 2011


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





--- Comment #51 from Mariusz Grzegorczyk <mariusz.g at samsung.com>  2011-09-20 08:33:50 PST ---
(In reply to comment #49)
> (From update of attachment 107993 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=107993&action=review
> 
> > Source/WebCore/CMakeListsEfl.txt:7
> > +  "${DERIVED_SOURCES_DIR}"
> 
> I'd rather if this patch just added plugins/efl to the list.
> 
> > Source/WebCore/plugins/efl/PluginViewEfl.cpp:187
> > +    FILE* fileHandle = fopen(filename.utf8().data(), "r");
> 
> Besides getFileSize, you could also use openFile, readFromFile and the other calls from FileSystem.h.
Thought about this, but left as is because none of the ports is using FileSystem methods for some reason, and FILE methods are used in Mac, and Qt

> 
> > Source/WebCore/plugins/efl/PluginViewEfl.cpp:340
> > +{
> 
> Missing notImplemented().

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