Bug 281910

Summary: Web Inspector: Remove obsolete platform version-specific styles for Web Inspector UI
Product: WebKit Reporter: Razvan Caliman <rcaliman>
Component: Web InspectorAssignee: 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
Reported 2024-10-22 09:55:53 PDT
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
Radar WebKit Bug Importer
Comment 1 2024-10-22 09:57:04 PDT
Razvan Caliman
Comment 2 2024-10-23 11:41:32 PDT
EWS
Comment 3 2024-10-27 19:54:16 PDT
Committed 285754@main (380f61c9af89): <https://commits.webkit.org/285754@main> Reviewed commits have been landed. Closing PR #35640 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.