Bug 255376
| Summary: | Web Inspector: Console: non-enumerable properties appear as though they're internal | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> |
| Component: | Web Inspector | Assignee: | Devin Rousso <hi> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Devin Rousso
we currently semi-transparent the text of properties that are not enumerable, but this is most commonly seen as a treatment for internal properties (e.g. `listeners`)
logging `window` shows all the various builtin constructors (e.g. `AbortController`) with the same treatment, adding further confusion (i.e. "are these internal properties? i thought i could access them?")
we should instead move enumerable, writable, etc. to be part of the `title` or icon or something
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Devin Rousso
Pull request: https://github.com/WebKit/WebKit/pull/12680
EWS
Committed 262923@main (020a590e7aca): <https://commits.webkit.org/262923@main>
Reviewed commits have been landed. Closing PR #12680 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/108005425>