Bug 60334

Summary: [Qt] QtWebKit is compiled without 3D transforms enabled
Product: WebKit Reporter: Noam Rosenthal <noam>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, joybro201, ossy
Priority: P2 Keywords: Qt, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Noam Rosenthal
Reported 2011-05-05 21:16:28 PDT
There's a regression, probably since the changes to the build, that makes Qt compile with 3D rendering disabled. 3D rendering should be enabled by default in Qt.
Attachments
Csaba Osztrogonác
Comment 1 2011-05-06 04:53:32 PDT
3D rendetering is enabled by default. What kind of regression do you mean? Source/WebCore/features.pri: ... !contains(DEFINES, ENABLE_3D_RENDERING=.): DEFINES += ENABLE_3D_RENDERING=1 ...
Noam Rosenthal
Comment 2 2011-05-06 07:18:29 PDT
(In reply to comment #1) > 3D rendetering is enabled by default. What kind of regression do you mean? > > Source/WebCore/features.pri: > ... > !contains(DEFINES, ENABLE_3D_RENDERING=.): DEFINES += ENABLE_3D_RENDERING=1 > ... I mean, that QtWebkit doesn't render 3D anymore.
Noam Rosenthal
Comment 3 2011-05-17 02:03:37 PDT
Fixed in r86276
Note You need to log in before you can comment on or make changes to this bug.