[Webkit-unassigned] [Bug 77917] Web Inspector: In Inspector.json PropertyDescriptor.writable should be declared optional

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 16:11:14 PST 2012


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





--- Comment #15 from Peter Rybin <prybin at chromium.org>  2012-02-08 16:11:14 PST ---
New patch makes sure the output conforms with our protocol (in all cases, including when exception is thrown).

It doesn't lose 'undefined' values of getters and setters, because conceptually accessor property HAS getter and setter, even if both are 'undefined' (this can be checked by getOwnPropertyDescriptor call on such property).

This cases undefined getter/setter showing in UI. This may or may not need fixing.

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