[Webkit-unassigned] [Bug 101482] [EFL] Define WTF_PLATFORM_EFL in Platform.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 11:20:03 PST 2012


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





--- Comment #3 from Laszlo Gombos <laszlo.gombos at webkit.org>  2012-11-07 11:21:36 PST ---
(In reply to comment #2)
> (From update of attachment 172823 [details])
> Was anything broken with the current behavior?

Nothing is broken with the current solution. As the ChangeLog mentions this change is primary to align the EFL port with other ports. Improve readability/hackability for people not working on the EFL port on a daily basis if you wish.

> The FIXME before the sections you change in Platform.h suggests that this isn't really a nice place to add more definitions 

My reading of the FIXME is different. To me it means that we should minimize the usage of PLATFORM(XX) and use instead USE(XX), OS(XX) and other macros. I think it is easier to act on the FIXME if these definitions are all in common C/C++ code and not in port/build system specific files.

> (and, for consistency, this should also be changed in OptionsWindows.cmake).

I agree, thanks for pointing this out. It is probably better to do it in another patch as it impacts another port and not EFL.

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