Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Web Inspector: Elements: Computed: prefixed properties should be sort…
…ed below non-prefixed https://bugs.webkit.org/show_bug.cgi?id=244343 Reviewed by Patrick Angle. It's odd that the first property is `-apple-pay-button-style` instead of something like `appearance`. We should be showing standardized/nonprefixed properties first, with all other properties last. * Source/WebInspectorUI/UserInterface/Models/CSSProperty.js: (WI.CSSProperty.sortPreferringNonPrefixed): Added. * Source/WebInspectorUI/UserInterface/Controllers/CSSQueryController.js: (WI.CSSQueryController.prototype.executeQuery): * Source/WebInspectorUI/UserInterface/Views/ComputedStyleSection.js: (WI.ComputedStyleSection.prototype.get propertiesToRender): * Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationEditor.js: (WI.SpreadsheetCSSStyleDeclarationEditor.prototype.get propertiesToRender): Canonical link: https://commits.webkit.org/253789@main
- Loading branch information
Showing
4 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters