[Webkit-unassigned] [Bug 153911] Web Inspector: REGRESSION: Elements Tab > Node Details Sidebar > Properties Section is spammed with TypeErrors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 14 18:00:21 PDT 2017


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #9 from Joseph Pecoraro <joepeck at webkit.org> ---
I've approached this with a mostly API view except for the top level thing which will get us most of the properties (like the console).

So, for body we will get:

    • <body>
      - Properties view, so you see all the properties

    • HTMLBodyElement (Prototype)
    • HTMLElement (Prototype)
    • Element (Prototype)
    • Node (Prototype)
    • EventTarget (Prototype)
    • Object (Prototype)
      - "Pure" API views, so you can see the exact methods available

I also made sure we get the best possible API view:

    (1) Getters can be invoked to see the value for the selected node.
    (2) NativeFunctionParameter strings where possible.
    (3) Hovering properties shows "node.property" where possible.

I think this get us the best of all worlds. We also don't need any protocol additions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170315/5198ed2e/attachment.html>


More information about the webkit-unassigned mailing list