[Webkit-unassigned] [Bug 142322] New: Web Inspector: Better Console Previews for Arrays / Small Objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 4 19:50:48 PST 2015


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

            Bug ID: 142322
           Summary: Web Inspector: Better Console Previews for Arrays /
                    Small Objects
    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
Better Console Previews for Arrays / Small Objects.

Currently:

  js> [[1], ["2"], [3]]
  <-  ▶︎ [Array, Array, Array] (3)

  js> [[[[1]]]]
  <-  ▶︎ [Array] (1)

  js> [{a:1}]
  <-  ▶︎ [Object] (1)

We should come up with a better strategy for Array Previews.

-- 
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/20150305/e91eda81/attachment-0002.html>


More information about the webkit-unassigned mailing list