Bug 239517 - Web Inspector: Unprefix lots of properties in CSS files
Summary: Web Inspector: Unprefix lots of properties in CSS files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks: 241649
  Show dependency treegraph
 
Reported: 2022-04-19 14:02 PDT by Tim Nguyen (:ntim)
Modified: 2022-06-15 14:41 PDT (History)
5 users (show)

See Also:


Attachments
Patch (55.13 KB, patch)
2022-04-25 08:43 PDT, Tim Nguyen (:ntim)
no flags Details | Formatted Diff | Diff
Patch (55.26 KB, patch)
2022-04-25 08:44 PDT, Tim Nguyen (:ntim)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2022-04-19 14:02:28 PDT
https://webkit-search.igalia.com/webkit/search?q=-webkit-&path=WebInspectorUI%2F**%2F*.css&case=false&regexp=false

-webkit-appearance, -webkit-mask-image, -webkit-clip-path, -webkit-text-decoration-*, cursor: -webkit-grab/grabbing, -webkit-fill-available can all be unprefixed.

-webkit-user-select after bug 208677

webkitTransform: https://webkit-search.igalia.com/webkit/rev/b6964b958eb95f8fa418f0416b97551f4a6b41e8/Source/WebInspectorUI/UserInterface/Views/GradientSlider.js#445
Comment 1 Radar WebKit Bug Importer 2022-04-19 14:02:37 PDT
<rdar://problem/91984431>
Comment 2 Tim Nguyen (:ntim) 2022-04-19 14:04:11 PDT
-webkit-device-pixel-ratio -> resolution
-webkit-min-device-pixel-ratio -> min-resolution
Comment 3 Tim Nguyen (:ntim) 2022-04-25 08:43:13 PDT
Created attachment 458273 [details]
Patch
Comment 4 Tim Nguyen (:ntim) 2022-04-25 08:44:10 PDT
Created attachment 458274 [details]
Patch
Comment 5 Patrick Angle 2022-04-25 10:05:16 PDT
Comment on attachment 458274 [details]
Patch

r=me
Comment 6 EWS 2022-04-25 11:30:43 PDT
Committed r293334 (249957@main): <https://commits.webkit.org/249957@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 458274 [details].