Bug 77767

Summary: Update the tree state after layout and add a way to commit it
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Anders Carlsson 2012-02-03 12:59:13 PST
Update the tree state after layout and add a way to commit it
Comment 1 Anders Carlsson 2012-02-03 13:05:18 PST
Created attachment 125391 [details]
Patch
Comment 2 Andreas Kling 2012-02-03 13:20:41 PST
Comment on attachment 125391 [details]
Patch

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

r=me with some fixes..

> Source/WebCore/ChangeLog:8
> +        No new tests. (OOPS!)

OOPS!!!

> Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:202
> +    printf("committing!\n");

:)

> Source/WebCore/page/scrolling/ScrollingTreeState.h:67
> +    // Copies the current tree state and clears the changed properties mask in the original

Missing period at end of sentence
Comment 3 Anders Carlsson 2012-02-03 13:26:05 PST
Committed r106690: <http://trac.webkit.org/changeset/106690>