[Webkit-unassigned] [Bug 137306] Web Inspector: Expanding event objects in console shows undefined for most values, it should have real values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 19 14:09:41 PST 2015


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

--- Comment #11 from Joseph Pecoraro <joepeck at webkit.org> ---
(In reply to comment #10)
> I wouldn't expect to see the getters still under the prototype. We should
> remove them from there when they are promoted to the object. Agree?

Ideally no-one will need to expand the __proto__ chain anymore. If they do, they are looking at the prototype chain API surface (constants, functions, getter/setter functions). In this case I think it is fine to show the getters/setters under the prototype. We should improve their appearance in some way. Currently they are undefined because of bug 140575, but they should be functions. However we make them appear, I think showing them, alongside the other function properties, is useful.

-- 
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/20150119/e33d34fd/attachment-0002.html>


More information about the webkit-unassigned mailing list