[Webkit-unassigned] [Bug 148365] New: Web Inspector: Don't gray out "}" when it hasn't executed in the code coverage profiler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 22 19:12:49 PDT 2015


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

            Bug ID: 148365
           Summary: Web Inspector: Don't gray out "}" when it hasn't
                    executed in the code coverage profiler
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sbarati at apple.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Consider this function:
"function foo() { doSomething(); return 20; }"
Currently, we gray out the "}" because technically it "hasn't executed".
We should special case this because the UI looks bad.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150823/9d1c4b76/attachment.html>


More information about the webkit-unassigned mailing list