Bug 117364 - Coalesce multiple calls to WebPageProxy::windowAndViewFramesChanged
Summary: Coalesce multiple calls to WebPageProxy::windowAndViewFramesChanged
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-07 16:01 PDT by Anders Carlsson
Modified: 2013-06-07 17:11 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.94 KB, patch)
2013-06-07 16:07 PDT, Anders Carlsson
ggaren: review+
Details | Formatted Diff | Diff

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