Bug 54303

Summary: Would like a way to visualize backing store and view updates in WebKit2
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Layout and RenderingAssignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Add a way to flash backing store and view updates andersca: review+

Description Adam Roben (:aroben) 2011-02-11 12:06:22 PST
It would be nice to have a way to visualize backing store and screen updates in WebKit2. Something similar to Quartz Debug's "Flash screen updates" would work well.
Comment 1 Adam Roben (:aroben) 2011-02-14 09:37:15 PST
I have a patch, but it only gets this feature working on Windows. Other platforms will have to implement PageClient::flashBackingStoreUpdates, and flash their views' updates at the appropriate time.
Comment 2 Adam Roben (:aroben) 2011-02-14 09:37:37 PST
Created attachment 82325 [details]
Add a way to flash backing store and view updates
Comment 3 Adam Roben (:aroben) 2011-02-14 10:27:44 PST
Committed r78488: <http://trac.webkit.org/changeset/78488>