[webkit-changes] [WebKit/WebKit] 1c069b: getUserMedia is disabled by default in MiniBrowser

youennf noreply at github.com
Fri Jun 9 08:45:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1c069b4683fa3cc7f72407c2fae5a1b6bd0ee229
      https://github.com/WebKit/WebKit/commit/1c069b4683fa3cc7f72407c2fae5a1b6bd0ee229
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
    M Tools/MiniBrowser/mac/AppDelegate.m

  Log Message:
  -----------
  getUserMedia is disabled by default in MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=257884
rdar://110515966

Reviewed by Eric Carlson.

The default value of mediaDevicesEnabled is false, but it gets overriden at creation of WebPreferences time based on sandbox/entitlements.
MiniBrowser is setting back mediaDevicesEnabled to its default value of false which disables getUserMedia.
Skip this step.

* Tools/MiniBrowser/mac/AppDelegate.m:
(-[BrowserAppDelegate defaultConfiguration]):

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




More information about the webkit-changes mailing list