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-

Description Brian Weinstein 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.
Comment 1 Brian Weinstein 2009-11-20 13:21:22 PST
Created attachment 43610 [details]
[PATCH] Fix
Comment 2 Brian Weinstein 2009-11-20 15:28:37 PST
Landed in r51255.