Bug 264489 - Move message level logic to a static function on ConsoleMessageView
Summary: Move message level logic to a static function on ConsoleMessageView
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 07:51 PST by Jon Davis
Modified: 2023-12-15 09:30 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 07:51:30 PST
As a follow-up tothe work in https://bugs.webkit.org/show_bug.cgi?id=256683, ConsoleGroup now has the ability to set a message error level. This duplicate code should be moved to ConsoleMessageView.
Comment 1 Radar WebKit Bug Importer 2023-11-16 07:52:14 PST
<rdar://problem/118510401>
Comment 2 Jon Davis 2023-12-15 09:30:41 PST
Pull request: https://github.com/WebKit/WebKit/pull/21873