[Webkit-unassigned] [Bug 28174] New: Profile view status bar buttons are blank

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 05:49:34 PDT 2009


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

           Summary: Profile view status bar buttons are blank
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mnaganov at chromium.org
                CC: timothy at hatcher.name, pfeldman at chromium.org


This bug was introduced in r46979. Profile view buttons (those shown below a
profile view) wasn't updated to use createStatusBarButton method. As a result,
they are blank.

Trying to fix it naively, I've found that as profile view doesn't have a
reference to a Profiles panel, it would need to access the
createStatusBarButton function through WebInspector.panels.profiler, which
isn't good. So I've decided to encapsulate glyph-based buttons into a new
class. As an additional benifit, this allowed to encapsulate toggling and
hiding functionality.

-- 
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