Bug 30315

Summary: Web Inspector: DOM Content and Load lines in Resources are unclear what they mean
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: Web Inspector (Deprecated)Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, joepeck, rik, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Fix timothy: review+, bweinstein: commit-queue-

Description Brian Weinstein 2009-10-12 15:21:11 PDT
DOM Content and Load lines in Resources are unclear what they mean, we should add a tooltip over the lines to show what the lines are.
Comment 1 Brian Weinstein 2009-10-12 15:24:23 PDT
Created attachment 41063 [details]
Fix
Comment 2 Timothy Hatcher 2009-10-12 15:27:00 PDT
Comment on attachment 41063 [details]
Fix


> +    background-color: rgba(0, 0, 0, 0);

There is no background by default. You should be able to remove this. If you do need this, the "transparent" keyword is best.
Comment 3 Brian Weinstein 2009-10-12 15:33:58 PDT
Committed in http://trac.webkit.org/changeset/49479.