Bug 264490

Summary: Improve failed SourceMap error grouping to avoid unnecessary work
Product: WebKit Reporter: Jon Davis <jond>
Component: Web InspectorAssignee: Jon Davis <jond>
Status: NEW ---    
Severity: Normal CC: inspector-bugzilla-changes, rcaliman, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=256683

Description Jon Davis 2023-11-09 08:01:23 PST
Grouping failed SourceMap error messages does extra work that could be avoided. See https://github.com/WebKit/WebKit/pull/18733#discussion_r1387461287 for details.
Comment 1 Radar WebKit Bug Importer 2023-11-16 08:02:14 PST
<rdar://problem/118510795>
Comment 2 Jon Davis 2023-12-15 09:21:40 PST
Pull request: https://github.com/WebKit/WebKit/pull/21870