[Webkit-unassigned] [Bug 102903] New: Wrong enabled features reported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 01:46:18 PST 2012


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

           Summary: Wrong enabled features reported
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: halton.huo at gmail.com
                CC: demarchi at webkit.org


Build trunk at 135354 on linux EFL port, it will dump me Enabled messages as following:
-- Enabled features:
--  ENABLE_API_TESTS ........................ ON
--  ENABLE_3D_RENDERING                       OFF
[...]
--  ENABLE_WEBGL                              OFF
[...]
--  WTF_USE_TILED_BACKING_STORE               OFF
--  WTF_USE_WTFURL .......................... OFF

But actually the EFL port is enable WTF_USE_TILED_BACKING_STORE by default in OpionsEfl.cmake. And ENABLE_3D_RENDERING and ENABLE_WEBGL is also enabled in when WTF_USE_TILED_BACKING_STORE is ON.

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