Bug 232020

Summary: CSSPropertyZoom needs wrapper that ensures it's always blended into a positive value.
Product: WebKit Reporter: Gabriel Nava Marino <gnavamarino>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, graouts, graouts, koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+, ews-feeder: commit-queue-

Gabriel Nava Marino
Reported 2021-10-20 10:25:01 PDT
It was recommended to consider "NonNegativeFloatPropertyWrapper as it could be refactored it to support various flags, for instance one for non-negative values, and one for strictly positive values, like we need for zoom"
Attachments
Patch (12.67 KB, patch)
2021-10-21 02:55 PDT, Antoine Quint
koivisto: review+
ews-feeder: commit-queue-
Gabriel Nava Marino
Comment 1 2021-10-20 10:56:06 PDT
Radar WebKit Bug Importer
Comment 2 2021-10-20 10:56:57 PDT
Antoine Quint
Comment 3 2021-10-21 02:55:30 PDT
Antti Koivisto
Comment 4 2021-10-21 02:58:35 PDT
Comment on attachment 442001 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=442001&action=review > Source/WebCore/animation/CSSPropertyAnimation.cpp:2140 > + enum class ValueRange : uint8_t { > + All, > + NonNegative, > + Positive > + }; Nice
EWS
Comment 5 2021-10-21 04:53:38 PDT
Tools/Scripts/svn-apply failed to apply attachment 442001 [details] to trunk. Please resolve the conflicts and upload a new patch.
Antoine Quint
Comment 6 2021-10-21 05:40:19 PDT
Note You need to log in before you can comment on or make changes to this bug.