commit | 7de27a9fe2e7f219204ed30ed80f792b57557f6b | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Wed Mar 05 23:47:33 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 05 23:47:33 2025 |
tree | 83cc9f96bff476e6968905051cb6f59b109e53a0 | |
parent | c621b8c0cb3718a6f04c49bf8a4d7b39189d5948 [diff] |
Feedback UI: Downgrade getUserMedia() errors as console.warn(). These errors can happen when the OS-level "Screen Capture" permission is missing, and the code already gracefully handles these cases such that the UI is still functional. Changing from console.error() to console.warn() should prevent reporting such cases through the crash reporting system. Fixed: 391545779,399194713,382645483 Change-Id: If9a05600360d5b36c2c32bbc31541017e7552b2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6331278 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1428622}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.