[Webkit-unassigned] [Bug 68509] [EFL] Implementation of Unit Tests framework for the WebKit-Efl port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 26 07:34:44 PDT 2011


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





--- Comment #7 from Krzysztof <k.czech at samsung.com>  2011-09-26 07:34:44 PST ---
> prefer to use as many "native" C++ and WebKit types as possible, so you have
> bool instead of Eina_Bool where possible, and you use Strings instead of char*

I wondering if including c++ string is really necessary, in this particular context having char* is OK, since only one array is declared on heap and is cleaned when test goes out of the scope.

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