[webkit-changes] [WebKit/WebKit] 9af6b6: [iOS] vimeo.com: Full screen, wide aspect-ratio vi...

Jer Noble noreply at github.com
Thu Nov 2 10:32:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9af6b6771f33582f16c25548dfa26c6ae11ae990
      https://github.com/WebKit/WebKit/commit/9af6b6771f33582f16c25548dfa26c6ae11ae990
  Author: Jer Noble <jer.noble at apple.com>
  Date:   2023-11-02 (Thu, 02 Nov 2023)

  Changed paths:
    M Source/WebCore/dom/Document+Fullscreen.idl
    M Source/WebCore/dom/DocumentOrShadowRoot+Fullscreen.idl
    M Source/WebCore/dom/Element+Fullscreen.idl
    M Source/WebCore/page/Quirks.cpp
    M Source/WebCore/page/Quirks.h

  Log Message:
  -----------
  [iOS] vimeo.com: Full screen, wide aspect-ratio videos are vertically offset
https://bugs.webkit.org/show_bug.cgi?id=264059
rdar://116531089

Reviewed by Andy Estes.

Add a quirk which disables Element Fullscreen for Vimeo.com.

* Source/WebCore/dom/Document+Fullscreen.idl:
* Source/WebCore/dom/DocumentOrShadowRoot+Fullscreen.idl:
* Source/WebCore/dom/Element+Fullscreen.idl:
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldAvoidUsingIOS17UserAgentForFacebook const):
(WebCore::Quirks::shouldDisableElementFullscreenQuirk const):
* Source/WebCore/page/Quirks.h:

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




More information about the webkit-changes mailing list