Bug 65154

Summary: Scroll animation refinements.
Product: WebKit Reporter: Scott Byer <scottbyer>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Scott Byer 2011-07-25 17:23:24 PDT
Scroll animation refinements.
Comment 1 Scott Byer 2011-07-25 17:32:25 PDT
Created attachment 101951 [details]
Patch
Comment 2 Scott Byer 2011-07-26 15:20:51 PDT
Created attachment 102060 [details]
Patch
Comment 3 Adam Barth 2011-07-29 10:42:04 PDT
Comment on attachment 102060 [details]
Patch

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

> Source/WebCore/platform/ScrollAnimatorNone.h:62
> -        Parameters(bool, double, Curve, double, Curve, double);
> +        Parameters(bool, double, double, Curve, double, Curve, double);

It would be nice to have names for these parameters.
Comment 4 Scott Byer 2011-07-29 10:50:24 PDT
Created attachment 102374 [details]
Patch
Comment 5 Scott Byer 2011-07-29 10:51:36 PDT
Agreed, parameter names added in the header.
Comment 6 WebKit Review Bot 2011-07-29 12:12:03 PDT
Comment on attachment 102374 [details]
Patch

Clearing flags on attachment: 102374

Committed r92002: <http://trac.webkit.org/changeset/92002>
Comment 7 WebKit Review Bot 2011-07-29 12:12:08 PDT
All reviewed patches have been landed.  Closing bug.