NEW 168560
Web Inspector: Dashboard counters should reset when new console sessions are created
https://bugs.webkit.org/show_bug.cgi?id=168560
Summary Web Inspector: Dashboard counters should reset when new console sessions are ...
Devin Rousso
Reported 2017-02-18 15:30:33 PST
I often keep "Clear when page navigates" unchecked in settings, which means that I get a lot of console messages while I test things. Currently, however, the dashboard counters (Logs, Errors, Warnings) do not reset when the page refreshes, instead keeping the count of total logs/errors/warnings since the console was last cleared.
Attachments
Patch (2.88 KB, patch)
2017-02-18 15:34 PST, Devin Rousso
joepeck: review-
Devin Rousso
Comment 1 2017-02-18 15:34:44 PST
Joseph Pecoraro
Comment 2 2017-02-20 11:02:29 PST
Comment on attachment 302060 [details] Patch I don't think this is the right thing to do. The dashboard and console should match. It doesn't make sense to clear one and not clear the other, because then they will be out of sync. To get the behavior you want (clear the dashboard indicators on reload) you can change your setting to not preserve console logs across reload.
Note You need to log in before you can comment on or make changes to this bug.