<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: REGRESSION: Elements Tab > Node Details Sidebar > Properties Section is spammed with TypeErrors"
href="https://bugs.webkit.org/show_bug.cgi?id=153911">bug 153911</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>joepeck@webkit.org
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: REGRESSION: Elements Tab > Node Details Sidebar > Properties Section is spammed with TypeErrors"
href="https://bugs.webkit.org/show_bug.cgi?id=153911#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: REGRESSION: Elements Tab > Node Details Sidebar > Properties Section is spammed with TypeErrors"
href="https://bugs.webkit.org/show_bug.cgi?id=153911">bug 153911</a>
from <span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>