[Webkit-unassigned] [Bug 77319] [EFL] Set content hint information for ewk_view_single.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 08:11:09 PST 2012


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





--- Comment #22 from Tomasz Morawski <t.morawski at samsung.com>  2012-01-30 08:11:09 PST ---
(In reply to comment #20)
> (In reply to comment #13)
> > There is not need to consider a lot of cases. There is only one that is need to be finaly solve. How much c++ we could use inside ewk? :) 
> 
> This question is orthogonal to the const char*/WTF::String issue we were discussing ;)
> 
> > Yes... I realy don't know why it is not allowed to use classes or even structures that have constructor/destructor inside cpp files for private object inside ewk. Is it allowed to use WebKit's containers inside cpp files inside ewk? If not why? Currently we have a situation that we use: smart pointers, new/delete operators, WTF::String, WebKit's classes or own classes inside WebKitSupport etc. EFL WebKit port is very mixed in languages that uses.
> 
> I had never heard of certain idioms or features being "forbidden" in the port. It just happened that it was rewritten and upstreamed with the API somewhat based on the GTK+ port (which was the only other port providing a C API and which relied heavily on C dependencies), and it doesn't (or at least didn't) use some C++ features. I'm all open to suggestions (which are probably more suited in the mailing list, anyway).

Thanks for your replay. I will try to write few on mailing list in the future.

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