Bug 301339

Summary: Web Inspector: REGRESSION(301917@main) Console messages are not rendered
Product: WebKit Reporter: Razvan Caliman <rcaliman>
Component: Web InspectorAssignee: Razvan Caliman <rcaliman>
Status: RESOLVED FIXED    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 300728    
Bug Blocks:    

Razvan Caliman
Reported 2025-10-23 04:32:08 PDT
Regressed by https://commits.webkit.org/301917@main Changes in https://bugs.webkit.org/show_bug.cgi?id=300728 removed checks to ensure the message to be appended is an instance of `WI.ConsoleMessageView`. The message can also be a `WI.CommandView` ``` undefined is not an object (evaluating 'message.source')​ (at JavaScriptLogViewController.js:​313:​20)​ _appendConsoleMessageView @ JavaScriptLogViewController.js:​313:​20 appendImmediateExecutionWithResult @ JavaScriptLogViewController.js:​138:​43 ?​ @ DOMManager.js:​623:​79 ```
Attachments
Radar WebKit Bug Importer
Comment 1 2025-10-23 04:32:14 PDT
Razvan Caliman
Comment 2 2025-10-23 04:35:58 PDT
EWS
Comment 3 2025-10-23 08:18:52 PDT
Committed 302032@main (ade3d3fcdde5): <https://commits.webkit.org/302032@main> Reviewed commits have been landed. Closing PR #52873 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.