Bug 77767 - Update the tree state after layout and add a way to commit it
Summary: Update the tree state after layout and add a way to commit it
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-03 12:59 PST by Anders Carlsson
Modified: 2012-02-03 13:26 PST (History)
0 users

See Also:


Attachments
Patch (8.32 KB, patch)
2012-02-03 13:05 PST, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>