[Webkit-unassigned] [Bug 142660] New: Web Inspector: console.assert should show assertion conditional expression when possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 13 00:32:03 PDT 2015


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

            Bug ID: 142660
           Summary: Web Inspector: console.assert should show assertion
                    conditional expression when possible
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
console.assert should show assertion conditional expression when possible.

This information would be useful to show in the "Pause Reason" section and assert console message/warning.

For example:

  console.assert(false);        // condition: "false"
  console.assert(foo.bar);      // condition: "foo.bar"
  console.assert(x, "Message"); // condition: "x", message: "Message"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150313/e08a4aac/attachment-0002.html>


More information about the webkit-unassigned mailing list