Bug 290149
| Summary: | Web Inspector: use new JS builtin methods instead of custom utility functions | ||
|---|---|---|---|
| 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 | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=292774 | ||
Devin Rousso
- `{...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
Pull request: https://github.com/WebKit/WebKit/pull/42786
EWS
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
<rdar://problem/147613814>