[webkit-changes] [WebKit/WebKit] d11c7e: [WPE] Enable autoplay and WebRTC in MiniBrowser

Olivier Blin noreply at github.com
Fri Feb 23 08:37:58 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d11c7e88e250b8266e38c729da505e2f9b1f98d4
      https://github.com/WebKit/WebKit/commit/d11c7e88e250b8266e38c729da505e2f9b1f98d4
  Author: Olivier Blin <olivier.blin at softathome.com>
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
    M Tools/MiniBrowser/wpe/main.cpp

  Log Message:
  -----------
  [WPE] Enable autoplay and WebRTC in MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=269920

Reviewed by Michael Catanzaro.

Before 264689 at main, the autoplay setting was not properly applied and
was always WEBKIT_AUTOPLAY_ALLOW for WPE. Now, the default setting of
WEBKIT_AUTOPLAY_ALLOW_WITHOUT_SOUND is really applied.

This prevents some pages with minimal UI from playing videos, and
MiniBrowser does not have the UI to enable autoplay.
It is easier to enable it by default.

Also enable WebRTC, which has been made opt-in in 251951 at main, and now
needs to be enabled in addition to MediaStream.

* Tools/MiniBrowser/wpe/main.cpp:
(activate):

Canonical link: https://commits.webkit.org/275241@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