Bug 157598

Summary: Web Inspector: Unexpected unread notification icon next to Log after clearing via clear()
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2016-05-11 16:58:31 PDT
* SUMMARY
Unexpected unread notification icon next to Log after clearing via clear()

* STEPS TO REPRODUCE
1. Inspect about:blank
2. Show Console Tab
3. Select Error filter
4. js> clear() or 1+1
  => Unread notification icon next to Log doesn't make sense

* NOTES
- We always show ConsoleCommand and ConsoleCommandResults regardless of filters, so a ConsoleCommandResult should not affect the unread indicators.
Comment 1 Joseph Pecoraro 2016-05-11 16:59:42 PDT
Created attachment 278682 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2016-05-11 18:04:00 PDT
Comment on attachment 278682 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 278682

Committed r200720: <http://trac.webkit.org/changeset/200720>
Comment 3 WebKit Commit Bot 2016-05-11 18:04:04 PDT
All reviewed patches have been landed.  Closing bug.