Bug 127590 - Prepare scrolling tree to handle > 1 scrolling node
Summary: Prepare scrolling tree to handle > 1 scrolling node
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: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-24 15:15 PST by Simon Fraser (smfr)
Modified: 2014-01-24 16:00 PST (History)
9 users (show)

See Also:


Attachments
Patch (32.05 KB, patch)
2014-01-24 15:20 PST, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (32.05 KB, patch)
2014-01-24 15:25 PST, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2014-01-24 15:15:12 PST
Prepare scrolling tree to handle > 1 scrolling node
Comment 1 Simon Fraser (smfr) 2014-01-24 15:20:29 PST
Created attachment 222161 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-01-24 15:25:47 PST
Created attachment 222162 [details]
Patch
Comment 3 Tim Horton 2014-01-24 15:32:04 PST
Comment on attachment 222162 [details]
Patch

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

> Source/WebCore/page/scrolling/AsyncScrollingCoordinator.cpp:172
> +    m_updateMainFrameScrollPositionTimer.startOneShot(0);

Should the timer still have "main frame" in the name?
Comment 4 Simon Fraser (smfr) 2014-01-24 16:00:00 PST
https://trac.webkit.org/r162736