Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 748645e2c4d389faedc52fd1b7620673cae3c5b8
https://github.com/WebKit/WebKit/commit/748645e2c4d389faedc52fd1b7620673cae3c5b8
Author: Basuke Suzuki <[email protected]>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M
Source/WebInspectorUI/UserInterface/Controllers/JavaScriptLogViewController.js
Log Message:
-----------
[Web Inspector] _consoleMessageViews is not required.
https://bugs.webkit.org/show_bug.cgi?id=300740
rdar://162638323
Reviewed by Devin Rousso.
JavaScriptLogViewController does keep all messageView for each console messages
in
_consoleMessageViews. This is there to re-render message views with timestam but
if is already rendered in super class. No need to keep it.
Also removing _showTimestamps and use settings valuse directly.
*
Source/WebInspectorUI/UserInterface/Controllers/JavaScriptLogViewController.js:
(WI.JavaScriptLogViewController):
(WI.JavaScriptLogViewController.prototype._appendConsoleMessageView):
(WI.JavaScriptLogViewController.prototype.renderPendingMessages):
(WI.JavaScriptLogViewController.prototype._handleShowConsoleMessageTimestampsSettingChanged):
Canonical link: https://commits.webkit.org/301638@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes