Bug 117058 - [wk2] All intrinsic content size changes should go through the 0-delay timer
Summary: [wk2] All intrinsic content size changes should go through the 0-delay timer
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-05-30 16:30 PDT by Tim Horton
Modified: 2013-05-31 17:02 PDT (History)
3 users (show)

See Also:


Attachments
patch (5.56 KB, patch)
2013-05-30 16:59 PDT, Tim Horton
no flags Details | Formatted Diff | Diff
patch (5.60 KB, patch)
2013-05-30 17:00 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-05-30 16:30:55 PDT
In https://bugs.webkit.org/show_bug.cgi?id=113258, I added a 0-delay timer so that we'd coalesce intrinsic content size changes. However, didUpdateGeometry still immediately updates intrinsic content size without coalescing.

<rdar://problem/13935042>
Comment 1 Tim Horton 2013-05-30 16:59:31 PDT
Created attachment 203398 [details]
patch
Comment 2 Tim Horton 2013-05-30 17:00:30 PDT
Created attachment 203399 [details]
patch
Comment 3 Tim Horton 2013-05-31 17:02:05 PDT
http://trac.webkit.org/changeset/151057