Bug 281910
| Summary: | Web Inspector: Remove obsolete platform version-specific styles for Web Inspector UI | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Razvan Caliman <rcaliman> |
| Component: | Web Inspector | Assignee: | Razvan Caliman <rcaliman> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 281669 | ||
Razvan Caliman
This came up in reviewing another patch: https://github.com/WebKit/WebKit/pull/35362#pullrequestreview-2383134584
There are Web Inspector UI styles specific to now unsupported macOS versions that should be removed: `body:is(.mac-platform.monterey, .mac-platform.big-sur)`
Styles guarded by `body:is(.mac-platform.monterey)` should become the default styles because that's the latest version for which Web Inspector interface was updated (and is currently used as default through a side-effect despite the latest version being much newer than Monterey).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/138406941>
Razvan Caliman
Pull request: https://github.com/WebKit/WebKit/pull/35640
EWS
Committed 285754@main (380f61c9af89): <https://commits.webkit.org/285754@main>
Reviewed commits have been landed. Closing PR #35640 and removing active labels.