Bug 143166

Summary: Web Inspector: Console should indicate if you have unseen messages in console due to filters
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, jonowells, mark.lam, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
After Patch is applied
none
Patch none

Description Joseph Pecoraro 2015-03-27 17:28:21 PDT
* SUMMARY
Console should indicate if you have unseen messages in console due to filters.

I frequently think "where are my messages" before noticing that there is a filter that is hiding them. I've frequently had people come to me with the same problem. We should better indicate when a filter is hiding messages.
Comment 1 Radar WebKit Bug Importer 2015-03-27 17:28:44 PDT
<rdar://problem/20335055>
Comment 2 Devin Rousso 2015-07-02 16:54:31 PDT
Created attachment 256050 [details]
Patch
Comment 3 Timothy Hatcher 2015-07-02 18:18:19 PDT
Can you post a screenshot?
Comment 4 Timothy Hatcher 2015-07-04 07:06:15 PDT
Comment on attachment 256050 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256050&action=review

> Source/WebInspectorUI/UserInterface/Views/LogContentView.css:35
> +    border-color: rgba(224, 164, 4, 0.9);

Why rgba here and not for the others?

> Source/WebInspectorUI/UserInterface/Views/LogContentView.js:324
> +    _determineMessageLevel: function(level)

_scopeFromMessageLevel?
Comment 5 Devin Rousso 2015-07-04 10:06:44 PDT
Comment on attachment 256050 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256050&action=review

>> Source/WebInspectorUI/UserInterface/Views/LogContentView.css:35
>> +    border-color: rgba(224, 164, 4, 0.9);
> 
> Why rgba here and not for the others?

I was originally using the color of the warning icon in the inspector status area, but I'll look to see if I can find a better color.
Comment 6 Devin Rousso 2015-07-04 10:11:50 PDT
Created attachment 256150 [details]
After Patch is applied
Comment 7 Devin Rousso 2015-07-04 10:12:29 PDT
Created attachment 256151 [details]
Patch
Comment 8 WebKit Commit Bot 2015-07-04 14:47:30 PDT
Comment on attachment 256151 [details]
Patch

Clearing flags on attachment: 256151

Committed r186283: <http://trac.webkit.org/changeset/186283>
Comment 9 WebKit Commit Bot 2015-07-04 14:47:34 PDT
All reviewed patches have been landed.  Closing bug.