[Webkit-unassigned] [Bug 113357] Web Inspector: gather accessor property getter and setter under a single tree node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 29 08:50:25 PDT 2013


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





--- Comment #29 from Vsevolod Vlasov <vsevik at chromium.org>  2013-03-29 08:48:35 PST ---
I have rolled this patch out.
I don't think we have an agreement on the way we want to implement properties inspection in UI.

I think property value should be accessible as a top level element.
It could also have "Show getter definition" and "Show setter definition" items in context menu.

In this case getter and setter could be kept inside prototype
Object
-- field: value
-- * property: propertyValue
-- __proto__
   -- someMethod: function() ...
   -- get property: function() ...
   -- set property: function() ...

If we move on with my suggestion we don't need this change at all, so we should decide first before landing this patch.

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