commit | 28dddda140beb31acfe1f5ce21dcfd3de4599811 | [log] [tgz] |
---|---|---|
author | Antonio Rivera <antoniori@google.com> | Tue Oct 01 00:26:25 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 01 00:26:25 2024 |
tree | d6e59d8d0e2c1366d3828e53e4582fa073eeb7e7 | |
parent | 1fd928ccf7703f2b9f07bc21dc99a2c4024780b5 [diff] |
Fix a bug where certain cast apps are not fullscreen. I'm guessing this only affects linux builds. This was caused by code that forces the screen's scaling factor to 1. That doesn't work if the cast device has a graphics resolution other than 720p... In those cases it needs a correct scaling factor. This change also removes hardcoding enable_url_rewrite_rules to false for linux builds; that issue was fixed in crrev.com/c/5834603. Test: Cast "Fandango at Home" to a 3P TV. Now content is fullscreen. Bug: b:369407275 Change-Id: I271a8435fe061b3d730fe100f3fe5128a6b90bbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5894048 Commit-Queue: Antonio Rivera <antoniori@google.com> Reviewed-by: Vigen Issahhanjan <vigeni@google.com> Cr-Commit-Position: refs/heads/main@{#1362108}
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.