[Webkit-unassigned] [Bug 254670] New: Remove Quirks::needsHDRPixelDepthQuirk()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 29 09:14:21 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254670

            Bug ID: 254670
           Summary: Remove Quirks::needsHDRPixelDepthQuirk()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: annevk at annevk.nl

Code inspection shows YouTube no longer needs it:

> if (b.video 
>     && (b.video.isHdr() || "bt2020" === b.video.primaries) 
>     && !(DD(a, ED.EOTF) || window.matchMedia && (window.matchMedia("(dynamic-range: high), (video-dynamic-range: high)").matches
>       || 24 < window.screen.pixelDepth && window.matchMedia("(color-gamut: p3)").matches)))

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230329/a7da3333/attachment-0001.htm>


More information about the webkit-unassigned mailing list