Bug 30315 - Web Inspector: DOM Content and Load lines in Resources are unclear what they mean
Summary: Web Inspector: DOM Content and Load lines in Resources are unclear what they ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-12 15:21 PDT by Brian Weinstein
Modified: 2009-10-12 15:33 PDT (History)
4 users (show)

See Also:


Attachments
Fix (5.59 KB, patch)
2009-10-12 15:24 PDT, Brian Weinstein
timothy: review+
bweinstein: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.