Bug 253521 - Use more efficient treeOrder<>() in compareDeclarativeAnimationOwningElementPositionsInDocumentTreeOrder()
Summary: Use more efficient treeOrder<>() in compareDeclarativeAnimationOwningElementP...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-07 10:11 PST by Chris Dumez
Modified: 2023-03-07 22:16 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-03-07 10:11:04 PST
Use more efficient treeOrder<>() in compareDeclarativeAnimationOwningElementPositionsInDocumentTreeOrder() instead of Node::compareDocumentPosition(), which is meant to be used by JavaScript and has additional cruft.
Comment 1 Chris Dumez 2023-03-07 10:12:39 PST
Pull request: https://github.com/WebKit/WebKit/pull/11181
Comment 2 EWS 2023-03-07 22:15:06 PST
Committed 261359@main (9556da2412e5): <https://commits.webkit.org/261359@main>

Reviewed commits have been landed. Closing PR #11181 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-07 22:16:16 PST
<rdar://problem/106406779>