Bug 264490 - Improve failed SourceMap error grouping to avoid unnecessary work
Summary: Improve failed SourceMap error grouping to avoid unnecessary work
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jon Davis
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-09 08:01 PST by Jon Davis
Modified: 2023-12-15 09:21 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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