WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
301339
Web Inspector: REGRESSION(
301917@main
) Console messages are not rendered
https://bugs.webkit.org/show_bug.cgi?id=301339
Summary
Web Inspector: REGRESSION(301917@main) Console messages are not rendered
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-10-23 04:32:14 PDT
<
rdar://problem/163256970
>
Razvan Caliman
Comment 2
2025-10-23 04:35:58 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/52873
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.
Top of Page
Format For Printing
XML
Clone This Bug