Bug 264489

Summary: Move message level logic to a static function on ConsoleMessageView
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 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