Bug 10168

Summary: add a first cut at a Metrics pane to the inspector
Product: WebKit Reporter: Darin Adler <darin>
Component: Web Inspector (Deprecated)Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
adds Metrics pane implementation, adds back a .title I removed before timothy: review+

Darin Adler
Reported 2006-07-31 01:19:10 PDT
I have a first cut at the Metrics pane
Attachments
adds Metrics pane implementation, adds back a .title I removed before (7.56 KB, patch)
2006-07-31 01:21 PDT, Darin Adler
timothy: review+
Darin Adler
Comment 1 2006-07-31 01:21:53 PDT
Created attachment 9771 [details] adds Metrics pane implementation, adds back a .title I removed before
Timothy Hatcher
Comment 2 2006-07-31 08:51:58 PDT
Comment on attachment 9771 [details] adds Metrics pane implementation, adds back a .title I removed before This is a great first cut! You should add ".title" for the JS property values also, so overflown content in there can still be seen in a tooltip.
Timothy Hatcher
Comment 3 2006-07-31 09:01:50 PDT
You can remove "cellpadding=0 cellspacing=0" from the tables and move these to CSS as border-spacing on the tables and padding on the TDs. That will clean up the HTML a tad. +.boxModelTable td { + padding: 0; +.boxModelTable { + border-spacing: 0;
Darin Adler
Comment 4 2006-07-31 12:08:56 PDT
Committed revision 15713.
Note You need to log in before you can comment on or make changes to this bug.