RESOLVED FIXED 141585
Some IDL attributes appear on the instances instead of on prototypes
https://bugs.webkit.org/show_bug.cgi?id=141585
Summary Some IDL attributes appear on the instances instead of on prototypes
Joseph Pecoraro
Reported 2015-02-13 17:40:58 PST
* SUMMARY Some IDL attributes appear on instances instead of on prototypes. 1. JSEvent properties on events ("clipboardData") => generated JSEvent::getOwnPropertySlot claims this is an instance's own property 2. HTMLDocument properties on document ("embeds", ...) => JSHTMLDocument::getOwnPropertySlot sets cacheable properties for JSHTMLDocument::info table entries 3. DOMWindow properties on window ("innerHeight", ...) => JSDOMWindow::getOwnPropertySlot sets cacheable properties for JSDOMWindow::info table entries A side-effect of this, is that these properties do not have expected property descriptors. (They should have appropriate getters/setters and do not).
Attachments
Joseph Pecoraro
Comment 1 2016-06-29 18:07:08 PDT
I think Chris fixed the majority of these. I'm updating Web Inspector now to better handle the changes we've seen. Lets close this out.
Note You need to log in before you can comment on or make changes to this bug.