Bug 117364

Summary: Coalesce multiple calls to WebPageProxy::windowAndViewFramesChanged
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Anders Carlsson 2013-06-07 16:01:26 PDT
Coalesce multiple calls to WebPageProxy::windowAndViewFramesChanged
Comment 1 Anders Carlsson 2013-06-07 16:07:07 PDT
Created attachment 204073 [details]
Patch
Comment 2 Geoffrey Garen 2013-06-07 16:44:34 PDT
Comment on attachment 204073 [details]
Patch

r=me
Comment 3 Tim Horton 2013-06-07 16:46:14 PDT
Comment on attachment 204073 [details]
Patch

Hmm, maybe I should be using dispatch_async instead of webcore timers! That's much prettier :P
Comment 4 Anders Carlsson 2013-06-07 17:11:32 PDT
Committed r151344: <http://trac.webkit.org/changeset/151344>