[webkit-changes] [WebKit/WebKit] 2f8d67: Web Inspector: Console: timestamps cause objects t...

Devin Rousso noreply at github.com
Fri Apr 21 14:32:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2f8d67e3fcb5239efb5d9e4742ac7698bb88aacc
      https://github.com/WebKit/WebKit/commit/2f8d67e3fcb5239efb5d9e4742ac7698bb88aacc
  Author: Devin Rousso <hi at devinrousso.com>
  Date:   2023-04-21 (Fri, 21 Apr 2023)

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

  Log Message:
  -----------
  Web Inspector: Console: timestamps cause objects to be shown on a separate line
https://bugs.webkit.org/show_bug.cgi?id=255031
<rdar://problem/107659829>

Reviewed by Patrick Angle.

Move the timestamp to the end of the line and `float` it so that it doesn't participate in the normal flow.

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

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




More information about the webkit-changes mailing list