Bug 248447 - Improve <textarea> validation performance
Summary: Improve <textarea> validation performance
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-28 17:21 PST by Ahmad Saleem
Modified: 2022-12-06 10:37 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2022-11-28 17:21:10 PST
Hi Team,

While going through Blink commits, I came across another performance optimization for textarea in specific case:

Blink Commit - https://chromium.googlesource.com/chromium/blink/+/bc3e860d2ac2726ca49faeb06970424b5db2f269 & https://chromium.googlesource.com/chromium/blink/+/6c75bb28a519a50475638fd0bdd5b8dddf356183

It is improving performance of same microbenchmark which Darin improved with his work. It will just squeeze bit more from it.

It does not have its own dedicated test case. I am raising this bug for future.

Thanks!
Comment 1 Darin Adler 2022-11-28 20:02:28 PST
Yes this is an easy one. I’ll tackle it soon.
Comment 2 Radar WebKit Bug Importer 2022-12-02 10:22:14 PST
<rdar://problem/102909909>
Comment 3 Darin Adler 2022-12-02 14:41:03 PST
Pull request: https://github.com/WebKit/WebKit/pull/7096
Comment 4 EWS 2022-12-06 10:37:09 PST
Committed 257417@main (95861845546f): <https://commits.webkit.org/257417@main>

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