RESOLVED FIXED20798
Web Inspector: support debug paint flashing
https://bugs.webkit.org/show_bug.cgi?id=20798
Summary Web Inspector: support debug paint flashing
Dave Hyatt
Reported 2008-09-12 10:53:03 PDT
I think it would be cool if Web Inspector supported paint flashing (like Quartz Debug).
Attachments
Timothy Hatcher
Comment 1 2008-10-13 19:24:52 PDT
Firefox 3.1 will have paint events that fire after a rect paints. http://ejohn.org/blog/browser-paint-events/ John Resig made a demo of paint flashing with these events. I think we can do better with just direct paint flashing.
Timothy Hatcher
Comment 2 2008-10-14 09:14:16 PDT
I got this working on the Mac last night. Going to try and redo it at the WebCore level now.
Simon Fraser (smfr)
Comment 3 2008-10-14 09:31:40 PDT
I'd like to see the ability to have each RenderObject draw a repaint count in the corner. That makes it really obvious when things are redrawing too much.
Adam Roben (:aroben)
Comment 4 2011-02-24 06:42:30 PST
WebKit2 has a mode that flashes backing store updates. Maybe we could use that. See WebPageProxy::setDebugPaintFlags
Radar WebKit Bug Importer
Comment 5 2014-01-12 15:08:30 PST
Note You need to log in before you can comment on or make changes to this bug.