Bug 133893

Summary: Avoid synchronous layout in window.scrollTo(0,0) when already at (0,0)
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2014-06-13 19:45:40 PDT
Yup.
Comment 1 Andreas Kling 2014-06-13 19:46:53 PDT
Created attachment 233098 [details]
Patch
Comment 2 Anders Carlsson 2014-06-16 08:44:41 PDT
Comment on attachment 233098 [details]
Patch

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

> Source/WebCore/ChangeLog:10
> +        We don't send scroll events when moving to the previous position,
> +        so this change is not observable.

Previous? Isn't it current?
Comment 3 WebKit Commit Bot 2014-06-17 12:01:14 PDT
Comment on attachment 233098 [details]
Patch

Clearing flags on attachment: 233098

Committed r170063: <http://trac.webkit.org/changeset/170063>
Comment 4 WebKit Commit Bot 2014-06-17 12:01:17 PDT
All reviewed patches have been landed.  Closing bug.