[Webkit-unassigned] [Bug 141585] New: Web Inspector: Some IDL attributes appear on the instances instead of on prototypes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 13 17:40:58 PST 2015


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

            Bug ID: 141585
           Summary: Web Inspector: Some IDL attributes appear on the
                    instances instead of on prototypes
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: ggaren at apple.com

* 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).

-- 
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/20150214/d947f34c/attachment-0002.html>


More information about the webkit-unassigned mailing list