Bug 242450

Summary: Web Inspector: Lazily create SourceCodeTextRange for search result objects
Product: WebKit Reporter: Patrick Angle <pangle>
Component: Web InspectorAssignee: Patrick Angle <pangle>
Status: RESOLVED FIXED    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

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
Radar WebKit Bug Importer
Comment 1 2022-07-07 09:06:07 PDT
Patrick Angle
Comment 2 2022-07-07 10:12:43 PDT
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.