Bug 113258 - [wk2] Don't send intrinsic content size updates more than once per runloop
Summary: [wk2] Don't send intrinsic content size updates more than once per runloop
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-03-25 17:47 PDT by Tim Horton
Modified: 2013-03-26 14:30 PDT (History)
3 users (show)

See Also:


Attachments
patch (4.06 KB, patch)
2013-03-25 18:38 PDT, Tim Horton
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2013-03-25 17:47:09 PDT
This can cause flickering when clients mutate the DOM within a single runloop cycle, because we can send multiple messages to the UIProcess.
Comment 1 Tim Horton 2013-03-25 18:06:06 PDT
<rdar://problem/13492038>
Comment 2 Tim Horton 2013-03-25 18:38:51 PDT
Created attachment 194970 [details]
patch
Comment 3 Tim Horton 2013-03-26 11:46:10 PDT
http://trac.webkit.org/changeset/146913
Comment 4 Tim Horton 2013-03-26 14:30:39 PDT
Follow up change in https://trac.webkit.org/r146928