Bug 60892

Summary: REGRESSION(r83820): [Qt] Accelerated compositing no longer works in QGraphicsWebView
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: ademar, benjamin, noam, tonikitoo
Priority: P1 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch none

Description Andreas Kling 2011-05-16 09:02:41 PDT
In r83820, an extra GraphicsLayer was added to the RenderLayerCompositor to contain all other layers, including the new scroll bar layers. The layer never gets a size set, since it's merely a container. This breaks PageClientQGraphicsWidget's assumption that the outermost layer should clip its children. This is already handled by the RenderLayerCompositor's "clip layer."
Comment 1 Andreas Kling 2011-05-16 09:12:54 PDT
Created attachment 93651 [details]
Proposed patch
Comment 2 Kenneth Rohde Christiansen 2011-05-16 09:46:08 PDT
Comment on attachment 93651 [details]
Proposed patch

Good find! :-)
Comment 3 Andreas Kling 2011-05-16 10:10:03 PDT
Comment on attachment 93651 [details]
Proposed patch

Clearing flags on attachment: 93651

Committed r86582: <http://trac.webkit.org/changeset/86582>
Comment 4 Andreas Kling 2011-05-16 10:10:11 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Antonio Gomes 2011-05-16 10:50:46 PDT
Is there a way to catch such regressions?
Comment 6 Ademar Reis 2011-05-16 14:05:00 PDT
Revision r86582 cherry-picked into qtwebkit-2.2 with commit 816a9ab <http://gitorious.org/webkit/qtwebkit/commit/816a9ab>