Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c14581bf13cf3821605eec78f683c5a0e6856292
      
https://github.com/WebKit/WebKit/commit/c14581bf13cf3821605eec78f683c5a0e6856292
  Author: Andy Estes <aes...@apple.com>
  Date:   2024-06-25 (Tue, 25 Jun 2024)

  Changed paths:
    M 
Source/WebCore/Modules/modern-media-controls/controls/tvos-media-controls.css
    M 
Source/WebCore/Modules/modern-media-controls/controls/tvos-media-controls.js

  Log Message:
  -----------
  [tvOS] Add fullscreen and mute buttons to media controls
https://bugs.webkit.org/show_bug.cgi?id=275886

Reviewed by Eric Carlson.

Added top-left and top-right button containers with buttons to toggle 
fullscreen and mute. While
here, also stopped pointer events from propagating to the underlying video 
element.

* Source/WebCore/Modules/modern-media-controls/controls/tvos-media-controls.css:
(.media-controls.fullscreen.tvos > .controls-bar):
(.media-controls.fullscreen.tvos.uses-ltr-user-interface-layout-direction > 
.controls-bar.top-left,):
(.media-controls.fullscreen.tvos.uses-ltr-user-interface-layout-direction > 
.controls-bar.top-right,):
* Source/WebCore/Modules/modern-media-controls/controls/tvos-media-controls.js:
(TVOSMediaControls.prototype.layout):
(TVOSMediaControls.prototype._topLeftContainerButtons):
(TVOSMediaControls.prototype._topRightContainerButtons):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to