[webkit-changes] [WebKit/WebKit] 80669e: Web Inspector: Regression(258675 at main) "Selected e...

Patrick Angle noreply at github.com
Fri Feb 10 17:01:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 80669e5b296b01c3b7c2b737632263c0f3fb16be
      https://github.com/WebKit/WebKit/commit/80669e5b296b01c3b7c2b737632263c0f3fb16be
  Author: Patrick Angle <pangle at apple.com>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css
    M Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.js

  Log Message:
  -----------
  Web Inspector: Regression(258675 at main) "Selected element" console entry fills entire row
https://bugs.webkit.org/show_bug.cgi?id=252081
rdar://105298123

Reviewed by Devin Rousso.

Fix up some console-related styling after 258675 at main. The key change is to not set display: flex; on the console
message body and to return to using `span` for a few elements, undoing that change from the regression point and instead
making sure the timestamp itself is a span.

* Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css:
(.console-message-body):
(.console-message .timestamp):
* Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.js:
(WI.ConsoleMessageView.prototype.render):
(WI.ConsoleMessageView.prototype.renderTimestamp):

Canonical link: https://commits.webkit.org/260139@main




More information about the webkit-changes mailing list