Bug 31741

Summary: Web Inspector: User Entered Data on the console should show up no matter what filters
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: Web Inspector (Deprecated)Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Fix timothy: review+, bweinstein: commit-queue-

Brian Weinstein
Reported 2009-11-20 13:18:07 PST
User Entered Data on the console should show up no matter what filters. Warning A Error A Log A Warning B > foo Error: Undefined variable foo. If you select to filter by just Warnings - you will see: Warning A Warning B > Foo When you should See: Warning A Warning B > Foo Error: Undefined variable foo.
Attachments
[PATCH] Fix (1.08 KB, patch)
2009-11-20 13:21 PST, Brian Weinstein
timothy: review+
bweinstein: commit-queue-
Brian Weinstein
Comment 1 2009-11-20 13:21:22 PST
Created attachment 43610 [details] [PATCH] Fix
Brian Weinstein
Comment 2 2009-11-20 15:28:37 PST
Landed in r51255.
Note You need to log in before you can comment on or make changes to this bug.