commit | ef44e44f18d955ced65deac28fa28a5155b06cdf | [log] [tgz] |
---|---|---|
author | Peter Kvitek <kvitekp@chromium.org> | Thu Oct 31 00:30:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 31 00:30:33 2024 |
tree | c30bb9e934052d67b57a2e44c069fb70f2471cdf | |
parent | 72d6234a4bb2ce5c891e47878026eebe1146b153 [diff] |
[headless] Let screen properties change to propagate with no NSWindow https://crrev.com/c/5949433 added screen orientation handling to headless shell, however, the related tests fail on Macs due to the check for the enclosing NSWindow to exist preventing screen properties change to be passed to the upper layers. This CL removes the excessively aggressive check allowing screen properties change to be handled normally when running headless in which case enclosing NSWindow never exists. Bug: 375425824 Change-Id: I44392e2536a6a7122b5574bac068ebef2b210fc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5967373 Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Reviewed-by: ccameron chromium <ccameron@chromium.org> Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Cr-Commit-Position: refs/heads/main@{#1375988}
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.