WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
255376
Web Inspector: Console: non-enumerable properties appear as though they're internal
https://bugs.webkit.org/show_bug.cgi?id=255376
Summary
Web Inspector: Console: non-enumerable properties appear as though they're in...
Devin Rousso
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2023-04-12 17:13:30 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/12680
EWS
Comment 2
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.
Radar WebKit Bug Importer
Comment 3
2023-04-13 11:37:26 PDT
<
rdar://problem/108005425
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug