Bug 239783 - Avoid iterating the input string several times setInnerText() / setOuterText()
Summary: Avoid iterating the input string several times setInnerText() / setOuterText()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-26 12:52 PDT by Chris Dumez
Modified: 2022-04-26 18:17 PDT (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 2022-04-26 12:52:21 PDT
Avoid iterating the input string several times setInnerText() / setOuterText(), to look for new lines and carriage return characters.
Comment 1 Chris Dumez 2022-04-26 12:57:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/396
Comment 2 EWS 2022-04-26 18:16:15 PDT
Committed r293491 (250024@main): <https://commits.webkit.org/250024@main>

Reviewed commits have been landed. Closing PR #396 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-04-26 18:17:14 PDT
<rdar://problem/92370477>