[webkit-changes] [WebKit/WebKit] 87eec7: Web Inspector: Console: repeated logs sometimes ha...

Devin Rousso noreply at github.com
Fri Apr 21 14:46:08 PDT 2023


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

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Controllers/JavaScriptLogViewController.js

  Log Message:
  -----------
  Web Inspector: Console: repeated logs sometimes have the wrong timestamp
https://bugs.webkit.org/show_bug.cgi?id=255502

Reviewed by Patrick Angle.

We should only update the `timestamp` if the a repated log is not interrupted (i.e. some other message shows up in between, e.g. an evaulation).

* Source/WebInspectorUI/UserInterface/Controllers/JavaScriptLogViewController.js:
(WI.JavaScriptLogViewController.prototype.updatePreviousMessageRepeatCount):

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




More information about the webkit-changes mailing list