RESOLVED FIXED Bug 213902
[macOS] Adopt AVPlayer.videoRangeOverride
https://bugs.webkit.org/show_bug.cgi?id=213902
Summary [macOS] Adopt AVPlayer.videoRangeOverride
Jer Noble
Reported 2020-07-02 15:13:27 PDT
[macOS] Adopt AVPlayer.videoRangeOverride
Attachments
Patch (28.37 KB, patch)
2020-07-02 15:20 PDT, Jer Noble
no flags
Patch (28.33 KB, patch)
2020-07-02 16:13 PDT, Jer Noble
no flags
Patch (28.92 KB, patch)
2020-07-02 17:27 PDT, Jer Noble
no flags
Patch (29.29 KB, patch)
2020-07-02 17:56 PDT, Jer Noble
youennf: review+
Patch for landing (29.17 KB, patch)
2020-07-21 16:25 PDT, Jer Noble
no flags
Jer Noble
Comment 1 2020-07-02 15:16:35 PDT
Jer Noble
Comment 2 2020-07-02 15:20:04 PDT
Jer Noble
Comment 3 2020-07-02 16:13:26 PDT
Jer Noble
Comment 4 2020-07-02 17:27:59 PDT
Jer Noble
Comment 5 2020-07-02 17:56:17 PDT
youenn fablet
Comment 6 2020-07-03 00:21:58 PDT
Comment on attachment 403423 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=403423&action=review > Source/WebCore/page/Page.cpp:1160 > + forEachMediaElement([mode] (HTMLMediaElement& element) { auto& > Source/WebCore/page/Page.cpp:1183 > + forEachMediaElement([mode] (HTMLMediaElement& element) { auto& > Source/WebCore/platform/ScreenProperties.h:229 > + WTFMove(*preferredDynamicRangeMode) WTFMove not needed > Source/WebCore/platform/mac/PlatformScreenMac.mm:158 > + screenProperties.screenDataMap.set(displayID, ScreenData { screenAvailableRect, screenRect, colorSpace, screenDepth, screenDepthPerComponent, screenSupportsExtendedColor, screenHasInvertedColors, screenSupportsHighDynamicRange, screenIsMonochrome, displayMask, gpuID, dynamicRangeMode }); add is probably better since displayID should not be already contained here I guess. > Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:979 > + // If AVPlayer.videoRangeOverride support is present, there's no need to override HDR moed s/moed/mode
Jer Noble
Comment 7 2020-07-21 16:25:34 PDT
Created attachment 404874 [details] Patch for landing
EWS
Comment 8 2020-07-22 11:12:16 PDT
Committed r264710: <https://trac.webkit.org/changeset/264710> All reviewed patches have been landed. Closing bug and clearing flags on attachment 404874 [details].
Jer Noble
Comment 9 2020-07-22 12:27:59 PDT
Jer Noble
Comment 10 2020-07-22 13:00:04 PDT
Landed another build fix in r264721: <https://trac.webkit.org/r264721>
David Kilzer (:ddkilzer)
Comment 11 2020-07-22 13:39:14 PDT
(In reply to EWS from comment #8) > Committed r264710: <https://trac.webkit.org/changeset/264710> > > All reviewed patches have been landed. Closing bug and clearing flags on > attachment 404874 [details]. (In reply to Jer Noble from comment #9) > Landed build fix in r264719: <https://trac.webkit.org/r264719> (In reply to Jer Noble from comment #10) > Landed another build fix in r264721: <https://trac.webkit.org/r264721> Hopefully last build fix in r264723: <https://trac.webkit.org/r264723>
Note You need to log in before you can comment on or make changes to this bug.