WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
242450
Web Inspector: Lazily create SourceCodeTextRange for search result objects
https://bugs.webkit.org/show_bug.cgi?id=242450
Summary
Web Inspector: Lazily create SourceCodeTextRange for search result objects
Patrick Angle
Reported
2022-07-07 09:05:59 PDT
Creating this object is expensive because it tracks changes to the source code, but we never take advantage of that tracking and just immediately use the info to create the title strings for search results. We also already notify users that they need to search again if content on the page changes.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-07-07 09:06:07 PDT
<
rdar://problem/96601780
>
Patrick Angle
Comment 2
2022-07-07 10:12:43 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/2174
EWS
Comment 3
2022-07-08 09:52:51 PDT
Committed
252277@main
(7fb9668bb2d3): <
https://commits.webkit.org/252277@main
> Reviewed commits have been landed. Closing PR #2174 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug