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
290149
Web Inspector: use new JS builtin methods instead of custom utility functions
https://bugs.webkit.org/show_bug.cgi?id=290149
Summary
Web Inspector: use new JS builtin methods instead of custom utility functions
Devin Rousso
Reported
2025-03-20 18:58:11 PDT
- `{...object}` instead of `Object.shallowCopy` - `Promise.withResolvers` instead of `WI.WrappedPromise` - `Set.prototype.isDisjointFrom` instead of `Set.prototype.intersects` - `Set.prototype.isSubsetOf` - `Set.prototype.difference`
Attachments
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2025-03-20 19:04:00 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/42786
EWS
Comment 2
2025-03-21 15:41:56 PDT
Committed
292512@main
(8c953985cecd): <
https://commits.webkit.org/292512@main
> Reviewed commits have been landed. Closing PR #42786 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2025-03-21 15:42:28 PDT
<
rdar://problem/147613814
>
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