Bug 255376 - Web Inspector: Console: non-enumerable properties appear as though they're internal
Summary: Web Inspector: Console: non-enumerable properties appear as though they're in...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-12 17:10 PDT by Devin Rousso
Modified: 2023-04-13 11:37 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2023-04-12 17:10:51 PDT
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
Comment 1 Devin Rousso 2023-04-12 17:13:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12680
Comment 2 EWS 2023-04-13 11:36:07 PDT
Committed 262923@main (020a590e7aca): <https://commits.webkit.org/262923@main>

Reviewed commits have been landed. Closing PR #12680 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-04-13 11:37:26 PDT
<rdar://problem/108005425>