Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e1f4abfb36540c07b309ae911a8ed246d4d1f3da
https://github.com/WebKit/WebKit/commit/e1f4abfb36540c07b309ae911a8ed246d4d1f3da
Author: Devin Rousso <[email protected]>
Date: 2026-07-06 (Mon, 06 Jul 2026)
Changed paths:
M Source/WebInspectorUI/UserInterface/Views/LogContentView.js
Log Message:
-----------
Web Inspector: Console: avoid querying for ALL nodes in view
https://bugs.webkit.org/show_bug.cgi?id=318568
Reviewed by Alexey Proskuryakov.
There's no need to remove `tabindex` for EVERY node in the `WI.LogContentView`.
Instead, just remove them from the newly added
`WI.ConsoleMessageView`/`WI.ConsoleCommandView`.
* Source/WebInspectorUI/UserInterface/Views/LogContentView.js:
(WI.LogContentView.prototype.didAppendConsoleMessageView):
(WI.LogContentView.prototype.didAppendConsoleMessageView.clearFocusableChildren):
Added.
(WI.LogContentView.prototype._clearFocusableChildren): Deleted.
Canonical link: https://commits.webkit.org/316609@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications