[Webkit-unassigned] [Bug 113682] New: Web Inspector: Flame Chart. Extract item to coordinates conversion into a separate function.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 1 00:24:02 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113682

           Summary: Web Inspector: Flame Chart. Extract item to
                    coordinates conversion into a separate function.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loislo at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


There are two places where we calculate coordinates for an item.
One is in method draw, the other is in getPopoverAnchor.
It is easy to make a mistake if we need to change the logic or introduce an offset.
So we need a single function for that.

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



More information about the webkit-unassigned mailing list