Bug 262343 - Eliminate recursion under SVGTextMetricsBuilder::walkTree()
Summary: Eliminate recursion under SVGTextMetricsBuilder::walkTree()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-28 16:27 PDT by Chris Dumez
Modified: 2023-09-28 20:46 PDT (History)
4 users (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-09-28 16:27:16 PDT
Eliminate recursion under SVGTextMetricsBuilder::walkTree() by doing a pre-order traversal of the tree.
Comment 1 Chris Dumez 2023-09-28 16:29:23 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18390
Comment 2 EWS 2023-09-28 20:45:57 PDT
Committed 268627@main (6ed03bca1507): <https://commits.webkit.org/268627@main>

Reviewed commits have been landed. Closing PR #18390 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-09-28 20:46:14 PDT
<rdar://problem/116217640>