[webkit-changes] [WebKit/WebKit] 771504: HTMLVideoElement::supportsFullscreen() is incorrec...

Aditya Keerthi noreply at github.com
Tue Jan 3 11:14:20 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 771504e8eccd7361ee9ef89081333f661e92402c
      https://github.com/WebKit/WebKit/commit/771504e8eccd7361ee9ef89081333f661e92402c
  Author: Aditya Keerthi <akeerthi at apple.com>
  Date:   2023-01-03 (Tue, 03 Jan 2023)

  Changed paths:
    M Source/WebCore/html/HTMLVideoElement.cpp

  Log Message:
  -----------
  HTMLVideoElement::supportsFullscreen() is incorrect when video uses element fullscreen and the fullscreen API is disabled
https://bugs.webkit.org/show_bug.cgi?id=249810
rdar://103359417

Reviewed by Dean Jackson.

* Source/WebCore/html/HTMLVideoElement.cpp:
(WebCore::HTMLVideoElement::supportsFullscreen const):

Avoid short-circuiting when `ENABLE(VIDEO_USES_ELEMENT_FULLSCREEN)` is true.

Canonical link: https://commits.webkit.org/258393@main




More information about the webkit-changes mailing list