Bug 52727

Summary: Throttle sending of SetSize messages
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch darin: review+

Description Anders Carlsson 2011-01-19 10:26:35 PST
Throttle sending of SetSize messages
Comment 1 Anders Carlsson 2011-01-19 10:27:34 PST
Created attachment 79445 [details]
Patch
Comment 2 Darin Adler 2011-01-19 10:33:26 PST
Comment on attachment 79445 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=79445&action=review

> Source/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp:113
> +    // FIXME: Send a new SetSize message if needed.

Is it really OK to land without this?
Comment 3 Anders Carlsson 2011-01-19 10:36:27 PST
(In reply to comment #2)
> (From update of attachment 79445 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=79445&action=review
> 
> > Source/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp:113
> > +    // FIXME: Send a new SetSize message if needed.
> 
> Is it really OK to land without this?

The new drawing area is currently opt-in by setting an environment variable so yes.
Comment 4 Anders Carlsson 2011-01-19 10:36:52 PST
Committed r76139: <http://trac.webkit.org/changeset/76139>