Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aefa7733c8dd696205db8fbcf636abff28648f3b
https://github.com/WebKit/WebKit/commit/aefa7733c8dd696205db8fbcf636abff28648f3b
Author: Qianlang Chen <[email protected]>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M
Source/WebInspectorUI/UserInterface/Controllers/JavaScriptLogViewController.js
Log Message:
-----------
Web Inspector: Multiple logs interleaving from different targets have wrong
repeat counts
rdar://165008582
https://bugs.webkit.org/show_bug.cgi?id=302749
Reviewed by Devin Rousso.
In the fix to the bug https://webkit.org/b/300728, when making a copy
of the previous console message that the backend indicated as a repeat
but wasn't a repeat (due to interleaving message from a different
target), we need to also reset its repeat count stats, for future actual
repeats to correctly reference.
No new tests: no testable backend or model behavior has changed.
Manually tested with the test case from the bug report.
*
Source/WebInspectorUI/UserInterface/Controllers/JavaScriptLogViewController.js:
(WI.JavaScriptLogViewController.prototype.updatePreviousMessageRepeatCount):
Canonical link: https://commits.webkit.org/303220@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications