Bug 54303 - Would like a way to visualize backing store and view updates in WebKit2
Summary: Would like a way to visualize backing store and view updates in WebKit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-11 12:06 PST by Adam Roben (:aroben)
Modified: 2011-02-14 10:27 PST (History)
2 users (show)

See Also:


Attachments
Add a way to flash backing store and view updates (14.37 KB, patch)
2011-02-14 09:37 PST, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

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