Bug 107260 - [Qt][WK2] RepaintRects are being tracked but cannot be dumped.
Summary: [Qt][WK2] RepaintRects are being tracked but cannot be dumped.
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 04:45 PST by Zeno Albisser
Modified: 2014-01-09 21:00 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.