Bug 6591
| Summary: | Web Inspector: finish the Properties pane | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Enhancement | CC: | ian |
| Priority: | P3 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Timothy Hatcher
The properties pane should show all the DOM properties that are exposed to javaScript and ObjC. Like
offsetTop, parentNode, attributes, etc. Properties like attributes should be a a collapsable tree that shows
the sub-items. some features here could include (double)clicking to jump to the parentNode, or firstChild.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
This pane has a rough first cut as part of Bug 10163.
Timothy Hatcher
The properties pane should show the prototype chain, to make things easier to view.
Adam Roben (:aroben)
This was fixed when the new inspector landed in r23677