Bug 242450
Summary: | Web Inspector: Lazily create SourceCodeTextRange for search result objects | ||
---|---|---|---|
Product: | WebKit | Reporter: | Patrick Angle <pangle> |
Component: | Web Inspector | Assignee: | 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
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
<rdar://problem/96601780>
Patrick Angle
Pull request: https://github.com/WebKit/WebKit/pull/2174
EWS
Committed 252277@main (7fb9668bb2d3): <https://commits.webkit.org/252277@main>
Reviewed commits have been landed. Closing PR #2174 and removing active labels.