[webkit-changes] [WebKit/WebKit] f45690: Remove VideoPresentationModeAPIEnabled flag on Pla...

Sihui noreply at github.com
Mon Sep 30 16:58:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f456908629cc1b346a4069b9d4b7bf067fa419ac
      https://github.com/WebKit/WebKit/commit/f456908629cc1b346a4069b9d4b7bf067fa419ac
  Author: Sihui Liu <sihui_liu at apple.com>
  Date:   2024-09-30 (Mon, 30 Sep 2024)

  Changed paths:
    M Source/WebKit/UIProcess/Cocoa/PlaybackSessionManagerProxy.messages.in
    M Source/WebKit/UIProcess/Cocoa/VideoPresentationManagerProxy.messages.in

  Log Message:
  -----------
  Remove VideoPresentationModeAPIEnabled flag on PlaybackSessionManagerProxy message endpoints
https://bugs.webkit.org/show_bug.cgi?id=280640
rdar://136998978

Reviewed by Andy Estes.

PlaybackSessionManagerProxy and VideoPresentationManagerProxy are in use for all video elements, not only when
Presentation API is available; so instead of guarding the whole class, we should try guarding individual message
endpoints.

* Source/WebKit/UIProcess/Cocoa/PlaybackSessionManagerProxy.messages.in:
* Source/WebKit/UIProcess/Cocoa/VideoPresentationManagerProxy.messages.in:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list