Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
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
- Loading branch information