Bug 256824 - Combine requestScrollPositionUpdate() and requestAnimatedScrollToPosition()
Summary: Combine requestScrollPositionUpdate() and requestAnimatedScrollToPosition()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-15 20:52 PDT by Simon Fraser (smfr)
Modified: 2023-05-16 10:24 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2023-05-15 20:52:38 PDT
requestScrollPositionUpdate() and requestAnimatedScrollToPosition() do pretty much the same thing; we can just pass a ScrollIsAnimated argument and share more code.
Comment 1 Radar WebKit Bug Importer 2023-05-15 20:52:59 PDT
<rdar://problem/109386012>
Comment 2 Simon Fraser (smfr) 2023-05-15 20:58:25 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13908
Comment 3 EWS 2023-05-16 10:24:43 PDT
Committed 264119@main (4a8d697cd1a2): <https://commits.webkit.org/264119@main>

Reviewed commits have been landed. Closing PR #13908 and removing active labels.