Bug 107260

Summary: [Qt][WK2] RepaintRects are being tracked but cannot be dumped.
Product: WebKit Reporter: Zeno Albisser <zeno>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bfulgham
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Zeno Albisser 2013-01-18 04:45:37 PST
Using TextureMapper, the only place where repaint rects are being tracked is in GraphicsLayer.
The FrameView does not know about any repaint rects in this case.
Therefore dumping from the FrameView is not generating the expected result.
Comment 1 Zeno Albisser 2013-01-18 04:47:40 PST
fast/canvas/webgl/webgl-composite-modes-repaint.html

This test case will always have a semi transparent dark layer on top because no repaint rects are detected.
Comment 2 Zeno Albisser 2013-01-18 05:07:55 PST
Committed r140130: <http://trac.webkit.org/changeset/140130>
Comment 3 Zeno Albisser 2013-01-18 05:09:39 PST
Accidentially closed by skipping the test.
Comment 4 Brent Fulgham 2014-01-09 21:00:18 PST
The QT port is no longer part of WebKit.