Bug 230445 - Remove use of NSScrollAnimationHelper for animated scrolls
Summary: Remove use of NSScrollAnimationHelper for animated scrolls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-18 12:13 PDT by Simon Fraser (smfr)
Modified: 2021-09-18 15:45 PDT (History)
4 users (show)

See Also:


Attachments
Patch (15.09 KB, patch)
2021-09-18 12:15 PDT, Simon Fraser (smfr)
mrobinson: review+
Details | Formatted Diff | Diff
Patch (14.88 KB, patch)
2021-09-18 12:41 PDT, Simon Fraser (smfr)
no flags 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) 2021-09-18 12:13:50 PDT
Remove use of NSScrollAnimationHelper for animated scrolls
Comment 1 Simon Fraser (smfr) 2021-09-18 12:15:37 PDT
Created attachment 438565 [details]
Patch
Comment 2 Martin Robinson 2021-09-18 12:23:26 PDT
Comment on attachment 438565 [details]
Patch

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

This is a great cleanup!

> Source/WebCore/platform/ScrollAnimator.cpp:109
> +    WTFLogAlways("scrollToPositionWithoutAnimation to %.2f", adjustedPosition.y());

Are these WTFLogAlways calls left over or did you mean to add them?

> Source/WebCore/platform/mac/ScrollAnimatorMac.mm:54
>  static bool scrollAnimationEnabledForSystem()

I think this can be removed and moved into the body of platformAllowsScrollAnimation. I don't think it's used anywhere else.
Comment 3 Simon Fraser (smfr) 2021-09-18 12:29:13 PDT
(In reply to Martin Robinson from comment #2)
> Comment on attachment 438565 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=438565&action=review
> 
> This is a great cleanup!
> 
> > Source/WebCore/platform/ScrollAnimator.cpp:109
> > +    WTFLogAlways("scrollToPositionWithoutAnimation to %.2f", adjustedPosition.y());

I didn't mean to leave this in.

> > Source/WebCore/platform/mac/ScrollAnimatorMac.mm:54
> >  static bool scrollAnimationEnabledForSystem()
> 
> I think this can be removed and moved into the body of
> platformAllowsScrollAnimation. I don't think it's used anywhere else.

Sure.
Comment 4 Simon Fraser (smfr) 2021-09-18 12:41:52 PDT
Created attachment 438566 [details]
Patch
Comment 5 EWS 2021-09-18 15:45:00 PDT
Committed r282730 (241867@main): <https://commits.webkit.org/241867@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 438566 [details].
Comment 6 Radar WebKit Bug Importer 2021-09-18 15:45:16 PDT
<rdar://problem/83274425>