Bug 255502
Summary: | Web Inspector: Console: repeated logs sometimes have the wrong timestamp | ||
---|---|---|---|
Product: | WebKit | Reporter: | Devin Rousso <hi> |
Component: | Web Inspector | Assignee: | Devin Rousso <hi> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Devin Rousso
# STEPS TO REPRODUCE
1. inspect any page
2. repeatedly evaluate `console.log(42)` in the Console
## EXPECTED
each log would have a timestamp greater than the last
## ACTUAL
the last log has the original timestamp, and every other log is off by one (i.e. the first log has the timestamp of the second log, etc.)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Devin Rousso
Pull request: https://github.com/WebKit/WebKit/pull/12783
EWS
Committed 263265@main (87eec7c955f6): <https://commits.webkit.org/263265@main>
Reviewed commits have been landed. Closing PR #12783 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/108385942>