[Webkit-unassigned] [Bug 166055] MotionMark / Animometer gives miss-leading results on browsers with prefixed CSS Transforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 18:42:47 PST 2016


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

--- Comment #4 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to comment #3)
> So it sounds like maybe we should enable this feature (Carlos)...? In a
> separate bug?

Are you sure its not already enabled by default?

I think its enabled on a per-port basis:

$ git grep ENABLE_3D_TRANSFORMS Source/cmake/Options*
Source/cmake/OptionsEfl.cmake:WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_3D_TRANSFORMS PUBLIC ON)
Source/cmake/OptionsGTK.cmake:WEBKIT_OPTION_DEPEND(ENABLE_3D_TRANSFORMS ENABLE_OPENGL)
Source/cmake/OptionsGTK.cmake:WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_3D_TRANSFORMS PRIVATE ON)
Source/cmake/OptionsMac.cmake:WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_3D_TRANSFORMS PRIVATE ON)
Source/cmake/OptionsWin.cmake:WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_3D_TRANSFORMS PUBLIC ON)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161221/ad998e46/attachment.html>


More information about the webkit-unassigned mailing list