[Webkit-unassigned] [Bug 16085] New: Web Inspector's Network Timeline graph code clean up and misc. fixes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 12:12:19 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16085

           Summary: Web Inspector's Network Timeline graph code clean up and
                    misc. fixes
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy at hatcher.name


The Network Timeline graph code has a couple of problems.

- It defines a few global functions that should be nested or hanging off
another object/prototype.
- It recomputes the segment percentages twice, once for the main pill and
another time for the reflection.
- Sometimes the percentages will round down so the total is below 100%. (We
already account for a total greater than 100%.)
- The pill shadow is drawn with a stoke on a pixel boundary, to achieve a
blurry line. We should use the canvas shadow drawing properties.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list